Closed truedat101 closed 10 years ago
in the call to showIQ2() of smilestudent.js we pop up the reveal modal containing the question results. Somehow qidx()+1 is set to the current index, not the index of the question we are viewing.
Seems we forgot to set qidx() in the view model when we call doGetInquiry();
fixed
It always shows the last number in the question set. So if it was out of 8 question, it always shows Question 8.