Description Usage Arguments Value Examples
View source: R/evaluate_condition.R
Evaluates the condition()
object to return a graded()
value.
1 | evaluate_condition(condition, grader_args, learnr_args)
|
condition |
a |
grader_args |
at minimum, a list that just contains the value for |
learnr_args |
at minimum, a list that just contains the value for |
a graded()
value if condi$x
is TRUE
or
NULL
if condi$x
is FALSE
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.