generated from uclaacm/teach-la-react-starter-barebones
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
advancedMore challenging featureMore challenging feature
Description
Add a start button, and a timer that counts down from 1 minute in the page once the start button is clicked. Also, have a changing number in the middle of the frame that randomly changes to a number (1) or (2) (you can use imported random library) every time user clicks a group, correct or wrong. We want users to click "group 1" when the number 1 appears, and "group 2" when the number 2 appears.
At the end of the 1 minute, print out/output the accuracy (number of correct clicks divided by total number of clicks). This can be output on the page or just in system logs.
Metadata
Metadata
Assignees
Labels
advancedMore challenging featureMore challenging feature