--- loncom/interface/lonparmset.pm 2007/11/02 23:32:31 1.386 +++ loncom/interface/lonparmset.pm 2007/11/17 02:50:49 1.387 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set parameters for assessments # -# $Id: lonparmset.pm,v 1.386 2007/11/02 23:32:31 albertel Exp $ +# $Id: lonparmset.pm,v 1.387 2007/11/17 02:50:49 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2798,6 +2798,7 @@ my %strings = [ 'no', 'No' ]], 'string_problemstatus' => [[ 'yes', 'Yes' ], + [ 'answer', 'Yes, and show correct answer if they exceed the maxium number of tries.' ], [ 'no', 'No, don\'t show correct/incorrect feedback.' ], [ 'no_feedback_ever', 'No, show no feedback at all.' ]], );