Manage Questions
@@ -48,34 +48,28 @@
Manage Questions
|
-
{{question.id}} |
-
{{question.title}} |
-
{{question.description}} |
-
{{question.topics.join(', ')}} |
-
{{question.difficulty}} |
+
{{ question.id }} |
+
{{ question.title }} |
+
{{ question.description }} |
+
{{ question.topics.join(', ') }} |
+
{{ question.difficulty }} |
-
+
|
-
+
-
- Create new question
-
+ Create new question
@@ -84,12 +78,11 @@ Manage Questions
+ type="text"
+ pInputText
+ id="title"
+ required
+ class="text-base text-color surface-overlay p-2 border-1 border-solid surface-border border-round appearance-none outline-none focus:border-primary w-full" />
Title is required.
@@ -99,27 +92,31 @@ Manage Questions
-
+ optionValue="value"
+ placeholder="Select Topics" />
+
Topic is required.