--- loncom/interface/lonparmset.pm 2010/12/16 17:03:42 1.502 +++ loncom/interface/lonparmset.pm 2010/12/18 23:18:39 1.503 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set parameters for assessments # -# $Id: lonparmset.pm,v 1.502 2010/12/16 17:03:42 raeburn Exp $ +# $Id: lonparmset.pm,v 1.503 2010/12/18 23:18:39 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1376,6 +1376,7 @@ sub lookUpTableParameter { 'handgrade' => 'grading', 'maxtries' => 'tries', 'hinttries' => 'tries', + 'randomizeontries' => 'tries', 'type' => 'problem_appearance', 'problemstatus' => 'problem_appearance', 'display' => 'problem_appearance',