diff --git a/frontend/src/app/questions/questions.component.html b/frontend/src/app/questions/questions.component.html index cf569f9e74..cac263cc3d 100644 --- a/frontend/src/app/questions/questions.component.html +++ b/frontend/src/app/questions/questions.component.html @@ -2,31 +2,31 @@
- - + +
- +

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.
- - + Difficulty is required.
@@ -129,30 +126,24 @@

Manage Questions

- + Description is required. - - + + - \ No newline at end of file +