I
have a very strange bug that I've found in WebWork. I have a question
with 4 answers, each a simple one-letter answer (sort of a multiple
choice). There are no variations within the students, so that each of
them should have exactly the same problem with no variations at all.
However, there is a strange bug that has crept in to a few student's
problems. I don't know how many, but I have 2 reports so far out of
about 110 students who have attempted the problem. By going into the
logs, I accessed the problem for the student with trouble and this
seems to be the trouble. All the SRC fields for the formula are doubled.
<IMG
WIDTH="176" HEIGHT="44" ALIGN="MIDDLE" BORDER="0"
SRC="/cse113/tmp/l2h/set1/3-94243//cse113/tmp/l2h/set1/3-94243/94243img1.gif"
ALT="$ (p \vee f = p \wedge t = p) $">
The same IMG field in a "normal" student is like the following
<IMG
WIDTH="176" HEIGHT="44" ALIGN="MIDDLE" BORDER="0"
SRC="/cse113/tmp/l2h/set1/3-40456/40456img1.gif"
ALT="$ (p \vee f = p \wedge t = p) $">
Any idea what is going on? There are two other questions that are of
exactly the same form that don't seem to cause problems for anybody.
How should I approach debugging this? I can't rebuild the questions
because it's in the middle of an assignment (of course).
<| Post or View Comments |>
|