Thunkable: Coding Conditionals

IN THIS LESSON YOU WILL … Learn about conditional statements and how to write them Practice writing conditional blocks with a simple app ACTIVITIES These are the activities for this lesson: Activity: Counting Game CONDITIONS Mobile apps don’t run exactly the same way every time you open it. It runs based on your interactions as […]

Read more…

App Inventor: Coding Conditionals

IN THIS LESSON YOU WILL … Learn about conditional statements and how to write them Practice writing conditional blocks with a simple app ACTIVITIES These are the activities for this lesson: Activity: Counting Game CONDITIONS Mobile apps don’t run exactly the same way every time you open it. It runs based on your interactions as […]

Read more…

Mentor Curriculum

Technovation Girls Mentor Curriculum Use this Mentor Curriculum to guide your teams through a Technovation Girls season. Each week of the student curriculum has a companion guide for mentors to help you feel more confident and prepared to support your team. Submissions are due on April 24th, 2024 at 5pm PDT | April 25 at 1am […]

Read more…

Coding Conditionals in App Inventor

When you code a mobile app, you sometimes want the app to do different things, depending on what is happening in the app. For example, in the Recycle Game in Unit 5, you used an if-then-else block to add 1 to the score if the user pressed the correct button. Else, the app subtracted 1 from the score. The video below helps to […]

Read more…