({ courseInstanceID })
| 7 | |
| 8 | module.exports = { |
| 9 | projectGallery ({ courseInstanceID }) { |
| 10 | return `/students/project-gallery/${courseInstanceID}` |
| 11 | }, |
| 12 | |
| 13 | playDevLevel ({ level, session, course, courseInstanceId }) { |
| 14 | level = level.attributes || level |
nothing calls this directly
no outgoing calls
no test coverage detected