Closed pdpinch closed 2 years ago
There may be some useful information in https://github.com/mitodl/rapid-response-xblock/issues/79
Update:
While working on this ticket and looking through the commit(s) we've been cherry-picking (https://github.com/mitodl/edx-platform/commit/bbe7d0628d2f4f0800406f18b65d066525f766ce) I saw some inconsistencies which I'm going to list down below for the sake of posterity:
Canvas Integration & Remote Gradebook
) to make the platform work and those changes became part of the commit.All the above points fixed/being fixed can be seen in this PR (https://github.com/mitodl/edx-platform/pull/275)
A Question/Clarification: There is another ticket about refactoring download reports (https://github.com/mitodl/open-edx-plugins/issues/9) and the commits mentioned in that have been a part of the cherry-pick we have been doing for rapid response. And I believe both this ticket & https://github.com/mitodl/edx-platform/pull/275 are interdependent and can/should be done in a single cycle & single plugin once created. Is my assumption correct?
FYI, @pdpinch
Yes I agree that these can all be addressed in one PR for the plug-in. Thank you for catching that.
I believe both this ticket & #275 are interdependent and can/should be done in a single cycle & single plugin once created. Is my assumption correct?
Rapid Response xBlock is an xBlock aside that we deploy with the residential platform that adds real-time charting to multiple-choice problems. It's used in synchronous courses at MIT.