Closed andstor closed 6 years ago
CSS styles from question types are currently ignored.
This should be fixed by calling the following function before the head is written:
$quba->render_question_head_html($slot);
where $quba is the question usage for the quiz attempt, and $slot is the number used to identify the question within the $quba usage.
$quba
$slot
Fixed and pushed to development
CSS styles from question types are currently ignored.
This should be fixed by calling the following function before the head is written:
where
$quba
is the question usage for the quiz attempt, and$slot
is the number used to identify the question within the$quba
usage.