You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an incompatibility with the version of mod_questionnaire you are using.
You can downgrade to a version of the date.
If you need that version (maybe because of the version of the Moodle your are using),
you need to use https://github.com/deraadt/moodle-block_completion_progress
Its current version is compatible with current versions of Moodle and mod_questionnare.
This error occurs in lib.php line 757
'finished' => "SELECT id
FROM {questionnaire_response}
WHERE complete = 'y'
AND username =: userid
AND survey_id =: eventid ",
must be:
'finished' => "SELECT id
FROM {questionnaire_response}
WHERE complete = 'y'
AND userid =: userid
AND survey_id =: eventid ",
This is my first contribution to the community, so if I'm doing something wrong, I appreciate indicating the correct steps.
thanks greetings.
The text was updated successfully, but these errors were encountered: