Forum Discussion
PattyBrandt-2fe
3 years agoCommunity Member
Check Mark / Tick Marks in Menu for an Assessment
Hello there,
I have a 70-question final training assessment. I would like users to be able to have the freedom to navigate through all questions in attempt to answer the questions they are sure ab...
JordanBest
3 years agoCommunity Member
It looks like your menu is simply set up differently than mine. I think your questions are nested in an additional dropdown menu, so you need to change the JS to take that into account:
var targetList = "#outline-content > ul > li > ul > li:nth-child(n) > div"
(this replaces the first line that I had) -- you'll see yours has an additional <li> and unordered list <ul>