Skip to content

Commit 667596e

Browse files
SupravisormoT01
andauthored
fix(curriculum): add multiple quiz sets available to quiz intro (freeCodeCamp#59361)
Co-authored-by: Tom <[email protected]>
1 parent 0cc1549 commit 667596e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

client/i18n/locales/english/intro.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1869,7 +1869,8 @@
18691869
"quiz-basic-html": {
18701870
"title": "Basic HTML Quiz",
18711871
"intro": [
1872-
"The following quiz will test your knowledge of the basic HTML concepts you have learned so far."
1872+
"The following quiz will test your knowledge of the basic HTML concepts you have learned so far.",
1873+
"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."
18731874
]
18741875
},
18751876
"lecture-importance-of-semantic-html": {
@@ -1900,7 +1901,8 @@
19001901
"quiz-semantic-html": {
19011902
"title": "Semantic HTML Quiz",
19021903
"intro": [
1903-
"The following quiz will test your knowledge on semantic HTML concepts you have learned so far."
1904+
"The following quiz will test your knowledge on semantic HTML concepts you have learned so far.",
1905+
"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."
19041906
]
19051907
},
19061908
"lecture-working-with-forms": {
@@ -1958,7 +1960,8 @@
19581960
"quiz-html-tables-and-forms": {
19591961
"title": "HTML Tables and Forms Quiz",
19601962
"intro": [
1961-
"The following quiz will test your knowledge of HTML tables, forms and commonly used HTML tools."
1963+
"The following quiz will test your knowledge of HTML tables, forms and commonly used HTML tools.",
1964+
"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."
19621965
]
19631966
},
19641967
"lecture-importance-of-accessibility-and-good-html-structure": {
@@ -1984,7 +1987,8 @@
19841987
"quiz-html-accessibility": {
19851988
"title": "HTML Accessibility Quiz",
19861989
"intro": [
1987-
"The following quiz will test your knowledge on the accessibility concepts you have learned so far."
1990+
"The following quiz will test your knowledge on the accessibility concepts you have learned so far.",
1991+
"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."
19881992
]
19891993
},
19901994
"review-html": {

0 commit comments

Comments
 (0)