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

version 1.15, 2005/11/22 12:49:55 version 1.16, 2006/05/16 21:41:18
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">        <condition>
          . . . for a particular <b>group</b></choice>          <clause>return 1 if (&Apache::loncommon::coursegroups())</clause>
           <choice computer="group" nextstate="CHOOSE_GROUP">
              . . . for a particular <b>group</b></choice>
         </condition>
       <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>

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


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