#Add quiz to my site with API
1 messages · Page 1 of 1 (latest)
What exactly do you need from the OpenAI API here? Do you want it to generate the questions?
Yes, I want it to generate the questions and the answer choices and to know which answer is correct and an explanation of why that answer is correct.
Yep, definitely possible with the openai API! You can use the responses API to generate text for those questions and the answers and etc!
Thank you!