mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-65570 qtype_multianswer: use unique id function
This commit is contained in:
parent
b742fe1403
commit
c970e181c7
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class qtype_multianswer_renderer extends qtype_renderer {
|
|||
}
|
||||
|
||||
$this->page->requires->js_init_call('M.qtype_multianswer.init',
|
||||
array('#q' . $qa->get_slot()), false, array(
|
||||
array('#' . $qa->get_outer_question_div_unique_id()), false, array(
|
||||
'name' => 'qtype_multianswer',
|
||||
'fullpath' => '/question/type/multianswer/module.js',
|
||||
'requires' => array('base', 'node', 'event', 'overlay'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue