Skip to content

A multiple-choice quiz game written in C. This program features questions related to coding and web development, tracks the score, and includes a timer for each question.

Notifications You must be signed in to change notification settings

GET-UNKNOWN-ERR0R/mini-quiz-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Coding Quiz App

A simple multiple-choice quiz game written in C. This program features questions related to coding and web development, tracks the score, and includes a timer for each question.

OUTPUT:

quiz Screenshot

Features

  • Five coding and web-related multiple-choice questions.
  • Timer: Each question must be answered within 10 seconds.
  • Score tracker displayed at the end of the quiz.

Questions

Example questions include:

  • What does HTML stand for?
  • Which programming language is used for web development?
  • What is the correct syntax for linking a CSS file in HTML?

How to Run

Using the Shell Script

  1. Clone the repository:
    git clone https://github.com/GET-UNKNOWN-ERR0R/mini-quiz-app.git
    cd mini-quiz-app
  2. Run the code:
    ./run.sh
    

Manually Compile The Code:

gcc quiz.c -o quiz -lm
./quiz

About

A multiple-choice quiz game written in C. This program features questions related to coding and web development, tracks the score, and includes a timer for each question.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published