I'm attempting to implement a mix & match question using sortable in learner. The post about how to limit the number of items that can be dropped was quite helpful!
I've got the basics of that working in learnr - see image below.
My question is: Does an easier way exist to do this as a question_xx in learnr? Something like question_bucket()
, but doesn't seem quite right here (although I may be reading it wrong!). I'm wondering if anyone else has other suggestions.
Worst case, I think with a little additional coding I could convert to look more like the learnr style. Is there an easier solution I'm missing?
Thanks in advance!