--- loncom/html/adm/help/ext_examples.problem 2004/06/09 13:55:42 1.1 +++ loncom/html/adm/help/ext_examples.problem 2013/08/09 10:53:00 1.2 @@ -3,7 +3,7 @@
Some things to do with &EXT() inside of a homework problem.
-Anything data that shows up in the 'all deatils' view in PGRD is avaliable, as is the current value of any +Any data that shows up in the 'all submissions with details' view in problem grades is available, as is the current value of some parameters. @@ -11,7 +11,7 @@ Anything data that shows up in the 'all - +
IncantationresultExplanation
user.resource.resource.<partid>.<responseid>.submission&EXT('user.resource.resource.0.12.submission')
user.resource.resource.<partid>.<responseid>.awarddetail&EXT('user.resource.resource.0.12.awarddetail') Detail of how the most recent submission was graded.
user.resource.1:resource.<partid>.<responseid>.submission&EXT('user.resource.1:resource.0.12.submission')text of the submission on the first submission to the problem. The '1:' is not neccessarily the first try on the problem, rather it referes to the first 'transaction' in the data for this problem. Take a look at PGRD for a problem with the submissions view set to 'all details'.
text of the submission on the first submission to the problem. The '1:' is not neccessarily the first try on the problem, rather it referes to the first 'transaction' in the data for this problem. Take a look at problem grades for a problem with the submissions view set to 'all submissions with details'.
user.resource.resource.<partid>.tries&EXT('user.resource.resource.0.tries') current number of tries on the problem