@@ -93,14 +93,14 @@ <h3>Question {{ currentQuestion + 1 }} of 5</h3>
9393
9494 <!-- Abandon Quiz Button -->
9595 < button class ="abandon-quiz-btn " (click) ="cancelQuiz() " title ="Return to main menu ">
96- 🚪 Abandon Quiz
96+ 🚪 Leave Quiz
9797 </ button >
9898 </ div >
9999
100100 <!-- SNOMED CT Quiz -->
101101 < div class ="quiz-container " *ngIf ="showSnomedQuiz ">
102102 < div class ="quiz-header ">
103- < h2 > 🏥 SNOMED CT International Quiz </ h2 >
103+ < h2 > 🏥 Speaking Clinically: The Global Challenge of Terminology </ h2 >
104104 < div class ="score-display "> Score: < span > {{ score }}</ span > /5</ div >
105105 </ div >
106106 < div class ="question-container " *ngIf ="currentQuiz === 'snomed' ">
@@ -154,7 +154,7 @@ <h3>Question {{ currentQuestion + 1 }} of 5</h3>
154154
155155 <!-- Abandon Quiz Button -->
156156 < button class ="abandon-quiz-btn " (click) ="cancelQuiz() " title ="Return to main menu ">
157- 🚪 Abandon Quiz
157+ 🚪 Leave Quiz
158158 </ button >
159159 </ div >
160160
@@ -247,7 +247,7 @@ <h4>🍽️ Global Food Quiz</h4>
247247
248248 <!-- SNOMED Quiz Leaderboard -->
249249 < div class ="leaderboard-panel ">
250- < h4 > 🏥 SNOMED CT International Quiz </ h4 >
250+ < h4 > 🏥 Speaking Clinically: The Global Challenge of Terminology </ h4 >
251251 < div class ="leaderboard-list scrollable ">
252252 < div
253253 *ngIf ="snomedLeaderboard.length === 0 "
@@ -302,7 +302,7 @@ <h4>🍽️ Global Food Quiz</h4>
302302
303303 <!-- SNOMED Quiz Leaderboard -->
304304 < div class ="leaderboard-panel ">
305- < h4 > 🏥 SNOMED CT International Quiz </ h4 >
305+ < h4 > 🏥 Speaking Clinically: The Global Challenge of Terminology </ h4 >
306306 < div class ="leaderboard-list scrollable ">
307307 < div
308308 *ngIf ="snomedLeaderboard.length === 0 "
0 commit comments