So students currently see this.
This is what the component looks like.
How do I change it to hide the middle column but still mark each question correct or incorrect?
This is what the component looks like.
How do I change it to hide the middle column but still mark each question correct or incorrect?
So you want to keep the first and third columns, but delete the middle? There’s no nice way to hide a column. You’d need to use the dropdown in the column to delete it, then go into your CL and change any code for the column coordinate from 3 to 2.
A good opportunity for a handy tool. Use Option+drag for Mac, Alt+drag for PC, to change multiple lines at once, if your code is nicely grouped and aligned.