[FIX] survey: typo, quizz to quiz

Fixes #4549
This commit is contained in:
Nick Booker 2015-01-06 11:26:30 +00:00 committed by Martin Trigaux
parent faf45db0d2
commit c53951e0a5
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ $(document).ready(function () {
print_mode = true;
}
// Quizz correction mode
// Quiz correction mode
if (! _.isUndefined(scores_controller)) {
quiz_correction_mode = true;
}

View File

@ -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):