Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved README.md. #223

Merged
merged 1 commit into from
May 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# CAPQuiz
[![Build Status](https://travis-ci.org/KQMATH/moodle-mod_capquiz.svg?branch=master)](https://travis-ci.org/KQMATH/moodle-mod_capquiz)
[![Moodle plugin CI](https://github.com/KQMATH/moodle-mod_capquiz/workflows/Moodle%20plugin%20CI/badge.svg?branch=master)](https://github.com/KQMATH/moodle-mod_capquiz/actions?query=workflow%3A%22Moodle+plugin+CI%22+branch%3Amaster)

Computer adaptive practice activity module for Moodle

## What is it?

CAP is short for /Computer Adaptive Practice/, a term coined by [Klinkenberg, Straatemeier, and van der Maas (2011)](https://www.sciencedirect.com/science/article/pii/S0360131511000418). Where most LMS quiz systems give the students a fixed sequence of questions regardless of how well the students answer, a CAP system will estimate student ability based on their answers, and try to find questions at the right level of difficulty.
CAP is short for **Computer Adaptive Practice**, a term coined by [Klinkenberg, Straatemeier, and van der Maas (2011)](https://www.sciencedirect.com/science/article/pii/S0360131511000418). Where most LMS quiz systems give the students a fixed sequence of questions regardless of how well the students answer, a CAP system will estimate student ability based on their answers, and try to find questions at the right level of difficulty.

In CAPQuiz, the proficiency is measured by a rating. Good answers increase the rating, and bad answers decrease it. To increase the rating, students need to give good answers more of than bad ones /over time/. We have used CAPQuiz as a mandatory assignment, where the students have to reach a certain rating in order to be allowed to sit the exam.
In CAPQuiz, the proficiency is measured by a rating. Good answers increase the rating, and bad answers decrease it. To increase the rating, students need to give good answers more of than bad ones **over time**. We have used CAPQuiz as a mandatory assignment, where the students have to reach a certain rating in order to be allowed to sit the exam.

Estimating question difficulty is known to be difficult. CAPQuiz automates this process to some extent. The question author must provide an initial estimate, but CAPQuiz improves the estimates based by comparing how the same student answers different questions. Hence the rated question sets will improve over time.

Expand All @@ -28,7 +28,7 @@ See the [migration guide](https://github.com/KQMATH/moodle-mod_capquiz/wiki/Migr
in the new version seem to work as they should.
3. Further testing is required, so if you use CAPQuiz, please report
any trouble, preferably using
[githun issues](https://github.com/KQMATH/moodle-mod_capquiz/issues).
[Github issues](https://github.com/KQMATH/moodle-mod_capquiz/issues).

## History
The idea of an adaptive learning system at NTNU in Ålesund (then Ålesund University College) was first conceived by Siebe van Albada. His efforts led to a prototype, known as [MathGen](https://github.com/MathGen/oppgavegenerator), written as a standalone server in python.
Expand All @@ -40,7 +40,7 @@ CAPQuiz includes the work of many [contributors](https://github.com/KQMATH/moodl

**Project lead:** Hans Georg Schaathun: <[email protected]>

**Previos Developers:**
**Previous Developers:**
* Aleksander Skrede <[email protected]>
* Sebastian S. Gundersen <[email protected]>
* [André Storhaug](https://github.com/andstor) <[email protected]>
Expand Down