Skip to content
Snippets Groups Projects
Commit c53951e0 authored by Nick Booker's avatar Nick Booker Committed by Martin Trigaux
Browse files

[FIX] survey: typo, quizz to quiz

Fixes #4549
parent faf45db0
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ $(document).ready(function () {
print_mode = true;
}
// Quizz correction mode
// Quiz correction mode
if (! _.isUndefined(scores_controller)) {
quiz_correction_mode = true;
}
......
......@@ -200,7 +200,7 @@ class survey_survey(osv.Model):
'Email Template', ondelete='set null'),
'thank_you_message': fields.html('Thank you message', translate=True,
help="This message will be displayed when survey is completed"),
'quizz_mode': fields.boolean(string='Quizz mode')
'quizz_mode': fields.boolean(string='Quiz mode')
}
def _default_stage(self, cr, uid, context=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment