0% found this document useful (0 votes)
16 views8 pages

ABC University ABC

This document outlines a quiz app created in MIT App Inventor. The app aims to educate kids through a quiz featuring multiple choice questions. It retrieves questions from trivia APIs, stores data in a database, displays questions of varying difficulty levels along with a timer. It also shows the user's score and highest score upon completing the quiz. The app successfully implements features like API integration, data storage and retrieval, question display, score tracking, and a timer.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views8 pages

ABC University ABC

This document outlines a quiz app created in MIT App Inventor. The app aims to educate kids through a quiz featuring multiple choice questions. It retrieves questions from trivia APIs, stores data in a database, displays questions of varying difficulty levels along with a timer. It also shows the user's score and highest score upon completing the quiz. The app successfully implements features like API integration, data storage and retrieval, question display, score tracking, and a timer.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

ABC University ABC

XYZ Campus
LOGO

Academic Year 2019 -2023

Department: Computer Science

Name of Assignment: MIT QUIZ APP

“QUIZ APP”

Full Name: YOU NAME YOUR PARTNER NAME

Roll No: ROLL NO ROLL NO

Subject: Computer Science Date of Submission: 21/10/2023


Executive Summary: 3
Mission Statement: 2

Goal 2
Statement of Completion:
 Display the Data: 3
 Display the Score: 3
 Show the Timer: 3
 Retrieve the Data: 3
 API Interaction: 7
Executive Summary:

An executive summary is the highest level overview of your report.

 Mission Statement:
Quiz App in MIT App Inventor is grounded in its mission. The mission for Quiz App is to be
the educate the kids. This mission is essential for the education as it focuses on all operations
and other activities in the direction of:

 Education.
 Using research to understand and influence kids education
Goal:

The goal of Quiz App are:


i. The primary motivation behind this project is to introduce a progressive work for an
assistive guide for teen ages.
ii. To help kids to read to grape the knowledge.
iii. Beneficial in the daily life tasks or information.
iv. No need for expensive le devices.
v. This product is good for people kids because it makes their lifestyle easy.
portant. So, in this case, this is a challenging task.
This application helps them to get information from their in term of the Multiple Choices
Question based Quiz System.
 Statement of Completion :
In the App Inventor Application, I successfully implemented the following features:
 API Integration.
 Storing the Data.
 Display the Data.
 Display the score.
 Show the timer of 30 sec.
 Retrieve the data.
 API Interaction.

 Statement of Completion:
 API Integration:
Trivia APIs are a valuable resource for developers who want to create quiz apps or add trivia
questions to their existing applications. These APIs provide access to a vast database of trivia
questions across a wide range of categories, eliminating the need to manually curate and
manage a question bank. By integrating a trivia API, I fetch questions based on specific
criteria, such as difficulty level or category, and seamlessly integrate them into their
applications. This streamlines the development process and ensures a consistent supply of
engaging trivia questions for users.

 Storing the Data:


Database storage allows for efficient querying, filtering, and sorting of questions based on
various criteria.

 Display the Data:


When the user enter on the specific category the different question are display on the screen
in the form of Easy, Medium and Hard. The difficulty varies from question to question.

Easy:
Medium:

Hard:
Final Result:

 Display the Score:


Displaying trivia quiz results effectively is crucial for providing users with feedback and
enhancing their overall experience. In this app the result is display when the quiz is end or the
user exist.

 Show the Timer:


Displaying trivia quiz timer is for providing users with to solve that particular question in the
given amount of time. In this app the score is display when the user have new question on the
screen.

 Retrieve the Data:


Implemented functionality to retrieve and display stored data, including the maximum score
entry.

 API Interaction:
To effectively utilize APIs within App Inventor, I thoroughly reviewed the provided
documentation and explored various online resources. This comprehensive approach enabled
me to gain a deeper understanding of API integration techniques and best practices, ensuring
efficient and seamless communication between my App Inventor project and external data
sources.

You might also like