mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Compare commits
4 commits
b46c1c1934
...
f4e21ee7a9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f4e21ee7a9 | ||
|
|
ecf4f9a819 | ||
|
|
ebd6101a64 | ||
|
|
c3de76cd20 |
2 changed files with 1 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ const MultipleChoiceQuestion: React.FC<Props> = (props) => {
|
|||
(choice.isCorrect ? '✅' : '❌')}
|
||||
<div className={`circle ${selected}`}>{alphabet[i]}</div>
|
||||
<div className={`answer-text ${selected}`}>
|
||||
{formatLatex(choice.text.text)}
|
||||
<div dangerouslySetInnerHTML={{ __html: formatLatex(choice.text.text) }} />
|
||||
</div>
|
||||
</Button>
|
||||
{choice.feedback && showAnswer && (
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@
|
|||
|
||||
.quizEditor .editSection {
|
||||
width: 100%;
|
||||
height: 78vh;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue