View source: R/ao_get_leaners_With_score.R
ao_get_leaners_with_score | R Documentation |
This returns a list of learners filtered by their score
ao_get_leaners_with_score(
score = 1,
operator = c(">=", ">", "<", "=", "<=", "<>")
)
score |
Filter score the ratio of completed content to available content, across all courses/groups |
operator |
One of the following comparison operators '=', '>', '<', '>=', '<=', '<>' |
tibble with leaners
## Not run:
leaners <- ao_get_leaners_with_score(
score = 20,
operator = '>'
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.