--- loncom/interface/lonparmset.pm 2012/04/30 13:26:37 1.505.2.1.2.1 +++ loncom/interface/lonparmset.pm 2012/05/01 15:54:49 1.505.2.1.2.2 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set parameters for assessments # -# $Id: lonparmset.pm,v 1.505.2.1.2.1 2012/04/30 13:26:37 raeburn Exp $ +# $Id: lonparmset.pm,v 1.505.2.1.2.2 2012/05/01 15:54:49 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2803,7 +2803,7 @@ sub storedata { $typeof=$env{'form.typeof_'.$thiskey}; $text = &mt('Saved modified parameter for'); if ($typeof eq 'string_questiontype') { - $name = $type; + $name = 'type'; } elsif ($typeof eq 'string_discussvote') { $name = 'discussvote'; }