Add Micro:Bit answer key (teacher reference guide)#653
Open
beagandica wants to merge 1 commit into
Open
Conversation
Teacher reference for the Micro:Bit JavaScript and hardware workshop. Consolidates all key concepts, code samples, MakeCode tutorial outcomes (Flashing Heart, Micro Chat), cheat sheet, Asteroids game reference, and three sample projects for the open-ended 'Your Turn' section. Flags 5 workshop source issues for teacher awareness: - Addition comment typo (c=25 should be c=23) - Division shorthand result (c=5 should be c=0.5) - Conditionals comment (says 'less than 10', code checks age<18) - Legacy Math.random() vs modern Math.randomRange() - basic.pause() units (microseconds in source, actually milliseconds) 10-model QA passed (3 clean convergence passes). Hugo build verified. Co-authored-by: Copilot <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a teacher reference answer key for the Micro:Bit JavaScript and hardware workshop.
Changes
Workshop source issues flagged for teachers
Design note
The workshop is currently \draft: true, hidden: true. The answer key uses \draft: false, hidden: true\ per our answer key convention — it will be pre-staged and accessible only by direct URL, not in site navigation.
Languages affected
Testing