Assignment #12
(20 points)
- Recreate the following Education Math Game using JavaScript and HTML.
(20 points)
Special considerations:
When the "Play" button is pressed, two random numbers should be generated and displayed.
If the radio button "Beginner" is selected, these random numbers should be between 1 and 10.
If the radio button "Advanced" is selected, these random numbers should be between -10 and 10.
When the "Verify” command button is pressed, the message “Correct” should be displayed if the values
in the textboxes for "Number1" plus "Number2" equals the value in the textbox "Guess".
Otherwise, “Incorrect” should be displayed.
- Continue reading up on
JavaScript.
- Challenge yourself. However, if you need some hints,
you can view a screen capture of the HTML & JavaScript code
- Upload your work to your YOUR-CLASS-WEBSITE.
Help.
|