first commit
This commit is contained in:
commit
24fa9a2d77
15 changed files with 1870 additions and 0 deletions
45
index.html
Normal file
45
index.html
Normal file
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<title>Numbas Elm theme</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
|
||||
<script src="mathjax-config.js"></script>
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>
|
||||
|
||||
<!-- Numbas runtime -->
|
||||
<script src="numbas.js"></script>
|
||||
|
||||
<!-- JS Numbas display code -->
|
||||
<script src="numbas-elm-display.js"></script>
|
||||
|
||||
<!-- Elm Numbas display code -->
|
||||
<script src="app.js"></script>
|
||||
|
||||
<!-- Load exams -->
|
||||
<script src="demo.mjs" type="module"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<section>
|
||||
<h1>Logarithms exam</h1>
|
||||
|
||||
<numbas-part exam="logarithms" mode="part" question="0" part="p0"></numbas-part>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h1>Lots of instances exam</h1>
|
||||
<h2>Question 1</h2>
|
||||
<numbas-part exam="lots-of-instances" mode="question" question="1" part="p0"></numbas-part>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>Numbas??</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue