top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

Code.org Project #1

Project type

Coding

Date

April, 2023

Location

Kolkata, India

Math quiz app RUBRIC:

The quiz has 4 sections (addition, subtraction, multiplication, and division) we want to include 5 questions in each section.

So it includes a question “Ex: num1+num2” that applies to each question based on its section.

Under the question, there should be 4 choices for the user to choose from, and one of the choices should be the correct answer.

If the user chooses the incorrect answer, the correct answer should show at the bottom (and a sound effect is displayed ). And then the user can move to the second question.

After answering the 5 questions, the user will get the results “Ex: 3/5”.

This process is repeated for each of the sections (addition, subtraction, multiplication, and division).

The program mandatorily includes the following codes:
-> Function that has parameters inside it
-> if condition
-> Loops
-> Lists

bottom of page