Skip to content
/ quiz Public

A Spring Boot MVC application to display multiple choice quiz questions and score the results. Each quiz is an XML document.

Notifications You must be signed in to change notification settings

sttyerase/quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multiple Choice Quiz Application

This code implements a Spring Boot MVC application to display quiz questions with multiple choice answers. The application builds the quiz objects from specifically formated XML documents, steps through presentation of each question, accepts the user answer, presents the correct answer and scores the results. The presentation layer provides a limited demonstration of the use of Thymeleaf in MVC applications.

Basic instructions for self-signing the application for testing are here: Setting Up HTTPS

About

A Spring Boot MVC application to display multiple choice quiz questions and score the results. Each quiz is an XML document.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published