Forum Discussion
Forcing "completion" of a checkbox list
Hi all
Is there a way that we can force the learner to click the boxes on the Checkbox List? Of course a text instruction would be placed with this, however it would be great just to mix things up a little and have them tick each item on the list.
No big drama if not available, just a thought ...
37 Replies
- AmyDean-5fd99bcCommunity Member
Hi Everyone - Are there any updates surrounding check marks saving in RISE or Storyline? Thanks!
Hi Amy,
Thanks for reaching out!
I don’t currently have any updates, but you are now subscribed to this conversation which means as we share updates here, you’ll automatically be notified.
- TerryCrickCommunity Member
Hi everyone, i also note that someone can check the box/es to get the continue blocker to appear, but then can uncheck those boxes and continue on through the course.
Is there a workaround to prevent the users from unchecking and continuing?
Hi there, Terry. There is not a way to prevent learners from unchecking the items on a checklist. Once your learners interact with the checklist, it is considered complete. Tell me a bit more about how your learners use the checklist, and maybe the community can find a design fit!
- AmyDean-5fd99bcCommunity Member
Hi Crystal,
For our training program, our account directors complete various activities each week. Ideally, I would like to use RISE to have a section for each week of their training program, with various tasks and training activities for them to check off as they complete them along with the included content.
I would like them to be able to leave the course, come back into the program and jump back in to work through additional coursework with the ability to save progress within the program.
Thanks for listening!
Amy
- JulieHewittCommunity Member
I echo the need to have users be able to check boxes when complete and have that information retained within the Rise course or content imported into an LMS. I hope that the team will be able to find a resolution.
- JohnSarris-78d7Community Member
We ran into the same issue with learners being able to uncheck boxes. I ended up adding some Javascript to the exported course to hide the "hit area" of a checkbox after it's clicked. It's crude, but it worked for us.
var el = document.getElementsByClassName("block-list__checkbox__hitarea");
window.onload = function (){
var i = setInterval(function (){
if (el.length){
clearInterval(i);
el[0].addEventListener("click", function(){el[0].hidden = true}, false);
el[1].addEventListener("click", function(){el[1].hidden = true}, false);
el[2].addEventListener("click", function(){el[2].hidden = true}, false);
}}, 100);}; - ArathiChhetri-4Community Member
Is there any progress on this front?
Hi there, Arathi. No updates at this time on saving the state of a checklist when a user revisits a course. Overall course progress will be saved, however. We'll let you know if that changes!
- ArathiChhetri-4Community Member
This is quite sad. It’s been a while now and there’s no point having a checklist if someone can’t see it saved right? I do hope the Rise team will understand how vital this function is to learner satisfaction and motivation and implement it soon. Where are we at with this update?
We don't have an ETA at this time, Arathi. We'll let you know if that changes!
- LeoneHayCommunity Member
Very keen for this feature. I have a similar requirement to Jess Forster. Thanks.
- KatherineFord-8Community Member
Any update on this? We have a new onboarding process and would like them to check the different sections as they complete and when they log back into the course be able to see them checked
Thanks for checking in, Katherine. For now, checkbox lists will reset when the learner reviews a course. I appreciate your feedback on how we can improve this block type!
- GraceMichel-200Community Member
I have a similar request for a feature that enables checklists to be saved for an onboarding course. Would love to see this prioritized.
Related Content
- 6 months ago
- 2 years ago