Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.23 KB

File metadata and controls

35 lines (27 loc) · 1.23 KB

Simple Quiz App – PS1

Problem Statement

Students preparing for exams often need practice but get distracted on large platforms.
Most quiz apps are overloaded with ads, subscriptions, or unnecessary features.

This project solves the problem by providing a minimal quiz app where users can:

  • Attempt MCQs on different topics
  • Get instant feedback on answers
  • Track scores in a clean and user-friendly interface
  • Use the app offline without distractions

Objectives

  • Create a beginner-friendly quiz application with only the essential features
  • Allow students to practice multiple-choice questions anytime, anywhere
  • Provide instant scoring and feedback to improve learning outcomes
  • Keep the app lightweight, offline-friendly, and free from distractions

Features

  • Add quizzes with multiple-choice questions
  • Attempt quizzes with timer support
  • Instant scoring and correct answer feedback
  • Simple progress tracking (high score, recent attempts)
  • Offline usage (no internet required after setup)
  • Minimal and clean UI

Tech Stack (Example)

  • Frontend: Kotlin / Java (Android Studio) or Flutter (Dart) or React Native
  • Backend: Local Database (SQLite / Room) or MongoDB