A
A
alexander pupkin2018-09-27 10:46:07
Java
alexander pupkin, 2018-09-27 10:46:07

Is there a java framework for creating polls/quizzes/quizzes?

especially interested under thymeleaf or jsp

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
Javaphite, 2018-09-27
@asd09

Specifically, a framework for surveys is unlikely. But there are other options:
1) Create your own: Spring (Security, OAuth (if the responders are not some hypothetical unit), MVC, Boot) + Hibernate/JPA/Spring Data + JSP + document NoSQL BD (1 question = 1 document), or your tech stack options. You can also look at such a thing as the Twilio API, it allows you to map phone and SMS responses into HTTP requests for a web application. If desired, then you can add a visualization based on the answers collected in the database.
2) There is an open source tool in Java - JD eSurvey (it is written in Spring + Hibernate).
3) If you need a specific survey, then the fastest and easiest option is ready-made services like surveymonkey, where you can make a cool survey in 20 minutes and send a link to all participants. There is also a function to export results to several text formats.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question