feat: vragen kunnen niet gesteld worden als leerobject geen assignment is

This commit is contained in:
Timo De Meyst 2025-04-24 21:24:53 +02:00
parent 1917d80b85
commit a0192ddbdf

View file

@ -318,7 +318,7 @@ import QuestionNotification from "@/components/QuestionNotification.vue";
v-if="currentNode"
></learning-object-view>
</div>
<div v-if="authService.authState.activeRole === 'student'" class="question-box">
<div v-if="authService.authState.activeRole === 'student' && pathIsAssignment" class="question-box">
<div class="input-wrapper">
<input
type="text"