Re: Exercise not complete for teachers
by Miroslav Fikar.
I am glad to reply to myself: this is caused by bug in exercise/locallib.php, in function exercise_print_tabbed_heading, around line 2293:
echo "<table width=\"$tabs-width\" border=\"0\" valign=\"top\" align=\"center\" ";
change for
echo "<table width=\"$tabs->width\" border=\"0\" valign=\"top\" align=\"center\" ";
The same bug exists in the newest module for Moodle 1.7.
Source: http://moodle.org/mod/forum/discuss.php?d=59412&parent=269583