Remember that the images are cached, both by WeBWorK, and sometimes for short periods of time by the browser itself.
If you look at a brand new problem, I suspect that the images will now
be ok. For problems you have viewed before the images were already made
(or mismade).
The easiest solution is remove the cache of equation images and start over. The equation cache is stored at # Location of cached equation images. $webworkDirs{equationCache} = "$webworkDirs{htdocs_temp}/equations"; $webworkURLs{equationCache} = "$webworkURLs{htdocs_temp}/equations";
(The above segment is in global.conf. The location of your equation
cache might be different.) This directory will have a number of
subdirectories with labels such as 05/ af/
etc. Remove the entire contents of this directory and the old equations
will be gone.
You can also use the webwork2/bin/remove_stalte_images script to remove images that are very old. See http://webhost.math.rochester.edu/webworkdocs/discuss/msgReader$2929 for further comments.
<| Post or View Comments |>
|