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" v-if="currentNode"
></learning-object-view> ></learning-object-view>
</div> </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"> <div class="input-wrapper">
<input <input
type="text" type="text"