Skip to content

Context

A context block provides information that applies to the Practice Set as a whole.

A context block begins with [context] and ends with [/context].

[context]
Vocabulary for using a computer and navigating the Internet.
[/context]

Context is separate from the individual practice lines.

Context can contain multiple paragraphs.

[context]
You are at a **busy café** in Madrid.
You have already ordered *coffee and breakfast*.
[yellow]Ask the cashier how much you owe.[/yellow]
[/context]

Context supports Kx Markdown formatting, including:

**bold**
*italic*
[yellow]highlighted text[/yellow]

Other supported highlights are:

[pink]pink[/pink]
[green]green[/green]
[blue]blue[/blue]

Context can also contain images:

[context]
Vocabulary for using a classroom board during instruction.
![A classroom with desks, chairs, and a whiteboard](/assets/es/ch2/book-2.png)[size:50]
[/context]

The optional size value controls the width of the image as a percentage. Valid values range from 1 through 100. When omitted, the image size defaults to 100.