I'm attempting to create a note question type that displays all items from a choice list that have not been selected in a repeat. I have no problem building a string containing all items that have been selected. Is there a way to access either the entire list? I am open to writing it into a JS function if possible.