mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
39 lines
626 B
Text
39 lines
626 B
Text
%p#notice= notice
|
|
%p
|
|
%strong Text:
|
|
= @question.text
|
|
%p
|
|
%strong Option1:
|
|
= @question.option1
|
|
%p
|
|
%strong Option2:
|
|
= @question.option2
|
|
%p
|
|
%strong Option3:
|
|
= @question.option3
|
|
%p
|
|
%strong Option4:
|
|
= @question.option4
|
|
%p
|
|
%strong Option5:
|
|
= @question.option5
|
|
%p
|
|
%strong Category:
|
|
|
|
- if @question.category.present?
|
|
= render partial: 'legacy/categories/full_path', locals: {category: @question.category}
|
|
- else
|
|
No Category
|
|
|
|
= link_to 'Edit', edit_legacy_question_path(@question)
|
|
|
|
|
= link_to 'Back', legacy_questions_path
|
|
|
|
|
|
%br
|
|
%br
|
|
%br
|
|
%h4
|
|
Results For
|
|
= @school.name
|
|
= render @question
|