We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Siehe TODO in https://github.com/questionpy-org/moodle-qtype_questionpy/pull/143/files#diff-948b50407bfe3b8d1dc2061e3e7c45d931b700266df8cb7243d356d7abdf0abfR308
// TODO: Support multiselects. Seems to be non-trivial, since QT vars only deal in strings, not // arrays.
The text was updated successfully, but these errors were encountered:
type="hidden"
Bemerkung: Nicht nur <select> kann das multiple-Attribut annehmen, auch die email und file <input>-Typen. Siehe: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/multiple
<select>
multiple
email
file
<input>
Sorry, something went wrong.
select
janbritz
Successfully merging a pull request may close this issue.
Siehe TODO in https://github.com/questionpy-org/moodle-qtype_questionpy/pull/143/files#diff-948b50407bfe3b8d1dc2061e3e7c45d931b700266df8cb7243d356d7abdf0abfR308
The text was updated successfully, but these errors were encountered: