Hello!
I have trouble using webexerises with revealjs.
The problem is, when I want to create a exercise where an input field is required, the library creates this for me:
::: {.webex-check .webex-box}
$k$ = <input class='webex-solveme nospaces' data-tol='0.01' size='20' data-answer='["-0.62","-.62"]'/>
$d$ = <input class='webex-solveme nospaces' data-tol='0.01' size='20' data-answer='["-2.5"]'/>
:::
This would be correct and it also works if i render my document as a html. However whenever i render it to the format revealjs the -fields get substituted with simply:
Does someone know what the problem is?
Some more information can be seen on this [issue](quarto-dev/quarto-cli#8412 (reply in thread)
I Link to a Github-Repo with this problem is here: https://github.com/OffByOne37/problem_input_field
Thanks!
Hello!
I have trouble using webexerises with revealjs.
The problem is, when I want to create a exercise where an input field is required, the library creates this for me:
This would be correct and it also works if i render my document as a html. However whenever i render it to the format revealjs the -fields get substituted with simply:
Does someone know what the problem is?
Some more information can be seen on this [issue](quarto-dev/quarto-cli#8412 (reply in thread)
I Link to a Github-Repo with this problem is here: https://github.com/OffByOne37/problem_input_field
Thanks!