diff --git a/images/Diagrams.sketch b/images/Diagrams.sketch index 14a3b31..aa14d58 100644 Binary files a/images/Diagrams.sketch and b/images/Diagrams.sketch differ diff --git a/images/gps-telemetry-iot-hub-functions.png b/images/gps-telemetry-iot-hub-functions.png index a43395b..5b74a41 100644 Binary files a/images/gps-telemetry-iot-hub-functions.png and b/images/gps-telemetry-iot-hub-functions.png differ diff --git a/images/gps-telemetry-iot-hub.png b/images/gps-telemetry-iot-hub.png index 26e801b..5ee3069 100644 Binary files a/images/gps-telemetry-iot-hub.png and b/images/gps-telemetry-iot-hub.png differ diff --git a/images/iot-hub-cloud-to-device-message.png b/images/iot-hub-cloud-to-device-message.png index 5b7eb4a..cef67ae 100644 Binary files a/images/iot-hub-cloud-to-device-message.png and b/images/iot-hub-cloud-to-device-message.png differ diff --git a/images/iot-hub-device-to-cloud-message.png b/images/iot-hub-device-to-cloud-message.png index c9967e5..87f1bb5 100644 Binary files a/images/iot-hub-device-to-cloud-message.png and b/images/iot-hub-device-to-cloud-message.png differ diff --git a/images/iot-hub-device-twins.png b/images/iot-hub-device-twins.png index 7f39c7e..582e4b5 100644 Binary files a/images/iot-hub-device-twins.png and b/images/iot-hub-device-twins.png differ diff --git a/images/iot-hub-direct-method-request.png b/images/iot-hub-direct-method-request.png index afadb67..094345e 100644 Binary files a/images/iot-hub-direct-method-request.png and b/images/iot-hub-direct-method-request.png differ diff --git a/images/iot-service-allowed-denied-connection.png b/images/iot-service-allowed-denied-connection.png index fe7a53a..215a985 100644 Binary files a/images/iot-service-allowed-denied-connection.png and b/images/iot-service-allowed-denied-connection.png differ diff --git a/images/iot-service-connectivity.png b/images/iot-service-connectivity.png index 289cb06..70296f6 100644 Binary files a/images/iot-service-connectivity.png and b/images/iot-service-connectivity.png differ diff --git a/images/map-path.png b/images/map-path.png index 4373a0c..29f1dbc 100644 Binary files a/images/map-path.png and b/images/map-path.png differ diff --git a/images/save-telemetry-to-storage-from-functions.png b/images/save-telemetry-to-storage-from-functions.png index f1632a1..2636b20 100644 Binary files a/images/save-telemetry-to-storage-from-functions.png and b/images/save-telemetry-to-storage-from-functions.png differ diff --git a/images/traditional-vs-ml.png b/images/traditional-vs-ml.png index c56c011..1f5d6ee 100644 Binary files a/images/traditional-vs-ml.png and b/images/traditional-vs-ml.png differ diff --git a/images/translated-smart-timer.png b/images/translated-smart-timer.png index cad807d..7a04945 100644 Binary files a/images/translated-smart-timer.png and b/images/translated-smart-timer.png differ diff --git a/images/tts-overview.png b/images/tts-overview.png index d418127..80c260f 100644 Binary files a/images/tts-overview.png and b/images/tts-overview.png differ diff --git a/quiz-app/src/assets/translations/en.json b/quiz-app/src/assets/translations/en.json index ad52ffa..8edb301 100644 --- a/quiz-app/src/assets/translations/en.json +++ b/quiz-app/src/assets/translations/en.json @@ -1067,7 +1067,7 @@ }, { "id": 22, - "title": "Lesson 12 - Location tracking: Post-Lecture Quiz", + "title": "Lesson 11 - Location tracking: Post-Lecture Quiz", "quiz": [ { "questionText": "GPS data is sent from sensors using:", @@ -1121,6 +1121,206 @@ ] } ] + }, + { + "id": 23, + "title": "Lesson 12 - Store location data: Pre-Lecture Quiz", + "quiz": [ + { + "questionText": "IoT data is stored by IoT Hub", + "answerOptions": [ + { + "answerText": "True", + "isCorrect": "false" + }, + { + "answerText": "False", + "isCorrect": "true" + } + ] + }, + { + "questionText": "Data can be divided into the following two types", + "answerOptions": [ + { + "answerText": "Blob and table", + "isCorrect": "false" + }, + { + "answerText": "Structured and unstructured", + "isCorrect": "true" + }, + { + "answerText": "Red and blue", + "isCorrect": "false" + } + ] + }, + { + "questionText": "Serverless code can be used to write IoT data to a database", + "answerOptions": [ + { + "answerText": "True", + "isCorrect": "true" + }, + { + "answerText": "False", + "isCorrect": "false" + } + ] + } + ] + }, + { + "id": 24, + "title": "Lesson 12 - Store location data: Post-Lecture Quiz", + "quiz": [ + { + "questionText": "IoT data that needs to be processed immediately is on which path:", + "answerOptions": [ + { + "answerText": "Hot", + "isCorrect": "true" + }, + { + "answerText": "Warm", + "isCorrect": "false" + }, + { + "answerText": "Cold", + "isCorrect": "false" + } + ] + }, + { + "questionText": "Azure storage has the following storage types:", + "answerOptions": [ + { + "answerText": "Boxes, tubs, bins", + "isCorrect": "false" + }, + { + "answerText": "Blob, table, queue and file", + "isCorrect": "true" + }, + { + "answerText": "Hot, warm, cold", + "isCorrect": "false" + } + ] + }, + { + "questionText": "Azure Functions can be bound to database to write return values to the database", + "answerOptions": [ + { + "answerText": "True", + "isCorrect": "true" + }, + { + "answerText": "False", + "isCorrect": "false" + } + ] + } + ] + }, + { + "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" + } + ] + } + ] } ] }