[<@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 a>
                            
${a.sort}. ${a.title} <#if (q.answer)?has_content&&q.answer?split(',')?seq_contains(a.id?string)>[<@t.page 'answer.correct'/>]#if> <#if (userQuestionMap[q.id?string].answer)?has_content&&userQuestionMap[q.id?string].answer?split(',')?seq_contains(a.id?string)>(<@t.page 'answer.user'/>)#if>
                                #list>
                            @cms.surveyQuestionItemList>
                        
 
                        <#elseif 'text'=q.questionType>
                            <#if q.answer?has_content>
${(q.answer)!}
#if>
                            
${(userQuestionMap[q.id?string].answer)!}
                        <#elseif (userQuestionMap[q.id?string].answer)?has_content&&('file'=q.questionType||'picture'=q.questionType)>
                            <#if q.answer?has_content>
${(q.answer)!}
#if>
                            
<@t.page 'answer.user'/>
                        #if>
                        <#if 'exam'=survey.surveyType>
                            
                            
                            
                        #if>