Note: You are currently viewing documentation for Moodle 3.6. Up-to-date documentation for the latest stable version of Moodle is likely available here: StudentQuiz module.

StudentQuiz module: Difference between revisions

From MoodleDocs
(Maybe it would be a good idea to copy it here, so that the Moodle translators could translate the documentation and images into other languages :))
No edit summary
Line 8: Line 8:
}}
}}


The authors have the most updated documentation at https://studentquiz.hsr.ch/docs/ .
The authors have the most updated documentation at https://studentquiz.hsr.ch/docs/  


Maybe it would be a good idea to copy it here, so that the Moodle translators could translate the documentation and images into other languages :)
<h1>Moodle Plugin StudentQuiz</h1>
<p>This documentation is meant for everyone interested in the usage, management,
and development of the StudentQuiz Moodle Plugin.</p>


[[es:Modulo ExamenEstudiante]]
<h2>Introduction</h2>
<p>StudentQuiz is an optional plugin listed in the official Moodle Plugin Directory.
While Moodle’s Quiz module allows teachers to define quizzes to be answered by
students with a variety of question types, StudentQuiz moves one step further allowing
students to contribute to the pool of questions related to the course.
StudentQuiz can be configured to award points for contribution and participation
by students and allows techers to moderate the question pool by approving or
deleting unsuitable or wrong question. StudentQuiz enables students to rate and
optionally comment the questions they answered, awarding the creator of the question
with additional points.</p>
<p>StudentQuiz provides comprehensive filters to let students focus on the questions,
they need to work the hardest on.</p>
<div class="toctree-wrapper compound">
<p class="caption"><span class="caption-text">Contents:</span></p>
<ul>
<li>[[Student Manual]]<ul>
<li>Practice</li>
<li>Contribute</li>
<li>Score</li>
</ul>
</li>
<li>[[Teacher Manual]]<ul>
<li>Configure</li>
<li>Moderate</li>
<li>Evaluate</li>
<li>Reuse</li>
</ul>
</li>
<li>[[Administrator Manual]]<ul>
<li>Install</li>
<li>Upgrade</li>
<li>Configure</li>
<li>Uninstall</li>
</ul>
</li>
</ul>
</div>
<h2>Links</h2>
<ul>
<li>[https://moodle.org/plugins/mod_studentquiz Moodle Plugin Directory Page for StudentQuiz Plugin]</li>
<li>[https://github.com/frankkoch/moodle-mod_studentquiz Github Repository of StudentQuiz Plugin]</li>
<li>[https://www.travis-ci.org/frankkoch/moodle-mod_studentquiz Continuous Integrationn]</li>
<li>[http://studentquiz.hsr.ch Live Demo Sandbox of StudentQuiz]</li>
</ul>

Revision as of 19:59, 17 March 2018

The authors have the most updated documentation at https://studentquiz.hsr.ch/docs/

Moodle Plugin StudentQuiz

This documentation is meant for everyone interested in the usage, management, and development of the StudentQuiz Moodle Plugin.

Introduction

StudentQuiz is an optional plugin listed in the official Moodle Plugin Directory. While Moodle’s Quiz module allows teachers to define quizzes to be answered by students with a variety of question types, StudentQuiz moves one step further allowing students to contribute to the pool of questions related to the course. StudentQuiz can be configured to award points for contribution and participation by students and allows techers to moderate the question pool by approving or deleting unsuitable or wrong question. StudentQuiz enables students to rate and optionally comment the questions they answered, awarding the creator of the question with additional points.

StudentQuiz provides comprehensive filters to let students focus on the questions, they need to work the hardest on.

Contents:

Links