Republishing of FIC2014 challenges

This commit is contained in:
nemunaire 2021-10-06 11:33:24 +02:00
commit c54f929846
24 changed files with 329 additions and 117 deletions

View file

@ -4,7 +4,7 @@
{if $theme->get_exercices_ordered()}
{foreach from=$theme->get_exercices_ordered() item=e}
<exercice id="{$e->id}" level="{$e->level}"{if $e->require} depends="{$e->require}"{/if}>
<title>{$e->get_name()}</title>
<title>{$e->get_title()}</title>
<points>{$e->points}</points>
<statement>{$e->statement}</statement>
{if $e->keys}