answer_rating: Rating qualitative answers for correctness

View source: R/answer_rating.R

answer_ratingR Documentation

Rating qualitative answers for correctness

Description

This can be used to manually rate qualitative text answers in tests by having one answer displayed at a time. The given answers can be subsequently saved as new CSV file.

Usage

answer_rating(
  data, 
  name,
  skip,
  export = TRUE)

Arguments

data

a data frame with individual participants in rows and different measures in columns.

name

name of the column to specify the output file.

skip

TRUE if you want to skip all lines that contain NA. Default is FALSE.

export

TRUE if a CSV file with the modified data should be exported, FALSE if not.

Examples

answer_rating(data = data[2:55,], name = "Understanding", skip = TRUE, export = TRUE)

samueltobler/behavdata documentation built on July 9, 2024, 11:33 a.m.