[<@t.page 'question.type.'+q.questionType/>] ${q.title}
                <#if q.cover?has_content>
                    
                        !}) 
                    
                #if>
            
 
            
                <#if ['radio','select','checkbox']?seq_contains(q.questionType)>
                <@cms.surveyQuestionItemList questionId=q.id pageSize=500>
                    
                <#list page.list as v>
                        - 
                            
                                
                                
                                    ${v.sort}.${v.title} (${v.votes}/${object.votes}) <#if q.answer?has_content&&q.answer?split(',')?seq_contains(v.id?string)>[<@t.page 'answer.correct'/>]#if>
                                 
 
#list>
                @cms.surveyQuestionItemList>
                <#elseif 'text'=q.questionType>
                    <@cms.userSurveyQuestionList questionId=q.id>
                        <#list page.list as a>
                            
${a?counter}.${(a.answer)!}
                        #list>
                    @cms.userSurveyQuestionList>
                #if>