Test Problems

 Looked at it. The student name is in the variable AICC_Student_Name in the form Last,First. To reverse it use tip 5 from my booklet:


1.  How to Reverse the Student Name from an LMS


The name you get from an LMS is in the form of “last, first middle”


To reverse them code this action with the below JavaScript function.


Action: Modify Variable


Target: _studentName


Value: Javascript: reverseName()


Condition: AICC_Student_Name Is Not Empty


And in an HTML object enter this JavaScript:



As to the score, I played a lot with it. First I took out pages 2,3, and questions 2,3,4. Still failed. Then I modified the answer to question 1 just adding Correct in () so I could send it to support. Then it worked. Hmm. Then I took what I added out. Still worked. I tried the original w/o Q1 and it worked. Sounds like something has gone haywire with that question. I would delete the page and recreate it.

Discussions have been disabled for this post