On the backend, create function that generates questions based on previous transcripts
On the frontend, create a setTimeout function to call the generate question function every minute, and add these questions to a panel on the frontend like this
We also send our transcripts to another endpoint, called the process transcripts 2 function. Here, we classify which question this transcripts goes to, and store the transcript according to the question, and award a score for questions answered
Issue details
process transcripts 2
function. Here, we classify which question this transcripts goes to, and store the transcript according to the question, and award a score for questions answered