I want a submit button under the two questions, but it’s not working. The submit button that comes with the math input is disabled, and no CL I try is getting it un-disabled (including submitDisabled: false or showSubmitButton: true). I’ve also tried adding an action button, but it’s only allowing me to place it on the graph or in the first column - it’s not possible to drag it below the questions.
Is there some limitation on buttons below graphs? Any tips to make it work?
When I looked at the top math input CL you had showSubmitButton: false.
When I changed it to showSubmitButton: true I got two buttons. If that doesn’t work sometimes I trick it into working by putting a note box in between the two math inputs and putting just a space in the box. It puts and extra space between the input boxes though.
If you use showSubmitButton: true for the inputs for the two expressions the submit button at the end works just fine, but then you have a bunch of extra buttons.