Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit ddfc5e7

Browse files
committed
Added test directory
1 parent 0025966 commit ddfc5e7

3 files changed

Lines changed: 64 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Quizly Test
2+
=============
3+
4+
Here are some questions for you.
5+
6+
.. mchoice:: mc1
7+
:answer_a: red
8+
:feedback_a: Yep
9+
:answer_b: green
10+
:feedback_b: Nope
11+
:answer_c: blue
12+
:feedback_c: Nope
13+
:correct: a
14+
15+
What is my favorite color?
16+
17+
.. quizly:: q1
18+
19+
:quizname: quiz_initialize_variable
20+
21+
.. quizly:: q2
22+
23+
:quizname: quiz_eval_arithmetic
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.. image:: ../../_static/MobileCSPLogo.png
2+
:width: 250
3+
:align: center
4+
5+
6+
Quizly
7+
::::::::
8+
9+
.. toctree::
10+
:caption: Quizly Test
11+
:maxdepth: 3
12+
13+
TestQuizly.rst
14+
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.. image:: ../_static/MobileCSPLogo.png
2+
:width: 250
3+
:align: center
4+
5+
==========================================
6+
Quizly
7+
==========================================
8+
9+
Welcome to Quizly!
10+
11+
Table of Contents
12+
::::::::::::::::::
13+
14+
15+
.. raw:: html
16+
17+
<p>
18+
Some HTML code could go here
19+
</p>
20+
21+
.. toctree::
22+
:numbered:
23+
:maxdepth: 3
24+
25+
Quizly/toctree.rst
26+
27+

0 commit comments

Comments
 (0)