[LON-CAPA-users] clicking "Previous Tries" link show tries for the wrong question

Joseph Mingrone jrm at mathstat.dal.ca
Mon Aug 18 08:44:11 EDT 2014


Hi,

I'm trying to determine if we're doing something wrong of if we've hit this
bug Raymond already submitted:
http://bugs.lon-capa.org/show_bug.cgi?id=6551.

When the student clicks the "Previous Tries" link for the question below,
he/she is given the submission for another question.

  <part id="CI-1">
    <parameter name="maxtries" id="7" type="int_pos" default="3" description="Maximum Number of Tries" />
    <startouttext />Calculate the confidence interval for the difference in means for Levels 1 and 2, i.e., <m>$\mu_1-\mu_2$</m>.<endouttext />
    <startouttext />Lower bound: <endouttext />
    <numericalresponse answer="$ci1_lb" id="8">
      <responseparam name="tol" type="tolerance" default="1%" description="Numerical Tolerance" />
      <responseparam name="sig" type="int_range,0-16" default="0,15" description="Significant Figures" />
      <textline readonly="no" />
      <startouttext />Upper bound: <endouttext />
    </numericalresponse>
    <numericalresponse answer="$ci1_ub" id="9">
      <responseparam name="tol" type="tolerance" default="1%" description="Numerical Tolerance" />
      <responseparam name="sig" type="int_range,0-16" default="0,15" description="Significant Figures" />
      <textline readonly="no" />
    </numericalresponse>
  </part>

If screenshots, code for the whole question or anything else is helpful,
just let me know.

Joseph



More information about the LON-CAPA-users mailing list