mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
fix the display of the special chars keypad (in JCloze and JQuiz)
This commit is contained in:
parent
ac61551570
commit
3ce4a4d12a
@ -1015,11 +1015,9 @@ class hotpot_xml_quiz_template extends hotpot_xml_template_default {
|
||||
usort($chars, "hotpot_sort_keypad_chars");
|
||||
|
||||
// create keypad buttons for each character
|
||||
$str .= '<div class="Keypad">';
|
||||
foreach ($chars as $char) {
|
||||
$str .= "<button onclick=\"TypeChars('".$this->js_safe($char, true)."'); return false;\">$char</button>";
|
||||
}
|
||||
$str .= '</div>';
|
||||
}
|
||||
return $str;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user