diff --git a/images/map-path.png b/images/map-path.png index 4373a0cd..29f1dbcd 100644 Binary files a/images/map-path.png and b/images/map-path.png differ diff --git a/quiz-app/src/assets/translations/en.json b/quiz-app/src/assets/translations/en.json index 28b8214d..8edb301e 100644 --- a/quiz-app/src/assets/translations/en.json +++ b/quiz-app/src/assets/translations/en.json @@ -1123,7 +1123,7 @@ ] }, { - "id": 21, + "id": 23, "title": "Lesson 12 - Store location data: Pre-Lecture Quiz", "quiz": [ { @@ -1172,7 +1172,7 @@ ] }, { - "id": 22, + "id": 24, "title": "Lesson 12 - Store location data: Post-Lecture Quiz", "quiz": [ { @@ -1223,6 +1223,104 @@ ] } ] + }, + { + "id": 25, + "title": "Lesson 13 - Visualize location data: Pre-Lecture Quiz", + "quiz": [ + { + "questionText": "Very large tables of data are an easy way to quickly look up data", + "answerOptions": [ + { + "answerText": "True", + "isCorrect": "false" + }, + { + "answerText": "False", + "isCorrect": "true" + } + ] + }, + { + "questionText": "GPS data can be visualized on maps", + "answerOptions": [ + { + "answerText": "True", + "isCorrect": "true" + }, + { + "answerText": "False", + "isCorrect": "false" + } + ] + }, + { + "questionText": "On maps of large areas, the same distance drawn on the map represents the same distance on the real world no matter where on the map the measurement is taken", + "answerOptions": [ + { + "answerText": "True", + "isCorrect": "false" + }, + { + "answerText": "False", + "isCorrect": "true" + } + ] + } + ] + }, + { + "id": 26, + "title": "Lesson 13 - Visualize location data: Post-Lecture Quiz", + "quiz": [ + { + "questionText": "The service to draw maps on a web page is called:", + "answerOptions": [ + { + "answerText": "Azure Maps", + "isCorrect": "true" + }, + { + "answerText": "Azure Atlas", + "isCorrect": "false" + }, + { + "answerText": "Azure World VIsualizer", + "isCorrect": "false" + } + ] + }, + { + "questionText": "Azure maps plots data using:", + "answerOptions": [ + { + "answerText": "GeoJSON", + "isCorrect": "true" + }, + { + "answerText": "Lists of latitude and longitude", + "isCorrect": "false" + }, + { + "answerText": "Lists of addresses", + "isCorrect": "false" + } + ] + }, + { + "questionText": "Blobs can be retrieved via a URL", + "answerOptions": [ + { + "answerText": "True", + "isCorrect": "true" + }, + { + "answerText": "False", + "isCorrect": "false" + } + ] + } + ] } ] }