View source: R/ao_get_learners_quiz_statistic.R
ao_get_learners_quiz_statistic | R Documentation |
Returns statistics about the specified quiz for the specified learner(s).
ao_get_learners_quiz_statistic(email, content_id)
email |
Search for a users by emails |
content_id |
ID of the quiz you want to see statistics for |
tibble with quize stat
## Not run:
quize_stat <- ao_get_learners_quiz_statistic(
email = 'mike.p@gmail.com',
content_id = 'R9eYq5oE6wLoY3NAPmwx'
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.