vi-Vietnamese fixed translation

pull/583/head
thangved 4 years ago
parent 0bae92e5ec
commit 3dcb81aeb1

@ -0,0 +1,21 @@
# Getting Started with Web Development
In this section of the curriculum, you will be introduced to non project-based concepts important to becoming a professional developer.
### Topics
1. [Introduction to Programming Languages and Tools of the Trade](1-intro-to-programming-languages/README.md)
2. [Introduction to GitHub](2-github-basics/README.md)
3. [Basics of Accessibility](3-accessibility/README.md)
### Credits
Introduction to Programming Languages and Tools of the Trade was written with ♥️ by [Jasmine Greenaway](https://twitter.com/paladique)
Introduction to GitHub was written with ♥️ by [Floor Drees](https://twitter.com/floordrees)
Basics of Accessibility was written with ♥️ by [Christopher Harrison](https://twitter.com/geektrainer)

@ -226,10 +226,10 @@
}, },
{ {
"id": 5, "id": 5,
"title": "Bài 3 - Tạo các trang web thân thiện với người dùng: Pre-Lecture Quiz", "title": "Bài 3 - Tạo các trang web có khả năng truy cập: Pre-Lecture Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "Một trang web thân thiện có thể được kiểm tra bằng:", "questionText": "Khả năng truy cập có thể được kiểm tra bằng:",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Lighthouse", "answerText": "Lighthouse",
@ -246,7 +246,7 @@
] ]
}, },
{ {
"questionText": "Bạn cần một trình đọc màn hình vật lý để kiểm tra mức độ thân thiện cho người dùng khiếm thị", "questionText": "Bạn cần một trình đọc màn hình vật lý để kiểm tra khả năng truy cập cho người dùng khiếm thị",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Đúng", "answerText": "Đúng",
@ -259,7 +259,7 @@
] ]
}, },
{ {
"questionText": "Trang web thân thiện chỉ quan trọng trên các trang web của chính phủ", "questionText": "Khả năng truy cập chỉ quan trọng trên các trang web của chính phủ",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Đúng vậy", "answerText": "Đúng vậy",
@ -275,10 +275,10 @@
}, },
{ {
"id": 6, "id": 6,
"title": "Bài 3 - Tạo các trang web thân thiện với người dùng: Post-Lecture Quiz", "title": "Bài 3 - Tạo các trang web có khả năng truy cập: Post-Lecture Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "Lighthouse chỉ kiểm tra các vấn đề liên quan đến sự thân thiện của website", "questionText": "Lighthouse chỉ kiểm tra các vấn đề liên quan đến khả năng truy cập của website",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Đúng", "answerText": "Đúng",
@ -291,7 +291,7 @@
] ]
}, },
{ {
"questionText": "Bảng màu an toàn thân thiện với những người", "questionText": "Bảng màu an toàn tăng khả năng truy cập với những người",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Mù màu", "answerText": "Mù màu",
@ -308,7 +308,7 @@
] ]
}, },
{ {
"questionText": "Các mô tả liên kết rất quan trọng với các trang web thân thiện", "questionText": "Các mô tả liên kết rất quan trọng với các trang web có khả năng truy cập",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Đúng", "answerText": "Đúng",

Loading…
Cancel
Save