Questionnaire

Maintained by Mike Churchward
Custom Survey Creation
Price option: Free

Supports Moodle 1.9-5.2 See all versions
Latest release: 2 months ago
Installations: 16953
Downloads (last 90 days): 3291

Frankenstyle name: mod_questionnaire
Activities

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Is it possible that the dependent question depends on more than one previous option?
If he scores values below 8 in one question, he is required to answer the next one.
Hello Mike Thank you for your great plugin! I presentley use it in some courses and it works perfectley (Moodle 3.3). Now I like to use it "on Startpage" and for unregistered users, without prior login. Is this possible? I didn't find any settings fo that.
@Derek - this was also identified: https://tracker.moodle.org/browse/CONTRIB-6815
In the meantime, turn of developer debugging. The impact will be minimal.
Yep. I created https://tracker.moodle.org/browse/CONTRIB-6813 to deal with it.
When using Release 3.2.2 (Build - 2017032900 and openinig .../moodle/mod/questionnaire/show_nonrespondents.php?id=182 i got this?
Notice: Array to string conversion in .../moodle/lib/outputcomponents.php on line 1450
Is a questionnaire error?
@Derek - I believe the problem you are describing may be the same one discussed here - https://moodle.org/mod/forum/discuss.php?d=348281 If so, there is a fix in https://tracker.moodle.org/browse/CONTRIB-6809
@Renato - Set the questionnaire response type to "respond many". Add a text field for an employee identifier and have the evaluator fill that in for each evaluation. If this isn't what you want, I would suggest asking in the questionnaire forum (http://moodle.org/mod/forum/view.php?id=2642).
@Derek - Sounds like this may be specific to the theme. Can you see if you see the same problem with Boost and/or Clean?
Hello Mike, I'm using your module to create an employee evaluation survey, a boss evaluates several employees. How can I do this using only one questionnaire and still still be able to identify which evaluation is pertaining to each employee? Thank you
First, thanks for this great plugin! Very nice and useful
However, I have a problem when reviewing the responses for rate scale questions (1to5); the radio buttons are offset to the left outside answer boxes so they don't line up with the rating scale above them.
I was able to add the following custom CSS to the theme via the theme custom CSS area:
.radio input[type="radio"], .checkbox input[type="checkbox"] {
float: none !important;
margin-left: 2px !important;
text-align: center !important;
}
I'm running Moodle 3.2.2 using the Adaptable theme (latest version ) I haven't tested it with other themes.
Thank you so much Mike. You made my day. I did not realize that there's a page break option among the question types. Cheers.
@Edmund - Adding a page break after a question means that any question after will not be displayed until you advance to the next page.
Mike is there a way to display the questions one at a time?
That support has not been added yet - see https://tracker.moodle.org/browse/CONTRIB-6222