h5p / h5p-column

A column of other H5P content types
1 stars 54 forks source link

Set activity started only if Column is main content #50

Open otacke opened 2 years ago

otacke commented 2 years ago

If Column is supposed to be used as subcontent (e.g. in https://github.com/h5p/h5p-accordion/pull/41), it should not call setActivityStarted() on its own but leave that to the parent content type (just like other compound content types do). Otherwise, the xAPI attempted statement may be triggered prematurely and report a wrong duration in the completed statement.