-
Bug
-
Resolution: Fixed
-
Minor
-
2.4, 2.5, 2.7.5, 2.8.3, 3.4.3, 3.5, 3.6
-
MOODLE_24_STABLE, MOODLE_25_STABLE, MOODLE_27_STABLE, MOODLE_28_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE, MOODLE_36_STABLE
-
MOODLE_34_STABLE, MOODLE_35_STABLE
-
MDL-39486-master -
In Moodle 2, length of left pairs text too narrow in match questions. See this discussion: https://moodle.org/mod/forum/discuss.php?d=213455#p930025
I am proposing a very easy fix: add one line to the lesson/styles.css file:
#page-mod-lesson-view .answeroption .fitemtitle {width:50%; text-align:left;}
|