Diff for /loncom/html/adm/helper/parameter.helper between versions 1.14 and 1.15

version 1.14, 2005/06/07 21:19:57 version 1.15, 2005/11/22 12:49:55
Line 148 Line 148
          . . . for <b>all students</b> in the course</choice>           . . . for <b>all students</b> in the course</choice>
       <choice computer="section" nextstate="CHOOSE_SECTION">        <choice computer="section" nextstate="CHOOSE_SECTION">
          . . . for a particular <b>section</b></choice>           . . . for a particular <b>section</b></choice>
         <choice computer="group" nextstate="CHOOSE_GROUP">
            . . . for a particular <b>group</b></choice>
       <choice computer="student" nextstate="CHOOSE_STUDENT">        <choice computer="student" nextstate="CHOOSE_STUDENT">
          . . . for an individual <b>student</b></choice>           . . . for an individual <b>student</b></choice>
       </choices>        </choices>
Line 161 Line 163
     <section variable="SECTION_NAME" nextstate="FINISH" />      <section variable="SECTION_NAME" nextstate="FINISH" />
     </state>      </state>
   
     <state name="CHOOSE_GROUP" title="Select Group">
       <eval>
         return 'Please select the group you wish to set the ' .
          &{$helper->{DATA}->{'dateType'}}() .
            ' for:<br />';</eval>
       <group variable="GROUP_NAME" nextstate="FINISH" />
       </state>
   
   
   <state name="CHOOSE_STUDENT" title="Select Student">    <state name="CHOOSE_STUDENT" title="Select Student">
     <eval>      <eval>
       return 'Please select the student you wish to set the ' .        return 'Please select the student you wish to set the ' .

Removed from v.1.14  
changed lines
  Added in v.1.15


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>