ao_get_learners_quiz_statistic: Returns statistics about the specified quiz for the specified...

View source: R/ao_get_learners_quiz_statistic.R

ao_get_learners_quiz_statisticR 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)

selesnow/racademyocean documentation built on Aug. 10, 2024, 9 a.m.