feedback_chunk: Text feedback based on groups

Description Usage Arguments Examples

View source: R/feedback_plotting.R

Description

If you pass in a z-standardised value (x - Mean)/SD, and a vector of feedback text chunks, that has either three or five elements, the text chunks will be used in this order very low, low, average, high, very high corresponding to these intervals low, -2, -2, -1, -1, 1, 1, 2, 2, high

Usage

1
feedback_chunk(normed_value, chunks)

Arguments

normed_value

a z-standardised value

chunks

a three or five element long character vector containing the text chunks for feedback

Examples

1
2
feedback_chunk(normed_value = 0.7, chunks = c("You are rather introverted.",
"You're approximately as extraverted as most people.","You are rather extraverted."))

grebbel/formr_test documentation built on May 17, 2019, 8:34 a.m.