edulinq / quizgen

MIT License
4 stars 0 forks source link

GUI / Server #15

Open eriq-augustine opened 7 months ago

eriq-augustine commented 7 months ago

Creating a GUI for the QuizGen is very complex.

Aside from all the normal complexities of a GUI, there is the complexity that the quizzes people will want to view are just one possible format (html, pdf, etc) of one possible instantiation (variant) of a quiz. Additionally, people will want to both edit and view in this GUI.

What we will probably need to do is create a server that wraps the core QuizGen tools. Aside from being able to use the server to build quizzes without having the required tools (Python, KaTeX, etc), we can store questions, quizzes, etc. We will probably need users, groups, orgs, and collaboration.