version 1.1, 2003/04/18 17:32:26
|
version 1.3, 2003/05/29 16:38:01
|
Line 1
|
Line 1
|
<helper title="Course Parameter Helper"> |
<helper title="Course Parameter Helper" requiredpriv='opa'> |
|
|
<exec> |
<exec> |
my %dateTypeHash = ('open_date' => "opening date", |
my %dateTypeHash = ('open_date' => "opening date", |
Line 39
|
Line 39
|
|
|
<state name="CHOOSE_LEVEL" title="Which Problem or Problems?"> |
<state name="CHOOSE_LEVEL" title="Which Problem or Problems?"> |
<message>Which problems do you wish to change a date for?</message> |
<message>Which problems do you wish to change a date for?</message> |
|
|
<choices variable="GRANULARITY"> |
<choices variable="GRANULARITY"> |
<choice computer="whole_course" nextstate="CHOOSE_ACTION"> |
<choice computer="whole_course" nextstate="CHOOSE_ACTION"> |
<b>Every problem</b> in the course |
<b>Every problem</b> in the course |
Line 59
|
Line 58
|
<resource variable="RESOURCE_ID"> |
<resource variable="RESOURCE_ID"> |
<nextstate>CHOOSE_ACTION</nextstate> |
<nextstate>CHOOSE_ACTION</nextstate> |
<filterfunc>return $res->is_map()</filterfunc> |
<filterfunc>return $res->is_map()</filterfunc> |
|
<valuefunc>return $res->map_pc();</valuefunc> |
</resource> |
</resource> |
</state> |
</state> |
|
|