Skip to content

Random praises and encouragements sayings to compliment your question and quiz experience.

Usage

random_praise(language = NULL)

random_encouragement(language = NULL)

Arguments

language

The language for the random phrase. The currently supported languages include: en, es, pt, pl, tr, de, emo, and testing (static phrases).

Value

Character string with a random saying

Examples

random_praise()
#> [1] "Great work!"
random_praise()
#> [1] "Great work!"

random_encouragement()
#> [1] "Give it another try."
random_encouragement()
#> [1] "That's okay: you learn more from mistakes than successes. Let's do it one more time."