File:
[LON-CAPA] /
loncom /
html /
adm /
help /
ext_examples.problem
Revision
1.3:
download - view:
text,
annotated -
select for diffs
Wed Feb 26 15:41:38 2014 UTC (10 years, 8 months ago) by
raeburn
Branches:
MAIN
CVS tags:
version_2_12_X,
version_2_11_X,
version_2_11_5_msu,
version_2_11_5,
version_2_11_4_uiuc,
version_2_11_4_msu,
version_2_11_4,
version_2_11_3_uiuc,
version_2_11_3_msu,
version_2_11_3,
version_2_11_2_uiuc,
version_2_11_2_msu,
version_2_11_2_educog,
version_2_11_2,
version_2_11_1,
version_2_11_0_RC3,
version_2_11_0,
HEAD
- Fix spelling, improve wording, ensure consistent case usage and punctuation.
- Fix typo in tag name, and add missing tags.
<problem>
<import id="11">ext_examples.library</import>
<startouttext />
<hr />
Some things to do with &EXT() inside of a homework problem.<br />
Any data that show up in the 'all submissions with details' view in problem grades are available, as are the current values of some parameters.
<table border="1">
<tr><th>Incantation</th><th>result</th><th>Explanation</th></tr>
<tr><td>user.resource.resource.<partid>.<responseid>.submission</td><td>&EXT('user.resource.resource.0.12.submission')</td>
<td>Text of the most recent submission</td></tr>
<tr><td>user.resource.resource.<partid>.<responseid>.awarddetail</td><td>&EXT('user.resource.resource.0.12.awarddetail')</td>
<td>Details of how the most recent submission was graded</td></tr>
<tr><td>user.resource.1:resource.<partid>.<responseid>.submission</td><td>&EXT('user.resource.1:resource.0.12.submission')</td>
<td>Text of the submission on the first submission to the problem. The '1:' is not necessarily the first try on the problem, rather it refers 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'.</td></tr>
<tr><td>user.resource.resource.<partid>.tries</td><td>&EXT('user.resource.resource.0.tries')</td>
<td>current number of tries on the problem</td></tr>
<tr><td>user.resource.resource.<partid>.solved</td><td>&EXT('user.resource.resource.0.solved')</td>
<td>current status of the problem</td></tr>
<tr><td>user.resource.resource.<partid>.awarded</td><td>&EXT('user.resource.resource.0.awarded')</td>
<td>A floating point number between 0 and 1 inclusive, that is the percentage of the weight for this problem.</td></tr>
<tr><td>user.resource.resource.<partid>.award</td><td>&EXT('user.resource.resource.0.award')</td>
<td>Detailed award determined by how the most recently graded part was graded. (This will be one of the <responseid>'s <tt>awarddetail</tt>).</td></tr>
</table>
<hr />
You can get access to the current values of some parameters. But these only work reliably in a published problem which is in a course. <br />
<table border="1">
<tr><th>Incantation</th><th>Result</th><th>Explanation</th></tr>
<tr><td>resource.<partid>.<responseid>.tolerance</td><td>&EXT('resource.0.12.tolerance')</td>
<td>Current setting of the tolerance parameter for the particular response.</td></tr>
<tr><td>resource.<partid>.maxtries</td><td>&EXT('resource.0.maxtries')</td>
<td>Current setting for the maximum number of tries for the part.</td></tr>
</table>
<hr /><endouttext />
<startouttext />
<br />The answer is 1<br />
<endouttext />
<numericalresponse id="12" answer="1">
<responseparam description="Numerical Tolerance" default="5%" type="tolerance" name="tol" />
<textline />
</numericalresponse>
</problem>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>