Learn R Programming

examly (version 0.2.0)

comment_overall_keys: Generate translation keys for overall comments

Description

Creates a vector of translation keys based on average difficulty (ap) and discrimination (ar).

Usage

comment_overall_keys(ap, ar)

Value

A character vector of translation keys.

Arguments

ap

Average difficulty (p-value).

ar

Average discrimination (r-value).

Examples

Run this code
comment_overall_keys(0.6, 0.35) # Medium, Keep
comment_overall_keys(0.2, 0.15) # Hard, Remove

Run the code above in your browser using DataLab