Final putparam not sending score variable

After the test is completed, I have a bunch of actions setting variables. The problem is that after the test is passed in the LMS, it goes to the transcript, but is marked as failed. The last putparam is what is recorded by the LMS(saba 3.4). So the last submission that happens looks like this.Decoded Results: command=PutParam&version=3.0.1&session_id=0030&aicc_data=[CORE] time=00:01:12 lesson_location=page111.html score= lesson_status=Pass [CORE_LESSON] Test_1_Score=90 I think this is the problem. Notice how the score= has no data. This putparam is happening from the last action that is setting the AICC_LESSON_LOCATION variable to the first page, page111.htm. To not cause problems, I need to set the AICC_LESSON_LOCATION so the learner can't go back into the test after they take it. Anyone know why the score isn't being sent on that last submission. This is the only thing I can find that is causing the failing problem. What should my last action be after the test is completed? I need lesson location to be set to a specific page... Any tips would be appreciated.Thanks

Discussions have been disabled for this post