From 667596e641a4e80a2ac42e812e7913eaa2c6ad90 Mon Sep 17 00:00:00 2001 From: Supravisor <153783117+Supravisor@users.noreply.github.com> Date: Tue, 8 Apr 2025 07:18:58 +1200 Subject: [PATCH] fix(curriculum): add multiple quiz sets available to quiz intro (#59361) Co-authored-by: Tom <20648924+moT01@users.noreply.github.com> --- client/i18n/locales/english/intro.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index e4d95cc33e0..568f3b3d4bf 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -1869,7 +1869,8 @@ "quiz-basic-html": { "title": "Basic HTML Quiz", "intro": [ - "The following quiz will test your knowledge of the basic HTML concepts you have learned so far." + "The following quiz will test your knowledge of the basic HTML concepts you have learned so far.", + "If you're getting ready for the exam, there are several quiz sets available for practice. After completing a quiz, you can revisit this page to access a new set of questions." ] }, "lecture-importance-of-semantic-html": { @@ -1900,7 +1901,8 @@ "quiz-semantic-html": { "title": "Semantic HTML Quiz", "intro": [ - "The following quiz will test your knowledge on semantic HTML concepts you have learned so far." + "The following quiz will test your knowledge on semantic HTML concepts you have learned so far.", + "If you're getting ready for the exam, there are several quiz sets available for practice. After completing a quiz, you can revisit this page to access a new set of questions." ] }, "lecture-working-with-forms": { @@ -1958,7 +1960,8 @@ "quiz-html-tables-and-forms": { "title": "HTML Tables and Forms Quiz", "intro": [ - "The following quiz will test your knowledge of HTML tables, forms and commonly used HTML tools." + "The following quiz will test your knowledge of HTML tables, forms and commonly used HTML tools.", + "If you're getting ready for the exam, there are several quiz sets available for practice. After completing a quiz, you can revisit this page to access a new set of questions." ] }, "lecture-importance-of-accessibility-and-good-html-structure": { @@ -1984,7 +1987,8 @@ "quiz-html-accessibility": { "title": "HTML Accessibility Quiz", "intro": [ - "The following quiz will test your knowledge on the accessibility concepts you have learned so far." + "The following quiz will test your knowledge on the accessibility concepts you have learned so far.", + "If you're getting ready for the exam, there are several quiz sets available for practice. After completing a quiz, you can revisit this page to access a new set of questions." ] }, "review-html": {