Student Selection on Multiple Choice Item Appearing as Latex

Hi!

I am trying to figure out how to take a student’s selected sales equation and for it to appear in a note on the following screen. The multiple choice component is on screen 6. I want the note to appear with their selected equation on screen 7. Here is what I have so far:

choice6= when choice6.isSelected(1) and choice6.isSelected(2) and choice6.isSelected(3) and choice6.isSelected(4)

content: “Fill out the table to calculate your sales under each option using the equation ${choice6}. Go back to the previous screen at any time if you would like to select a different equation.”

See if this is what you are looking for.