Description
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.