Skip to content

Commit

Permalink
Merge pull request #223 from lucaboesch/readme
Browse files Browse the repository at this point in the history
Improved README.md.
  • Loading branch information
hgeorgsch committed May 11, 2023
2 parents 42710f6 + 072322d commit 51fe874
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit 51fe874

Please sign in to comment.