p {{ aspectQuestions }}
//- form.questionnaire(@submit.prevent='this.$emit("handle-submit")')
//- p(v-for='question in aspectQuestions')
//- QuestionResponse(
//- :question='question'
//- @updated='updateRadio'
//- @updateIsAnswered='updateIsAnswered'
//- @update-all='updateAll'
//- v-if='question.isBeingAnswered'
//- )