Updated exam abandon message
This commit is contained in:
@@ -424,7 +424,7 @@ export default function ExamPage({page}: Props) {
|
|||||||
<AbandonPopup
|
<AbandonPopup
|
||||||
isOpen={showAbandonPopup}
|
isOpen={showAbandonPopup}
|
||||||
abandonPopupTitle="Leave Exercise"
|
abandonPopupTitle="Leave Exercise"
|
||||||
abandonPopupDescription="Are you sure you want to leave the exercise? You will lose all your progress."
|
abandonPopupDescription="Are you sure you want to leave the exercise? Your progress will be saved and this exam can be resumed on the Dashboard."
|
||||||
abandonConfirmButtonText="Confirm"
|
abandonConfirmButtonText="Confirm"
|
||||||
onAbandon={() => {
|
onAbandon={() => {
|
||||||
reset();
|
reset();
|
||||||
|
|||||||
Reference in New Issue
Block a user