Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 26 Current »

The goal of this project is to convert the XModules in edx-platform to XBlocks.

  • Unify Descriptor and Module into a single XBlock class

  • Remove XModule from the inheritance chain

  • Ensure that the OLX serialization/deserialization does not change during the transition.

  • Any straightforward backwards compatibility code that is no longer needed can be removed but more complex changes will be done later.

See also [BD-04] xModule --> xBlock Conversion (Phase 1) .

Status: DONE (2021-03-15)

16 Total - 16 Done - 0 In Progress - 0 Not Started

Chapter

Conditional

Course

CustomTag

Library

Error

Poll

Randomize

SplitTest

Annotatable

WordCloud

Hidden

Raw

TranslateCustomTag

LTI

Sequence

Detailed Progress

XModule

PR

Status

chapter = xmodule.seq_module:SectionDescriptor 

https://github.com/edx/edx-platform/pull/25965

DONE

conditional = xmodule.conditional_module:ConditionalDescriptor

https://github.com/edx/edx-platform/pull/24838

DONE

course = xmodule.course_module:CourseDescriptor

https://github.com/edx/edx-platform/pull/25965

DONE

customtag = xmodule.template_module:CustomTagDescriptor

DONE

library_content = xmodule.library_content_module:LibraryContentDescriptor

https://github.com/edx/edx-platform/pull/24611

DONE

error = xmodule.error_module:ErrorDescriptor
nonstaff_error = xmodule.error_module:NonStaffErrorDescriptor

https://github.com/edx/edx-platform/pull/25570

DONE

poll_question = xmodule.poll_module:PollDescriptor

DONE

randomize = xmodule.randomize_module:RandomizeDescriptor

https://github.com/edx/edx-platform/pull/24809

DONE

split_test = xmodule.split_test_module:SplitTestDescriptor

https://github.com/edx/edx-platform/pull/25696

DONE

annotatable = xmodule.annotatable_module:AnnotatableDescriptor

https://github.com/edx/edx-platform/pull/25618

DONE

word_cloud = xmodule.word_cloud_module:WordCloudDescriptor

https://github.com/edx/edx-platform/pull/24218

DONE

hidden = xmodule.hidden_module:HiddenDescriptor

https://github.com/edx/edx-platform/pull/25955

DONE

custom_tag_template = xmodule.raw_module:RawDescriptor

raw = xmodule.raw_module:RawDescriptor

DONE

{book, discuss, image, slides, videodev} = xmodule.backcompat_module:TranslateCustomTagDescriptor

DONE

lti = xmodule.lti_module:LTIDescriptor

https://github.com/edx/edx-platform/pull/25713

DONE

problemset = xmodule.seq_module:SequenceDescriptor
sequential = xmodule.seq_module:SequenceDescriptor
videosequence = xmodule.seq_module:SequenceDescriptor

https://github.com/edx/edx-platform/pull/25965

DONE

  • No labels