jeopardy-question directive#
Defines a Jeopardy 2.0 question tile.
Signature#
Required arguments:
0Optional arguments:
0Body content:
yes
Options#
Option |
Type |
|---|---|
|
string |
|
positive integer |
Example#
::::{jeopardy-question}
---
category: Functions
points: 200
---
Find the vertex of $y=(x-1)^2$.
:::{jeopardy-answer}
The vertex is $(1,0)$.
:::
::::
Notes#
Must be nested inside
jeopardy-2.You can either embed an answer using a nested
jeopardy-answerblock (recommended), or write an inline answer using anAnswer:marker.
Source#
src/munchboka_edutools/directives/jeopardy2.py