Questionnaire module

Questionnaire module

by Τάσος Δήμου -
Number of replies: 1
I have installed the questionnaire module (Moodle 1.9.5) and when I try to make questions a message appears:

Notice
: Undefined property: questionnaire::$questionsbysec in /home/jereisma/public_html/moodle/mod/questionnaire/locallib.php on line 849

What is happens?

Thank you
Average of ratings: -
In reply to Τάσος Δήμου

Re: Questionnaire module

by Mike Churchward -
Picture of Core developers Picture of Plugin developers Picture of Testers
If you are running the latest version of questionnaire (available here), then its nothing to worry about. Its an uninitialized variable that needs to have some code added to check so that informational notice doesn't happen. You need to turn down your debug message level in your administration settings if you don't want to see that.

Edit: there is also a new fix in CVS to prevent that message from appearing ( CONTRIB-1482).

mike