Topic-Lesson-Choice-Response-Prompt (TLCRP) format, mediatype text/tlcrp, Tolchorp is not YAML but is similar: [%tlcrp] // this text following the slashes is a comment topic: text [{name}] // text with optional name in braces level: _ // 1 means A1, 6 means C2 lesson: text [{name}] // text with optional name in braces // optional level (default is topic's) choice: question [{name}] // text with optional name in braces // body of choice unnecessary if same text (and name) is defined elsewhere // optional activity (text e.g. "assignment "), disabled (true/false), // proofread (as past tense adjective: default true=good, false=iffy), // media (file descriptor or base64), mediatype, and level response: prompt display text [{name}] result: [choice question text and/or name] // final state if missing // optional terminal (true means next choice is last; default is false), // activity (e.g. "assignment "), action (e.g. "[%python\n]..."), // plus as below for unnested prompts. [response...] [choice...] [lesson...] [topic...] // optional unnested items: topic: text [{name}] level: _ // 1 means A1, 6 means C2 lesson... lesson: text [{name}] // optional level (default is topic's) choice... choice: question [{name}] // body of choice unnecessary if same text (and name) is defined elsewhere // optional activity (text e.g. "assignment "), disabled (true/false), // proofread (as past tense adjective: default true=good, false=iffy), // media (file descriptor or base64), mediatype, and level response... response: prompt display text [{name}] result: [choice question text and/or name] // final state if missing // optional terminal (true means next choice is last; default is false), // activity (e.g. "assignment "), action (e.g. "[%python\n]..."), // plus as below for unnested prompts. prompt: display text [{name}] // optional language (default: en), words (default from display text), // media (file descriptor or base64), level, phonemes (default from words), // and freeform (default is false: no keyword spotting) // end of Tolchorp, Topic-lesson-choice-response-prompt (TLCRP) format, // mediatype text/tlcrp