Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add student info to Bulk Export Grades #1897

Conversation

umar221b
Copy link
Contributor

  • Adds student's first name, last name, section, and lecture to the Bulk Grades Export in an assignment.
  • Removes the colon after each column's title.

Motivation and Context

We are using the course for multiple sections. We needed a fast way to know each student's section when we exported the grades, along with their names.

How Has This Been Tested?

On the Docker setup, I downloaded an export.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have run rubocop for style check. If you haven't, run overcommit --install && overcommit --sign to use pre-commit hook for linting
  • My change requires a change to the documentation, which is located at Autolab Docs
  • I have updated the documentation accordingly, included in this PR

Other issues / help required

I appended all the new columns to the end of the export just in case someone automates pulling data out of the exports - this way their column numbers should not change. Just wanted to point that out in case you think it might cause any issues.

Adds student's first name, last name, section, and lecture
@damianhxy damianhxy requested a review from evanyeyeye May 1, 2023 03:33
Copy link
Member

@evanyeyeye evanyeyeye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@evanyeyeye evanyeyeye added this pull request to the merge queue May 2, 2023
Merged via the queue into autolab:master with commit c1aaf47 May 2, 2023
@umar221b umar221b deleted the umar221b/add_student_info_to_grades_export branch May 3, 2023 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants