Files
Spanish/docs/spanish-fundamentals/structured/24-the-verb-conocer.json
Trey t 47a7871c38 Add 13 new grammar notes with 1010 exercises from video extraction
Scraped a 4h Spanish fundamentals YouTube video (transcript + OCR on
14810 frames), extracted structured content across 52 chapters, and
generated fill-in-the-blank quizzes for every grammar topic.

- 13 new GrammarNote entries (articles, possessives, demonstratives,
  greetings, poder, al/del, prepositional pronouns, irregular yo,
  stem-changing, stressed possessives, present/future perfect, present
  indicative conjugation)
- 1010 generated exercises across all 36 grammar notes (new + existing)
- Fix tense guide parser to handle unnumbered *Usages* blocks
- Rewrite 6 broken tense guide bodies (imperative, subj pluperfect,
  subj future) with numbered usage format
- Bump courseDataVersion 5→6 with TenseGuide refresh on upgrade
- Add docs/spanish-fundamentals/ with raw transcripts, polished notes,
  structured JSON, and exercise data

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 08:40:05 -05:00

48 lines
3.5 KiB
JSON

{
"chapter_id": "24",
"slug": "the-verb-conocer",
"title": "The Verb Conocer",
"time_range_sec": [5991, 6185],
"summary": "Conocer means 'to know' in the sense of being familiar or acquainted with people, places, or things. Conjugates regularly except yo: conozco. Requires personal 'a' before people.",
"suggested_grammar_note_id": "saber-vs-conocer",
"rules": [
{"title": "When to use conocer", "bullets": ["Being familiar with people (¿Conoces a Juan?).", "Being familiar with places (Conozco Madrid).", "Being familiar with things (Conozco esa canción)."]},
{"title": "Irregular yo: conozco", "bullets": ["The yo form takes -zco, not -co.", "All other forms follow the regular -er pattern."]},
{"title": "Personal a", "bullets": ["Required before a person who is the direct object: Conozco a María.", "Not required before places or things: Conozco la ciudad."]},
{"title": "Use direct object pronouns", "bullets": ["¿Conoces a John? → Sí, lo conozco.", "¿Conoces la ciudad? → Sí, la conozco."]}
],
"examples": [
{"es": "¿Conoces la ciudad de Las Vegas?", "en": "Are you familiar with the city of Las Vegas?", "tags": ["place", "question"]},
{"es": "Sí, yo conozco la ciudad.", "en": "Yes, I'm familiar with the city.", "tags": ["place"]},
{"es": "¿Conoces a John?", "en": "Are you familiar with John?", "tags": ["person", "personal-a"]},
{"es": "Sí, yo conozco a John.", "en": "Yes, I know John.", "tags": ["person", "personal-a"]},
{"es": "Sí, yo lo conozco.", "en": "Yes, I know him.", "tags": ["dop"]},
{"es": "Él conoce a mi abuelo.", "en": "He knows my grandfather.", "tags": ["person", "personal-a"]},
{"es": "Yo conozco los libros.", "en": "I'm familiar with the books.", "tags": ["thing"]},
{"es": "Tú quieres conocer el país.", "en": "You want to be familiar with the country.", "tags": ["place", "infinitive"]}
],
"vocab": [
{"es": "conocer", "en": "to know (be familiar with)", "pos": "verb"},
{"es": "la ciudad", "en": "the city", "pos": "noun"},
{"es": "el país", "en": "the country", "pos": "noun"},
{"es": "el abuelo", "en": "the grandfather", "pos": "noun"},
{"es": "el libro", "en": "the book", "pos": "noun"}
],
"conjugation_tables": [
{
"verb": "conocer",
"tense_id": "ind_presente",
"forms": {"yo":"conozco","tu":"conoces","el":"conoce","nosotros":"conocemos","vosotros":"conocéis","ellos":"conocen"}
}
],
"exercises": [
{"sentence": "Yo _____ a María desde la escuela.", "correct": "conozco", "distractor": "sé", "explanation": "Knowing a person uses conocer (with personal 'a'). Yo form is conozco."},
{"sentence": "¿Tú _____ Madrid?", "correct": "conoces", "distractor": "sabes", "explanation": "Knowing a place uses conocer."},
{"sentence": "Nosotros _____ esta canción.", "correct": "conocemos", "distractor": "sabemos", "explanation": "Being familiar with a thing uses conocer."},
{"sentence": "Ellos _____ a mis padres.", "correct": "conocen", "distractor": "saben", "explanation": "Knowing people uses conocer with personal a."},
{"sentence": "Ella _____ que tú vienes mañana.", "correct": "sabe", "distractor": "conoce", "explanation": "A fact (that you're coming) uses saber, not conocer."},
{"sentence": "Yo _____ ese restaurante; está cerca.", "correct": "conozco", "distractor": "sé", "explanation": "Familiarity with a place uses conocer."}
],
"caveats": "OCR consistently dropped the 'no' from 'conozco'/'conoce' (rendered as 'koso', 'kos'); reconstructed."
}