Please enable JavaScript to use CodeHS

Create a quiz

In this project, students write a program that allows users to take quizzes that are generated from a template file.

Hard

25 Hours

High School

Project Description

Project Demo

Explore this program before assigning it!

Project Overview

Here is an outline of the project activities:
Quiz Demo
The Question Class
Question toString
The Quiz Class
Using the QuizFileReader Class
Constructing Quizzes from Files
The QuizRunner Class
Write your own Quiz!
Quiz Extensions