()
| 14 | module.exports = (LevelSessionCollection = (function () { |
| 15 | LevelSessionCollection = class LevelSessionCollection extends CocoCollection { |
| 16 | static initClass () { |
| 17 | this.prototype.url = '/db/level.session' |
| 18 | this.prototype.model = LevelSession |
| 19 | } |
| 20 | |
| 21 | fetchForCourseInstance (courseInstanceID, options) { |
| 22 | const userID = (options != null ? options.userID : undefined) || me.id |