Skip to content
Snippets Groups Projects

Resolve "Add correcting instructions in question"

Merged Victor Löfgren requested to merge 155-add-correcting-instructions-in-question into dev
4 files
+ 5
3
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -20,7 +20,7 @@ const JudgeScoringInstructions = ({ question }: JudgeScoringInstructionsProps) =
return (
<JudgeScoringInstructionsContainer elevation={3}>
<Typography variant="h4">Rättningsinstruktioner</Typography>
<Typography variant="body1">Såhär rättar du denhär frågan</Typography>
<Typography variant="body1">{question?.correcting_instructions}</Typography>
</JudgeScoringInstructionsContainer>
)
}
Loading