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

Error baking badge image #31

Closed skrede closed 5 years ago

skrede commented 6 years ago

Error baking badge image!

line 1080 of /lib/badgeslib.php: call to debugging()
line 448 of /lib/badgeslib.php: call to badges_bake()
line 262 of /mod/capquiz/classes/capquiz_badge.php: call to badge->issue()
line 90 of /mod/capquiz/classes/capquiz_question_engine.php: call to mod_capquiz\capquiz_badge->award()
line 62 of /mod/capquiz/classes/capquiz_question_engine.php: call to mod_capquiz\capquiz_question_engine->maybe_award_badge()
line 26 of /mod/capquiz/async.php: call to mod_capquiz\capquiz_question_engine->attempt_answered()
line 40 of /mod/capquiz/async.php: call to mod_capquiz\question_attempt_async()
line 45 of /mod/capquiz/async.php: call to mod_capquiz\capquiz_async()
hgeorgsch commented 6 years ago

This depends on #55

hgeorgsch commented 5 years ago

CAPQuiz should not be coupled with the badge system, CAPQuiz now transfers a grade to the moodle gradebook. Badges should not, as far as we can see, be an integral part of CAPQuiz, but defined course level using standard Moodle features.