I am creating a team game where the student needs to submit an entry and then choose an appropriate number of “confidence points” before hitting a submit button. I cannot get the coding right!
Students should:
Type in an answer into the answer field.
Choose a number of confidence points.
Hit a submit button.
Receive a message after submitting.
Are you just missing the submit button for the multiple choice? If so:
showSubmitButton: true
Then you should be able to condition on that submission.
For the other feedback, it looks like you want the answer to be C, but you’ll get the same feedback every time. You need to specifically add a conditional on NOT being the correct answer.
Sort of - you can just show the submit button on the multiple choice and then perform your feedback checks when students press that button. Is that what you mean?
Look in your MathInput and your Multiple Choice elements’ CL - you’ll see the showSubmitButton sink I put in there.