Diff for /modules/damieng/schema_documentation/loncapa.html between versions 1.2 and 1.3

version 1.2, 2017/01/18 18:46:10 version 1.3, 2017/01/30 17:55:42
Line 2912  ul { margin-top: 0.5em } Line 2912  ul { margin-top: 0.5em }
   <a name="functionplotcustomrule_0"></a><h3>Element <span class="nomtitre">functionplotcustomrule</span>    <a name="functionplotcustomrule_0"></a><h3>Element <span class="nomtitre">functionplotcustomrule</span>
 </h3>  </h3>
           
       <div class="documentation">        Used to create rules that aren't options using the other rules. The coding is done in Perl and follows Perl syntax. Any variable written inside this rule will be recognized as normal and any evaluation function can be used as well.        <div class="documentation">        Used to create rules that aren't options using the other rules. The coding is done inside an answer element, in Perl. Any variable used inside this rule will be recognized normally and any evaluation function can be used as well.
           The following Perl functions can be used: fpr_val(label), fpr_f(x), fpr_dfdx(x), fpr_d2fdx2(x), fpr_vectorcoords(name), fpr_objectcoords(name), fpr_vectorlength(name), fpr_vectorangle(name).
           The Perl code should return 1 for a correct answer, 0 for an incorrect one.
       </div>        </div>
           
     <div class="indentation">      <div class="indentation">
Line 2920  ul { margin-top: 0.5em } Line 2922  ul { margin-top: 0.5em }
 <a name="answer_5"></a><h3>Element <span class="nomtitre">answer</span>  <a name="answer_5"></a><h3>Element <span class="nomtitre">answer</span>
 </h3>  </h3>
                       
             <div class="documentation">              Answer algorithm, normally in Perl              <div class="documentation">              Answer algorithm, in Perl
             </div>              </div>
                       
           Can contain text<br><div class="indentation">            Can contain text<br><div class="indentation">

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


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