Add course pilot example - #2
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d8742edb05
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| learnrTrackR::export_moodle_grades( | ||
| con, | ||
| moodle_path, | ||
| tutorial_id = tutorial_id, | ||
| grade_item = "Descriptive statistics pilot" |
There was a problem hiding this comment.
Filter the standalone Moodle export by group
When LEARNRTRACKR_GROUP_ID is set (for example to "A" as shown in the example), this script filters the dashboard/report/bundle via group_filter, but the standalone Moodle CSV is still generated with export_moodle_grades() over the whole tutorial gradebook. With the included simulation that means the file contains student_b01 from group B even while the rest of the inspection output is group A, so a teacher can export grades for the wrong cohort.
Useful? React with 👍 / 👎.
Summary
Validation