Documentation Index
Fetch the complete documentation index at: https://mintlify.com/kyomega85/EnglishMatrix/llms.txt
Use this file to discover all available pages before exploring further.
ModeQuiz (options 3 and 4) drives an open-ended translation drill. Option 3 uses declarative sentences (SentenceMode.Normal); option 4 uses questions (SentenceMode.Question). Both modes share the exact same scoring loop — the only difference is the shape of the English prompt you see.
How the quiz works
EnglishMatrix generates an English sentence
A random sentence (or question) is produced by the same
GenerateSentence engine used in options 1 and 2, and printed on screen as the English prompt.The correct translation is revealed
EnglishMatrix prints
Respuesta: followed by the correct Spanish sentence so you can compare it to your answer.Self-report your result
Enter
s (sí) if you got it right, or n (no) if you did not. Your input increments the correct-answer counter.Sample session
Scoring
When you typesalir, EnglishMatrix tallies your self-reported results and prints a final summary:
| Score | Message |
|---|---|
| ≥ 80 % | ¡Excelente! 🏆 |
| 50 – 79 % | ¡Bien! Sigue practicando 💪 |
| < 50 % | ¡No te rindas! Keep going! 🎮 |