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

Export scores for whole lecture #223

Open
meffmadd opened this issue Jul 8, 2024 · 0 comments
Open

Export scores for whole lecture #223

meffmadd opened this issue Jul 8, 2024 · 0 comments
Assignees
Milestone

Comments

@meffmadd
Copy link
Member

meffmadd commented Jul 8, 2024

Is your feature request related to a problem? Please describe.
An instructor wanted to export the scores of all assignments in a single CSV file. The columns should show the assignments, and the rows show the users, i.e., a score matrix. This should be possible for both the latest and best submissions of students.

Describe the solution you'd like
Create an endpoint/change the current export endpoint to support this using pandas. Useful snippet:
final_df.merge(df, on="username", how="outer", suffixes=(False, False))

@meffmadd meffmadd added this to the 0.7.0 milestone Nov 22, 2024
@meffmadd meffmadd self-assigned this Nov 22, 2024
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

When branches are created from issues, their pull requests are automatically linked.

1 participant