Skip to content

Add ScorableXBlockMixin

Compare
Choose a tag to compare
@jcdyer jcdyer released this 08 Mar 21:05
· 563 commits to master since this release

Created a new mixin to encapsulate scorable block functionality.

This mixin provides:

  • A consistent interface for retrieving and setting scores on the block, and calculating new scores.
  • A generic implementation of rescore functionality using that interface