diff --git a/frontend/src/i18n/locale/de.json b/frontend/src/i18n/locale/de.json
index cfeb94a9..7d17dfc5 100644
--- a/frontend/src/i18n/locale/de.json
+++ b/frontend/src/i18n/locale/de.json
@@ -44,5 +44,8 @@
"next": "nächste",
"previous": "vorherige",
"groups": "Gruppen",
- "learning-path": "Lernpfad"
+ "learning-path": "Lernpfad",
+ "choose-lp": "Einen lernpfad auswählen",
+ "filter-themes": "Filter nach Themen",
+ "search-lp": "Suche und Auswahl eines Lernpfads"
}
diff --git a/frontend/src/i18n/locale/en.json b/frontend/src/i18n/locale/en.json
index 5857ff8e..75171d11 100644
--- a/frontend/src/i18n/locale/en.json
+++ b/frontend/src/i18n/locale/en.json
@@ -44,5 +44,8 @@
"next": "next",
"previous": "previous",
"groups": "Groups",
- "learning-path": "Learning path"
+ "learning-path": "Learning path",
+ "choose-lp": "Select a learning path",
+ "filter-themes": "Filter by themes",
+ "search-lp": "Search and select a learning path"
}
diff --git a/frontend/src/i18n/locale/fr.json b/frontend/src/i18n/locale/fr.json
index a4c497cb..0cfbed6f 100644
--- a/frontend/src/i18n/locale/fr.json
+++ b/frontend/src/i18n/locale/fr.json
@@ -44,5 +44,8 @@
"next": "suivant",
"previous": "précédent",
"groups": "Groupes",
- "learning-path": "Parcours d'apprentissage"
+ "learning-path": "Parcours d'apprentissage",
+ "choose-lp": "Choisis un parcours d'apprentissage",
+ "filter-themes": "Filtrer par thèmes",
+ "search-lp": "Cherche et sélectionne un parcours d'apprentissage"
}
diff --git a/frontend/src/i18n/locale/nl.json b/frontend/src/i18n/locale/nl.json
index c2367805..276481d3 100644
--- a/frontend/src/i18n/locale/nl.json
+++ b/frontend/src/i18n/locale/nl.json
@@ -44,5 +44,8 @@
"next": "volgende",
"previous": "vorige",
"groups": "Groepen",
- "learning-path": "Leerpad"
+ "learning-path": "Leerpad",
+ "choose-lp": "Kies een leerpad",
+ "filter-themes": "Filter op thema's",
+ "search-lp": "Zoek en selecteer een leerpad"
}
diff --git a/frontend/src/views/assignments/CreateAssignment.vue b/frontend/src/views/assignments/CreateAssignment.vue
index b6ed6a1e..0edd86ba 100644
--- a/frontend/src/views/assignments/CreateAssignment.vue
+++ b/frontend/src/views/assignments/CreateAssignment.vue
@@ -1,24 +1,129 @@
@@ -28,14 +133,14 @@
-
+
-
+ item-title="title"
+ item-value="value"
+ :filter="(item, query: string) => item.title.toLowerCase().includes(query.toLowerCase())"
+ >
+
+
+
@@ -99,7 +211,7 @@
align-items: center;
justify-content: center;
width: 70%;
- padding: 1%;
+ /*padding: 1%;*/
}
.stepper-container {