1<?php
2/**
3 * English language strings for the quiz Plugin
4 *
5 * @author  Luigi Micco <l.micco@tiscali.it>
6 */
7
8$lang['quiz_start']       = "Start quiz";
9$lang['quiz_prevquest']   = "Go back";
10$lang['quiz_nextquest']   = "Continue";
11$lang['quiz_finish']      = "Calculate score";
12$lang['quiz_result']      = "Result";
13$lang['quiz_resulttext']  = "You answered %d out of %d questions correctly (%d %%)";
14$lang['quiz_score']       = "Score: ";
15$lang['quiz_tryagain']    = "Try again";
16$lang['quiz_highscore']   = "High-score";
17$lang['quiz_explanation'] = "Explanation: ";
18
19
20
21