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.
- 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
- Java
- Java Serialization (
Serializable, object streams) - IntelliJ IDEA (development environment)
- Clone the repo:
git clone https://github.com/Anamora-Dev/Survey-Or-Test-Generator-.git
- Open project in IntelliJ
- Run Main.java