With the In Course quiz option, the re-take quiz option in the quiz results section can be confusing for the user.


This simple CSS would hide the "Re-take Quiz" option in Quiz Results seciton in Student profile - Course - Results section.


 

#item-body #prev_results { display: none; } 
#item-body .quiz_retake_form.start_quiz { display: none; }