Questionnaire
Maintained by
Mike Churchward
Custom Survey Creation
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
the exception is - count(): Argument #1 ($value) must be of type Countable|array, stdClass given
And thanks for your work!
We have a problem on Moodle 3.11.7 with latest quastionnaire module. We got an error in the line 4,010 of quastionnaire.class.php by Mobile access. The error message is "$responces must be a inctance of stdClass, array given.". As temporally solution, we have inserted "$responses = (object) $responses;" before the line 4,010. It looks like OK, but we don't know true solution.
We have a weird problem.
Responses of one instance of the questionnaire is not accessible by anybody.
Even admins can't see responses.
When I try to access responses by /mod/questionnaire/report.php?instance=14 I have mod_questionnaire/nopermissions error.
I checked permissions and I have permission to view responses. I have admin rights.
Something have got wrong with permissions for this instance.
Other instances works wine an are accessible.
We have Moodle 3.11 and plugin 3.10.2. This instance was created with 3.10.1 version of the plugin.
Could you help please?
Thanks!
What solution could be implemented to automatically insert a template or public questionnaire into a course series?
Regards
We have done a process of migration of courses from a Moodle with a version 3.6 to a Moodle 3.9 in both cases using the Questionnaire plugin.
The courses have users and surveys made with Questionnaire, but we have observed that many values of the surveys with questions of the Likert scale have increased, the survey is values from 1 to 4 and we observe that we have values from 1 to 11.
Any idea why it can happen?
Thank you!
We have installed mod_questionnaire 2020111101 on Moodle LMS 3.11.2 (build: 20210729
When a user (participant) wants to print his own answers he gets an error mod_questionnaire/nopermissions
Debugging gives the following extra info:
Foutopsporingsinformatie:
Error code: nopermissions
$a contents:
Stack trace:
line 83 of /mod/questionnaire/report.php: moodle_exception thrown
The is no capability to print your own answers. There is only mod/questionnaire:printblank
If we enable mod/questionnaire:readallresponseanytime the participant can see all the answers.
How can we fix this.
Kind regards
Frans Zwijnenberg
Avetica
I have a problem with the questionnaire plugin: when restoring a course backup the Likert scale questions get cluttered, how can I fix it?