You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just jotting this down quickly for now, to expand on later (because I've had this open in a window for a week now and not hit the submit button):
Learning Core
RawContent + TextContent for the OLX
RawContent + TextContent for any supplementary filesystem data needed by the server for unit rendering, e.g. the HTML file that accompanies HTMLBlock.
External
Multiple models for different aspects of XBlocks (e.g. scoring)–more granular separation than just settings vs. content.
All unrecognized fields can go into a model with a JSONField–this is the generic XBlock field store. Though individual XBlocks can add their own custom tables later.
Like progressive enhancement on data models.
The text was updated successfully, but these errors were encountered:
ormsbee
added
the
data model
Anything relating to the relational models or more abstract "model" concepts around Learning Core.
label
Feb 28, 2024
Just jotting this down quickly for now, to expand on later (because I've had this open in a window for a week now and not hit the submit button):
Learning Core
RawContent
+TextContent
for the OLXRawContent
+TextContent
for any supplementary filesystem data needed by the server for unit rendering, e.g. the HTML file that accompaniesHTMLBlock
.External
The text was updated successfully, but these errors were encountered: