It can't do this automatically but you could simulate it by using a custom variable.Create a custom variable ie Final_score and set it initially to zero.On the ast page of your test create a "Score Test" button with the following actions:1. Modify variable - set Final_score to your test score conditional on the test score being greater than the pass score.2. Modify variable - set your test score to Final_score conditional on test score being less than final_score and final_score not being equal to zero.3. Submit testI would put delays between each action as well.I haven't tested this put think it would work.Hope this helpsAndy