pull/203/head
Eugene Goh 4 years ago
parent a8826cc816
commit 55e06df1e0

@ -33,24 +33,24 @@
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "Video game software", "answerText": "Perisian permainan video",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "Which one of these tools would most likely be in a web developer's environment?", "questionText": "Alat mana yang kemungkinan besar terdapat di persekitaran pembangun web?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Hardware, like a Raspberry Pi", "answerText": "Perkakasan, seperti Raspberry Pi",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "Browser DevTools", "answerText": "DevTools Penyemak Imbas",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "Operating system documentation", "answerText": "Dokumentasi sistem operasi",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
@ -59,13 +59,13 @@
}, },
{ {
"id": 2, "id": 2,
"title": "Lesson 1 - Intro to Programming Languages: Post-Lecture Quiz", "title": "Pelajaran 1 - Pengenalan Bahasa Pengaturcaraan: Kuiz Pasca Kuliah",
"quiz": [ "quiz": [
{ {
"questionText": "What language would you most likely use to create a website?", "questionText": "Bahasa apa yang kemungkinan besar anda gunakan untuk membuat laman web?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Machine Code", "answerText": "Kod Mesin",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
@ -79,7 +79,7 @@
] ]
}, },
{ {
"questionText": "Development environments are unique to each developer", "questionText": "Persekitaran pembangunan adalah unik bagi setiap pembangun",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "true",
@ -92,10 +92,10 @@
] ]
}, },
{ {
"questionText": "What will a developer do to fix buggy code?", "questionText": "Apa yang akan dilakukan oleh pembangun untuk memperbaiki kod kereta?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Syntax highlighting", "answerText": "Penyorotan sintaks",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
@ -103,7 +103,7 @@
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "Code formatting", "answerText": "Pemformatan kod",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
@ -112,10 +112,10 @@
}, },
{ {
"id": 3, "id": 3,
"title": "Lesson 2 - Introduction to GitHub: Pre-Lecture Quiz", "title": "Pelajaran 2 - Pengenalan kepada GitHub: Kuiz Pra Kuliah",
"quiz": [ "quiz": [
{ {
"questionText": "How do you create a Git repo?", "questionText": "Bagaimana anda membuat repo Git?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "git create", "answerText": "git create",
@ -132,35 +132,35 @@
] ]
}, },
{ {
"questionText": "What does git add do?", "questionText": "Apa yang dilakukan oleh git add?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Commits your code", "answerText": "Komit kod anda",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "Adds your files to a staging area for tracking", "answerText": "Menambah fail anda ke kawasan pementasan untuk mengesan",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "Adds your files to GitHub", "answerText": "Menambah fail anda ke GitHub",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "How do you check if git is installed on your computer?", "questionText": "Bagaimana anda memeriksa sama ada git dipasang pada komputer anda?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "type git --version", "answerText": "taip git --version",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "type git --installed", "answerText": "taip git --installed",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "type git --init", "answerText": "taip git --init",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
@ -169,27 +169,27 @@
}, },
{ {
"id": 4, "id": 4,
"title": "Lesson 2 - Introduction to GitHub: Post-Lecture Quiz", "title": "Pelajaran 2 - Pengenalan kepada GitHub: Kuiz Pasca Kuliah",
"quiz": [ "quiz": [
{ {
"questionText": "A place to compare and discuss the differences introduced on a branch with reviews, comments, integrated tests, and more is:", "questionText": "Tempat untuk membandingkan dan membincangkan perbezaan yang diperkenalkan di cabang dengan ulasan, komen, ujian bersepadu, dan banyak lagi adalah:",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "GitHub", "answerText": "GitHub",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "A Pull Request", "answerText": "Pull Request",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "A feature branch", "answerText": "Feature branch",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "How would you get all the commits from a remote branch?", "questionText": "Bagaimana anda mendapat semua komit dari remote branch?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "git fetch", "answerText": "git fetch",
@ -206,7 +206,7 @@
] ]
}, },
{ {
"questionText": "How do you switch to a branch?", "questionText": "Bagaimana anda beralih ke branch?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "git switch [branch-name]", "answerText": "git switch [branch-name]",
@ -226,10 +226,10 @@
}, },
{ {
"id": 5, "id": 5,
"title": "Lesson 3 - Creating Accessible Webpages: Pre-Lecture Quiz", "title": "Pelajaran 3 - Membuat Laman Web yang Boleh Diakses: Kuiz Pra Kuliah",
"quiz": [ "quiz": [
{ {
"questionText": "An accessible web site can be checked in which browser tool", "questionText": "Laman web yang boleh diakses boleh diperiksa di mana alat penyemak imbas",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "Lighthouse", "answerText": "Lighthouse",
@ -246,7 +246,7 @@
] ]
}, },
{ {
"questionText": "You need a physical screen reader to test accessibility for visually-impaired users", "questionText": "Anda memerlukan pembaca skrin fizikal untuk menguji kebolehaksesan bagi pengguna yang cacat penglihatan",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "true",
@ -259,7 +259,7 @@
] ]
}, },
{ {
"questionText": "Accessibility is only important on government web sites", "questionText": "Kebolehcapaian hanya penting di laman web kerajaan",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "true", "answerText": "true",

Loading…
Cancel
Save