Diff for /loncom/homework/templates/functionplottwo.problem between versions 1.1 and 1.2

version 1.1, 2010/11/12 02:16:24 version 1.2, 2010/11/13 03:23:03
Line 4 Line 4
 Make a sketch of the electrostatic potential (zero at infinity) of a negative point charge located at x=$x m.  Make a sketch of the electrostatic potential (zero at infinity) of a negative point charge located at x=$x m.
 <endouttext />  <endouttext />
 <functionplotresponse xaxisvisible="yes" xlabel="x [m]" gridvisible="yes" ylabel="V(x) [V]" id="11" xmax="30" yaxisvisible="yes" xmin="-4" ymin="-10" ymax="10">  <functionplotresponse xaxisvisible="yes" xlabel="x [m]" gridvisible="yes" ylabel="V(x) [V]" id="11" xmax="30" yaxisvisible="yes" xmin="-4" ymin="-10" ymax="10">
   <functionplotelements>
 <spline initx="-2" inity="0" index="A" order="2" scalex="4" />  <spline initx="-2" inity="0" index="A" order="2" scalex="4" />
 <spline index="B" order="2" initx="12" inity="0" scalex="4" />  <spline index="B" order="2" initx="12" inity="0" scalex="4" />
 <functionplotrule relationship="eq" value="undef" derivative="0" xinitial="$x" />  </functionplotelements>
   <functionplotruleset>
   <functionplotrule relationship="eq" value="undef" derivative="0" xinitial="$x" index="chargeposition" derivativeorder="0" />
 <functionplotrule relationship="lt" value="0" derivativeorder="0" xinitiallabel="start" xfinallabel="chargeleft" />  <functionplotrule relationship="lt" value="0" derivativeorder="0" xinitiallabel="start" xfinallabel="chargeleft" />
 <functionplotrule relationship="lt" value="0" derivativeorder="1" xinitiallabel="start" xfinallabel="chargeleft" />  <functionplotrule relationship="lt" value="0" derivativeorder="1" xinitiallabel="start" xfinallabel="chargeleft" />
 <functionplotrule relationship="le" value="0" derivativeorder="2" xinitiallabel="start" xfinallabel="chargeleft" />  <functionplotrule relationship="le" value="0" derivativeorder="2" xinitiallabel="start" xfinallabel="chargeleft" />
Line 14  Make a sketch of the electrostatic poten Line 17  Make a sketch of the electrostatic poten
 <functionplotrule relationship="lt" value="0" derivativeorder="0" xinitiallabel="chargeright" xfinallabel="end" />  <functionplotrule relationship="lt" value="0" derivativeorder="0" xinitiallabel="chargeright" xfinallabel="end" />
 <functionplotrule relationship="gt" value="0" derivativeorder="1" xinitiallabel="chargeright" xfinallabel="end" />  <functionplotrule relationship="gt" value="0" derivativeorder="1" xinitiallabel="chargeright" xfinallabel="end" />
 <functionplotrule relationship="le" value="0" derivativeorder="2" xinitiallabel="chargeright" xfinallabel="end" />  <functionplotrule relationship="le" value="0" derivativeorder="2" xinitiallabel="chargeright" xfinallabel="end" />
   </functionplotruleset>
   
   <hintgroup showoncorrect="no">
   <hintpart on="chargeposition">
   <startouttext />The charge is not in the correct position.<endouttext />
   </hintpart>
   </hintgroup>
 </functionplotresponse>  </functionplotresponse>
 </problem>  </problem>

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


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