this modification to the assessmentResults component prevents a user from retaking the assessment once a passing score has been achieved. be sure to comment out the existing code just like in the images.
modify this file: /adapt_framework/src/components/adapt-contrib-assessmentResults/js/adapt-contrib-assessmentResults.js
1. change the value for isComplete (check if the assessment is passed instead of completed)
2. allow completion of the component only if the assessment is passed
3. show the retry button until the assessment has been passed
4. allow infinite attempts in the extension settings
cheers!