Skip to content

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.

- ¿De dónde eres? [ans: "Soy de México."]

Answers are enclosed in double quotation marks.

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.

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-N

contains three parts:

ans - en - N
  • ans identifies the value as an answer.
  • en identifies the answer language.
  • N identifies the voice.

Language and voice options are covered separately in this section.