Versions Compared

Key

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

...

  •  Dave Ormsbee (Axim) to report back on block level completion events in the tracking logs.

    Update: It doesn’t look like it currently makes it to the tracking logs. It is possible to add this support, but it will likely require refactoring work. See Slack thread for details.
  •  Jill Vogel Would it be possible to get more context on https://github.com/open-craft/openedx-completion-aggregator ? There was a question of whether there’s an intention to support it? What are its known limitation, if any? Should we consider making it part of the default installation of the Open edX platform?

    Update: Yes, OpenCraft have a few clients which use this plugin, and so we do support it, though we’re lagging behind somewhat. Sofiane Bebert has submitted an update for Maple (thank you!) and Gábor Boros is reviewing.

    Should we consider making it part of the Open edX by default? Sure, but note:

    * synchronous vs asynchronous: sync aggregation can hurt performance, and async requires cron jobs (would be better served by celery-beat). Synchronous is the default, so it should be configured to async if installed on large deployments.
    * Provides a Course/Chapter Progress Bar view which could be integrated into the Learning MFE (current clients use custom theme on the old courseware view).
    * APIs might be useful for data analytics.
    * There’s also a few old open issues.


  •  

...