Branching a course with test

As I understand it there is an AICC variable that needs to be set to "complete". Set that when appropriate.If the group takes both tests, add the test scores together and divide by two. Modify variable actions:AICC_Score; 0; setaicc_score; var(AICC_Score for test 1) ; addaicc_score; var(AICC_Score for test 2) ; addaicc_score; 2; divideIf only one test, set the AICC_Score to the score of the second test.

Discussions have been disabled for this post