You are here

function theme_opigno_quiz_no_feedback in Opigno Quiz App 7

1 string reference to 'theme_opigno_quiz_no_feedback'
opigno_quiz_app_theme_registry_alter in ./opigno_quiz_app.module

File

./opigno_quiz_app.module, line 1852
Module file. Defines module hooks.

Code

function theme_opigno_quiz_no_feedback() {
  return t('Thank you for taking the lesson!');
}