diff --git a/Web/Views/QuestionnaireResponse/DisplayQuestionnaire.cshtml b/Web/Views/QuestionnaireResponse/DisplayQuestionnaire.cshtml index 008ec72..3e9791b 100644 --- a/Web/Views/QuestionnaireResponse/DisplayQuestionnaire.cshtml +++ b/Web/Views/QuestionnaireResponse/DisplayQuestionnaire.cshtml @@ -6,15 +6,10 @@ @@ -240,11 +317,11 @@ - +
@Html.Raw(Model.Description)
- +@(i + 1). @question.Text
+@(i + 1). @question.Text
-| Question | - @foreach (var option in matrixQuestion.Answers) // Assuming these are the consistent answer options across all sub-questions - { -@option.Text | - } -
|---|---|
| @matrixQuestion.Text | - @foreach (var option in matrixQuestion.Answers) // Use consistent options for each sub-question - { -- - | - } -
drag and drop to move the answers
+| Question | + @foreach (var option in question.Answers) // Assuming these are the consistent answer options across all sub-questions + { +@option.Text | + } +
|---|---|
| @question.Text | + @foreach (var option in question.Answers) // Use consistent options for each sub-question + { ++ + | + } +