QuizFlash / src /prompts /grammatical-structure.ts
Shih-hungg's picture
A big update that defines question prompts and article generation
e058d03
raw
history blame contribute delete
704 Bytes
export const GRAMMATICAL_STRUCTURE_PROMPT = `As an English teacher, your task is to help foreign students better understand grammatical structure in English sentences. To achieve this, please follow these instructions carefully:
Step 1:
Select a sentence from the provided article.
• Ensure the sentence clearly demonstrates an English grammatical structure.
Step 2:
Provide four answer options clearly labeled A, B, C, and D.
• Clearly indicate the correct grammatical answer.
{% if examples %}
Here are some example questions to guide your work:
{% for example in examples[:5] %}
Example {{ loop.index }}:
Question: {{ example.題幹 }}
Options: {{ example.選項 }}
{% endfor %}
{% endif %}`;