mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-13 18:24:33 +02:00
Migrate 1.3-accessibility id quiz
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
*Selesaikan kuis ini dengan mencentang satu jawaban per pertanyaan.*
|
||||
|
||||
1. Lighthouse hanya memeriksa masalah aksesibilitas
|
||||
|
||||
- [ ] benar
|
||||
- [ ] salah
|
||||
|
||||
2. Palet warna aman membantu orang dengan
|
||||
|
||||
- [ ] buta warna
|
||||
- [ ] gangguan penglihatan
|
||||
- [ ] keduanya di atas
|
||||
|
||||
3. Tautan deskriptif sangat penting untuk situs web yang dapat diakses
|
||||
|
||||
- [ ] benar
|
||||
- [ ] salah
|
@@ -1,17 +0,0 @@
|
||||
*Selesaikan kuis ini di kelas*
|
||||
|
||||
1. Situs web yang dapat diakses dapat diperiksa di alat browser mana
|
||||
|
||||
- [ ] Lighthouse
|
||||
- [ ] Deckhouse
|
||||
- [ ] Cleanhouse
|
||||
|
||||
2. Anda memerlukan pembaca layar fisik untuk menguji aksesibilitas bagi pengguna dengan gangguan penglihatan
|
||||
|
||||
- [ ] benar
|
||||
- [ ] salah
|
||||
|
||||
3. Aksesibilitas hanya penting di situs web pemerintah
|
||||
|
||||
- [ ] benar
|
||||
- [ ] salah
|
@@ -4,7 +4,8 @@
|
||||
> Catatan sketsa oleh [Tomomi Imura](https://twitter.com/girlie_mac)
|
||||
|
||||
## Kuis Pra-Kuliah
|
||||
[Kuis pra-kuliah](.github/pre-lecture-quiz.id.md)
|
||||
|
||||
[Kuis pra-kuliah](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/5)
|
||||
|
||||
> Kekuatan Web ada dalam universalitasnya. Akses oleh semua orang tanpa memandang disabilitas merupakan aspek penting.
|
||||
>
|
||||
@@ -208,7 +209,8 @@ Ambil HTML ini dan tulis ulang agar dapat diakses semaksimal mungkin, dengan str
|
||||
```
|
||||
|
||||
## Kuis Pasca Kuliah
|
||||
[Kuis pasca kuliah](.github/post-lecture-quiz.id.md)
|
||||
|
||||
[Kuis pasca kuliah](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/6)
|
||||
|
||||
## Review & Belajar Mandiri
|
||||
|
||||
|
@@ -226,10 +226,10 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"title": "Lesson 3 - Creating Accessible Webpages: Pre-Lecture Quiz",
|
||||
"title": "Pelajaran 3 - Membuat Halaman Web yang Dapat Diakses: Kuis Pra-Kuliah",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "An accessible web site can be checked in which browser tool",
|
||||
"questionText": "Situs web yang dapat diakses dapat diperiksa di alat browser mana",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "Lighthouse",
|
||||
@@ -246,27 +246,27 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "You need a physical screen reader to test accessibility for visually-impaired users",
|
||||
"questionText": "Anda memerlukan pembaca layar fisik untuk menguji aksesibilitas bagi pengguna dengan gangguan penglihatan",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "true",
|
||||
"answerText": "benar",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "false",
|
||||
"answerText": "salah",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "Accessibility is only important on government web sites",
|
||||
"questionText": "Aksesibilitas hanya penting di situs web pemerintah",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "true",
|
||||
"answerText": "benar",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "false",
|
||||
"answerText": "salah",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
@@ -275,47 +275,47 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"title": "Lesson 3 - Creating Accessible Webpages: Post-Lecture Quiz",
|
||||
"title": "Pelajaran 3 - Membuat Halaman Web yang Dapat Diakses: Kuis Pasca-Kuliah",
|
||||
"quiz": [
|
||||
{
|
||||
"questionText": "Lighthouse only checks for accessibility problems",
|
||||
"questionText": "Lighthouse hanya memeriksa masalah aksesibilitas",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "true",
|
||||
"answerText": "benar",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "false",
|
||||
"answerText": "salah",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "Color-safe palettes help people with",
|
||||
"questionText": "Palet warna aman membantu orang dengan",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "color-blindness",
|
||||
"answerText": "buta warna",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "visual impairments",
|
||||
"answerText": "gangguan penglihatan",
|
||||
"isCorrect": "false"
|
||||
},
|
||||
{
|
||||
"answerText": "both the above",
|
||||
"answerText": "keduanya di atas",
|
||||
"isCorrect": "true"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"questionText": "Descriptive links are vital for accessible web sites",
|
||||
"questionText": "Tautan deskriptif sangat penting untuk situs web yang dapat diakses",
|
||||
"answerOptions": [
|
||||
{
|
||||
"answerText": "true",
|
||||
"answerText": "benar",
|
||||
"isCorrect": "true"
|
||||
},
|
||||
{
|
||||
"answerText": "false",
|
||||
"answerText": "salah",
|
||||
"isCorrect": "false"
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user