Please enable JavaScript.
Coggle requires JavaScript to display documents.
Electronic Flashcard Learning System (Benefit (Easy to carry around (All…
Electronic Flashcard Learning System
Education
Math, Science, English, History, etc
Concept (Functional)
Use the A button on microbit to scroll for answers (A, B, C, D)
Use the B button on microbit to select the answers
If correct, a check mark will be shown
If incorrect, an x will be shown
Benefit
Flashcards will not be marked up
Easy to carry around
All components are stored in a box/container
It's a self contain learning system
Can buy just one microbit + low cost
Learning system is low cost
Can be as a personalized learning system or as a classroom response system
Indirectly learning computer skills (Learning how to update an electronic device
Proof of Concept
Use A button
Use four if-then statements, show strings, and set "Answers" to blocks. (Plus a change "Add" by 1 block and set "Add" to 0 block
Place the show strings inside the if-then statements, writing down A, B, C, and D in them.
Place the set "Answer" block in each if-then statement, setting them to 3, 4, 7, and 8.
Make the if-then statements be Add=1/2/3/4
Place the change "Add" by 1 block above the if-then statements and place the set "Add" to 0 block in the if-then statement, Add=4.
Use B button
Use a if-then-else statement, Answer=#
Place two show leds (a checkmark and a smiley face), a set "Add" to 0 block, and a play tone "High C" block in the then statement.
Place two show leds (An x and a sad face), a set "Add" to 0 block, and a play tone "Low C" block in the else statement.