[LON-CAPA-cvs] cvs: loncom /homework/templates functionplottwo.problem

damieng damieng at source.lon-capa.org
Wed Dec 23 14:36:24 EST 2015


damieng		Wed Dec 23 19:36:24 2015 EDT

  Modified files:              
    /loncom/homework/templates	functionplottwo.problem 
  Log:
  fixed syntax errors in template
  
Index: loncom/homework/templates/functionplottwo.problem
diff -u loncom/homework/templates/functionplottwo.problem:1.4 loncom/homework/templates/functionplottwo.problem:1.5
--- loncom/homework/templates/functionplottwo.problem:1.4	Wed Nov 24 02:53:18 2010
+++ loncom/homework/templates/functionplottwo.problem	Wed Dec 23 19:36:24 2015
@@ -9,14 +9,14 @@
 <spline index="B" order="2" initx="12" inity="0" scalex="4" />
 </functionplotelements>
 <functionplotruleset>
-<functionplotrule relationship="eq" value="undef" derivative="0" xinitial="$x" index="chargeposition" derivativeorder="0" />
+<functionplotrule relationship="eq" value="undef" xinitial="$x" index="chargeposition" derivativeorder="0" />
 <functionplotrule relationship="lt" value="0" derivativeorder="0" xinitiallabel="start" xfinallabel="chargeleft" index="negleft" />
 <functionplotrule relationship="lt" value="0" derivativeorder="1" xinitiallabel="start" xfinallabel="chargeleft" />
-<functionplotrule relationship="le" value="0" derivativeorder="2" xinitiallabel="start" xfinallabel="chargeleft" percentageerror="20" />
+<functionplotrule relationship="le" value="0" derivativeorder="2" xinitiallabel="start" xfinallabel="chargeleft" percenterror="20" />
 <functionplotrule relationship="eq" xinitiallabel="chargeleft" xfinallabel="chargeright" value="undef" derivativeorder="0" />
 <functionplotrule relationship="lt" value="0" derivativeorder="0" xinitiallabel="chargeright" xfinallabel="end" index="negright" />
 <functionplotrule relationship="gt" value="0" derivativeorder="1" xinitiallabel="chargeright" xfinallabel="end" />
-<functionplotrule relationship="le" value="0" derivativeorder="2" xinitiallabel="chargeright" xfinallabel="end" percentageerror="20" />
+<functionplotrule relationship="le" value="0" derivativeorder="2" xinitiallabel="chargeright" xfinallabel="end" percenterror="20" />
 </functionplotruleset>
 
 <hintgroup showoncorrect="no">




More information about the LON-CAPA-cvs mailing list