Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWTE committed Jul 7, 2024
1 parent 44efd00 commit df8b9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Users have the option to sign up and create courses with questions.
Upon commencing a course, users will receive questions to answer. Subsequently, they will receive responses from OpenAI's GPT-4o API in JSON format after answering each question.

```json
{ "correct": <true/false>, "answer": "<answer>" }
{ "correct": false, "answer": "Uhm actually 🤓👆" }
```
- `correct` is a boolean that indicates if the answer is correct or not.
- `answer` is the correct answer to the question, if the user's answer is incorrect.
Expand Down

0 comments on commit df8b9af

Please sign in to comment.