Package 'TestScorer'

Title: GUI for Entering Test Items and Obtaining Raw and Transformed Scores
Description: GUI for entering test items and obtaining raw and transformed scores. The results are shown on the console and can be saved to a tabular text file for further statistical analysis. The user can define his own tests and scoring procedures through a GUI.
Authors: Manel Salamero
Maintainer: Manel Salamero <[email protected]>
License: GPL-2
Version: 1.7.2
Built: 2025-03-01 04:35:41 UTC
Source: https://github.com/cran/TestScorer

Help Index


Scoring tests and questionnaires

Description

The main function allows the user to introduce the items of a test or questionnaire and obtain raw and transformed scores of scales. Also allows adding new questionaire scoring instructions.

Details

Package: TestScorer
Type: Package
Version: 1.4
Date: 2013-11-30
License: GPL-2

Main function: TestScorerGUI

Author(s)

Manel Salamero

Maintainer: Manel Salamero <[email protected]>


Graphical user interface to score tests and questionnaires (raw and transformed scores)

Description

This function allows the user to introduce the items of a test or questionnaire and obtain raw and transformed scores of scales. Also allows adding new questionaire scoring directives.

Usage

TestScorerGUI()

Arguments

The function don not admit arguments.

Details

When first running the funcion a directory for scoring tests is created. Some tests examples and the document TestScorerInstructions.pdf are copied to the directory.

Value

No value is returned. The function is used for its side effects.

Note

See the document TestScorerInstruction.pdf. It explain the way of introducing and scoring the answers of a test and the procedure for creating new ones.

Author(s)

Manel Salamero

Examples

## Not run: 
TestScorerGUI()

## End(Not run)