@ -532,27 +532,27 @@
} ,
} ,
{
{
"id" : 11 ,
"id" : 11 ,
"title" : " Lesson 6 - JavaScript Basics - Making Decisions: Pre-Lecture Quiz ",
"title" : " Pelajaran 6 - Dasar-dasar JavaScript - Membuat Keputusan: Kuis Pra-Kuliah ",
"quiz" : [
"quiz" : [
{
{
"questionText" : " The following operator == is called ",
"questionText" : " Operator berikut == dipanggil ",
"answerOptions" : [
"answerOptions" : [
{
{
"answerText" : " Equality ",
"answerText" : " Kesetaraan ",
"isCorrect" : "true"
"isCorrect" : "true"
} ,
} ,
{
{
"answerText" : " Strict equality ",
"answerText" : " Kesetaraan yang ketat ",
"isCorrect" : "false"
"isCorrect" : "false"
} ,
} ,
{
{
"answerText" : " Assignment ",
"answerText" : " Penugasan ",
"isCorrect" : "false"
"isCorrect" : "false"
}
}
]
]
} ,
} ,
{
{
"questionText" : " A comparison in JavaScript returns what type ?",
"questionText" : " Perbandingan dalam JavaScript mengembalikan tipe apa ?",
"answerOptions" : [
"answerOptions" : [
{
{
"answerText" : "boolean" ,
"answerText" : "boolean" ,
@ -569,18 +569,18 @@
]
]
} ,
} ,
{
{
"questionText" : " The ! symbol in JavaScript means :",
"questionText" : " Simbol ! dalam JavaScript artinya :",
"answerOptions" : [
"answerOptions" : [
{
{
"answerText" : "Logi cal Not",
"answerText" : "Logi ka Not",
"isCorrect" : "true"
"isCorrect" : "true"
} ,
} ,
{
{
"answerText" : " Important ",
"answerText" : " Penting ",
"isCorrect" : "false"
"isCorrect" : "false"
} ,
} ,
{
{
"answerText" : " Equals ",
"answerText" : " Sama ",
"isCorrect" : "false"
"isCorrect" : "false"
}
}
]
]
@ -589,10 +589,10 @@
} ,
} ,
{
{
"id" : 12 ,
"id" : 12 ,
"title" : " Lesson 6 - JavaScript Basics - Making Decisions: Post-Lecture Quiz ",
"title" : " Pelajaran 6 - Dasar-dasar JavaScript - Membuat Keputusan: Kuis Pasca-Kuliah ",
"quiz" : [
"quiz" : [
{
{
"questionText" : " What would the following code return : '1' == 1",
"questionText" : " Apa yang akan dikembalikan kode berikut : '1' == 1",
"answerOptions" : [
"answerOptions" : [
{
{
"answerText" : "true" ,
"answerText" : "true" ,
@ -609,7 +609,7 @@
]
]
} ,
} ,
{
{
"questionText" : " What would the following code return : '1' === 1",
"questionText" : " Apa yang akan dikembalikan kode berikut : '1' === 1",
"answerOptions" : [
"answerOptions" : [
{
{
"answerText" : "true" ,
"answerText" : "true" ,
@ -626,7 +626,7 @@
]
]
} ,
} ,
{
{
"questionText" : " Choose the correct operator to express 'or' logic ",
"questionText" : " Pilih operator yang benar untuk mengekspresikan logika _or_ ",
"answerOptions" : [
"answerOptions" : [
{
{
"answerText" : "a | b" ,
"answerText" : "a | b" ,