Forum Discussion
BenMcKenna-ba88
6 years agoCommunity Member
Saving checkboxes in Rise
Hey guys,
I saw Mike Amelang’s inventive solution to create a Learning Journal in Rise, and it inspired me to post something similar!
Recently our team built an observational checklist in Rise, ...
MeaganGriffin-f
Community Member
Hi again, Rowan - I worked with a developer at my company, and I think we found a solution for this!
In the checkboxes.js file, locate this line: checkboxesInLesson = document.querySelectorAll('[data-lesson-id="' + currentLesson + '"]');
And, REPLACE it with this line: checkboxesInLesson = document.querySelectorAll('.block-list__checkbox', '[data-lesson-id="' + currentLesson + '"]')
We hope this works for you! -Meagan & Werner
RowanTrevor
3 years agoCommunity Member
Thank you Meagan, I appreciate you taking the time to send this through, I'll give it a try!