Inspiration

I wanted to be able to generate tests for my own students and my students to be able to practice and get explanations on their answers for any concepts they are working on. Often times concepts are too easy to easily find a quiz, so I found myself generating questions and fixing them for students, so I wanted to be able to allow other do do this more seamlessly.

What it does

It currently generates questions and creates a form with those questions embedded. Later it will include a way to submit, get feedback on answers, edit questions, and save them as well as making an account.

How we built it

This is built using Flask as a backend, React as a frontend, and Llama2 (17b) with replicate for the LLM. In the future I would like to experiment with other LLMs.

Challenges we ran into

This was a big challenge, mainly to get a chatbot giving responses in the right format so that they could be used as form data.

Accomplishments that we're proud of

I'm very proud of being able to create a functioning application with an LLM generating information that is useable in code.

What we learned

How to use LLMs to generate information, and how to better prioritize tasks.

What's next for Quick Quiz Creator

So much more...

Built With

Share this project:

Updates