openzim / openedx

Open edX (to zim) scraper
GNU General Public License v3.0
8 stars 7 forks source link

xblocks that cannot be offlined should use a single class #52

Closed satyamtg closed 4 years ago

satyamtg commented 4 years ago

Currently, there are 3 classes for xblocks that cannot be offlined or are not supported, namely, QualtricsSurvey, GradeMeButton, and Unavailable. We shall rather have a list of unavailable/unsupported xblocks with their error messages (if any) in constants.py and have them in a single class. This would save some lines of code.