ao_get_learners_quiz_statistic {racademyocean}R Documentation

Returns statistics about the specified quiz for the specified learner(s).

Description

Returns statistics about the specified quiz for the specified learner(s).

Usage

ao_get_learners_quiz_statistic(email, content_id)

Arguments

email

Search for a users by emails

content_id

ID of the quiz you want to see statistics for

Value

tibble with quize stat

Examples

## Not run: 
quize_stat <- ao_get_learners_quiz_statistic(
    email = 'mike.p@gmail.com',
    content_id = 'R9eYq5oE6wLoY3NAPmwx'
)

## End(Not run)

[Package racademyocean version 0.3.3 Index]