| 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 %}`; |