Further customization of scorecard..

I would do this:On the scorecard page, create an action that sets a variable ... say ScoreCardShown = 1. On the next button that each page inherits from the test, add a condition to the default action to only do the GoTo NextPage if ScoreCardShown = 0. Then add an additional action to the Next button to goto to the scorecard page if the variable is non zero.On the scorecard page, add the action to score the test.As to the limiting the number of attempts for a question ... you would need to create a variable per question that counts the number of times they have tried to answer the question.TimEdited By: Verrelli on 38574.3774189815

Discussions have been disabled for this post