Planning Out My Applab (1)
Plan for quiz:
-
Home screen will contain 2 choices; one is for a quiz and the other is a drawing game
-
Blue Quiz
-
Red Quiz
Score: variable score created
-
Blue Quiz: 2 vacation paths; only right way is valid and left way doesn’t work
-
Mexico path takes to first question: Which flag is Mexico’s flag?
-
If wrong options are clicked, then taken to a screen showing answer
-
If correct answer is chosen, then taken to a screen saying “correct,” and 1 point is added to variable score
-
Button taking to next question is present, on both result screens
-
-
Question 2: What is the capital of Mexico?
-
If wrong options are clicked, then taken to a screen showing answer
-
If correct answer is chosen, then taken to a screen saying “correct,” and 1 point is added to variable score
-
Button taking to next question is present, on both result screens
-
-
Question 3: What year was the Mexican revolution? (1910)
-
If wrong options are clicked, then taken to a screen showing answer
-
If correct answer is chosen, then taken to a screen saying “correct,” and 1 point is added to variable score
-
Button taking to next question is present, on both result screens
-
-
Final screen shows score out of 3
-
Red Quiz: exploring with neo and trinity
-
Taken to a page with drawing game:
-
Set 2 sliders; one for y and one for x position
-
Use get command to show turtle where sliders are, based on what user puts x and y as
-
Change pen color based on button clicked
-
Ask for pen size in a prompt
-
College Board Standards:
Rubric | Explanation |
---|---|
Program Purpose and Function |
|
Managing Complexity | No lists used
|
Procedural Abstraction |
|
Algorithm Implementation |
|
Testing |
|
Data Abstraction |
|