--- loncom/homework/structuretags.pm 2017/07/02 16:50:30 1.555 +++ loncom/homework/structuretags.pm 2017/11/08 00:34:41 1.556 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.555 2017/07/02 16:50:30 raeburn Exp $ +# $Id: structuretags.pm,v 1.556 2017/11/08 00:34:41 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3147,7 +3147,7 @@ sub end_simpleeditbutton { } sub practice_problem_header { - return '

'.&mt('Practice Problem').'

'. + return '

'.&mt('Practice Problem').'

'. ''.&mt('Submissions are not permanently recorded'). ''; } @@ -3173,7 +3173,7 @@ sub randomizetry_problem_header { $text = &mt('A new variation will be generated after each try until correct or tries limit is reached.'); } } - return '

'.$header.'

'. + return '

'.$header.'

'. ''.$text.'
'; } @@ -3204,7 +3204,7 @@ sub randomizetry_part_header { if ($num > 1) { $output .= '
'; } - $output .= '

'.$header.'

'. + $output .= '

'.$header.'

'. ''.$text.'

'; return $output; }