KQMATH / moodle-mod_capquiz

:mushroom: Computer adaptive practice activity module for Moodle
https://moodle.org/plugins/mod_capquiz
GNU General Public License v3.0
4 stars 5 forks source link

CSS files from qtype are not added to HEAD #75

Closed andstor closed 6 years ago

andstor commented 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.

sebastsg commented 6 years ago

Fixed and pushed to development