summaryrefslogtreecommitdiff
path: root/src/com/p4square/grow/frontend/ChapterCompletePage.java
AgeCommit message (Collapse)Author
2016-04-09Switching from Ivy+Ant to Maven.Jesse Morgan
2016-03-22Integrating the ProgressReporterJesse Morgan
Using the new ProgressReporter interface in AssessmentResultsPage and ChapterCompletePage.
2016-03-20Adding support for Church Community Builder login.Jesse Morgan
Beginning with this change all of the Church Management System integration logic is moving into implementations of the new IntegrationDriver interface. The desired IntegrationDriver can be selected by setting the integrationDriver config to the appropriate class name. This commit is only moving login support. Progress reporting will move in a later commit.
2014-09-27Adding support to fetch attributes for a user.Jesse Morgan
2014-09-21Assign Training Attribute on Chapter Complete.Jesse Morgan
2014-08-06Adding an override to the chapter complete page.Jesse Morgan
The query param 'next' allows you specify which chapter to goto next. This is being added to allow proofing specific chapter complete messages even if all of the chapters have been completed.
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