alphabetical list style for multiple choice quests

This commit is contained in:
Daniel 2014-04-22 01:03:42 +02:00
commit bf96597928
244 changed files with 24133 additions and 0 deletions

View file

@ -0,0 +1,2 @@
<h1>Fehler</h1>
<p class="error"><?=$code?>: <?=$string?></p>

16
views/fault/fault.tpl Normal file
View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>The Legend of Z</title>
</head>
<body>
<h1>The Legend of Z</h1>
<article>
<?=$intermediate?>
</article>
</body>
</html>