Lesson 11 quiz (#157)

* 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
pull/178/head
Jim Bennett 3 years ago committed by GitHub
parent fdb22d4972
commit 0c2e49a730
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -116,7 +116,7 @@ GPS used to have limitations on accuracy enforced by the US military, limiting a
✅ If you have a smart phone, launch the mapping app and see how accurate your location is. It may take a short period of time for your phone to detect multiple satellites to get a more accurate location.
> 💁 The satellites contain atomic clocks that are incredibly accurate, but they drift by 38 microseconds (0.0000038 seconds) a day compared to atomic clocks, due to time slowing down as speed increases as predicted by Einstein's theories of special and general relativity - the satellites travel faster than the Earth's rotation. This drift has been used to prove the predictions of special and general relativity, and has to be adjusted for in the design of GPS systems. Literally time runs slower on a GPS satellite.
> 💁 The satellites contain atomic clocks that are incredibly accurate, but they drift by 38 microseconds (0.0000038 seconds) a day compared to atomic clocks on Earth, due to time slowing down as speed increases as predicted by Einstein's theories of special and general relativity - the satellites travel faster than the Earth's rotation. This drift has been used to prove the predictions of special and general relativity, and has to be adjusted for in the design of GPS systems. Literally time runs slower on a GPS satellite.
GPS systems have been developed and deployed by a number of countries and political unions including the US, Russia, Japan, India, the EU, and China. Modern GPS sensor can connect to most of these systems to get faster and more accurate fixes.

@ -1011,6 +1011,116 @@
]
}
]
},
{
"id": 21,
"title": "Lesson 11 - Location tracking: Pre-Lecture Quiz",
"quiz": [
{
"questionText": "Your location can be defined using",
"answerOptions": [
{
"answerText": "Latitude only",
"isCorrect": "false"
},
{
"answerText": "Longitude only",
"isCorrect": "false"
},
{
"answerText": "Latitude and Longitude",
"isCorrect": "true"
}
]
},
{
"questionText": "The types of sensors that can track your location are called:",
"answerOptions": [
{
"answerText": "GPS",
"isCorrect": "true"
},
{
"answerText": "PGP",
"isCorrect": "false"
},
{
"answerText": "GIF",
"isCorrect": "false"
}
]
},
{
"questionText": "There is no value in tracking vehicle locations",
"answerOptions": [
{
"answerText": "True",
"isCorrect": "false"
},
{
"answerText": "False",
"isCorrect": "true"
}
]
}
]
},
{
"id": 22,
"title": "Lesson 12 - Location tracking: Post-Lecture Quiz",
"quiz": [
{
"questionText": "GPS data is sent from sensors using:",
"answerOptions": [
{
"answerText": "Latitude and Longitude coordinates",
"isCorrect": "false"
},
{
"answerText": "Addresses",
"isCorrect": "false"
},
{
"answerText": "NMEA sentences",
"isCorrect": "true"
}
]
},
{
"questionText": "To get a good GPS fix you need to receive signals from at least how many satellites",
"answerOptions": [
{
"answerText": "1",
"isCorrect": "false"
},
{
"answerText": "2",
"isCorrect": "false"
},
{
"answerText": "3",
"isCorrect": "true"
}
]
},
{
"questionText": "GPS sensors send data over:",
"answerOptions": [
{
"answerText": "SPI",
"isCorrect": "false"
},
{
"answerText": "UART",
"isCorrect": "true"
},
{
"answerText": "Email",
"isCorrect": "false"
}
]
}
]
}
]
}

Loading…
Cancel
Save