I would like to know if it is possible to send to chatGPT the answers to the questions of the quizzes carried out by the users, and to receive from chatGPT, in addition to the total score, also an explanation for the incorrect answers given by the user and which can be viewed using some shortcode or other.
thanks in advance
The page I need help with: [log in to see the link]
Thank you. Could I know the tables where the information of the various quizzes is saved, those of the user who took them and if there are fields in a table (and which table) which are responsible for containing the right answer in the event of an error to a question?
Please note, that the WordPress_prefix can be different. In our case, it is wp_.
I want to mention that you can find the desired data is in the wp_aysquiz_reports table. In the wp_aysquiz_reports – table you can see all the results. In the options column you can see which question the user answered correctly or incorrectly and what answer the user gave in JSON format.
Also, in the quiz_id column, you can see which quiz the given data refers to.