Feedback module - required before retrieving certificate problem

Re: Feedback module - required before retrieving certificate problem

by Andreas Grabs -
Number of replies: 0
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Translators
Hi,

that's the check by the certificat-module:

} else if ($cm->module == $feedid) {
return (get_record('feedback_completed', 'id', $cm->instance, 'userid', $userid) !== false);

It looks good as far as I can see.
There may be an other problem. But I can't find it sad.
I did not work often with the certificate-module. Try to ask the developer of this module.

Andreas