Diff for /loncom/homework/lonsimpleproblemedit.pm between versions 1.34 and 1.36

version 1.34, 2012/11/09 03:28:01 version 1.36, 2013/07/15 16:13:12
Line 252  sub handler { Line 252  sub handler {
                 my $dest = &get_parent_uri($symb);                  my $dest = &get_parent_uri($symb);
                 if ($dest) {                  if ($dest) {
                     $r->internal_redirect($dest);                      $r->internal_redirect($dest);
                       return OK;
                 }                  }
             }              }
         } else {          } else {
Line 314  ENDJS Line 315  ENDJS
            .&rawrendering($symb)             .&rawrendering($symb)
            .'</div>'             .'</div>'
         );          );
         $r->print('<form name="simpleedit" method="post">');          $r->print('<form name="simpleedit" method="post" action="">');
 # Question Type          # Question Type        
         my %questiontypes=(          my %questiontypes=(
                'radio'     => '1 out of N multiple choice (radio button)',                 'radio'     => '1 out of N multiple choice (radio button)',

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


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