Test Score=100% but still show Incomplete

Bradley,You can set the status as many times as you want ... there is no restirction to how many times you set it ... but only the last set will do anything. The restirction is on what you can set the value to (see my previous post).AICC_Score starts at zero by default ... and it will get reloaded from whatever you have set in the LMS. Say for instance you do add 10 to the score each time you complete a chapter ... if you finish the first two chapters and set the score to 20, and then left the content ... the LMS would store 20 as the score. The next time you launched the content, the LMS would supply the content with the saved score from your previous session (20).Since you are setting the score ... you can make any restrictions you want in the actions that will manipulate the score. You could put a conditional check to not exceed 60 when adding the 10 value. The real trick is to prevent a student from going back into a completed chapter and falsely incrementing the score an additional 10 points when they have only seen one chapter.Have you thought of doing this slightly differently? Create two AUs (SCOs) in the content. The first one is the click thru content where you increment the score based on where they are in the content. You could easily create an action that gets inherited on each page to set the score of the AU to the PageInTitle * 100 / PagesInTitle variable (which would give you the percentage of the content they had clicked thru). Then create a second AU that is only accessible after they complete the first AU with a score of 100 (they saw all the content) and thaty AU contains only the test.Just a thought ...Tim V

Discussions have been disabled for this post