Test on Essential Information

{$errorMessage}

Simply fill out this multiple choice questionnaire correctly to pass this author trial.

{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}
{$a.name} {/foreach} {/if}

{/foreach}
{/if}