--- loncom/homework/structuretags.pm 2008/01/15 03:09:09 1.416 +++ loncom/homework/structuretags.pm 2008/01/28 21:42:28 1.417 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.416 2008/01/15 03:09:09 raeburn Exp $ +# $Id: structuretags.pm,v 1.417 2008/01/28 21:42:28 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -862,6 +862,10 @@ sub start_problem { $form_tag_start.= ' />'.&mt(' Show All Foils'). ''; } + if ($Apache::lonhomework::type eq 'practice') { + $form_tag_start.='

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

'. + ''.&mt('Submissions are not permanently recorded').''; + } $form_tag_start.='
'; }