Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
stylenone

Existing docs

Relevant code

...

openedx/XBlock

...

breakoutModewide
languagepy

...

...

  • core deserialization)

    • args

      • node: xml node

      • runtime: xblock runtime

      • keys: scopeids for new block, including usage id

    • notes

      • starts by constructing a new xblock instance from the class

        • keys are the only arg

      • child nodes become child blocks, or fields, if they belong to the right namespace

  • xblock.core:Blocklike.add_xml_to_node (

...

  • core serialization)

openedx/edx-platform