AICC submission happening 3 times

I've been running this course in the AICC test suite to try and see what is going wrong. Sometimes people take this course and it doesn't transfer the right stuff to the SABA server. They pass the test, but it doesn't transfer to their transcript.I have a test set up and after the last question on clicking the Next button, I have an action that Submit/Score test. So after they click that a submission to the saba server is sent containing all their answers. If they scored 80 or higher they are taken to a pass page. If not they goto a fail page. The fail page just resets the test but doesn't submit anything to the SABA server.The pass page in order has these actions. On Show > Modify Variable > AICC_Lesson_Status > value: Pass > Mod Type: Set variable ContentsOn: Show > Modify Variable > AICC_Score > Value: VAR(Test_1_Score) > Mod Type: Set Variable ContentsThere was also a reset test action, and I think that could be the reason for the problem. Maybe if the server lags for a second and the reset action goes to early that could affect what is submitted. So I just got rid of that action. The reason I came to that conclusion was because during one of my aicc test suite sessions, the last submission of the 3 that it does, test_1_score was submitted as 0, but I don't see how that would be a problem cause the AICC server just looks at the score variable...at least I think so...OK so thats it. So now when I run it in the AICC test suite I get three submissions to the server.I decoded the url for easy reading:First submissionDecoded Results: command=PutParam&version=3.0.1&session_id=0008&aicc_data=[CORE] Lesson_Status=Pass time=00:02:42 lesson_location=page1571.html score= [CORE_LESSON] Test_1_Score=100 Second submissionDecoded Results: command=PutParam&version=3.0.1&session_id=0008&aicc_data=[CORE] Score=100 time=00:02:43 lesson_location=page1571.html lesson_status=Pass [CORE_LESSON] Test_1_Score=100 Third SubmissionDecoded Results: command=PutParam&version=3.0.1&session_id=0008&aicc_data=[CORE] time=00:02:44 lesson_location=page1571.html score=100 lesson_status=Pass [CORE_LESSON] Test_1_Score=100 Anyone know why lectora is set up to send it 3 times? I want to cut it down to just one submission. If nobody knows why its sending 3 times, I guess I could look at the code and just take out the submissions in the code. I am not familar with javascript and the AICC code in general, so any help would be appreciated.By the way I'm using Lectora Professional Publishing Suite v.2006 SP5 (4310)Thanks

Discussions have been disabled for this post