<#include "inc/head.html"/>

${currChannel.name}

<@questionOne id='${questionid!""}' ; question,answerList> ${question.name!""}
<#list answerList as answer>
选项选择次数占比
${answer.name!""}${answer.selectnum!0}${((answer.selectnum!0)/(question.selectnum!1))?string.percent}
<#include "inc/foot.html"/>