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": "無障礙測試",
|
||||
"intro": [
|
||||
"",
|
||||
|
@ -99,7 +99,7 @@
|
||||
""
|
||||
]
|
||||
},
|
||||
"accessibility-quiz": {
|
||||
"learn-accessibility-by-building-a-quiz": {
|
||||
"title": "无障碍测试",
|
||||
"intro": [
|
||||
"",
|
||||
|
@ -84,8 +84,8 @@
|
||||
"intro": ["", ""]
|
||||
},
|
||||
"learn-html-forms-by-building-a-registration-form": { "title": "Learn HTML Forms by Building a Registration Form", "intro": ["", ""] },
|
||||
"accessibility-quiz": {
|
||||
"title": "Accessibility Quiz",
|
||||
"learn-accessibility-by-building-a-quiz": {
|
||||
"title": "Learn Accessibility by Building a Quiz",
|
||||
"intro": ["", ""]
|
||||
},
|
||||
"learn-intermediate-css-by-building-a-picasso-painting": {
|
||||
|
@ -99,7 +99,7 @@
|
||||
""
|
||||
]
|
||||
},
|
||||
"accessibility-quiz": {
|
||||
"learn-accessibility-by-building-a-quiz": {
|
||||
"title": "Prueba de accesibilidad",
|
||||
"intro": [
|
||||
"",
|
||||
|
@ -99,7 +99,7 @@
|
||||
""
|
||||
]
|
||||
},
|
||||
"accessibility-quiz": {
|
||||
"learn-accessibility-by-building-a-quiz": {
|
||||
"title": "Quiz Accessibilità",
|
||||
"intro": [
|
||||
"",
|
||||
|
@ -99,7 +99,7 @@
|
||||
""
|
||||
]
|
||||
},
|
||||
"accessibility-quiz": {
|
||||
"learn-accessibility-by-building-a-quiz": {
|
||||
"title": "Teste de acessibilidade",
|
||||
"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",
|
||||
"learn-github-by-building-a-list-of-inspirational-quotes": "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-css-flexbox-by-building-a-photo-gallery": "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,
|
||||
"usesMultifileEditor": true,
|
||||
"dashedName": "accessibility-quiz",
|
||||
"dashedName": "learn-accessibility-by-building-a-quiz",
|
||||
"order": 42,
|
||||
"time": "5 hours",
|
||||
"template": "",
|
@ -31,5 +31,6 @@
|
||||
"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-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