From 072322da2f5b09145e25700501d7b51a3de5aaec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Thu, 11 May 2023 15:06:34 +0200 Subject: [PATCH] Improved README.md. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7bc9ffa..4e1a9c0 100755 --- a/README.md +++ b/README.md @@ -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. @@ -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. @@ -40,7 +40,7 @@ CAPQuiz includes the work of many [contributors](https://github.com/KQMATH/moodl **Project lead:** Hans Georg Schaathun: -**Previos Developers:** +**Previous Developers:** * Aleksander Skrede * Sebastian S. Gundersen * [André Storhaug](https://github.com/andstor)