| Prompt | +Response | + {isInstructorView &&Status | } +
|---|---|---|
| {item.prompt} | +
+ {readOnly ? (
+ {item.studentAnswer || 'Not answered'}
+ ) : (
+
+ )}
+ |
+ {isInstructorView && (
+ + {item.studentAnswer ? ( + isCorrect(item) ? ( + ✓ + ) : ( + <> + ✗ + + Correct: {item.correctAnswer} + + > + ) + ) : ( + Not answered + )} + | + )} +