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?
actually i already solved it; instead of using ~~$, you use $DOLLAR and it will give you the printout you need