-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdescription.html
21 lines (20 loc) · 1.27 KB
/
description.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div class="wrap">
<h2>Wordpress Quiz Plugin</h2>
<p>R-Quiz is a software component that can convert suitable contents into interactive quizzes.</p>
<h2 id='features'>Features'</h2>
<p>R-Quiz is available under the GNU Lesser General Public License (LGPL) which makes it free software. You can use R-Quiz for all your intends and purposes as long as you don't directly sell it. However you can create quiz contents and sell these bundled with R-Quiz which itself remains free of charge. You can also use R-Quiz to offer contents behind a paywall.</p>
<h3>Quiz Types</h3>
<p>R-Quiz currently supports these quiz types:</p>
<ol>
<li>matching quiz (drag&drop - either with pairs or categories)</li>
<li>gapfill quiz (with both drag&drop and text input fields)<br/>
With this quiz type you can create regular gapfill exercises as well as a sorting quiz and even a picture puzzle.</li>
<li>memory quiz</li>
<li>multiple choice quiz</li>
<li>wordjumble quiz (with text input fields)</li>
<li>crossword quiz</li>
<li>wordsearch quiz</li>
<li>wordguess quiz (hangman)</li>
</ol>
<p>With the exception of the wordguess quiz type all quizzes can be printed on paper and used non-interactively. Use the browser's native printing functionality for this.</p>
</div>