From 0ff7b4f86ded6c27c69675398a5bdb18d344dac6 Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Fri, 29 Aug 2025 15:53:20 +0100 Subject: [PATCH] Update README with quiz link and remove help section Added a link to the post-lesson quiz and removed the 'Help Wanted!' section. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 53b4b0ce..03278d2f 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ We have two choices of IoT hardware to use for the projects depending on persona - a challenge - supplemental reading - assignment -- post-lesson quiz +- [post-lesson quiz](https://ff-quizzes.netlify.app/en/) > **A note about quizzes**: All quizzes are contained in the quiz-app folder, for 48 total quizzes of three questions each. They are linked from within the lessons but the quiz app can be run locally or deployed to Azure; follow the instruction in the `quiz-app` folder. They are gradually being localized. @@ -136,14 +136,13 @@ npm run convert There are slide decks for some of the lessons in the [slides](./slides) folder. -## Help Wanted! - -Would you like to contribute a translation? Please read our [translation guidelines](TRANSLATIONS.md) and add input [to one of the translations issues](https://github.com/microsoft/IoT-For-Beginners/issues?q=is%3Aissue+is%3Aopen+label%3Atranslation). If you want to translate into a new language, please raise a new issue for tracking. ## Other Curricula Our team produces other curricula! Check out: +- [AI Agents for Beginners](https://aka.ms/ai-agents-beginners) +- [MCP for Beginners](https://aka.ms/mcp-for-beginners) - [Generative AI for Beginners](https://aka.ms/genai-beginners) - [Generative AI for Beginners .NET](https://github.com/microsoft/Generative-AI-for-beginners-dotnet) - [Generative AI with JavaScript](https://github.com/microsoft/generative-ai-with-javascript)