Unusual display of matching question (lesson in Moodle 2.0.1)

Re: Unusual display of matching question (lesson in Moodle 2.0.1)

by Ravi Vare -
Number of replies: 0
Mauno suggest me following Ans.
and it works

Hi Ravi,

in moodle 1.9.10 that css is hardcoded to lesson module files - the link you gave is discussing about moodle 2 lesson module layout and moodle 2 themes are using different code.

Anyway if I understood it correct you would like to have answers aligned to the left... or something like that...

You can edit file mod/lesson/view.php and find there

foreach ($answers as $answer) {
if ($answer->response != NULL) {
echo '';