Diff for /loncom/html/adm/help/ext_examples.problem between versions 1.1 and 1.2

version 1.1, 2004/06/09 13:55:42 version 1.2, 2013/08/09 10:53:00
Line 3 Line 3
 <startouttext />  <startouttext />
 <hr />  <hr />
 Some things to do with &amp;EXT() inside of a homework problem.<br />  Some things to do with &amp;EXT() inside of a homework problem.<br />
 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.
 <table border="1">  <table border="1">
 <tr><th>Incantation</th><th>result</th><th>Explanation</th></tr>  <tr><th>Incantation</th><th>result</th><th>Explanation</th></tr>
 <tr><td>user.resource.resource.&lt;partid&gt;.&lt;responseid&gt;.submission</td><td>&EXT('user.resource.resource.0.12.submission')</td>  <tr><td>user.resource.resource.&lt;partid&gt;.&lt;responseid&gt;.submission</td><td>&EXT('user.resource.resource.0.12.submission')</td>
Line 11  Anything data that shows up in the 'all Line 11  Anything data that shows up in the 'all
 <tr><td>user.resource.resource.&lt;partid&gt;.&lt;responseid&gt;.awarddetail</td><td>&EXT('user.resource.resource.0.12.awarddetail')</td>  <tr><td>user.resource.resource.&lt;partid&gt;.&lt;responseid&gt;.awarddetail</td><td>&EXT('user.resource.resource.0.12.awarddetail')</td>
     <td>Detail of how the most recent submission was graded. </td></tr>      <td>Detail of how the most recent submission was graded. </td></tr>
 <tr><td>user.resource.1:resource.&lt;partid&gt;.&lt;responseid&gt;.submission</td><td>&EXT('user.resource.1:resource.0.12.submission')</td>  <tr><td>user.resource.1:resource.&lt;partid&gt;.&lt;responseid&gt;.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 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'.</td></tr>      <td>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'.</td></tr>
   
 <tr><td>user.resource.resource.&lt;partid&gt;.tries</td><td>&EXT('user.resource.resource.0.tries')</td>  <tr><td>user.resource.resource.&lt;partid&gt;.tries</td><td>&EXT('user.resource.resource.0.tries')</td>
     <td>current number of tries on the problem</td></tr>      <td>current number of tries on the problem</td></tr>

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>