Hello All,
I have learning modules in my app that have requirements that need to be checked off and saved before going to the next module. For example, I have module two that has two requirements that need to be checked off as I mentioned in the previous sentence. Users can check off checkbox req1 and save it, then come back to complete the second requirement checking it off and saving it.
The problem I am running into is for some reason when I check off checkbox req1 and save it checkbox2 checks off as well. This will make my user think they have completed both requirements when they actually haven’t.