English · Español
Phase 39 — Quizzes¶
🇪🇸 Espejo legible del banco de preguntas. Las fuentes canónicas son
data/quizzes/phase-39-capstone.yaml(preguntas originales) ydata/quizzes/phase-39-capstone-extra.yaml(preguntas adicionales sobre la rúbrica y verbos §A13 ampliados).
This page mirrors both data/quizzes/phase-39-capstone.yaml (original) and data/quizzes/phase-39-capstone-extra.yaml (added in the Module B5 depth pass).
From the canonical YAML (phase-39-capstone.yaml)¶
q-39-01— Past simple, 3rd singular ofgo? → went.q-39-02— Pick every grammatically correct sentence (multi-choice).q-39-03— Spanish gloss for "I will eat" (free) → must containcomer.
From the extras YAML (phase-39-capstone-extra.yaml)¶
q-39ex-01 — Which axis dominates the capstone score?¶
- schema (0.10)
- spanish_gloss (0.25)
- correctness (0.60) ← correct
- conciseness (0.05)
q-39ex-02 — §A13 capstone hard-gate aggregate?¶
- ≥ 0.50
- ≥ 0.80
- ≥ 0.92 ← correct
- 1.00
q-39ex-03 — Evaluator bug vs model regression?¶
Free response. Acceptable answers contain pattern. Look at per-axis pattern: case/punctuation mismatch → normalization bug; uniform correctness drop → model regression.
q-39ex-04 — Present-simple 3sg of study?¶
- studys
- study
- studies ← correct
- studied
q-39ex-05 — Pick every well-formed past-participle sentence¶
- I have eaten breakfast. ← correct
- She has wrote a letter.
- He has gone to school. ← correct
- You have saw the movie.
q-39ex-06 — Spanish gloss for "she will study"¶
Free response. Acceptable answers contain estudiar.
q-39ex-07 — Which property does the schema axis check?¶
- That the response is shorter than 30 words
- That the response is valid JSON with required keys and types ← correct
- That the response contains a Spanish translation
- That the response matches the §A13 conjugation table
See theory/06-capstone-evaluation-rubric.md for the rubric. The /break exercise shows how a single missing lower() collapses the aggregate.