Quiz Mod for YaBB 2.7.00

by Batchman (orig by Phyrron, development by Whisper68, Carsten, others)

YaBB Mod Language

Lang: English
Admin.lng:
  • $mod_list{'quiz_set'} = q~Quiz Settings~;
  • $mod_list{'quiz_set1'} = q~Edit your Quiz Settings~;
Error.lng:
  • $error_txt{'quiz_noname'} = q~You should fill in a quiz name.~;
  • $error_txt{'quiz_invalname'} = q~You have an invalid character in the quiz name.~;
  • $error_txt{'quiz_nodescription'} = q~You should fill in a quiz description.~;
  • $error_txt{'quiz_nameexsist'} = q~The quiz name you tried to add already exists.~;
  • $error_txt{'quiz_norelease'} = q~You are not allowed to release this quiz.~;
  • $error_txt{'quiz_nodelete'} = q~You are not allowed to delete this quiz!~;
  • $error_txt{'quiz_noadd_login'} = q~You are not allowed to add a quiz. Please register or login.~;
  • $error_txt{'quiz_noadd'} = q~You are not allowed to add a quiz.~;
  • $error_txt{'quiz_noaddquestion'} = q~You are not allowed to add a question to this quiz!~;
  • $error_txt{'quiz_noquestion'} = q~You have not inserted a question.~;
  • $error_txt{'quiz_noanswer'} = q~You have not inserted any answer.~;
  • $error_txt{'quiz_twoansvers'} = q~You must insert at least two answers.~;
  • $error_txt{'quiz_noradiobutton'} = q~You have not selected the radio button next to the correct answer.~;
  • $error_txt{'quiz_emptysolution'} = q~The answer that you have selected as solution is empty.~;
  • $error_txt{'quiz_timelimitnumb'} = q~The "Time limit" field only accepts numbers from 0-9~;
  • $error_txt{'quiz_loginorreg'} = q~Please login or register to take this quiz.~;
  • $error_txt{'quiz_solvedtakeanother'} = q~You have solved this quiz. Please take another quiz.~;
  • $error_txt{'quiz_noanswerselected'} = q~You have not selected an answer.~;
  • $error_txt{'quiz_cheating'} = q~Hey! What are you up to? You already answered this question!!~;
  • $error_txt{'quiz_notsolved'} = q~You have not solved this Quiz.~;
  • $error_txt{'quiz_havenoquestion'} = q~This Quiz has no Question.~;
  • $error_txt{'quiz_nomodify'} = q~You are not allowed to modify this quiz.~;
Menu.lng:
  • %quiz_txt = (
    '1' => q~Quiz Main~,
    '4' => q~Quizzes~,
    '22' => q~Take this Quiz~,
    '27' => q~Modify Quiz~,
    '28' => q~Add a new Question~,
    '29' => q~Delete Quiz~,
    );
tabtext.txt:
  • $tabtxt{'quiz'} = 'Quizzes';
 

Separate language (.lng) files for:

YaBB Mod Language

Language Quick Check