WeBWorK Main Forum

feedback problem

feedback problem

by Bradley Bassinger -
Number of replies: 1
For the problem sets I create for students, I leave feedback messages that will appear after the test is finished and graded.  An issue I am having right now is with dollar signs.  In my initial problems, if I want a dollar sign, all I have to do is code ~~$ and it will print the desired dollar sign for readability sake.  In feedback, I attempt to use the same method and the output becomes ${DOLLAR}540.  I want it to read $540 as it does in the original problem but for some reason I cannot make this work.  Any answers?
In reply to Bradley Bassinger

Re: feedback problem

by Bradley Bassinger -
actually i already solved it; instead of using ~~$, you use $DOLLAR and it will give you the printout you need