No Questions Added Yet.
66 | > 67 | )} 68 |38 | Are you sure you want to submit? 39 |
40 |42 | Questions Attempted: {marked} 43 |
44 |45 | Questions Unattempted: {unmarked} 46 |
47 |50 | Sorry can't allow you to omit for all questions. 51 |
52 | )} 53 |{confirmMessage}
43 |{informMessage}
44 |35 | {message || errorMessages.notFound(resource)} 36 |
37 | > 38 | ) : auth403 ? ( 39 | <> 40 |48 | {message || errorMessages.auth403} 49 |
50 | > 51 | ) : ( 52 | <> 53 |61 | {errorMessages.default} 62 |
63 | > 64 | )} 65 |31 | This Quiz has been Deleted. 32 |
33 | )} 34 |35 | Here is {AUTHOR_CHECK_RESPONSE ? "his" : "your"} score: {score} 36 |
37 | 38 |Correct Answer
44 | 50 |{AUTHOR_CHECK_RESPONSE ? "His" : "Your"} Response
53 | 59 |62 | {AUTHOR_CHECK_RESPONSE ? "He" : "You"} chose correct option 63 |
64 | 65 | 71 |Answers
78 | {responses.map((resp: any, i: number) => ( 79 |{resp.title}
81 |Quizco
16 | 17 |21 | Sign Up 22 |
23 | 24 | 25 |26 | Sign In 27 |
28 | 29 |34 | Quizes 35 |
36 | 37 | 38 |39 | Dashboard 40 |
41 | 42 |{questions && questions[activeIndex].title}
51 |64 | {status} 65 |
66 | )} 67 |68 | {title} 69 |
70 |71 | {description.length > 200 72 | ? description.slice(0, 200) + "..." 73 | : description} 74 |
75 | {(score === 0 || score) && ( 76 |77 | Score : {score} 78 |
79 | )} 80 |92 | {tag} 93 |
94 | ))} 95 |{title}
29 |{description}
30 |32 | Number of times People played this Quiz:{" "} 33 |
34 | 35 | {attemptsCount} 36 | 37 |Number of Questions:
40 | 41 | {questionsCount} 42 | 43 |57 | {tag} 58 |
59 | ))} 60 |68 | {index + 1} 69 |
70 | 71 | {expanded && showQuestions && ( 72 |73 | {quiz.title.length > 60 74 | ? quiz.title.slice(0, 60) + "..." 75 | : quiz.title} 76 |
77 | )} 78 |85 | {index + 1} 86 |
87 | 88 | {expanded && showQuestions && ( 89 |90 | {question.title.length > 60 91 | ? question.title.slice(0, 60) + "..." 92 | : question.title} 93 |
94 | )} 95 |Add Question
57 | 58 |{data?.questions.length} / 10 Added
60 |45 | Using Quizco, it’s super fast and easy to create a quiz - perfect 46 | for revision guides, driving theory practice and trivia. 47 |
48 |Users
71 |78 | Quizes Created 79 |
80 |87 | Times Quizes Played 88 |
89 |111 | {useData.label} 112 |
113 |127 | Save resources and money by avoiding print-out quiz sheets and test 128 | papers. Users can complete your paperless quiz via Quizco. 129 |
130 |146 | Question {activeIndex + 1} 147 |
148 | {!quizEnd && ( 149 |151 | {response?.filter((resp) => resp.response !== "").length}/{" "} 152 | {data?.questions.length} Completed 153 |
154 |110 | Please click on Question 111 | (highlited) to view Question 112 | Statistics. 113 |
114 |93 | navigate(`/dashboard/attempts/${params.data.attemptId}`, { 94 | state: { from: "STATISTICS" }, 95 | }) 96 | } 97 | className="text-indigo-600 hover:underline cursor-pointer" 98 | > 99 | View Attempt 100 |
101 |Total Responses
46 |{data?.totalResponses}
47 |Total Correct Responses
50 |{data?.totalCorrectResponses}
51 |Total Empty Responses (Omitted)
54 |{data?.totalEmptyResponses}
55 |Total Incorrect
58 |{data?.totalIncorrectResponses}
59 |{data?.question.title}
62 | 63 |92 | {option.value} 93 |
94 |96 | {Math.round(percentage)}% 97 |
98 |110 | {Math.round( 111 | (data?.totalEmptyResponses / data?.totalResponses) * 100 112 | )} 113 | % 114 |
115 |100%
122 |