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] "Beautiful!"
random_praise()
#> [1] "Delightful!"
random_encouragement()
#> [1] "But no need to fret, try it again."
random_encouragement()
#> [1] "Please try again."