Skip to content

[Feature] Add list_assignment_rubric_assessments() to vvcanvas #28

@tin900

Description

@tin900

Summary:
Implement a function to fetch all rubric assessments for a specific assignment.

What to implement:

  • Function: list_assignment_rubric_assessments(course_id, assignment_id, ...)
  • Endpoint: GET /api/v1/courses/:course_id/assignments/:assignment_id/rubric_assessments
  • Optional params:
    • style (string; e.g., "full", "comments_only")
    • Pagination (as appropriate)
  • Returns: List/dataframe of rubric assessment objects with associated metadata.

Design notes:

  • Use consistent pagination and return conventions as other list_* methods.
  • Document expected response and typical usage.
  • Link Canvas API docs in Roxygen.
  • Add to appropriate section in pkgdown.yml ("Rubrics" or "Assignments").

To update:

  • Add feature to TODO.md
  • Register in _pkgdown.yml

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions