View source: R/ao_get_learners_churn_at_content.R
ao_get_learners_churn_at_content | R Documentation |
This returns an array of learners who churned at a specific lesson in the course.
ao_get_learners_churn_at_content(course_id, content_id)
course_id |
Course id, you can get it from edit course, from field ‘course URL’ |
content_id |
content id, you can get it from edit content, from field ‘lesson/quiz URL’ |
tibble with leaners
## Not run:
churn <- ao_get_learners_churn_at_content(
course_id = 'ppc-spetsialist-free',
content_id = 'itogovyy-test'
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.