I’m at a loss. Trying to wrap up our NAC Onboarding Process and I cannot figure out how to take a previous multiple-choice field that was completed by a user and pass it back through to the same ML choice field on the same task.
I’m looping back through the same question and want to preserve the answers if they got it right and lock the control. I managed to make it work with the single choice fields.
User answers 30 questions on a quiz (task) and if they make below an 80 it let’s them attempt 2 more times.
What I need is the answers to be defaulted for what they previously entered so i passed the ML choice field through a loop for each and added each answer to a collection called “collQ7”. I passed that into my default value and it’s not recognizing selections.
These questions are all ML choice fields and are outputted as text from my collections as followed:
Now, I have commas for some of the answers so to make the logic/rules easier for me, I did the the line thing at the end of each option with a shorter version of the answer. So that is where my “Correct or “Incorrect” values are coming from. Not really sure what those are callled but noticed what they did and thought it would make things easier. Those values re-entered back into the single choice fields work fine and are recognized.
Any thoughts on why this is NOT working? Now that I”m looking at it, I’m thinking it’s the brackets and quotations… lol gonna go try removing those and see if that works!
However, ideally it should take a collection string I would think, no?