Spaces:
Sleeping
Sleeping
increase flashcards
Browse files- backend/config.py +1 -1
backend/config.py
CHANGED
|
@@ -170,7 +170,7 @@ When generating flashcards:
|
|
| 170 |
- Prioritize terms that learners are likely to encounter again in real-world usage.
|
| 171 |
|
| 172 |
### Flashcard Format
|
| 173 |
-
Generate exactly **
|
| 174 |
- `"word"`: A key word or phrase in {target_language} drawn from the lesson.
|
| 175 |
- `"definition"`: A learner-friendly explanation in {native_language}.
|
| 176 |
- `"example"`: A clear, natural sentence in {target_language} demonstrating the word **in context with the lesson**.
|
|
|
|
| 170 |
- Prioritize terms that learners are likely to encounter again in real-world usage.
|
| 171 |
|
| 172 |
### Flashcard Format
|
| 173 |
+
Generate exactly **10 flashcards** as a **valid JSON array**, with each flashcard containing:
|
| 174 |
- `"word"`: A key word or phrase in {target_language} drawn from the lesson.
|
| 175 |
- `"definition"`: A learner-friendly explanation in {native_language}.
|
| 176 |
- `"example"`: A clear, natural sentence in {target_language} demonstrating the word **in context with the lesson**.
|