Questionnaire
Maintained by
Mike Churchward
Custom Survey Creation
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
If he scores values below 8 in one question, he is required to answer the next one.
Notice: Array to string conversion in .../moodle/lib/outputcomponents.php on line 1450
Is a questionnaire error?
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.