<@cms.surveyQuestion id=id advanced=true absoluteURL=false><#assign q=object/>
<@t.page 'survey'/>:
<@cms.survey id=(q.surveyId)!surveyId>${object.title!}
<@t.page 'title'/>:
<@t.page 'question.type'/>:
<@cms.survey id=(q.surveyId)!surveyId> <#if 'exam'=object.surveyType>
<@t.page 'content.score'/>:
<@t.page 'answer'/>:
<@t.page 'cover'/>:
<@t.page 'cover'/> <@t.page 'button.view'/>
<@t.page 'sort'/>
<@t.page 'question.item'/> <#if 'exam'=object.surveyType> <#if q?has_content && ['radio','select','checkbox']?seq_contains(q.questionType)> <@cms.surveyQuestionItemList questionId=q.id pageSize=500> <#list page.list as a> <#if 'exam'=object.surveyType>
<@t.page 'title'/> <@t.page 'sort'/><@t.page 'answer.correct'/> <@t.page 'operate'/>
<@t.page 'button.delete'/>