Diff for /loncom/homework/radiobuttonresponse.pm between versions 1.157.2.3 and 1.162

version 1.157.2.3, 2019/02/03 22:02:21 version 1.162, 2018/12/19 04:07:35
Line 592  sub html_direction_fragments { Line 592  sub html_direction_fragments {
     if ($direction eq 'horizontal') {      if ($direction eq 'horizontal') {
  return ('<table><tr>', '</tr></table>', '<td>', '</td>');   return ('<table><tr>', '</tr></table>', '<td>', '</td>');
     } else {      } else {
  return ('', '<br />', '<br />', '');   return ('', '', '<div class="LC_radiofoil">', '</div>');
     }      }
 }  }
   
Line 1031  sub display_latex_exam { Line 1031  sub display_latex_exam {
  }   }
  else {   else {
     $result .= '\textbf{' . $Apache::lonxml::counter . '}.'.      $result .= '\textbf{' . $Apache::lonxml::counter . '}.'.
                        '\hspace*{2 mm}';                                 '\hspace*{2 mm}';
  }   }
   
  # Now output the bubbles themselves:   # Now output the bubbles themselves:

Removed from v.1.157.2.3  
changed lines
  Added in v.1.162


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