Skip to content

Instantly share code, notes, and snippets.

@etosch
Created February 28, 2014 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save etosch/9263404 to your computer and use it in GitHub Desktop.
Save etosch/9263404 to your computer and use it in GitHub Desktop.
The `showBreakoffNotice` function displays a notice to the respondent stating that they are allowed to submit results early and will be compensated more for more work and better results. If the user wishes to remove this feature, the following can be added to `custom.js.` Changes to the breakoff notice can be added directly to this function.
sm.showBreakoffNotice = function () {
sm.showFirstQuestion();
};
sm.showBreakoffNotice();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment