{include file="$template_path/html/header.html"}
{include file="$template_path/html/pagenav.html"}
{include file="$template_path/html/mobile-nav.html"}
{$errorMessage}

正确完成选择题,简单几步就可成为作者。

{if $questions} {foreach from=$questions item=q name=foo} {$lang.question} {$smarty.foreach.foo.index+1}

{$q.name}

{if isset($answers[$q.id])}
    {foreach from=$answers[$q.id] item=a}
  • {/foreach}
{/if}
{/foreach}
{/if}
{include file="$template_path/html/footer.html"}
{literal} {/literal}