version 1.5, 2007/06/06 20:21:42
|
version 1.6, 2007/09/01 00:41:34
|
Line 5
|
Line 5
|
</message> |
</message> |
<choices variable="harry"> |
<choices variable="harry"> |
<choice computer='1' nextstate="Student">Reset times on one or more folders/maps for a single student.</choice> |
<choice computer='1' nextstate="Student">Reset times on one or more folders/maps for a single student.</choice> |
<choice computer='0' nextstate="Class">Reset times on a single folder/map for a section or whole clase.</choice> |
<choice computer='0' nextstate="Class">Reset times on a single folder/map for a section or whole class.</choice> |
</choices> |
</choices> |
</state> |
</state> |
<state name="Student" title="Select Student"> |
<state name="Student" title="Select Student"> |
Line 82
|
Line 82
|
|
|
<state name="Class"> |
<state name="Class"> |
<message nextstate="SelectMap"> |
<message nextstate="SelectMap"> |
<message_text>Select:<br /></message_text> |
|
</message> |
</message> |
<student variable='stu1' coursepersonnel='true' activeonly='true' multichoice='true' /> |
<student variable='stu1' coursepersonnel='true' activeonly='true' multichoice='true' /> |
</state> |
</state> |
|
|
<state name="SelectMap" title="Select a folder/map"> |
<state name="SelectMap" title="Select a folder/map"> |
<resource variable="res2"> |
<resource variable="res2" includecourse="true"> |
<filterfunc>return $res->is_map()</filterfunc> |
<filterfunc>return ($res->is_map() && $res->map_contains_problem());</filterfunc> |
<valuefunc>return $res->symb()</valuefunc> |
<valuefunc>return $res->symb()</valuefunc> |
<nextstate>ShowPlan</nextstate> |
<nextstate>ShowPlan</nextstate> |
</resource> |
</resource> |