forked from openedx/edx-platform
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added max score to output of get_student_grade_summary_data.
This will put the actual score and actual max score in scope for the the return_csv function, so actual scores can be dumped. The ultimate goal is to provide this data in the CSV dump that is passed to Stellar via pylmod. This is PR openedx#10395 on edX, and issue 95 on mitocw's edx fork. https://github.com/edx/edx-platform/pull/10395 #95
- Loading branch information
1 parent
1d08bf3
commit 23d6e0b
Showing
3 changed files
with
227 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -225,4 +225,32 @@ Alessandro Verdura <finalmente2@tin.it> | |
Sven Marnach <sven@marnach.net> | ||
Richard Moch <richard.moch@gmail.com> | ||
Albert Liang <albertliangcode@gmail.com> | ||
|
||
Pan Luo <pan.luo@ubc.ca> | ||
Tyler Nickerson <nickersoft@gmail.com> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
bdero
|
||
Vedran Karačić <vedran@edx.org> | ||
William Ono <william.ono@ubc.ca> | ||
Dongwook Yoon <dy252@cornell.edu> | ||
Awais Qureshi <awais.qureshi@arbisoft.com> | ||
Eric Fischer <efischer@edx.org> | ||
Brian Beggs <macdiesel@gmail.com> | ||
Bill DeRusha <bill@edx.org> | ||
Kevin Falcone <kevin@edx.org> | ||
Mirjam Škarica <mirjamskarica@gmail.com> | ||
Saleem Latif <saleem@edx.org> | ||
Julien Paillé <julien.paille@openfun.fr> | ||
Michael Frey <mfrey@edx.org> | ||
Hasnain Naveed <hasnain@edx.org> | ||
J. Cliff Dyer <cdyer@edx.org> | ||
Jamie Folsom <jfolsom@mit.edu> | ||
George Schneeloch <gschneel@mit.edu> | ||
Dustin Gadal <Dustin.Gadal@gmail.com> | ||
Ibrahim Ahmed <ibrahimahmed443@gmail.com> | ||
Robert Raposa <rraposa@edx.org> | ||
Giovanni Di Milia <gdimilia@mit.edu> | ||
Peter Wilkins <pwilkins@mit.edu> | ||
Justin Abrahms <abrahms@mit.edu> | ||
Arbab Nazar <arbab@edx.org> | ||
Douglas Hall <dhall@edx.org> | ||
Awais Jibran <awaisdar001@gmail.com> | ||
Muhammad Rehan <muhammadrehan69@gmail.com> | ||
Shawn Milochik <shawn@milochik.com> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Why are all of these authors here? They weren't in the original commit: edx/edx-platform@5d88300