Implemented a dynamic interview engine for asking question.
Using OOP .
So if you saw my previous devlog i implemented an interview session engine using OOP, that engine handles the interview session starting and finishing, sending answers of the question to the AI and then receives the evaluation in JSON format which then also the engine parses to convert it into a report.
Well right now i implemented another engine using OOP to make the interview more dynamic.
The newly implemented engine.
So basically i implemented an dynamic interview session engine to make it feel like real interview.
What does that engine do?
Well that engine is basically asking question, but if you have read my previous devlogs, what we implemented first was that user will be asked the role, difficulty and number questions.
But…… that was just a prototype!!
Well i made the engine more smarter.
So basically now the user has to choose the role, then the difficulty and number of questions will be decided by this engine.
So the questions will start from easy, after every question the engine makes an average of the scores of every questions asked, then it decides whether to level the difficulty or not, if not then it will ask you a few more questions, if the average score will increase to be eligible for next difficulty, the engine will automatically increases the difficulty , the same goes for difficulty medium, hard and scenario based questions too………
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.