forked from ILIAS-eLearning/ILIAS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0026494: Bug in gap questions with mixed string and numeric text fiel…
…ds. (#3) Co-authored-by: Erik Nell <[email protected]>
- Loading branch information
1 parent
b0159e8
commit 5359266
Showing
3 changed files
with
82 additions
and
1 deletion.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
Modules/TestQuestionPool/templates/default/tpl.il_as_qpl_cloze_question_gap_numeric.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<input class="ilc_qinput_TextInput" type="text" spellcheck="false" autocomplete="off" autocorrect="off" autocapitalize="off" name="gap_{GAP_COUNTER}"{VALUE_GAP} <!-- BEGIN size_and_maxlength --> size="{TEXT_GAP_SIZE}" maxlength="{TEXT_GAP_SIZE}"<!-- END size_and_maxlength --> /> | ||
<input class="ilc_qinput_TextInput ilcqinput_NumericInput" type="text" spellcheck="false" autocomplete="off" autocorrect="off" autocapitalize="off" name="gap_{GAP_COUNTER}"{VALUE_GAP} <!-- BEGIN size_and_maxlength --> size="{TEXT_GAP_SIZE}" maxlength="{TEXT_GAP_SIZE}"<!-- END size_and_maxlength --> /><span title="Numeric / Numerisch"></span> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters