1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 13:52:46 +02:00

fix: open ended question

This commit is contained in:
Arik Chakma
2025-07-04 00:11:42 +06:00
parent bf3e0e4163
commit 3948f2cec6

View File

@@ -199,6 +199,7 @@ export function AIQuizContent(props: AIQuizContentProps) {
{activeQuestion && activeQuestion.type === 'open-ended' && (
<AIOpenEndedQuestion
key={activeQuestion.id}
quizSlug={quizSlug ?? ''}
question={activeQuestion}
questionState={activeQuestionState}