get_user_course_participation_data: Get user-in-a-course-level participation data from the Canvas...

View source: R/get_user_course_participation_data.R

get_user_course_participation_dataR Documentation

Get user-in-a-course-level participation data from the Canvas LMS API

Description

Retrieves user-in-a-course-level participation data for a specific course and student from the Canvas LMS API.

Usage

get_user_course_participation_data(canvas, course_id, student_id)

Arguments

canvas

A list containing the 'api_key' and 'base_url' for authentication.

course_id

The ID of the course for which to retrieve the participation data.

student_id

The ID of the student for which to retrieve the participation data.

Value

A list of user-in-a-course-level participation data retrieved from the Canvas LMS API.


vvcanvas documentation built on April 3, 2025, 6:12 p.m.