systemseed / anu_lms

Drupal module that adds Learning Management capabilities.
https://www.drupal.org/project/anu_lms
6 stars 6 forks source link

Fix numeric divider block #168

Open kalabro opened 2 years ago

kalabro commented 2 years ago

Currently, the numeric divider block always displays the number 1. It should increment the number for every next divider on in the lesson.

See https://github.com/systemseed/anu_lms/blob/2.x/js/src/utilities/transform.paragraphs.js#L40

MerelvanEmpel commented 2 years ago

See PR https://github.com/systemseed/anu_lms/pull/174