summaryrefslogtreecommitdiff
path: root/src/com/p4square/grow/frontend/ChapterCompletePage.java
AgeCommit message (Collapse)Author
2014-07-27Adding new transition page before Teacher section.20140727aJesse Morgan
Also added the Leader page to the normal Chapter list.
2014-02-01Fixing regression computing required videos.Jesse Morgan
After refactoring users were required to watch all videos regardless of their assessment score. Also enabling strict video ordering and adding the option magicskip to watch out of order.
2013-11-09Refactored TrainingResource to use the Provider interface.Jesse Morgan
Playlists are now generated from a default playlist and regularly merged with the default playlist to get updates. Also adding the Question tests that got left out of a previous commit.
2013-09-15Adding Introduction Chapter.Jesse Morgan
Introduction chapter is always required and thus after the assessment the user is taken directly to the introduction. After the introduction training continues with whichever section the user assessed in to.
2013-09-09Adding the chapter transition page to the training section.Jesse Morgan