Learn R Programming

mycaas (version 0.0.1)

AA_knowledge_test: Example of a test to showcase the Adaptive Assessment tools

Description

The dataset contains a six items test concerning basic knowledge on computerized adaptive assessment. This test has been developed during the creation of this R package.

Usage

AA_knowledge_test

Arguments

Format

A assessment object based on six multiple choice items.

states

Structure with six items and twelve states.

likelihood

Uniformly distributed across the states.

Stopping_rule

The stopping rules is "likelihood_maximization" with a criterion of .5.

Question

Six multiple choice items.

adaptive

The value is set on TRUE allowing adaptive administration.

repetition

The value is set on FALSE not allowing items repetition.

Examples

Run this code
data(AA_knowledge_test) #Lazy loading

Run the code above in your browser using DataLab