From 8751eec006838b6fb32b3f08679ac44e70803392 Mon Sep 17 00:00:00 2001 From: Timo De Meyst Date: Tue, 22 Apr 2025 09:05:30 +0200 Subject: [PATCH] feat: leerpad vraag layout --- .../views/learning-paths/LearningPathPage.vue | 75 ++++++++++++++++++- 1 file changed, 74 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/learning-paths/LearningPathPage.vue b/frontend/src/views/learning-paths/LearningPathPage.vue index cd42a8d8..38c9e409 100644 --- a/frontend/src/views/learning-paths/LearningPathPage.vue +++ b/frontend/src/views/learning-paths/LearningPathPage.vue @@ -138,6 +138,11 @@ import { watch } from "vue"; return false; }); + function submitQuestion() { + // Replace with actual submission logic + alert(`Submitted`); + } +