mateuseap / provai

A generative AI tool designed to assist teachers in creating exams efficiently.
https://provai.vercel.app
4 stars 1 forks source link

Fix parsing of generated exam results and display consistency #14

Closed mateuseap closed 3 months ago

mateuseap commented 3 months ago

Our current generated exams lack consistent formatting, leading to issues with parsing and accurately displaying results on the frontend. To address this, we need to standardize the formatting through prompt engineering in our backend integration with the OpenAI API. Additionally, we must enhance the parsing and display functionality on the frontend to ensure consistent and accurate presentation of exam results.

Next Steps

  1. Standardize the formatting of generated exams through prompt engineering in our backend integration with the OpenAI API.
  2. Implement improvements to enhance parsing and display functionality in the frontend.