mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
[FEATURE] Ajout des rétroactions pour les questions à choix multiples et réponses courtes
Fixes #291
This commit is contained in:
parent
61a5cf1330
commit
2de8bb0bac
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ const StudentModeQuiz: React.FC<StudentModeQuizProps> = ({
|
|||
<div >
|
||||
<b>Question {questionInfos.question.id}/{questions.length}</b>
|
||||
</div>
|
||||
<div className="overflow-auto">
|
||||
<div className="overflow-auto" style={{ width: '50%', alignItems: 'center', justifyContent: 'center', margin: 'auto' }}>
|
||||
<div className="question-component-container">
|
||||
<div className="mb-5">
|
||||
{/* <QuestionNavigation
|
||||
|
|
|
|||
Loading…
Reference in a new issue