Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New hook function onSubmitted #1124

Merged
merged 2 commits into from
Jul 6, 2016
Merged

Conversation

commelius-grela
Copy link
Contributor

New hook function onSubmitted - complementary to the onCannotSubmit
At the moment extending class needs to override onSubmitClicked when easier is to have a hook function to be overridden

New hook function onSubmitted - complementary to the onCannotSubmit
At the moment extending class needs to override onSubmitClicked when easier is to have a hook function to be overridden
@@ -194,6 +195,8 @@ define([
// Blank method for question to fill out when the question cannot be submitted
onCannotSubmit: function() {},

// Blank method for question to fill out when the question was succesfully submitted
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small typo on ‘successfully’

Misspelled 'successfully'
@tomgreenfield
Copy link
Contributor

+1

2 similar comments
@moloko
Copy link
Contributor

moloko commented Jul 6, 2016

+1

@brian-learningpool
Copy link
Member

+1

@moloko moloko merged commit 6a0f38d into adaptlearning:master Jul 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants