mitodl / edx-platform

The Open edX platform, the software that powers edX!
http://open.edx.org/
GNU Affero General Public License v3.0
6 stars 1 forks source link

Maple: cherry-pick rapid response commits #273

Closed pdpinch closed 2 years ago

pdpinch commented 2 years ago

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.

pdpinch commented 2 years ago

There may be some useful information in https://github.com/mitodl/rapid-response-xblock/issues/79

arslanashraf7 commented 2 years ago

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:

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

pdpinch commented 2 years ago

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?

arslanashraf7 commented 2 years ago

Closed via https://github.com/mitodl/open-edx-plugins/pull/17 & https://github.com/mitodl/open-edx-plugins/pull/17