Diff for /loncom/html/adm/helper/newslot.helper between versions 1.35 and 1.36

version 1.35, 2018/06/24 04:11:12 version 1.36, 2023/07/07 03:52:41
Line 338 Line 338
     <nextstate>PROCTOR</nextstate>      <nextstate>PROCTOR</nextstate>
   
     <resource variable="symb" multichoice="1">      <resource variable="symb" multichoice="1">
       <filterfunc>return $res->is_map() || $res->is_problem()</filterfunc>        <filterfunc>return $res->is_map() || $res->is_problem() || $res->is_tool()</filterfunc>
       <choicefunc>return $res->is_problem()</choicefunc>        <choicefunc>return $res->is_problem() || || $res->is_tool()</choicefunc>
       <valuefunc>return $res->symb()</valuefunc>        <valuefunc>return $res->symb()</valuefunc>
       <defaultvalue>        <defaultvalue>
         my @defaults;          my @defaults;

Removed from v.1.35  
changed lines
  Added in v.1.36


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