[Aimmath-commit] moodle/mod/math_assignment mod.html,1.16,1.17
Brought to you by:
gustav_delius,
npstrick
From: <gus...@us...> - 2003-09-22 10:04:36
|
Update of /cvsroot/aimmath/moodle/mod/math_assignment In directory sc8-pr-cvs1:/tmp/cvs-serv19590/mod/math_assignment Modified Files: mod.html Log Message: focus checkboxes now default to single question Index: mod.html =================================================================== RCS file: /cvsroot/aimmath/moodle/mod/math_assignment/mod.html,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** mod.html 20 Sep 2003 19:13:43 -0000 1.16 --- mod.html 22 Sep 2003 10:04:33 -0000 1.17 *************** *** 29,34 **** $form->aimquiz = ""; } ! if (!isset($form->aimfocus)) { ! $form->aimfocus = 1; } if (!isset($form->papergrade)) { --- 29,34 ---- $form->aimquiz = ""; } ! if (!isset($form->focus)) { ! $form->focus = 1; } if (!isset($form->papergrade)) { |