summaryrefslogtreecommitdiff
path: root/devfiles
AgeCommit message (Collapse)Author
2013-09-17Fixing previousQuestion for question 04a.Jesse Morgan
2013-09-16Adding frame grab images to videos and fixing broken linksJesse Morgan
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-10Adding redirect page /account.Jesse Morgan
/account redirects to either the assessment or the training page, as appropriate. This change adds the /accounts/UID backend resource, which simply stores an arbitrary json document for now.
2013-09-09Fixing scoring issue with question 8Jesse Morgan
2013-09-04Moving the burden of escaping single quotes from the json files to the scriptsJesse Morgan
2013-09-04Updating questions with Allen's revisionsJesse Morgan
2013-09-03New account page improvements and renumbered questions.Jesse Morgan
2013-09-01Adding pdf field to videos and url encoding urlsJesse Morgan
2013-08-31Adding real videosJesse Morgan
2013-08-27Adding devfiles: various scripts and data filesJesse Morgan
2013-06-09Configuration ChangesJesse Morgan
Fixing a bug in the config class and updating all templates and pages to use the dynamicRoot and staticRoot config values to prefix URLs.
2013-06-04Adding config support.Jesse Morgan