From ed9f0637156ff3b77ecdb196f0a018704fb49bcf Mon Sep 17 00:00:00 2001 From: Jaimos Skriletz Date: Thu, 20 Aug 2026 14:29:48 -0600 Subject: [PATCH] Update student orientation feedback. Update this problem to match the changes in PG to use custom classes for the colors and add the option of unknown correctness. Also try to keep lines under 80 characters. --- assets/pg/Student_Orientation/feedback.pg | 67 +++++++++++++++-------- 1 file changed, 43 insertions(+), 24 deletions(-) diff --git a/assets/pg/Student_Orientation/feedback.pg b/assets/pg/Student_Orientation/feedback.pg index 63d71a87e2..d2fab9d34a 100644 --- a/assets/pg/Student_Orientation/feedback.pg +++ b/assets/pg/Student_Orientation/feedback.pg @@ -27,50 +27,69 @@ When you Submit an answer, a feedback button appears near the answer blank. * If you answer correctly, you see a green checkmark[@ MODES( - HTML => ': ', + HTML => ': ', TeX => '' )@]*. * If you answer incorrectly, you see a red alert[@ MODES( - HTML => ': ', + HTML => ': ', TeX => '' )@]*. -* If you earn partial credit, you see a yellow warning[@ +* If you earn partial credit, you see a yellow exclamation point[@ MODES( - HTML => ': ', + HTML => ': ', + TeX => '' + )@]*. +* If it is unknown if the answer is correct or incorrect (the correctness is + hidden from you) you will see a yellow question mark[@ + MODES( + HTML => ': ', TeX => '' )@]*. -Each of these buttons is something you can click to see more information about the answer you tried. And if there is an -actual feedback message, you will see a small circle in the upper right corner of the button[@ +Each of these buttons is something you can click to see more information about +the answer you tried. And if there is an actual feedback message, you will see +a small circle in the upper right corner of the button[@ MODES( - HTML => ': ', + HTML => ': ', TeX => '' )@]*. -For example, try answering the following with any answer. Almost certainly, you will be marked incorrect, but the -feedback message will tell you the correct answer. What number am I thinking of? [_]{$answer}{4} +For example, try answering the following with any answer. Almost certainly, +you will be marked incorrect, but the feedback message will tell you the +correct answer. What number am I thinking of? [_]{$answer}{4} -If you type an answer and click to "Preview my Answers", you will see an info button[@ +If you type an answer and click to "Preview my Answers", +you will see an info button[@ MODES( - HTML => ': ', + HTML => ': ', TeX => '' ) @]* instead of the correct/incorrect buttons. -In addition to automated feedback, your instructor can leave messages for you in WeBWorK. To see these messages, you -must visit the problem for which a message has been left. The message will appear above the exercise. If your course -uses essay questions, there is no automated feedback, and these messages from the instructor will be your only feedback. +In addition to automated feedback, your instructor can leave messages for you +in WeBWorK. To see these messages, you must visit the problem for which a +message has been left. The message will appear above the exercise. If your +course uses essay questions, there is no automated feedback, and these messages +from the instructor will be your only feedback. [@ MODES(HTML => 'When you are ready, click "Next Problem".', TeX => '') @] END_PGML