Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 775 Bytes

File metadata and controls

23 lines (19 loc) · 775 Bytes

Survey & Test Generator (Java)

Overview

A Java application that lets users create and take customizable surveys and tests. Tests/surveys and user responses are saved and loaded using Java serialization for persistent storage.

Features

  • Create surveys and tests
  • Support for multiple question types (add yours here)
  • Take a survey/test and record responses
  • Persistent storage using Java serialization (save/load created items and responses)
  • Input validation and error handling

Tech Stack

  • Java
  • Java Serialization (Serializable, object streams)
  • IntelliJ IDEA (development environment)

How to Run

  1. Clone the repo:
    git clone https://github.com/Anamora-Dev/Survey-Or-Test-Generator-.git
  2. Open project in IntelliJ
  3. Run Main.java