-
Bug
-
Resolution: Fixed
-
Minor
-
2.0.3
-
None
-
-
MOODLE_20_STABLE
-
MOODLE_19_STABLE, MOODLE_20_STABLE, MOODLE_21_STABLE
checkbox in questionaire on moodle 2
If other and all are ticked, to many entries.
If other only then error. Think is typo as below. seems to work with these patches.
diff mod/questionnaire/locallib.php questionnaire/locallib.php
1107c1107
< $pos = strpos($resp, 'other=');
—
> $pos = strpos($resp, 'other_');
1124c1124
< $pos = strpos($resp, 'other=');
—
> $pos = strpos($resp, 'other_');
3067c3067