Library webexercise: HTML <input> field get's geplaced by "____________________" #8412
Unanswered
OffByOne37
asked this question in
Q&A
Replies: 2 comments 7 replies
-
Dear @OffByOne37, can you share a Git repository with a minimal working example of "exams" and "webexercises"-library and your problem? |
Beta Was this translation helpful? Give feedback.
5 replies
This comment has been hidden.
This comment has been hidden.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello!
I'm currently using a library that itself uses "exams" and "webexercises"-library.
Those libraries work great when using with output format html, however I need to use "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?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions