chore: rename accessibility quiz (#44206)
* chore: rename files * chore: update codebase * chore: proper title case * chore: preformatted block name
This commit is contained in:
committed by
GitHub
parent
2381c6a569
commit
fbb9f657b1
@ -99,7 +99,7 @@
|
|||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"accessibility-quiz": {
|
"learn-accessibility-by-building-a-quiz": {
|
||||||
"title": "無障礙測試",
|
"title": "無障礙測試",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"",
|
||||||
|
@ -99,7 +99,7 @@
|
|||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"accessibility-quiz": {
|
"learn-accessibility-by-building-a-quiz": {
|
||||||
"title": "无障碍测试",
|
"title": "无障碍测试",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"",
|
||||||
|
@ -84,8 +84,8 @@
|
|||||||
"intro": ["", ""]
|
"intro": ["", ""]
|
||||||
},
|
},
|
||||||
"learn-html-forms-by-building-a-registration-form": { "title": "Learn HTML Forms by Building a Registration Form", "intro": ["", ""] },
|
"learn-html-forms-by-building-a-registration-form": { "title": "Learn HTML Forms by Building a Registration Form", "intro": ["", ""] },
|
||||||
"accessibility-quiz": {
|
"learn-accessibility-by-building-a-quiz": {
|
||||||
"title": "Accessibility Quiz",
|
"title": "Learn Accessibility by Building a Quiz",
|
||||||
"intro": ["", ""]
|
"intro": ["", ""]
|
||||||
},
|
},
|
||||||
"learn-intermediate-css-by-building-a-picasso-painting": {
|
"learn-intermediate-css-by-building-a-picasso-painting": {
|
||||||
|
@ -99,7 +99,7 @@
|
|||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"accessibility-quiz": {
|
"learn-accessibility-by-building-a-quiz": {
|
||||||
"title": "Prueba de accesibilidad",
|
"title": "Prueba de accesibilidad",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"",
|
||||||
|
@ -99,7 +99,7 @@
|
|||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"accessibility-quiz": {
|
"learn-accessibility-by-building-a-quiz": {
|
||||||
"title": "Quiz Accessibilità",
|
"title": "Quiz Accessibilità",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"",
|
||||||
|
@ -99,7 +99,7 @@
|
|||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"accessibility-quiz": {
|
"learn-accessibility-by-building-a-quiz": {
|
||||||
"title": "Teste de acessibilidade",
|
"title": "Teste de acessibilidade",
|
||||||
"intro": [
|
"intro": [
|
||||||
"",
|
"",
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
title: Introduction to the Accessibility Quiz
|
|
||||||
block: accessibility-quiz
|
|
||||||
superBlock: Responsive Web Design
|
|
||||||
isBeta: true
|
|
||||||
---
|
|
||||||
|
|
||||||
## Introduction to the Accessibility Quiz
|
|
||||||
|
|
||||||
This is a test for the new project-based curriculum.
|
|
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
title: Introduction to the Learn Accessibility by Building a Quiz
|
||||||
|
block: learn-accessibility-by-building-a-quiz
|
||||||
|
superBlock: Responsive Web Design
|
||||||
|
isBeta: true
|
||||||
|
---
|
||||||
|
|
||||||
|
## Introduction to the Learn Accessibility by Building a Quiz
|
||||||
|
|
||||||
|
This is a test for the new project-based curriculum.
|
@ -78,7 +78,7 @@
|
|||||||
"periodic-table-database": "Relational Databases",
|
"periodic-table-database": "Relational Databases",
|
||||||
"learn-github-by-building-a-list-of-inspirational-quotes": "Relational Databases",
|
"learn-github-by-building-a-list-of-inspirational-quotes": "Relational Databases",
|
||||||
"number-guessing-game": "Relational Databases",
|
"number-guessing-game": "Relational Databases",
|
||||||
"accessibility-quiz": "HTML-CSS",
|
"learn-accessibility-by-building-a-quiz": "HTML-CSS",
|
||||||
"learn-html-forms-by-building-a-registration-form": "HTML-CSS",
|
"learn-html-forms-by-building-a-registration-form": "HTML-CSS",
|
||||||
"learn-css-flexbox-by-building-a-photo-gallery": "HTML-CSS",
|
"learn-css-flexbox-by-building-a-photo-gallery": "HTML-CSS",
|
||||||
"learn-css-grid-by-building-a-magazine": "HTML-CSS",
|
"learn-css-grid-by-building-a-magazine": "HTML-CSS",
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "Accessibility Quiz",
|
"name": "Learn Accessibility by Building a Quiz",
|
||||||
"isUpcomingChange": true,
|
"isUpcomingChange": true,
|
||||||
"usesMultifileEditor": true,
|
"usesMultifileEditor": true,
|
||||||
"dashedName": "accessibility-quiz",
|
"dashedName": "learn-accessibility-by-building-a-quiz",
|
||||||
"order": 42,
|
"order": 42,
|
||||||
"time": "5 hours",
|
"time": "5 hours",
|
||||||
"template": "",
|
"template": "",
|
@ -31,5 +31,6 @@
|
|||||||
"learn-css-flexbox-by-building-a-photo-gallery": "Learn CSS Flexbox by Building a Photo Gallery",
|
"learn-css-flexbox-by-building-a-photo-gallery": "Learn CSS Flexbox by Building a Photo Gallery",
|
||||||
"learn-css-grid-by-building-a-magazine": "Learn CSS Grid by Building a Magazine",
|
"learn-css-grid-by-building-a-magazine": "Learn CSS Grid by Building a Magazine",
|
||||||
"learn-typography-by-building-a-nutrition-label": "Learn Typography by Building a Nutrition Label",
|
"learn-typography-by-building-a-nutrition-label": "Learn Typography by Building a Nutrition Label",
|
||||||
"learn-css-animation-by-building-a-ferris-wheel": "Learn CSS Animation by Building a Ferris Wheel"
|
"learn-css-animation-by-building-a-ferris-wheel": "Learn CSS Animation by Building a Ferris Wheel",
|
||||||
|
"learn-accessibility-by-building-a-quiz": "Learn Accessibility by Building a Quiz"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user