Answers
A practice line can include answer content using the ans instruction.
- ¿Cómo estás? [ans: "Estoy muy bien."]The practice content appears before the bracketed instructions. The answer is stored in the ans value.
Basic Answer
Section titled “Basic Answer”- ¿De dónde eres? [ans: "Soy de México."]Answers are enclosed in double quotation marks.
Answers and Other Instructions
Section titled “Answers and Other Instructions”An answer can appear with other line instructions.
- ¿Eres estudiante? [v:H, ans: "Sí, soy estudiante."]Multiple instructions inside the brackets are separated by commas.
Language-Specific Answers
Section titled “Language-Specific Answers”Kx Markdown can also identify the language and voice associated with an answer.
- Buenos días. [ans-en-N: "Good morning."]In this form:
ans-en-Ncontains three parts:
ans - en - Nansidentifies the value as an answer.enidentifies the answer language.Nidentifies the voice.
Language and voice options are covered separately in this section.