* Adding content

* Update en.json

* Update README.md

* Update TRANSLATIONS.md

* Adding lesson tempolates

* Fixing code files with each others code in

* Update README.md

* Adding lesson 16

* Adding virtual camera

* Adding Wio Terminal camera capture

* Adding wio terminal code

* Adding SBC classification to lesson 16

* Adding challenge, review and assignment

* Adding images and using new Azure icons

* Update README.md

* Update iot-reference-architecture.png

* Adding structure for JulyOT links

* Removing icons

* Sketchnotes!

* Create lesson-1.png

* Starting on lesson 18

* Updated sketch

* Adding virtual distance sensor

* Adding Wio Terminal image classification

* Update README.md

* Adding structure for project 6 and wio terminal distance sensor

* Adding some of the smart timer stuff

* Updating sketchnotes

* Adding virtual device speech to text

* Adding chapter 21

* Language tweaks

* Lesson 22 stuff

* Update en.json

* Bumping seeed libraries

* Adding functions lab to lesson 22

* Almost done with LUIS

* Update README.md

* Reverting sunlight sensor change

Fixes #88

* Structure

* Adding speech to text lab for Pi

* Adding virtual device text to speech lab

* Finishing lesson 23

* Clarifying privacy

Fixes #99

* Update README.md

* Update hardware.md

* Update README.md

* Fixing some code samples that were wrong

* Adding more on translation

* Adding more on translator

* Update README.md

* Update README.md

* Adding public access to the container

* First part of retail object detection

* More on stock lesson

* Tweaks to maps lesson

* Update README.md

* Update pi-sensor.md

* IoT Edge install stuffs

* Notes on consumer groups and not running the event monitor at the same time

* Assignment for object detector

* Memory notes for speech to text

* Migrating LUIS to an HTTP trigger

* Adding Wio Terminal speech to text

* Changing smart timer to functions from hub

* Changing a param to body to avoid URL encoding

* Update README.md

* Tweaks before IoT Show

* Adding sketchnote links

* Adding object detection labs

* Adding more on object detection

* More on stock detection

* Finishing stock counting

* Tidying stuff

* Adding wio purchase link

* Updating Seeed logo

* Update pi-proximity.md

* Fix clean up link

Fixes #145

* Moving attributions to a separate file

* First draft of edge classifier

* Adding extras

* Moving folder

* Adding lesson 11 questions

* Image improvements

* More image tweaks

* Adding lesson 12 quiz

* Quiz for lesson 13
pull/178/head
Jim Bennett 3 years ago committed by GitHub
parent 0c2e49a730
commit 52dc45dc1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 292 KiB

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 13 KiB

@ -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"
}
]
}
]
}
]
}

Loading…
Cancel
Save