Version Description
Upgrade now for the ability to drag and drop questions to reorder, questions now only show relevent fields when adding/deleting them, and for the ability to search quiz results.
Download this release
Release Info
Developer | fpcorso |
Plugin | Quiz And Survey Master (Formerly Quiz Master Next) |
Version | 4.5.0 |
Comparing to | |
See all releases |
Code changes from version 4.4.4 to 4.5.0
- CHANGELOG.md +529 -0
- assets/screenshot-1.png +0 -0
- assets/screenshot-6.png +0 -0
- css/qmn_admin.css +45 -0
- js/admin.js +8 -15
- js/admin_question.js +63 -1
- languages/quiz-master-next-da_DK.mo +0 -0
- languages/quiz-master-next-da_DK.po +353 -305
- languages/quiz-master-next-es_ES.mo +0 -0
- languages/quiz-master-next-es_ES.po +354 -305
- languages/quiz-master-next-it_IT.mo +0 -0
- languages/quiz-master-next-it_IT.po +353 -304
- languages/quiz-master-next-nl-NL.mo +0 -0
- languages/quiz-master-next-nl-NL.po +355 -306
- languages/quiz-master-next-pt_BR.mo +0 -0
- languages/quiz-master-next-pt_BR.po +38 -77
- languages/quiz-master-next-th.mo +0 -0
- languages/quiz-master-next-th.po +338 -290
- languages/quiz-master-next.pot +339 -298
- mlw_quizmaster2.php +16 -3
- php/class-qmn-log-manager.php +170 -0
- php/class-qmn-review-message.php +120 -0
- php/qmn-default-templates.php +7 -0
- php/qmn_adverts.php +10 -10
- php/qmn_credits.php +75 -14
- php/qmn_help.php +18 -1
- php/qmn_helper.php +80 -6
- php/qmn_options_certificate_tab.php +2 -1
- php/qmn_options_email_tab.php +3 -0
- php/qmn_options_leaderboard_tab.php +1 -0
- php/qmn_options_option_tab.php +1 -0
- php/qmn_options_preview_tab.php +1 -0
- php/qmn_options_questions_tab.php +101 -35
- php/qmn_options_results_page_tab.php +2 -0
- php/qmn_options_style_tab.php +9 -1
- php/qmn_options_text_tab.php +1 -0
- php/qmn_options_tools_tab.php +1 -0
- php/qmn_question_types.php +52 -12
- php/qmn_quiz.php +29 -22
- php/qmn_quiz_creator.php +99 -79
- php/qmn_results.php +164 -139
- php/qmn_template_variables.php +9 -5
- php/qmn_widgets.php +2 -2
- readme.txt +40 -772
- templates/qmn_primary.css +96 -0
CHANGELOG.md
ADDED
@@ -0,0 +1,529 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
= 4.2.4 (April 1, 2015) =
|
2 |
+
* Minor Design Changes
|
3 |
+
* Minor Bug Fixes
|
4 |
+
|
5 |
+
= 4.2.3 (March 26, 2015) =
|
6 |
+
* Minor Design Changes
|
7 |
+
* Minor Bug Fixes
|
8 |
+
* Added Italian Translation
|
9 |
+
|
10 |
+
= 4.2.2 (March 23, 2015) =
|
11 |
+
* Minor Design Update
|
12 |
+
|
13 |
+
= 4.2.1 (March 19, 2015) =
|
14 |
+
* Minor Design Changes
|
15 |
+
* Moved Redirect URL Back To Beta
|
16 |
+
|
17 |
+
= 4.2.0 (March 7, 2015) =
|
18 |
+
* Added Fill In The Blank Questions ([GitHub Issue #132](https://github.com/fpcorso/quiz_master_next/issues/132))
|
19 |
+
* Created New Template Variables For Social Sharing ([GitHub Issue #121](https://github.com/fpcorso/quiz_master_next/issues/121))
|
20 |
+
* Added Ability To Redirect To Other Page Upon Completion ([GitHub Issue #35](https://github.com/fpcorso/quiz_master_next/issues/35))
|
21 |
+
* Added Several Translations: da_DK, es_ES, nl_NL, pt_BR, and th
|
22 |
+
* Bug Fix: Duplicate Quizzes Not Having URL ([GitHub Issue #144](https://github.com/fpcorso/quiz_master_next/issues/144))
|
23 |
+
* Bug Fix: Message Sent Text ([GitHub Issue #142](https://github.com/fpcorso/quiz_master_next/issues/142))
|
24 |
+
* Bug Fix: Missing Footer Column ([GitHub Issue #145](https://github.com/fpcorso/quiz_master_next/issues/145))
|
25 |
+
|
26 |
+
= 4.1.0 (February 11, 2015) =
|
27 |
+
* Added Ability To Restore Deleted Quizzes ([GitHub Issue #107](https://github.com/fpcorso/quiz_master_next/issues/107))
|
28 |
+
* Added Ability To Multi-Delete Results ([GitHub Issue #4](https://github.com/fpcorso/quiz_master_next/issues/4))
|
29 |
+
* Redesigned Admin Results Pages ([GitHub Issue #106](https://github.com/fpcorso/quiz_master_next/issues/106))
|
30 |
+
* Added Ability To Go To Next/Previous Results ([GitHub Issue #71](https://github.com/fpcorso/quiz_master_next/issues/71))
|
31 |
+
* Quizzes Now Have Direct URL And Archive ([GitHub Issue #104](https://github.com/fpcorso/quiz_master_next/issues/104))
|
32 |
+
* Added Ability To Use Own Facebook App ID ([GitHub Issue #137](https://github.com/fpcorso/quiz_master_next/issues/137))
|
33 |
+
* In Code: New Hook For Template Variable List
|
34 |
+
* In Code: Certificate On Admin Results Now Hooked Into New Template Variable System
|
35 |
+
* In Code: Converted Support Widget To Remote Post ([GitHub Issue #114](https://github.com/fpcorso/quiz_master_next/issues/114))
|
36 |
+
* In Code: Added Uninstall File Direct Access Check
|
37 |
+
* Bug Fix: Fixed Dashboard Widget No Quiz Bug ([GitHub Issue #119](https://github.com/fpcorso/quiz_master_next/issues/119))
|
38 |
+
* Bug Fix: Fixed Shortcode No Quiz Bug ([GitHub Issue #120](https://github.com/fpcorso/quiz_master_next/issues/120))
|
39 |
+
* Bug Fix: Fixed Required Contact User Bug ([GitHub Issue #123](https://github.com/fpcorso/quiz_master_next/issues/123))
|
40 |
+
* Bug Fix: Fixed Text Template Bug ([GitHub Issue #117](https://github.com/fpcorso/quiz_master_next/issues/117))
|
41 |
+
|
42 |
+
= 4.0.1 (January 21, 2015) =
|
43 |
+
* Results HTML Bug Fix
|
44 |
+
* Question HTML Bug Fix
|
45 |
+
* Multiple Response Points Bug Fix
|
46 |
+
|
47 |
+
= 4.0.0 (January 14, 2015) =
|
48 |
+
* Added Ability To Add Categories To Your Quizzes
|
49 |
+
* Added Multiple Choice And Multiple Response To Required System
|
50 |
+
* Added Wp Editor To Results Pages
|
51 |
+
* Added Shortcode Capability To Results Pages
|
52 |
+
* Added Translation Capabilities
|
53 |
+
* Created New Addon Settings Page
|
54 |
+
* Design Changes To Quiz Settings Page
|
55 |
+
* In Code: Added 20 New Filters And Hooks
|
56 |
+
* In Code: Turned Question Types Into Extendable Functions For Creating Own Question Types
|
57 |
+
* In Code: Created New Plugin Helper Class For Extending Plugin
|
58 |
+
* In Code: Rewrote 75% of quiz shortcode file. Now With New Quiz Manager Class
|
59 |
+
* In Code: Re-organized File/Directory Structure
|
60 |
+
* In Code: Separated Quiz Settings Functions Into Own Files
|
61 |
+
|
62 |
+
= 3.9.0 (December 30, 2014) =
|
63 |
+
* Added Wp Editor To Text Tab
|
64 |
+
* Added Weekly Stats To Snapshot Widget
|
65 |
+
* Moved Email Settings To Emails Tab
|
66 |
+
* Default Question Order Auto-increments For New Questions
|
67 |
+
* In Code: Separated CSS/JS From Core Quiz PHP File
|
68 |
+
|
69 |
+
= 3.8.2 (December 21, 2014) =
|
70 |
+
* Minor Design Changes
|
71 |
+
|
72 |
+
= 3.8.1 (December 17, 2014) =
|
73 |
+
* Added Ability To Send Different Admin Emails Based On Score
|
74 |
+
* Added Ability To Customize Admin Email Subject
|
75 |
+
* Added New Dashboard Widget For Quick Snapshot Of Status
|
76 |
+
* Added New Help Page With Link To Documentation
|
77 |
+
* Create New System Info Widget On Help Page
|
78 |
+
* In Code: Added 4 New Hooks Throughout The Quiz Creator Class
|
79 |
+
* In Code: Added 3 New Quiz Settings Helper Functions In Quiz Creator Class
|
80 |
+
|
81 |
+
= 3.7.1 (December 10, 2014) =
|
82 |
+
* Added Ability To Schedule A Timeframe That The Quiz Is Active In
|
83 |
+
* Added Labels To Horizontal Radio Type For Better Use
|
84 |
+
* In Code: Moved Alert Class Inside Main Class
|
85 |
+
* In Code: Created New Quiz Creator Class
|
86 |
+
|
87 |
+
= 3.6.1 (December 2, 2014) =
|
88 |
+
* Add Separate Social Network Text Templates
|
89 |
+
* Added Hours Field To Timer And Completion Time
|
90 |
+
* Converted Quizzes Page To Use wpdb->update And wpdb->insert Instead Of query
|
91 |
+
* Created New Filter For Creating New Variables For Quiz Page
|
92 |
+
* Created New Filter For Creating New Variables For Results Page
|
93 |
+
|
94 |
+
= 3.5.2 (November 26, 2014) =
|
95 |
+
* Bug Fix For Some Bugs Resulting In Error Code 0008
|
96 |
+
|
97 |
+
= 3.5.1 (November 25, 2014) =
|
98 |
+
* Added The Ability To Require Users To Be Logged In To Access Quiz
|
99 |
+
* Added Ability To Limit Total Amount Of Entries
|
100 |
+
* Added Ability To Show Mathematic Formulas Using Tex Or LaTex
|
101 |
+
* Set Up Parameters For Action 'mlw_qmn_load_results_page' To Pass Results Id And Quiz Settings
|
102 |
+
* Minor Design Change To Quizzes Page
|
103 |
+
|
104 |
+
= 3.4.1 (November 20, 2014) =
|
105 |
+
* Added Preview Mode (Beta)
|
106 |
+
* Several Design Changes To Quizzes Page
|
107 |
+
* Minor Design Changes To Quiz Settings Page
|
108 |
+
* Added Completion Time To Quiz Results Page
|
109 |
+
* Added Time Taken To Quiz Result Details Page
|
110 |
+
* Created New Hook On Quiz Settings Page
|
111 |
+
* Broke Apart Quiz Settings Backend Into Smaller Functions That Hook Into New Hook
|
112 |
+
* Created New Backend Alert Manager Class To Replace Archaic Old Error System
|
113 |
+
|
114 |
+
= 3.3.3 (November 14, 2014) =
|
115 |
+
* Minor Backend Change To Quiz Validation
|
116 |
+
* Disabled Enter Key On Quiz
|
117 |
+
* Minor Bug Fixes
|
118 |
+
|
119 |
+
= 3.3.2 (October 26, 2014) =
|
120 |
+
* Minor Design Change To Quiz Options
|
121 |
+
|
122 |
+
= 3.3.1 (October 15, 2014) =
|
123 |
+
* Added Horizontal Multiple Response Question Type
|
124 |
+
* Added Ability To Duplicate Questions When Duplicate Quizzes
|
125 |
+
* Added Last Modified Column To Table On Quizzes Page
|
126 |
+
* Fixed Number Question Type Grading Bug
|
127 |
+
* Fixed Missing theme_selected Column Installation Bug
|
128 |
+
* Fixed Missing theme_selected Column Duplication Bug
|
129 |
+
* Fixed Numerous Small Bugs
|
130 |
+
|
131 |
+
= 3.2.2 (October 4, 2014) =
|
132 |
+
* Minor Bug Fixes
|
133 |
+
|
134 |
+
= 3.2.1 (October 2, 2014) =
|
135 |
+
* Added New Captcha Question Type
|
136 |
+
* Fixed Number Question Type Validation Bug
|
137 |
+
* Fixed Validation Wrong Border Bug
|
138 |
+
|
139 |
+
= 3.1.1 (September 15, 2014) =
|
140 |
+
* Added Ability To Duplicate Individual Questions
|
141 |
+
* Added Ability To Require Accept, Number, And Open Answer Question Types
|
142 |
+
* Added Number Question Type
|
143 |
+
* Added Accept Non-Question Type
|
144 |
+
|
145 |
+
= 3.0.1 (August 28, 2014) =
|
146 |
+
* Added New Style Manager
|
147 |
+
* Added Ability For Non-Question Question Types
|
148 |
+
* Added New Text Block Question Type
|
149 |
+
* Added Question Type Column To Question List
|
150 |
+
* Minor Design Changes To Quiz Questions Tab
|
151 |
+
* Fixed Results Delete Link Not Working Bug
|
152 |
+
* Fixed Quiz Name Showing Escaped Values Bug
|
153 |
+
|
154 |
+
= 2.9.1 (August 11, 2014) =
|
155 |
+
* Added Facebook Sharing
|
156 |
+
* Added Ability To Edit Email Subject
|
157 |
+
* Added Large Open Answer Question Type
|
158 |
+
* Added Ability For Points To Have Decimal Values
|
159 |
+
* Fixed Not All Questions Showing In Results Bug
|
160 |
+
* Fixed Not Valid Email On Non-Required Email Bug
|
161 |
+
* Fixed Special Character Not Grading Properly In Open Answer Bug
|
162 |
+
|
163 |
+
= 2.8.5 (August 9, 2014) =
|
164 |
+
* Minor Bug Fixes
|
165 |
+
* Minor Design Tweaks To About Page
|
166 |
+
|
167 |
+
= 2.8.4 (August 3, 2014) =
|
168 |
+
* Minor Bug Fixes
|
169 |
+
|
170 |
+
= 2.8.3 (June 8, 2014) =
|
171 |
+
* Next/Previous Buttons Now Scroll Page To Top Of Quiz
|
172 |
+
* Minor Bug Fixes
|
173 |
+
|
174 |
+
= 2.8.2 (May 28, 2014) =
|
175 |
+
* Minor Bug Fixes
|
176 |
+
|
177 |
+
= 2.8.1 (May 26, 2014) =
|
178 |
+
* Took Out Help Related Tool Tips
|
179 |
+
* Design Changes To Quiz Text Tab For Easier Navigation
|
180 |
+
* Deleted How-To Page, Please Use Documentation On Our Website
|
181 |
+
* Renamed Quiz Options Page As Quiz Settings To Avoid Confusion With Quiz Options Tab
|
182 |
+
|
183 |
+
= 2.7.3 (May 19, 2014) =
|
184 |
+
* Fixed Open Answer Not Showing Correct Answer Bug
|
185 |
+
|
186 |
+
= 2.7.2 (May 18, 2014) =
|
187 |
+
* Fixed Timer Not Restarting Bug
|
188 |
+
* Fixed Tooltip Affecting Whole Page Bug
|
189 |
+
|
190 |
+
= 2.7.1 (May 16, 2014) =
|
191 |
+
* Added Ability To Set Number Of Question Per Page
|
192 |
+
* Fixed HTML Not Showing On Results Page Bug
|
193 |
+
* Fixed Timer Not Disabling New Fields Bug
|
194 |
+
* Fixed Timer Submitting Disabled Fields Bug
|
195 |
+
|
196 |
+
= 2.6.4 (May 12, 2014) =
|
197 |
+
* Bug Fixes
|
198 |
+
|
199 |
+
= 2.6.3 (May 9, 2014) =
|
200 |
+
* Bug Fixes
|
201 |
+
|
202 |
+
= 2.6.2 (May 8, 2014) =
|
203 |
+
* Bug Fixes
|
204 |
+
|
205 |
+
= 2.6.1 (May 7, 2014) =
|
206 |
+
* Added UTF-8 Support For Special Characters And Non-Latin Languages
|
207 |
+
* Fixed Question Bank Showing All Answers Bug
|
208 |
+
|
209 |
+
= 2.5.1 (May 3, 2014) =
|
210 |
+
* Rebuilt Answer System
|
211 |
+
* Added Ability To Have Unlimited Answers
|
212 |
+
* Added Ability To Randomize Answers
|
213 |
+
* Added New Question Type - Multiple Response (Checkboxes)
|
214 |
+
* Added Ability To Send Admin Email To Multiple Users
|
215 |
+
* Minor Design Changes To Quiz Options Page
|
216 |
+
|
217 |
+
= 2.4.1 (April 20, 2014) =
|
218 |
+
* Added New Quiz Emails Tab
|
219 |
+
* Added Ability To Send Different Emails To Users Based On Score
|
220 |
+
* Fixed Required Question Bug
|
221 |
+
* Fixed Landing Page Bug
|
222 |
+
|
223 |
+
= 2.3.1 (April 6, 2014) =
|
224 |
+
* Added Ability To Have Graded Open Answer Questions
|
225 |
+
* Minor Design Changes
|
226 |
+
|
227 |
+
= 2.2.2 (March 30, 2014) =
|
228 |
+
* Reverted To Previous Pagination Javascript
|
229 |
+
|
230 |
+
= 2.2.1 (March 30, 2014) =
|
231 |
+
* Added Ability To Show Question Numbers
|
232 |
+
* Added More CSS Classes To Quiz Page For Better Styling Options
|
233 |
+
* Changed Timer To Disable Fields Instead Of Submit Form When Time Is Up
|
234 |
+
* Fixed Pagination Javascript Bug
|
235 |
+
* Minor Design Change To Quiz
|
236 |
+
* Minor Design Change To Quiz Options Page
|
237 |
+
|
238 |
+
= 2.1.1 (March 26, 2014) =
|
239 |
+
* Added Ability To Edit Style For Each Quiz
|
240 |
+
* Fixed Tried Quiz Too Many Times Text Bug
|
241 |
+
* Fixed Dashboard Quartely Widget Bug
|
242 |
+
* Minor Design Changes To Quiz Options Page
|
243 |
+
|
244 |
+
= 2.0.1 (March 22, 2014) =
|
245 |
+
* Added Pagination On Quiz Results Page
|
246 |
+
* Redesigned Results Detail Page
|
247 |
+
* Fixed PHP Notice On Quizzes Page
|
248 |
+
* Allow HTML/CSS in Landing Pages
|
249 |
+
|
250 |
+
= 1.9.6 (March 19, 2014) =
|
251 |
+
* Fixed Duplicate Quiz Bug
|
252 |
+
* Fixed Uneditable Question Bug
|
253 |
+
* Fixed Parse Bug
|
254 |
+
* Made Email Now Send As HTML
|
255 |
+
|
256 |
+
= 1.9.5 (March 18, 2014) =
|
257 |
+
* Fixed Bug
|
258 |
+
|
259 |
+
= 1.9.4 (March 18, 2014) =
|
260 |
+
* Fixed Bug
|
261 |
+
|
262 |
+
= 1.9.3 (March 17, 2014) =
|
263 |
+
* Fixed Bug: Unexpected T_CONSTANT_ENCAPSED_STRING When Activating
|
264 |
+
|
265 |
+
= 1.9.2 (March 17, 2014) =
|
266 |
+
* Added Ability To Delete Landing Pages
|
267 |
+
* Added Ability To Have HTML In Correct Answer Info Field
|
268 |
+
* Added Previous Question Button To Paginated Quiz
|
269 |
+
* Minor Design Changes To Quiz
|
270 |
+
* Add Timer To Title Bar
|
271 |
+
* Added %CURRENT_DATE% field
|
272 |
+
|
273 |
+
= 1.9.1 (March 13, 2014) =
|
274 |
+
* Added Ability To Show One Question At A Time Instead Of All At Once
|
275 |
+
* Added Ability To Allow Users To Share Results On Twitter
|
276 |
+
* Added Ability To Set Time Limits On Quiz
|
277 |
+
* Minor Design Changes To Quiz
|
278 |
+
* Minor Bug Fixes
|
279 |
+
|
280 |
+
= 1.8.2 (March 11, 2014) =
|
281 |
+
* Minor Bug Fixes
|
282 |
+
|
283 |
+
= 1.8.1 (March 10, 2014) =
|
284 |
+
* Added Customizable Text Section At End Of Quiz
|
285 |
+
* Added Ability To Set Up Different Landing Pages Based On Score
|
286 |
+
* Added Ability To Give Certificate After Quiz
|
287 |
+
* Enhanced Quiz Total Stats Widget
|
288 |
+
* Minor Design Changes To Quiz
|
289 |
+
* Fixed Session_Start Bug
|
290 |
+
* Fixed Division By Zero Bug
|
291 |
+
* Fixed Total Stats Deleted Bug
|
292 |
+
* Fixed Dashboard Rounding Bug
|
293 |
+
* Fixed Notice Unknown Company Field Bug
|
294 |
+
|
295 |
+
= 1.7.1 (March 6, 2014) =
|
296 |
+
* Added Several New Widgets To Quiz Dashboard
|
297 |
+
* Added A Timer Mechanism To Track How Long User Takes On Quiz
|
298 |
+
* Added New About Update Page
|
299 |
+
* Fixed Saving Results Bug
|
300 |
+
* Fixed Random Number On Quiz Options Page Bug
|
301 |
+
|
302 |
+
= 1.6.3 (March 5, 2014) =
|
303 |
+
* Fixed Duplicated Shortcode Bug
|
304 |
+
* Quiz Dashboard Design Changes
|
305 |
+
|
306 |
+
= 1.6.2 (March 4, 2014) =
|
307 |
+
* Minor Bug Fixes
|
308 |
+
* Minor Design Changes
|
309 |
+
|
310 |
+
= 1.6.1 (March 2, 2014) =
|
311 |
+
* Added Ability To Limit Amount User Tries Certain Quizzes
|
312 |
+
* Fixed Internet Explorer Quiz Adding Bug
|
313 |
+
* Fixed Results Link On Quizzes Page Bug
|
314 |
+
* Fixed Points Number Check Bug
|
315 |
+
* Fixed Limited Question Grading Bug
|
316 |
+
* Minor Design Changes To Admin Pages
|
317 |
+
|
318 |
+
= 1.5.1 (February 26, 2014) =
|
319 |
+
* Added Ability To Load Only Set Amount Of Questions From Total Questions
|
320 |
+
* Fixed PHP Notices On Quizzes Page
|
321 |
+
* Fixed PHP Notices On Quiz Options Page
|
322 |
+
* Fixed PHP Notices On Quiz Results Page
|
323 |
+
* Fixed PHP Notices On Quiz
|
324 |
+
* Fixed Hidden Pop-Up Bug
|
325 |
+
|
326 |
+
= 1.4.2 (February 22, 2014) =
|
327 |
+
* Fixed Capability Bug
|
328 |
+
* Minor Design Changes To Question Form
|
329 |
+
* Hint Bubble Is Now Wider For Longer Hints
|
330 |
+
* Minor Design Change To Quiz
|
331 |
+
|
332 |
+
= 1.4.1 (February 20, 2014) =
|
333 |
+
* Enhanced Plugins Compatibility With Other Plugins
|
334 |
+
* Hints Are Now Hidden By Default
|
335 |
+
* Minor Bug Fixes
|
336 |
+
|
337 |
+
= 1.3.1 (February 18, 2014) =
|
338 |
+
* Added Ability To Choose Whether Logged-in Users Can Enter Contact Info
|
339 |
+
* Fixed Editing Hint Field Error
|
340 |
+
* Added Ability To Have Media In Answers
|
341 |
+
* Added Ability To Have HTML In Questions And Answers
|
342 |
+
|
343 |
+
= 1.2.1 (February 11, 2014) =
|
344 |
+
* Fixed Quiz Results Details Bug
|
345 |
+
* Continued Working On New Error Code System
|
346 |
+
* Added Pagination To Tools Page, Quizzes Page And List Of Questions On Quiz Options Page
|
347 |
+
* Added Ability To Create A Duplicate Of A Quiz
|
348 |
+
|
349 |
+
= 1.1.1 (February 6, 2014) =
|
350 |
+
* Added %AVERAGE_POINT% Variable That Calculates Average Points Per Question
|
351 |
+
* Added Field For Reason Why Answer Is Correct
|
352 |
+
* Added %CORRECT_ANSWER_INFO% To Display Why Answer Is Correct
|
353 |
+
* Begun Creating New Error Code System
|
354 |
+
* Fixed Edit Quiz Name Bug
|
355 |
+
* Fixed New Quiz Bug
|
356 |
+
|
357 |
+
= 1.0.1 (February 4, 2014) =
|
358 |
+
* Fixed Saving Results Bug
|
359 |
+
* Fixed Leaderboard Bug
|
360 |
+
|
361 |
+
= 1.0 (February 1, 2014) =
|
362 |
+
* Added Ability To Customize From Name For User And Admin Emails
|
363 |
+
* Changed Question Editor
|
364 |
+
* Minor Change To Help System
|
365 |
+
|
366 |
+
= 0.9.9 (January 30, 2014) =
|
367 |
+
* Begun Creating New Advanced Help System
|
368 |
+
* Added New Question Editor
|
369 |
+
* Added Ability To Have Media In Questions
|
370 |
+
* Minor Design Changes To Quiz Options
|
371 |
+
|
372 |
+
= 0.9.8 (January 25, 2014) =
|
373 |
+
* Added Leaderboard Widget
|
374 |
+
* Added Ability To Reset Quiz Stats On Each Quiz
|
375 |
+
* Added Ability To Delete Results
|
376 |
+
* Minor Design Changes
|
377 |
+
* Minor Bug Fixes
|
378 |
+
|
379 |
+
= 0.9.7 (January 24, 2014) =
|
380 |
+
* Started Setting Plugin Up For Translations
|
381 |
+
* Relocated Widgets From Help Page To Quiz Dashboard Page
|
382 |
+
* Updated Several Of The Help Sections Through Plugin
|
383 |
+
* Minor Bug Fixes
|
384 |
+
|
385 |
+
= 0.9.6 (January 21, 2014) =
|
386 |
+
* Added Ability To Edit Question Order When Adding Questions
|
387 |
+
* Added Ability To Choose Whether Contact Info Is Asked For At Beginning Or End Of Quiz
|
388 |
+
* Defaulted Question Comment Field To None On New Questions
|
389 |
+
* Fixed Double Quote Bug
|
390 |
+
* Enhanced Monthly Stat Widget
|
391 |
+
* Minor Design Change To Quiz Total Stats Widget
|
392 |
+
* Minor Design Changes To Quiz Options Page
|
393 |
+
|
394 |
+
= 0.9.5 (January 19, 2014) =
|
395 |
+
* Added Ability To Edit %QUESTIONS_ANSWERS% Template
|
396 |
+
* Changed Name Of Support Page To Help Page
|
397 |
+
* Minor Design Changes On Quiz Options Page
|
398 |
+
|
399 |
+
= 0.9.4 (January 16, 2014) =
|
400 |
+
* Added Ability To Randomly Order Questions
|
401 |
+
* Updated Monthly Stat Widget
|
402 |
+
|
403 |
+
= 0.9.3 (January 14, 2014) =
|
404 |
+
* Logged-In Users Now See Contact Information
|
405 |
+
* Minor Bug Fixes
|
406 |
+
|
407 |
+
= 0.9.2 (January 12, 2014) =
|
408 |
+
* Updated Weekly Stat Widget
|
409 |
+
* Begun Work On Monthly Stat Widget
|
410 |
+
* Added Ability To Edit Leaderboard Template
|
411 |
+
* Bug Fixes
|
412 |
+
|
413 |
+
= 0.9.1 (January 8, 2014) =
|
414 |
+
* Fixed Leaderboard Design Bug
|
415 |
+
* Fixed Contact Information Design Bug
|
416 |
+
* Added Ability To Not Need Contact Info For Logged In Users
|
417 |
+
|
418 |
+
= 0.9 (January 5, 2014) =
|
419 |
+
* Added Ability To Edit Quiz Name
|
420 |
+
* Added Ability To Display Question As Drop Down
|
421 |
+
* Added Quiz Name To Completion Email's Subject
|
422 |
+
* Minor Design Changes To Quiz Options Page
|
423 |
+
* Design Changes To Quiz
|
424 |
+
|
425 |
+
= 0.8.6 (January 2, 2014) =
|
426 |
+
* Bug Fixes
|
427 |
+
|
428 |
+
= 0.8.5 (January 1, 2014) =
|
429 |
+
* New Screenshots Added
|
430 |
+
* Minor Design Changes
|
431 |
+
* Bug Fixes
|
432 |
+
|
433 |
+
= 0.8.4 (December 22, 2013) =
|
434 |
+
* New Option To Change Size Of Comment Field
|
435 |
+
* Enhanced Weekly Stat Chart
|
436 |
+
* Bug Fixes
|
437 |
+
|
438 |
+
= 0.8.3 (December 14, 2013) =
|
439 |
+
* Fixed Leaderboard Bug
|
440 |
+
* Started Work On Weekly Stat Widget
|
441 |
+
* Tweaked Some Design Throughout Admin Side
|
442 |
+
* Minor Bug Fixes
|
443 |
+
|
444 |
+
= 0.8.2 (December 10, 2013) =
|
445 |
+
* Fixed Disappearing Question Bug Completely
|
446 |
+
* Updated Update Process
|
447 |
+
|
448 |
+
= 0.8.1 (December 9, 2013) =
|
449 |
+
* Fixed Disappearing Question Bug
|
450 |
+
|
451 |
+
= 0.8 (December 1, 2013) =
|
452 |
+
* Added Spam Prevention Techniques To Backend
|
453 |
+
* Added Ability To Reorder Questions
|
454 |
+
* Added New Section On How-To Page
|
455 |
+
* Bug Fixes
|
456 |
+
|
457 |
+
= 0.7.2 (November 24, 2013) =
|
458 |
+
* Bug Fixes
|
459 |
+
* Added New Section On How-To Page
|
460 |
+
|
461 |
+
= 0.7.1 (November 19, 2013) =
|
462 |
+
* Changed Design For How-To Page
|
463 |
+
* Added New Section In How-To Page
|
464 |
+
* Added New Widget On Plugin Dashboard For Daily Stats
|
465 |
+
|
466 |
+
= 0.7 (November 15, 2013) =
|
467 |
+
* Bug Fixes
|
468 |
+
* Begun Work On New How-To Page
|
469 |
+
* Continued Redesigning Plugin Dashboard
|
470 |
+
|
471 |
+
= 0.6.2 (November 10, 2013) =
|
472 |
+
* Bug Fixes
|
473 |
+
* Added More Stats
|
474 |
+
* Started Redesigning Plugin Dashboard
|
475 |
+
|
476 |
+
= 0.6.1 (November 2, 2013) =
|
477 |
+
* Bug Fixes
|
478 |
+
|
479 |
+
= 0.6 (October 19, 2013) =
|
480 |
+
* Started Developing Quiz Leaderboards
|
481 |
+
* Added Ability To Save User Answers And Comments
|
482 |
+
* Added More Statistics To Quiz Dashboard
|
483 |
+
* Bug Fixes
|
484 |
+
|
485 |
+
= 0.5.3 (October 11, 2013) =
|
486 |
+
* Bug Fixes
|
487 |
+
* Started Redesigning Quiz Look
|
488 |
+
|
489 |
+
= 0.5.2 (September 29, 2013) =
|
490 |
+
* Bug Fixes
|
491 |
+
|
492 |
+
= 0.5.1 (September 22, 2013) =
|
493 |
+
* Added More Statistics To Quiz Dashboard
|
494 |
+
* Bug Fixes
|
495 |
+
|
496 |
+
= 0.5 (September 18, 2013) =
|
497 |
+
* Created New Tools Page And Moved Audit Trail To It
|
498 |
+
* Added Ability For Comment Section At End Of Quiz
|
499 |
+
* Added Ability To Have Hints
|
500 |
+
* Added Option To Have Comment Boxes On Questions
|
501 |
+
* Added More Statistics To Main Page
|
502 |
+
|
503 |
+
= 0.4.1 (September 15, 2013) =
|
504 |
+
* Bug Fixes
|
505 |
+
|
506 |
+
= 0.4 (September 13, 2013) =
|
507 |
+
* Add The Ability To Require Contact Information
|
508 |
+
* Add Email Validating To Email Field
|
509 |
+
|
510 |
+
= 0.3.1 (September 13, 2013) =
|
511 |
+
* Bug Fixes
|
512 |
+
|
513 |
+
= 0.3 (September 12, 2013) =
|
514 |
+
* Increased Scoring Systems To Three: Correct, Points, Or Not Graded
|
515 |
+
* Error Fixes
|
516 |
+
|
517 |
+
= 0.2 (September 9, 2013) =
|
518 |
+
* Added New Quiz Dashboard Page
|
519 |
+
* Created Audit Trail
|
520 |
+
* Added Ability to Add Questions/Answers to Templates
|
521 |
+
* Minor Spelling/Grammer Fixes
|
522 |
+
|
523 |
+
= 0.1 (September 1, 2013) =
|
524 |
+
* Begun Development
|
525 |
+
* Added ability to create/edit/delete quizzes
|
526 |
+
* Added ability to create/edit/delete questions
|
527 |
+
* Added quiz admin page
|
528 |
+
* Added questions admin page
|
529 |
+
* Added results page
|
assets/screenshot-1.png
CHANGED
Binary file
|
assets/screenshot-6.png
CHANGED
Binary file
|
css/qmn_admin.css
CHANGED
@@ -37,6 +37,51 @@ div.mlw_qmn_icon_wrap
|
|
37 |
border-radius: 20px;
|
38 |
}
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
.quiz_email_support p#mlw_support_message {
|
41 |
color: red;
|
42 |
font-size: 20px;
|
37 |
border-radius: 20px;
|
38 |
}
|
39 |
|
40 |
+
ul.changelog {
|
41 |
+
background-color: #fff;
|
42 |
+
padding: 10px 10px;
|
43 |
+
}
|
44 |
+
|
45 |
+
ul.changelog li {
|
46 |
+
padding: 4px 0px;
|
47 |
+
}
|
48 |
+
|
49 |
+
ul.changelog li div.two{
|
50 |
+
width: 70%;
|
51 |
+
float: left;
|
52 |
+
display: inline-block;
|
53 |
+
height: 25px;
|
54 |
+
margin-right: 20px;
|
55 |
+
background: #D9E0E4;
|
56 |
+
text-align: center;
|
57 |
+
line-height: 25px;
|
58 |
+
}
|
59 |
+
|
60 |
+
ul.changelog li.fixed > div {
|
61 |
+
background:#F0FFE1;
|
62 |
+
color: #444;
|
63 |
+
border-right:1px solid #5cb85c;
|
64 |
+
width: 20%;
|
65 |
+
}
|
66 |
+
ul.changelog li.fixed div.two:before{
|
67 |
+
content: "\f147";
|
68 |
+
font-family: "dashicons";
|
69 |
+
color:#5CB85C;
|
70 |
+
margin-right: 5px;
|
71 |
+
}
|
72 |
+
ul.changelog li.add > div{
|
73 |
+
background:#FFEED0;
|
74 |
+
color: #444;
|
75 |
+
border-right:1px solid #EFA537;
|
76 |
+
width: 20%;
|
77 |
+
}
|
78 |
+
ul.changelog li.add div.two:before{
|
79 |
+
content: "\f155";
|
80 |
+
font-family: "dashicons";
|
81 |
+
color:#EFA537;
|
82 |
+
margin-right: 5px;
|
83 |
+
}
|
84 |
+
|
85 |
.quiz_email_support p#mlw_support_message {
|
86 |
color: red;
|
87 |
font-size: 20px;
|
js/admin.js
CHANGED
@@ -1,17 +1,10 @@
|
|
1 |
-
function
|
2 |
jQuery("a.nav-tab-active").toggleClass("nav-tab-active");
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
jQuery("#mlw_quiz_changelog").hide();
|
7 |
-
jQuery("#mlw_quiz_requested").hide();
|
8 |
-
jQuery("#mlw_qmn_tab_1").toggleClass("nav-tab-active");
|
9 |
-
}
|
10 |
-
if (tab == 2)
|
11 |
-
{
|
12 |
-
jQuery("#mlw_quiz_what_new").hide();
|
13 |
-
jQuery("#mlw_quiz_changelog").show();
|
14 |
-
jQuery("#mlw_quiz_requested").hide();
|
15 |
-
jQuery("#mlw_qmn_tab_2").toggleClass("nav-tab-active");
|
16 |
-
}
|
17 |
}
|
|
|
|
|
|
|
|
1 |
+
function qmn_select_tab(tab, content) {
|
2 |
jQuery("a.nav-tab-active").toggleClass("nav-tab-active");
|
3 |
+
jQuery(".qmn_tab").hide();
|
4 |
+
jQuery("#"+content).show();
|
5 |
+
jQuery("#mlw_qmn_tab_"+tab).toggleClass("nav-tab-active");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
}
|
7 |
+
|
8 |
+
jQuery("#qmn_check_all").change( function() {
|
9 |
+
jQuery('.qmn_delete_checkbox').prop( 'checked', jQuery('#qmn_check_all').prop('checked') );
|
10 |
+
});
|
js/admin_question.js
CHANGED
@@ -65,6 +65,56 @@ jQuery(".answers").on('click', '.delete_answer', function(event) {
|
|
65 |
jQuery(this).parent().parent().detach();
|
66 |
});
|
67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
jQuery("#the-list").on('click', '.edit_link', function(event) {
|
69 |
event.preventDefault();
|
70 |
var question_array_id = jQuery(this).attr('data-question-id');
|
@@ -97,6 +147,7 @@ jQuery("#the-list").on('click', '.edit_link', function(event) {
|
|
97 |
for (var i = 0; i < questions_list[question_array_id].answers.length; i++) {
|
98 |
add_answer(questions_list[question_array_id].answers[i].answer,questions_list[question_array_id].answers[i].points,questions_list[question_array_id].answers[i].correct);
|
99 |
}
|
|
|
100 |
location.hash = '';
|
101 |
location.hash = '#question_area';
|
102 |
});
|
@@ -146,7 +197,7 @@ for (var i = 0; i < questions_list.length; i++) {
|
|
146 |
if (alternate) {
|
147 |
alternate_css = ' alternate'
|
148 |
}
|
149 |
-
var $question_row = jQuery('<tr class="question_row'+alternate_css+'">'+
|
150 |
'<td>'+questions_list[i].order+'</td>'+
|
151 |
'<td>'+questions_list[i].type_name+'</td>'+
|
152 |
'<td>'+questions_list[i].category+'</td>'+
|
@@ -162,3 +213,14 @@ for (var i = 0; i < questions_list.length; i++) {
|
|
162 |
jQuery("#the-list").append($question_row);
|
163 |
alternate = !alternate;
|
164 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
jQuery(this).parent().parent().detach();
|
66 |
});
|
67 |
|
68 |
+
jQuery("#question_type").on('change', function(event) {
|
69 |
+
var new_value = jQuery("#question_type").val();
|
70 |
+
qmn_hide_show_correct_fields( new_value );
|
71 |
+
});
|
72 |
+
|
73 |
+
function qmn_hide_show_correct_fields( question_type ) {
|
74 |
+
var type_fields = qmn_question_type_fields[question_type];
|
75 |
+
if ( type_fields.information ) {
|
76 |
+
jQuery("#question_type_info").text(type_fields.information);
|
77 |
+
jQuery("#question_type_info").show();
|
78 |
+
} else {
|
79 |
+
jQuery("#question_type_info").hide();
|
80 |
+
}
|
81 |
+
if ( type_fields.inputs.indexOf( "question") !== -1 ) {
|
82 |
+
jQuery("#question_name").show();
|
83 |
+
} else {
|
84 |
+
jQuery("#question_name").hide();
|
85 |
+
}
|
86 |
+
if ( type_fields.inputs.indexOf( "answer") !== -1 ) {
|
87 |
+
jQuery("#answer_area").show();
|
88 |
+
} else {
|
89 |
+
jQuery("#answer_area").hide();
|
90 |
+
}
|
91 |
+
if ( type_fields.inputs.indexOf( "correct_info") !== -1 ) {
|
92 |
+
jQuery("#correct_answer_area").show();
|
93 |
+
} else {
|
94 |
+
jQuery("#correct_answer_area").hide();
|
95 |
+
}
|
96 |
+
if ( type_fields.inputs.indexOf( "hint") !== -1 ) {
|
97 |
+
jQuery("#hint_area").show();
|
98 |
+
} else {
|
99 |
+
jQuery("#hint_area").hide();
|
100 |
+
}
|
101 |
+
if ( type_fields.inputs.indexOf( "comments") !== -1 ) {
|
102 |
+
jQuery("#comment_area").show();
|
103 |
+
} else {
|
104 |
+
jQuery("#comment_area").hide();
|
105 |
+
}
|
106 |
+
if ( type_fields.inputs.indexOf( "category") !== -1 ) {
|
107 |
+
jQuery("#category_area").show();
|
108 |
+
} else {
|
109 |
+
jQuery("#category_area").hide();
|
110 |
+
}
|
111 |
+
if ( type_fields.inputs.indexOf( "required") !== -1 ) {
|
112 |
+
jQuery("#required_area").show();
|
113 |
+
} else {
|
114 |
+
jQuery("#required_area").hide();
|
115 |
+
}
|
116 |
+
}
|
117 |
+
|
118 |
jQuery("#the-list").on('click', '.edit_link', function(event) {
|
119 |
event.preventDefault();
|
120 |
var question_array_id = jQuery(this).attr('data-question-id');
|
147 |
for (var i = 0; i < questions_list[question_array_id].answers.length; i++) {
|
148 |
add_answer(questions_list[question_array_id].answers[i].answer,questions_list[question_array_id].answers[i].points,questions_list[question_array_id].answers[i].correct);
|
149 |
}
|
150 |
+
qmn_hide_show_correct_fields(questions_list[question_array_id].type);
|
151 |
location.hash = '';
|
152 |
location.hash = '#question_area';
|
153 |
});
|
197 |
if (alternate) {
|
198 |
alternate_css = ' alternate'
|
199 |
}
|
200 |
+
var $question_row = jQuery('<tr id="question_'+questions_list[i].id+'" class="question_row'+alternate_css+'">'+
|
201 |
'<td>'+questions_list[i].order+'</td>'+
|
202 |
'<td>'+questions_list[i].type_name+'</td>'+
|
203 |
'<td>'+questions_list[i].category+'</td>'+
|
213 |
jQuery("#the-list").append($question_row);
|
214 |
alternate = !alternate;
|
215 |
}
|
216 |
+
|
217 |
+
jQuery( '.widefat tbody' ).sortable({
|
218 |
+
containment: "parent",
|
219 |
+
cursor: 'move',
|
220 |
+
opacity: 0.7
|
221 |
+
});
|
222 |
+
|
223 |
+
jQuery( '#save_question_order' ).click(function() {
|
224 |
+
jQuery( '#save_question_order_input' ).val( jQuery( '.widefat tbody' ).sortable("toArray") );
|
225 |
+
jQuery( '#save_question_order_form' ).submit();
|
226 |
+
});
|
languages/quiz-master-next-da_DK.mo
CHANGED
Binary file
|
languages/quiz-master-next-da_DK.po
CHANGED
@@ -5,7 +5,7 @@ msgid ""
|
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Quiz Master Next\n"
|
7 |
"Report-Msgid-Bugs-To: \n"
|
8 |
-
"POT-Creation-Date: 2015-
|
9 |
"PO-Revision-Date: \n"
|
10 |
"Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
|
11 |
"Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
|
@@ -19,52 +19,73 @@ msgstr ""
|
|
19 |
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;"
|
20 |
"esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;"
|
21 |
"_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
22 |
-
"X-Poedit-Basepath:
|
23 |
-
"X-Generator: Poedit 1.8.
|
24 |
"X-Poedit-SearchPath-0: .\n"
|
25 |
|
26 |
-
#: mlw_quizmaster2.php:
|
27 |
msgid "Quizzes"
|
28 |
msgstr "Quizzer"
|
29 |
|
30 |
-
#: mlw_quizmaster2.php:
|
31 |
msgid "Quiz Settings"
|
32 |
msgstr "Quiz indstillinger"
|
33 |
|
34 |
-
#: mlw_quizmaster2.php:
|
35 |
#: php/qmn_results_details.php:20
|
36 |
msgid "Quiz Results"
|
37 |
msgstr "Quiz resultater"
|
38 |
|
39 |
-
#: mlw_quizmaster2.php:
|
40 |
msgid "Quiz Result Details"
|
41 |
msgstr "Quiz resultater detaljer"
|
42 |
|
43 |
-
#: mlw_quizmaster2.php:
|
44 |
msgid "Settings"
|
45 |
msgstr "Indstillinger"
|
46 |
|
47 |
-
#: mlw_quizmaster2.php:
|
48 |
-
#: php/qmn_tools.php:65
|
49 |
msgid "Tools"
|
50 |
msgstr "Værktøjer"
|
51 |
|
52 |
-
#: mlw_quizmaster2.php:
|
53 |
msgid "Stats"
|
54 |
msgstr "Statistik"
|
55 |
|
56 |
-
#: mlw_quizmaster2.php:
|
57 |
msgid "Addon Settings"
|
58 |
msgstr "Addon indstillinger"
|
59 |
|
60 |
-
#: mlw_quizmaster2.php:
|
61 |
msgid "Help"
|
62 |
msgstr "Hjælp"
|
63 |
|
64 |
-
#: mlw_quizmaster2.php:
|
65 |
msgid "QMN About"
|
66 |
msgstr "QMN Om"
|
67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
#: php/qmn-stats-page.php:29
|
69 |
msgid "Quiz Statistics"
|
70 |
msgstr "Quiz statistik"
|
@@ -110,6 +131,15 @@ msgstr "Nyheder!"
|
|
110 |
msgid "Changelog"
|
111 |
msgstr "Ændringslog"
|
112 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
#: php/qmn_dashboard_widgets.php:16
|
114 |
msgid "Quiz Master Next Snapshot"
|
115 |
msgstr "Quiz Master Next skærmdump"
|
@@ -148,23 +178,23 @@ msgstr "mest populære spørgeskemaundersøgelse"
|
|
148 |
msgid "least popular quiz"
|
149 |
msgstr "mindst populære undersøgelse"
|
150 |
|
151 |
-
#: php/qmn_help.php:
|
152 |
msgid "Need Help?"
|
153 |
msgstr "Brug for hjælp?"
|
154 |
|
155 |
-
#: php/qmn_help.php:
|
156 |
msgid "Support"
|
157 |
msgstr "Support"
|
158 |
|
159 |
-
#: php/qmn_help.php:
|
160 |
msgid "System Info"
|
161 |
msgstr "System Info"
|
162 |
|
163 |
-
#: php/qmn_help.php:
|
164 |
msgid "Help Page"
|
165 |
msgstr "Hjælp"
|
166 |
|
167 |
-
#: php/qmn_help.php:
|
168 |
msgid "Need help with the plugin? Try any of the following:"
|
169 |
msgstr "Har du brug for hjælp med dette plugin? Forsøgfølgende:"
|
170 |
|
@@ -172,110 +202,107 @@ msgstr "Har du brug for hjælp med dette plugin? Forsøgfølgende:"
|
|
172 |
msgid "Certificate (Beta)"
|
173 |
msgstr "Certifikat"
|
174 |
|
175 |
-
#: php/qmn_options_certificate_tab.php:
|
176 |
msgid "The certificate has been updated successfully."
|
177 |
msgstr "Certifikatet er blevet opdateret."
|
178 |
|
179 |
-
#: php/qmn_options_certificate_tab.php:
|
180 |
-
#: php/qmn_options_email_tab.php:
|
181 |
-
#: php/qmn_options_leaderboard_tab.php:
|
182 |
-
#: php/qmn_options_questions_tab.php:
|
183 |
-
#: php/qmn_options_questions_tab.php:
|
184 |
-
#: php/qmn_options_results_page_tab.php:
|
185 |
-
#: php/qmn_options_results_page_tab.php:
|
186 |
-
#: php/qmn_options_text_tab.php:
|
187 |
-
#: php/qmn_quiz_creator.php:
|
188 |
-
#: php/qmn_quiz_creator.php:
|
189 |
-
#: php/qmn_quiz_creator.php:
|
190 |
#, php-format
|
191 |
msgid ""
|
192 |
"There has been an error in this action. Please share this with the developer. "
|
193 |
"Error Code: %s"
|
194 |
msgstr "Der har været en fejl. Venligst del dette med udvikleren . Fejlkode:% s"
|
195 |
|
196 |
-
#: php/qmn_options_certificate_tab.php:
|
197 |
msgid "Enter title here"
|
198 |
msgstr "Indtast titel her"
|
199 |
|
200 |
-
#: php/qmn_options_certificate_tab.php:
|
201 |
-
#: php/qmn_options_email_tab.php:
|
202 |
msgid "Enter text here"
|
203 |
msgstr "Indtast tekst her"
|
204 |
|
205 |
-
#: php/qmn_options_certificate_tab.php:
|
206 |
msgid "Quiz Certificate (Beta)"
|
207 |
msgstr "Quiz Certificate (Beta)"
|
208 |
|
209 |
-
#: php/qmn_options_certificate_tab.php:
|
210 |
msgid ""
|
211 |
"Enter in your text here to fill in the certificate for this quiz. Be sure to "
|
212 |
-
"enter in the link variable into the templates on the
|
213 |
-
"user can access the certificate."
|
214 |
msgstr ""
|
215 |
-
"Indtast din tekst her for at udfylde attesten for denne quiz. Sørg for at "
|
216 |
-
"indtaste i linket variabel i skabelonerne under fanen Quiz tekst, så brugeren "
|
217 |
-
"kan få adgang til certifikatet."
|
218 |
|
219 |
-
#: php/qmn_options_certificate_tab.php:
|
220 |
msgid "These fields cannot contain HTML."
|
221 |
msgstr "Disse felter kan ikke indeholde HTML."
|
222 |
|
223 |
-
#: php/qmn_options_certificate_tab.php:
|
224 |
-
#: php/qmn_options_certificate_tab.php:
|
225 |
msgid "Save Certificate Options"
|
226 |
msgstr "Gem Certificate indstillinger"
|
227 |
|
228 |
-
#: php/qmn_options_certificate_tab.php:
|
229 |
msgid "Enable Certificates For This Quiz?"
|
230 |
msgstr "Aktiver certifikater for denne quiz?"
|
231 |
|
232 |
-
#: php/qmn_options_certificate_tab.php:
|
233 |
-
#: php/qmn_options_email_tab.php:
|
234 |
-
#: php/qmn_options_option_tab.php:
|
235 |
-
#: php/qmn_options_option_tab.php:
|
236 |
-
#: php/qmn_options_option_tab.php:
|
237 |
-
#: php/qmn_options_option_tab.php:
|
238 |
-
#: php/qmn_options_option_tab.php:
|
239 |
-
#: php/qmn_options_questions_tab.php:
|
240 |
-
#: php/qmn_options_results_page_tab.php:
|
241 |
msgid "Yes"
|
242 |
msgstr "Ja"
|
243 |
|
244 |
-
#: php/qmn_options_certificate_tab.php:
|
245 |
-
#: php/qmn_options_email_tab.php:
|
246 |
-
#: php/qmn_options_option_tab.php:
|
247 |
-
#: php/qmn_options_option_tab.php:
|
248 |
-
#: php/qmn_options_option_tab.php:
|
249 |
-
#: php/qmn_options_option_tab.php:
|
250 |
-
#: php/qmn_options_option_tab.php:
|
251 |
-
#: php/qmn_options_option_tab.php:
|
252 |
-
#: php/qmn_options_results_page_tab.php:
|
253 |
msgid "No"
|
254 |
msgstr "Nej"
|
255 |
|
256 |
-
#: php/qmn_options_certificate_tab.php:
|
257 |
msgid "Certificate Title"
|
258 |
msgstr "Certifikat Titel"
|
259 |
|
260 |
-
#: php/qmn_options_certificate_tab.php:
|
261 |
msgid "Message Displayed On Certificate"
|
262 |
msgstr "Meddelelse på Certifikat"
|
263 |
|
264 |
-
#: php/qmn_options_certificate_tab.php:
|
265 |
-
#: php/qmn_options_leaderboard_tab.php:
|
266 |
-
#: php/qmn_options_text_tab.php:
|
267 |
-
#: php/qmn_options_text_tab.php:
|
268 |
-
#: php/qmn_options_text_tab.php:
|
269 |
-
#: php/qmn_options_text_tab.php:
|
270 |
-
#: php/qmn_options_text_tab.php:
|
271 |
msgid "Allowed Variables:"
|
272 |
msgstr "Tilladte variable"
|
273 |
|
274 |
-
#: php/qmn_options_certificate_tab.php:
|
275 |
msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
|
276 |
msgstr "URL til Logo (Skal være JPG, JPEG, PNG eller GIF)"
|
277 |
|
278 |
-
#: php/qmn_options_certificate_tab.php:
|
279 |
msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
|
280 |
msgstr "URL til Baggrund Img (Skal være JPG, JPEG, PNG eller GIF)"
|
281 |
|
@@ -283,194 +310,194 @@ msgstr "URL til Baggrund Img (Skal være JPG, JPEG, PNG eller GIF)"
|
|
283 |
msgid "Emails"
|
284 |
msgstr "E-mails"
|
285 |
|
286 |
-
#: php/qmn_options_email_tab.php:55 php/qmn_options_email_tab.php:
|
287 |
msgid "The email has been added successfully."
|
288 |
msgstr "E-mail er blevet tilføjet."
|
289 |
|
290 |
-
#: php/qmn_options_email_tab.php:
|
291 |
msgid "The email has been updated successfully."
|
292 |
msgstr "E-mail er blevet opdateret."
|
293 |
|
294 |
-
#: php/qmn_options_email_tab.php:
|
295 |
-
#: php/qmn_options_results_page_tab.php:
|
296 |
msgid "Template Variables"
|
297 |
msgstr "Skabelon variable"
|
298 |
|
299 |
-
#: php/qmn_options_email_tab.php:
|
300 |
-
#: php/qmn_options_text_tab.php:
|
301 |
msgid "Score for the quiz when using points"
|
302 |
msgstr "Score for quizzen, når du bruger point"
|
303 |
|
304 |
-
#: php/qmn_options_email_tab.php:
|
305 |
-
#: php/qmn_options_text_tab.php:
|
306 |
msgid "The average amount of points user had per question"
|
307 |
msgstr "Det gennemsnitlige antal point bruger havde pr spørgsmål"
|
308 |
|
309 |
-
#: php/qmn_options_email_tab.php:
|
310 |
-
#: php/qmn_options_text_tab.php:
|
311 |
msgid "The number of correct answers the user had"
|
312 |
msgstr "Antallet af korrekte svar brugeren havde"
|
313 |
|
314 |
-
#: php/qmn_options_email_tab.php:
|
315 |
-
#: php/qmn_options_text_tab.php:
|
316 |
msgid "The total number of questions in the quiz"
|
317 |
msgstr "Det samlede antal spørgsmål i quizzen"
|
318 |
|
319 |
-
#: php/qmn_options_email_tab.php:
|
320 |
-
#: php/qmn_options_text_tab.php:
|
321 |
msgid "Score for the quiz when using correct answers"
|
322 |
msgstr "Score for quizzen, når du bruger korrekte svar"
|
323 |
|
324 |
-
#: php/qmn_options_email_tab.php:
|
325 |
-
#: php/qmn_options_text_tab.php:
|
326 |
msgid "The name the user entered before the quiz"
|
327 |
msgstr "Navnet brugeren indtastes, før quizzen"
|
328 |
|
329 |
-
#: php/qmn_options_email_tab.php:
|
330 |
-
#: php/qmn_options_text_tab.php:
|
331 |
msgid "The business the user entered before the quiz"
|
332 |
msgstr "Forretningen brugeren indtastes, før quizzen"
|
333 |
|
334 |
-
#: php/qmn_options_email_tab.php:
|
335 |
-
#: php/qmn_options_text_tab.php:
|
336 |
msgid "The phone number the user entered before the quiz"
|
337 |
msgstr "Telefonnummeret brugeren indtastede, før quizzen"
|
338 |
|
339 |
-
#: php/qmn_options_email_tab.php:
|
340 |
-
#: php/qmn_options_text_tab.php:
|
341 |
msgid "The email the user entered before the quiz"
|
342 |
msgstr "Den e-mail brugeren indtastes, før quizzen"
|
343 |
|
344 |
-
#: php/qmn_options_email_tab.php:
|
345 |
-
#: php/qmn_options_results_page_tab.php:
|
346 |
msgid "The name of the quiz"
|
347 |
msgstr "Navn på Quiz:"
|
348 |
|
349 |
-
#: php/qmn_options_email_tab.php:
|
350 |
-
#: php/qmn_options_text_tab.php:
|
351 |
msgid "Shows the question, the answer the user provided, and the correct answer"
|
352 |
msgstr "Viser brugers svar og det korrekte svar"
|
353 |
|
354 |
-
#: php/qmn_options_email_tab.php:
|
355 |
-
#: php/qmn_options_text_tab.php:
|
356 |
msgid "The comments the user entered into comment box if enabled"
|
357 |
msgstr "Kommenar som brugeren har indtastet"
|
358 |
|
359 |
-
#: php/qmn_options_email_tab.php:
|
360 |
msgid "The amount of time user spent on quiz in seconds"
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: php/qmn_options_email_tab.php:
|
364 |
msgid "The amount of time user spent on quiz in minutes"
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: php/qmn_options_email_tab.php:
|
368 |
-
#: php/qmn_options_text_tab.php:
|
369 |
msgid "The link to the certificate after completing the quiz"
|
370 |
msgstr "Link til certifikat - efter endt test"
|
371 |
|
372 |
-
#: php/qmn_options_email_tab.php:
|
373 |
-
#: php/qmn_options_text_tab.php:
|
374 |
msgid "The amount of points a specific category earned."
|
375 |
msgstr "Antal point der er opnået i kategorien"
|
376 |
|
377 |
-
#: php/qmn_options_email_tab.php:
|
378 |
-
#: php/qmn_options_text_tab.php:
|
379 |
msgid "The score a specific category earned."
|
380 |
msgstr "Skore for specifik kategori"
|
381 |
|
382 |
-
#: php/qmn_options_email_tab.php:
|
383 |
-
#: php/qmn_options_text_tab.php:
|
384 |
msgid "The average points from all categories."
|
385 |
msgstr "Gennemsnit af point for alle kategorier"
|
386 |
|
387 |
-
#: php/qmn_options_email_tab.php:
|
388 |
-
#: php/qmn_options_text_tab.php:
|
389 |
msgid "The average score from all categories."
|
390 |
msgstr "Gennemsnit skore for alle kategorier"
|
391 |
|
392 |
-
#: php/qmn_options_email_tab.php:
|
393 |
msgid "The question that the user answered"
|
394 |
msgstr "Spørgsmål brugeren besvarede"
|
395 |
|
396 |
-
#: php/qmn_options_email_tab.php:
|
397 |
msgid "The answer the user gave for the question"
|
398 |
msgstr "Brugerens svar på sprøgesmål"
|
399 |
|
400 |
-
#: php/qmn_options_email_tab.php:
|
401 |
msgid "The correct answer for the question"
|
402 |
msgstr "Korrekt svar på spørgsmål"
|
403 |
|
404 |
-
#: php/qmn_options_email_tab.php:
|
405 |
msgid "The comments the user provided in the comment field for the question"
|
406 |
msgstr "Kommentar til spørgsmål"
|
407 |
|
408 |
-
#: php/qmn_options_email_tab.php:
|
409 |
msgid "Reason why the correct answer is the correct answer"
|
410 |
msgstr "Årsag til at dette er det korrekte svar"
|
411 |
|
412 |
-
#: php/qmn_options_email_tab.php:
|
413 |
msgid "The Current Date"
|
414 |
msgstr "Dags dato"
|
415 |
|
416 |
-
#: php/qmn_options_email_tab.php:
|
417 |
msgid "Save Email Templates And Settings"
|
418 |
msgstr "Gem e-mail skabelon og opsætning"
|
419 |
|
420 |
-
#: php/qmn_options_email_tab.php:
|
421 |
msgid "Send user email upon completion?"
|
422 |
msgstr "Send bruger mail ved afslutning"
|
423 |
|
424 |
-
#: php/qmn_options_email_tab.php:
|
425 |
msgid "Send admin email upon completion?"
|
426 |
msgstr "Send e-mail til administrator ved afslutning?"
|
427 |
|
428 |
-
#: php/qmn_options_email_tab.php:
|
429 |
msgid ""
|
430 |
"What emails should we send the admin email to? Separate emails with a comma."
|
431 |
msgstr "E-mail som administrator e-mails skal sendes til? adskil med komma."
|
432 |
|
433 |
-
#: php/qmn_options_email_tab.php:
|
434 |
msgid "What is the From Name for the email sent to users and admin?"
|
435 |
msgstr "Navn på afsender på e-mails til brugere og administrator?"
|
436 |
|
437 |
-
#: php/qmn_options_email_tab.php:
|
438 |
msgid "Email Sent To User"
|
439 |
msgstr "E-mail til bruger"
|
440 |
|
441 |
-
#: php/qmn_options_email_tab.php:
|
442 |
msgid "Add New User Email"
|
443 |
msgstr "Tilføj ny bruger e-mail"
|
444 |
|
445 |
-
#: php/qmn_options_email_tab.php:
|
446 |
-
#: php/qmn_options_email_tab.php:
|
447 |
-
#: php/qmn_options_results_page_tab.php:
|
448 |
-
#: php/qmn_options_results_page_tab.php:
|
449 |
msgid "Score Greater Than Or Equal To"
|
450 |
msgstr "Skore større eller lig med"
|
451 |
|
452 |
-
#: php/qmn_options_email_tab.php:
|
453 |
-
#: php/qmn_options_email_tab.php:
|
454 |
-
#: php/qmn_options_results_page_tab.php:
|
455 |
-
#: php/qmn_options_results_page_tab.php:
|
456 |
msgid "Score Less Than Or Equal To"
|
457 |
msgstr "Skore mindre end eller lige med"
|
458 |
|
459 |
-
#: php/qmn_options_email_tab.php:
|
460 |
-
#: php/qmn_options_email_tab.php:
|
461 |
msgid "Subject"
|
462 |
msgstr "Emne"
|
463 |
|
464 |
-
#: php/qmn_options_email_tab.php:
|
465 |
-
#: php/qmn_options_email_tab.php:
|
466 |
msgid "Email To Send"
|
467 |
msgstr "E-mail der sendes"
|
468 |
|
469 |
-
#: php/qmn_options_email_tab.php:
|
470 |
msgid "Email Sent To Admin"
|
471 |
msgstr "E-mail sendt til administrator"
|
472 |
|
473 |
-
#: php/qmn_options_email_tab.php:
|
474 |
msgid "Add New Admin Email"
|
475 |
msgstr "Tilføj ny administrator e-mail"
|
476 |
|
@@ -478,56 +505,56 @@ msgstr "Tilføj ny administrator e-mail"
|
|
478 |
msgid "Leaderboard"
|
479 |
msgstr "Leaderboard"
|
480 |
|
481 |
-
#: php/qmn_options_leaderboard_tab.php:
|
482 |
msgid "The leaderboards has been updated successfully."
|
483 |
msgstr "Leaderboards er blevet opdateret"
|
484 |
|
485 |
-
#: php/qmn_options_leaderboard_tab.php:
|
486 |
msgid "The name of the user who is in first place"
|
487 |
msgstr "Navn på bruger der er nummer et"
|
488 |
|
489 |
-
#: php/qmn_options_leaderboard_tab.php:
|
490 |
msgid "The score from the first place's quiz"
|
491 |
msgstr "Skore på førstepladsen"
|
492 |
|
493 |
-
#: php/qmn_options_leaderboard_tab.php:
|
494 |
msgid "The name of the user who is in second place"
|
495 |
msgstr "Navn på bruger som er nummer 2"
|
496 |
|
497 |
-
#: php/qmn_options_leaderboard_tab.php:
|
498 |
msgid "The score from the second place's quiz"
|
499 |
msgstr "Andenpladsens skore"
|
500 |
|
501 |
-
#: php/qmn_options_leaderboard_tab.php:
|
502 |
msgid "The name of the user who is in third place"
|
503 |
msgstr "Navn på bruger på trediepladsen"
|
504 |
|
505 |
-
#: php/qmn_options_leaderboard_tab.php:
|
506 |
msgid "The score from the third place's quiz"
|
507 |
msgstr "Skore fra bruger på trediepladsen"
|
508 |
|
509 |
-
#: php/qmn_options_leaderboard_tab.php:
|
510 |
msgid "The name of the user who is in fourth place"
|
511 |
msgstr "Navn på bruger på fjerdepladsen"
|
512 |
|
513 |
-
#: php/qmn_options_leaderboard_tab.php:
|
514 |
msgid "The score from the fourth place's quiz"
|
515 |
msgstr "Skore fra bruger på fjerdepladsen"
|
516 |
|
517 |
-
#: php/qmn_options_leaderboard_tab.php:
|
518 |
msgid "The name of the user who is in fifth place"
|
519 |
msgstr "Navn på bruger på femte pladsen"
|
520 |
|
521 |
-
#: php/qmn_options_leaderboard_tab.php:
|
522 |
msgid "The score from the fifth place's quiz"
|
523 |
msgstr "Skore på 5 pladsens bruger"
|
524 |
|
525 |
-
#: php/qmn_options_leaderboard_tab.php:
|
526 |
-
#: php/qmn_options_leaderboard_tab.php:
|
527 |
msgid "Save Leaderboard Options"
|
528 |
msgstr "Gem leaderboard indstillinger"
|
529 |
|
530 |
-
#: php/qmn_options_leaderboard_tab.php:
|
531 |
msgid "Leaderboard Template"
|
532 |
msgstr "Leaderboard skabelon"
|
533 |
|
@@ -535,35 +562,35 @@ msgstr "Leaderboard skabelon"
|
|
535 |
msgid "Options"
|
536 |
msgstr "Indstillinger"
|
537 |
|
538 |
-
#: php/qmn_options_option_tab.php:
|
539 |
msgid "The options has been updated successfully."
|
540 |
msgstr "Indstillinger er gemt"
|
541 |
|
542 |
-
#: php/qmn_options_option_tab.php:
|
543 |
msgid "Save Options"
|
544 |
msgstr "Gem indstillinger"
|
545 |
|
546 |
-
#: php/qmn_options_option_tab.php:
|
547 |
msgid "Which system is this quiz graded on?"
|
548 |
msgstr "Hvilket system er denne quiz sorteres på?"
|
549 |
|
550 |
-
#: php/qmn_options_option_tab.php:
|
551 |
msgid "Correct/Incorrect"
|
552 |
msgstr "Korrekt / Ukorrekt"
|
553 |
|
554 |
-
#: php/qmn_options_option_tab.php:
|
555 |
msgid "Points"
|
556 |
msgstr "Point"
|
557 |
|
558 |
-
#: php/qmn_options_option_tab.php:
|
559 |
msgid "Not Graded"
|
560 |
msgstr "Ikke Graded"
|
561 |
|
562 |
-
#: php/qmn_options_option_tab.php:
|
563 |
msgid "Should the user be required to be logged in to take this quiz?"
|
564 |
msgstr "Skal brugeren være logget ind for at svare på denne test?"
|
565 |
|
566 |
-
#: php/qmn_options_option_tab.php:
|
567 |
msgid ""
|
568 |
"How many questions per page would you like? (Leave 0 for all questions on one "
|
569 |
"page)"
|
@@ -571,7 +598,7 @@ msgstr ""
|
|
571 |
"Hvor mange spørgsmål vil du have per side ? (0 for alle spørgsmål på samme "
|
572 |
"side)."
|
573 |
|
574 |
-
#: php/qmn_options_option_tab.php:
|
575 |
msgid ""
|
576 |
"How many minutes does the user have to finish the quiz? (Leave 0 for no time "
|
577 |
"limit)"
|
@@ -579,7 +606,7 @@ msgstr ""
|
|
579 |
"Hvor mange minutter har brugeren til at afslutte undersøgelsen? (0 for ingen "
|
580 |
"tidsfrist)"
|
581 |
|
582 |
-
#: php/qmn_options_option_tab.php:
|
583 |
msgid ""
|
584 |
"How many times can a user take this quiz? (Leave 0 for as many times as the "
|
585 |
"user wants to. Currently only works for registered users)"
|
@@ -587,19 +614,19 @@ msgstr ""
|
|
587 |
"Hvor mange gange kan en bruger tage denne quiz? (Lad 0 for så mange gange som "
|
588 |
"brugeren ønsker at. I øjeblikket virker kun for registrerede brugere)"
|
589 |
|
590 |
-
#: php/qmn_options_option_tab.php:
|
591 |
msgid ""
|
592 |
"How many total entries can this quiz have? (Leave 0 for unlimited entries"
|
593 |
msgstr ""
|
594 |
"Hvor mange samlede poster kan denne quiz have? (Lad 0 for ubegrænset poster"
|
595 |
|
596 |
-
#: php/qmn_options_option_tab.php:
|
597 |
msgid ""
|
598 |
"How many questions should be loaded for quiz? (Leave 0 to load all questions)"
|
599 |
msgstr ""
|
600 |
"Hvor mange spørgsmål skal indlæses til quiz? (Lad 0 at indlæse alle spørgsmål)"
|
601 |
|
602 |
-
#: php/qmn_options_option_tab.php:
|
603 |
msgid ""
|
604 |
"What time-frame should the user be able to access the quiz? (Leave blank if "
|
605 |
"the user can access anytime)"
|
@@ -607,43 +634,43 @@ msgstr ""
|
|
607 |
"Hvilken tidsperiode skal brugeren kunne få adgang quizzen? (Står tom, hvis "
|
608 |
"brugeren kan få adgang til når som helst)"
|
609 |
|
610 |
-
#: php/qmn_options_option_tab.php:
|
611 |
msgid "start date"
|
612 |
msgstr "Start dato"
|
613 |
|
614 |
-
#: php/qmn_options_option_tab.php:
|
615 |
msgid "end date"
|
616 |
msgstr "Slut dato"
|
617 |
|
618 |
-
#: php/qmn_options_option_tab.php:
|
619 |
msgid "Are the questions random? (Question Order will not apply if this is yes)"
|
620 |
msgstr ""
|
621 |
"Er spørgsmålene tilfældigt? (Spørgsmål Order gælder ikke, hvis det er ja)"
|
622 |
|
623 |
-
#: php/qmn_options_option_tab.php:
|
624 |
msgid "Random Questions"
|
625 |
msgstr "Tilfældige spørgsmål"
|
626 |
|
627 |
-
#: php/qmn_options_option_tab.php:
|
628 |
msgid "Random Questions And Answers"
|
629 |
msgstr "Tilfældige Spørgsmål og svar"
|
630 |
|
631 |
-
#: php/qmn_options_option_tab.php:
|
632 |
msgid ""
|
633 |
"Would you like to ask for the contact information at the beginning or at the "
|
634 |
"end of the quiz?"
|
635 |
msgstr ""
|
636 |
"Vil du bede om kontaktoplysninger i begyndelsen eller slutningen af quizzen?"
|
637 |
|
638 |
-
#: php/qmn_options_option_tab.php:
|
639 |
msgid "Beginning"
|
640 |
msgstr "Begyndelse"
|
641 |
|
642 |
-
#: php/qmn_options_option_tab.php:
|
643 |
msgid "End"
|
644 |
msgstr "Slut"
|
645 |
|
646 |
-
#: php/qmn_options_option_tab.php:
|
647 |
msgid ""
|
648 |
"If a logged-in user takes the quiz, would you like them to be able to edit "
|
649 |
"contact information? If set to no, the fields will not show up for logged in "
|
@@ -653,53 +680,53 @@ msgstr ""
|
|
653 |
"til at redigere kontaktoplysninger? Hvis sat til nej, vil de områder ikke op "
|
654 |
"til logget ind brugere; dog vil brugerne oplysninger gemmes til felterne."
|
655 |
|
656 |
-
#: php/qmn_options_option_tab.php:
|
657 |
msgid "Should we ask for users name?"
|
658 |
msgstr "Skal vi bede for brugere navn?"
|
659 |
|
660 |
-
#: php/qmn_options_option_tab.php:
|
661 |
-
#: php/qmn_options_option_tab.php:
|
662 |
msgid "Require"
|
663 |
msgstr "Obligatorisk"
|
664 |
|
665 |
-
#: php/qmn_options_option_tab.php:
|
666 |
msgid "Should we ask for users business?"
|
667 |
msgstr "Skal vi bede for brugere virksomhed?"
|
668 |
|
669 |
-
#: php/qmn_options_option_tab.php:
|
670 |
msgid "Should we ask for users email?"
|
671 |
msgstr "Skal vi bede for brugere email?"
|
672 |
|
673 |
-
#: php/qmn_options_option_tab.php:
|
674 |
msgid "Should we ask for users phone number?"
|
675 |
msgstr "Skal vi bede for brugere telefonnummer?"
|
676 |
|
677 |
-
#: php/qmn_options_option_tab.php:
|
678 |
msgid "Would you like a place for the user to enter comments?"
|
679 |
msgstr "Kunne du tænke dig et sted for brugeren at indtaste kommentarer?"
|
680 |
|
681 |
-
#: php/qmn_options_option_tab.php:
|
682 |
msgid "Show question number on quiz?"
|
683 |
msgstr "Vis spørgsmål nummer på quiz?"
|
684 |
|
685 |
-
#: php/qmn_options_option_tab.php:
|
686 |
msgid "Show social media sharing buttons? (Twitter & Facebook)"
|
687 |
msgstr "Vis sociale medier knapper deling? (Twitter & Facebook)"
|
688 |
|
689 |
-
#: php/qmn_options_option_tab.php:
|
690 |
msgid ""
|
691 |
"This option is for here only for users of older versions. Please use the new "
|
692 |
"template variables %FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages "
|
693 |
"instead of using this option!"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: php/qmn_options_option_tab.php:
|
697 |
msgid ""
|
698 |
"Disable question once user selects answer? (Currently only work on multiple "
|
699 |
"choice)"
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: php/qmn_options_option_tab.php:
|
703 |
msgid ""
|
704 |
"Dynamically add class for incorrect/correct answer after user selects answer? "
|
705 |
"(Currently only works on multiple choice)"
|
@@ -717,119 +744,121 @@ msgstr "Spørgsmål"
|
|
717 |
msgid "Answer"
|
718 |
msgstr "Svar:"
|
719 |
|
720 |
-
#: php/qmn_options_questions_tab.php:
|
|
|
|
|
|
|
|
|
721 |
msgid "The question has been updated successfully."
|
722 |
msgstr "Spørgsmålet er blevet opdateret."
|
723 |
|
724 |
-
#: php/qmn_options_questions_tab.php:
|
725 |
msgid "The question has been deleted successfully."
|
726 |
msgstr "Dine resultater er blevet slettet."
|
727 |
|
728 |
-
#: php/qmn_options_questions_tab.php:
|
729 |
msgid "The question has been duplicated successfully."
|
730 |
msgstr "Din Spørgsmål er blevet dublikeret."
|
731 |
|
732 |
-
#: php/qmn_options_questions_tab.php:
|
733 |
msgid "The question has been created successfully."
|
734 |
msgstr "Spørgsmålet er blevet oprettet."
|
735 |
|
736 |
-
#: php/qmn_options_questions_tab.php:
|
737 |
msgid "Add Question"
|
738 |
msgstr "Nyt spørgsmål"
|
739 |
|
740 |
-
#: php/qmn_options_questions_tab.php:
|
|
|
|
|
|
|
|
|
741 |
#, php-format
|
742 |
msgid "One question"
|
743 |
msgid_plural "%s questions"
|
744 |
msgstr[0] "Et spørgsmål"
|
745 |
msgstr[1] "%s spørgsmål"
|
746 |
|
747 |
-
#: php/qmn_options_questions_tab.php:
|
748 |
-
#: php/qmn_options_questions_tab.php:
|
749 |
msgid "Question Order"
|
750 |
msgstr "Rækkefølge spørgsmål"
|
751 |
|
752 |
-
#: php/qmn_options_questions_tab.php:
|
753 |
-
#: php/qmn_options_questions_tab.php:
|
754 |
msgid "Question Type"
|
755 |
msgstr "Spørgsmål type"
|
756 |
|
757 |
-
#: php/qmn_options_questions_tab.php:
|
758 |
-
#: php/qmn_options_questions_tab.php:
|
759 |
msgid "Category"
|
760 |
msgstr "Kategori"
|
761 |
|
762 |
-
#: php/qmn_options_questions_tab.php:
|
763 |
msgid "Question"
|
764 |
msgstr "Spørgsmål"
|
765 |
|
766 |
-
#: php/qmn_options_questions_tab.php:
|
767 |
-
msgid ""
|
768 |
-
"For fill in the blank types, use %BLANK% to represent where to put the text "
|
769 |
-
"box in your text."
|
770 |
-
msgstr ""
|
771 |
-
|
772 |
-
#: php/qmn_options_questions_tab.php:553
|
773 |
msgid "Answers"
|
774 |
msgstr "Svar"
|
775 |
|
776 |
-
#: php/qmn_options_questions_tab.php:
|
777 |
msgid "Points Worth"
|
778 |
msgstr "Værdi af point"
|
779 |
|
780 |
-
#: php/qmn_options_questions_tab.php:
|
781 |
msgid "Correct Answer"
|
782 |
msgstr "Korrekt svar"
|
783 |
|
784 |
-
#: php/qmn_options_questions_tab.php:
|
785 |
msgid "Add New Answer!"
|
786 |
msgstr "Tilføj nyt svar!"
|
787 |
|
788 |
-
#: php/qmn_options_questions_tab.php:
|
789 |
msgid "Correct Answer Info"
|
790 |
msgstr "Info for korrekt svar"
|
791 |
|
792 |
-
#: php/qmn_options_questions_tab.php:
|
793 |
msgid "Hint"
|
794 |
msgstr "Hint"
|
795 |
|
796 |
-
#: php/qmn_options_questions_tab.php:
|
797 |
msgid "Comment Field"
|
798 |
msgstr "KOmmentar felt"
|
799 |
|
800 |
-
#: php/qmn_options_questions_tab.php:
|
801 |
msgid "Small Text Field"
|
802 |
msgstr "Lille tekst felt"
|
803 |
|
804 |
-
#: php/qmn_options_questions_tab.php:
|
805 |
msgid "Large Text Field"
|
806 |
msgstr "Stort tekst felt"
|
807 |
|
808 |
-
#: php/qmn_options_questions_tab.php:
|
809 |
msgid "None"
|
810 |
msgstr "Ingen"
|
811 |
|
812 |
-
#: php/qmn_options_questions_tab.php:
|
813 |
msgid "Required?"
|
814 |
msgstr "Obligatorisk"
|
815 |
|
816 |
-
#: php/qmn_options_questions_tab.php:
|
817 |
msgid "Create Question"
|
818 |
msgstr "Opret spørgsmål"
|
819 |
|
820 |
-
#: php/qmn_options_questions_tab.php:
|
821 |
msgid "Are you sure you want to delete this question?"
|
822 |
msgstr "Er du sikker på du vil slette dette spørgsmål"
|
823 |
|
824 |
-
#: php/qmn_options_questions_tab.php:
|
825 |
msgid "Delete Question"
|
826 |
msgstr "Slet spørgsmål"
|
827 |
|
828 |
-
#: php/qmn_options_questions_tab.php:
|
829 |
msgid "Are you sure you want to duplicate this question?"
|
830 |
msgstr "Er du sikker på du vil kopiere dette spørgsmål?"
|
831 |
|
832 |
-
#: php/qmn_options_questions_tab.php:
|
833 |
msgid "Duplicate Question"
|
834 |
msgstr "Kopieret spørgsmål"
|
835 |
|
@@ -841,51 +870,51 @@ msgstr "Resultat sider"
|
|
841 |
msgid "The results page has been added successfully."
|
842 |
msgstr "Resultat siden er tilføjet"
|
843 |
|
844 |
-
#: php/qmn_options_results_page_tab.php:
|
845 |
msgid "The results page has been saved successfully."
|
846 |
msgstr "Resultatsiden er gemt"
|
847 |
|
848 |
-
#: php/qmn_options_results_page_tab.php:
|
849 |
msgid "The amount of time user spent taking quiz in minutes"
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: php/qmn_options_results_page_tab.php:
|
853 |
msgid "The amount of time user spent taking quiz in seconds"
|
854 |
msgstr ""
|
855 |
|
856 |
-
#: php/qmn_options_results_page_tab.php:
|
857 |
msgid "Displays button to share on Facebook."
|
858 |
msgstr ""
|
859 |
|
860 |
-
#: php/qmn_options_results_page_tab.php:
|
861 |
msgid "Displays button to share on Twitter."
|
862 |
msgstr ""
|
863 |
|
864 |
-
#: php/qmn_options_results_page_tab.php:
|
865 |
-
#: php/qmn_options_results_page_tab.php:
|
866 |
msgid "Save Results Pages"
|
867 |
msgstr "Gem resultatsider"
|
868 |
|
869 |
-
#: php/qmn_options_results_page_tab.php:
|
870 |
-
#: php/qmn_options_results_page_tab.php:
|
871 |
msgid "Add New Results Page"
|
872 |
msgstr "Tilføj ny resultat side"
|
873 |
|
874 |
-
#: php/qmn_options_results_page_tab.php:
|
875 |
-
#: php/qmn_options_results_page_tab.php:
|
876 |
msgid "Results Page Shown"
|
877 |
msgstr "Resultat side vist"
|
878 |
|
879 |
-
#: php/qmn_options_results_page_tab.php:
|
880 |
-
#: php/qmn_options_results_page_tab.php:
|
881 |
msgid "Redirect URL (Beta)"
|
882 |
msgstr ""
|
883 |
|
884 |
-
#: php/qmn_options_results_page_tab.php:
|
885 |
msgid "Delete"
|
886 |
msgstr "Slet"
|
887 |
|
888 |
-
#: php/qmn_options_results_page_tab.php:
|
889 |
msgid "Are you sure?"
|
890 |
msgstr "Er du sikker?"
|
891 |
|
@@ -897,27 +926,27 @@ msgstr "Style"
|
|
897 |
msgid "The style has been saved successfully."
|
898 |
msgstr "Denne style er gemt"
|
899 |
|
900 |
-
#: php/qmn_options_style_tab.php:
|
901 |
msgid "Quiz Styles"
|
902 |
msgstr "Quiz styles"
|
903 |
|
904 |
-
#: php/qmn_options_style_tab.php:
|
905 |
msgid "Choose your style:"
|
906 |
msgstr "Vælg din style"
|
907 |
|
908 |
-
#: php/qmn_options_style_tab.php:
|
909 |
msgid "Custom"
|
910 |
msgstr "Custom"
|
911 |
|
912 |
-
#: php/qmn_options_style_tab.php:
|
913 |
msgid "Save Quiz Style"
|
914 |
msgstr "Gem quiz style"
|
915 |
|
916 |
-
#: php/qmn_options_style_tab.php:
|
917 |
msgid "Custom Style CSS"
|
918 |
msgstr "Custom style CSS"
|
919 |
|
920 |
-
#: php/qmn_options_style_tab.php:
|
921 |
msgid ""
|
922 |
"For detailed help and guidance along with a list of different classes used in "
|
923 |
"this plugin, please visit the following link:"
|
@@ -929,107 +958,107 @@ msgstr ""
|
|
929 |
msgid "Text"
|
930 |
msgstr "Tekst"
|
931 |
|
932 |
-
#: php/qmn_options_text_tab.php:
|
933 |
msgid "The templates has been updated successfully."
|
934 |
msgstr "Skabelonerne er blevet opdateret"
|
935 |
|
936 |
-
#: php/qmn_options_text_tab.php:
|
937 |
msgid "Previous"
|
938 |
msgstr "Tidligere"
|
939 |
|
940 |
-
#: php/qmn_options_text_tab.php:
|
941 |
msgid "Save Templates"
|
942 |
msgstr "Gem skabeloner"
|
943 |
|
944 |
-
#: php/qmn_options_text_tab.php:
|
945 |
msgid "Message Templates"
|
946 |
msgstr "Besked skabeloner"
|
947 |
|
948 |
-
#: php/qmn_options_text_tab.php:
|
949 |
msgid "Message Displayed Before Quiz"
|
950 |
msgstr "Besked vist før Quiz"
|
951 |
|
952 |
-
#: php/qmn_options_text_tab.php:
|
953 |
msgid "Message Displayed Before Comments Box If Enabled"
|
954 |
msgstr "Besked vist før kommentar boksen hvis aktiv"
|
955 |
|
956 |
-
#: php/qmn_options_text_tab.php:
|
957 |
msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
|
958 |
msgstr ""
|
959 |
"Besked vist ved slutningen af Quizzen (Vis blank for at undlade tekst sektion)"
|
960 |
|
961 |
-
#: php/qmn_options_text_tab.php:
|
962 |
msgid "Message Displayed If User Has Tried Quiz Too Many Times"
|
963 |
msgstr "Besked vist hvis brugeren har deltaget for mange gange"
|
964 |
|
965 |
-
#: php/qmn_options_text_tab.php:
|
966 |
msgid ""
|
967 |
"Message Displayed If User Is Not Logged In And Quiz Requires Users To Be "
|
968 |
"Logged In"
|
969 |
msgstr ""
|
970 |
"Besked vist, hvis brugeren skal være logget ind for at besvare denne Quiz"
|
971 |
|
972 |
-
#: php/qmn_options_text_tab.php:
|
973 |
msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
|
974 |
msgstr "Besked hvis dato er udenfor planlagt Tidsramme"
|
975 |
|
976 |
-
#: php/qmn_options_text_tab.php:
|
977 |
msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
|
978 |
msgstr "Besked Hvis grænsen på indtastninger er nået"
|
979 |
|
980 |
-
#: php/qmn_options_text_tab.php:
|
981 |
msgid "%QUESTIONS_ANSWERS% Text"
|
982 |
msgstr "% QUESTIONS_ANSWERS% Tekst"
|
983 |
|
984 |
-
#: php/qmn_options_text_tab.php:
|
985 |
msgid "Twitter Sharing Text"
|
986 |
msgstr "Twitter Deling tekst"
|
987 |
|
988 |
-
#: php/qmn_options_text_tab.php:
|
989 |
msgid "Facebook Sharing Text"
|
990 |
msgstr "Facebook Deling tekst"
|
991 |
|
992 |
-
#: php/qmn_options_text_tab.php:
|
993 |
msgid "Other Templates"
|
994 |
msgstr "Andre skabeloner"
|
995 |
|
996 |
-
#: php/qmn_options_text_tab.php:
|
997 |
msgid "Text for submit button"
|
998 |
msgstr "Tekst for send-knappen"
|
999 |
|
1000 |
-
#: php/qmn_options_text_tab.php:
|
1001 |
msgid "Text for name field"
|
1002 |
msgstr "Tekst til navnefeltet"
|
1003 |
|
1004 |
-
#: php/qmn_options_text_tab.php:
|
1005 |
msgid "Text for business field"
|
1006 |
msgstr "Tekst til firma felt"
|
1007 |
|
1008 |
-
#: php/qmn_options_text_tab.php:
|
1009 |
msgid "Text for email field"
|
1010 |
msgstr "Tekst til e-mail-feltet"
|
1011 |
|
1012 |
-
#: php/qmn_options_text_tab.php:
|
1013 |
msgid "Text for phone number field"
|
1014 |
msgstr "Tekst til telefon nummer felt"
|
1015 |
|
1016 |
-
#: php/qmn_options_text_tab.php:
|
1017 |
msgid "Text for comments field"
|
1018 |
msgstr "Tekst for kommentarer felt"
|
1019 |
|
1020 |
-
#: php/qmn_options_text_tab.php:
|
1021 |
msgid "Text for previous button"
|
1022 |
msgstr "Tekst til forrige knap"
|
1023 |
|
1024 |
-
#: php/qmn_options_text_tab.php:
|
1025 |
msgid "Text for next button"
|
1026 |
msgstr "Tekst til næste knap"
|
1027 |
|
1028 |
-
#: php/qmn_options_tools_tab.php:
|
1029 |
msgid "The stats has been reset successfully."
|
1030 |
msgstr "De statistikker er blevet nulstillet korrekt."
|
1031 |
|
1032 |
-
#: php/qmn_options_tools_tab.php:
|
1033 |
msgid ""
|
1034 |
"Use this button to reset all the stats collected for this quiz (Quiz Views "
|
1035 |
"and Times Quiz Has Been Taken)."
|
@@ -1037,11 +1066,11 @@ msgstr ""
|
|
1037 |
"Brug denne knap til at nulstille alle indsamlet til denne quiz statistik "
|
1038 |
"(Quiz Views og Times Quiz er taget)."
|
1039 |
|
1040 |
-
#: php/qmn_options_tools_tab.php:
|
1041 |
msgid "Reset Quiz Views And Taken Stats"
|
1042 |
msgstr "Nulstil Quiz Views og oprettede statistikker"
|
1043 |
|
1044 |
-
#: php/qmn_options_tools_tab.php:
|
1045 |
msgid ""
|
1046 |
"Are you sure you want to reset the stats to 0? All views and taken stats for "
|
1047 |
"this quiz will be reset. This is permanent and cannot be undone."
|
@@ -1050,7 +1079,7 @@ msgstr ""
|
|
1050 |
"statistik for denne quiz vil blive nulstillet. Det er permanent og kan ikke "
|
1051 |
"fortrydes."
|
1052 |
|
1053 |
-
#: php/qmn_options_tools_tab.php:
|
1054 |
msgid "Reset All Stats For Quiz"
|
1055 |
msgstr "Nulstil alle Stats for Quiz"
|
1056 |
|
@@ -1058,63 +1087,73 @@ msgstr "Nulstil alle Stats for Quiz"
|
|
1058 |
msgid "Multiple Choice"
|
1059 |
msgstr "Flere valgmuligheder"
|
1060 |
|
1061 |
-
#: php/qmn_question_types.php:
|
1062 |
msgid "Horizontal Multiple Choice"
|
1063 |
msgstr "Vandret Multiple Choice"
|
1064 |
|
1065 |
-
#: php/qmn_question_types.php:
|
1066 |
msgid "Drop Down"
|
1067 |
msgstr "Drop Down"
|
1068 |
|
1069 |
-
#: php/qmn_question_types.php:
|
1070 |
msgid "Small Open Answer"
|
1071 |
msgstr "Kort tekst svar"
|
1072 |
|
1073 |
-
#: php/qmn_question_types.php:
|
1074 |
msgid "Multiple Response"
|
1075 |
msgstr "Multiple svar"
|
1076 |
|
1077 |
-
#: php/qmn_question_types.php:
|
1078 |
msgid "Large Open Answer"
|
1079 |
msgstr "Stor åbent svar"
|
1080 |
|
1081 |
-
#: php/qmn_question_types.php:
|
1082 |
msgid "Text Block"
|
1083 |
msgstr "tekstblok"
|
1084 |
|
1085 |
-
#: php/qmn_question_types.php:
|
1086 |
msgid "Number"
|
1087 |
msgstr "Tal"
|
1088 |
|
1089 |
-
#: php/qmn_question_types.php:
|
1090 |
msgid "Accept"
|
1091 |
msgstr "Accepter"
|
1092 |
|
1093 |
-
#: php/qmn_question_types.php:
|
1094 |
msgid "Captcha"
|
1095 |
msgstr "CAPTCHA"
|
1096 |
|
1097 |
-
#: php/qmn_question_types.php:
|
1098 |
msgid "Horizontal Multiple Response"
|
1099 |
msgstr "Vandret Multiple svar"
|
1100 |
|
1101 |
-
#: php/qmn_question_types.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
1102 |
msgid "Fill In The Blank"
|
1103 |
msgstr ""
|
1104 |
|
1105 |
-
#: php/qmn_quiz.php:
|
|
|
|
|
|
|
|
|
1106 |
msgid "Not a valid e-mail address!"
|
1107 |
msgstr "Ikke en gyldig e-mail-adresse!"
|
1108 |
|
1109 |
-
#: php/qmn_quiz.php:
|
1110 |
msgid "This field must be a number!"
|
1111 |
msgstr "Dette felt skal være et tal!"
|
1112 |
|
1113 |
-
#: php/qmn_quiz.php:
|
1114 |
msgid "The entered text is not correct!"
|
1115 |
msgstr "Den indtastede tekst er ikke korrekt!"
|
1116 |
|
1117 |
-
#: php/qmn_quiz.php:
|
1118 |
msgid "Please complete all required fields!"
|
1119 |
msgstr "Venligst udfyld alle obligatoriske felter"
|
1120 |
|
@@ -1130,7 +1169,7 @@ msgstr[0] "En quiz"
|
|
1130 |
msgstr[1] "%s quizzer"
|
1131 |
|
1132 |
#: php/qmn_quiz_admin.php:259 php/qmn_quiz_admin.php:310
|
1133 |
-
#: php/qmn_quiz_admin.php:378 php/qmn_results.php:
|
1134 |
msgid "Quiz Name"
|
1135 |
msgstr "Quiz navn"
|
1136 |
|
@@ -1206,7 +1245,7 @@ msgstr "Er du sikker på at du vil slette denne quiz?"
|
|
1206 |
msgid "Delete Quiz"
|
1207 |
msgstr "Slet Quiz"
|
1208 |
|
1209 |
-
#: php/qmn_quiz_creator.php:
|
1210 |
msgid ""
|
1211 |
"Your new quiz has been created successfully. To begin editing your quiz, "
|
1212 |
"click the Edit link on the new quiz."
|
@@ -1214,15 +1253,15 @@ msgstr ""
|
|
1214 |
"Din nye quiz er blevet oprettet. For at edigere din quiz, klik på linket "
|
1215 |
"Rediger ved den nye quiz"
|
1216 |
|
1217 |
-
#: php/qmn_quiz_creator.php:
|
1218 |
msgid "Your quiz has been deleted successfully."
|
1219 |
msgstr "Din Quiz er blevet slettet."
|
1220 |
|
1221 |
-
#: php/qmn_quiz_creator.php:
|
1222 |
msgid "Your quiz name has been updated successfully."
|
1223 |
msgstr "Dit quiz navn er blevet opdateret."
|
1224 |
|
1225 |
-
#: php/qmn_quiz_creator.php:
|
1226 |
msgid "Your quiz has been duplicated successfully."
|
1227 |
msgstr "Din Quiz er blevet dublikeret."
|
1228 |
|
@@ -1238,54 +1277,54 @@ msgid ""
|
|
1238 |
msgstr ""
|
1239 |
"Go til quiz siden og klik på rediger linket på den quiz du ønsker at redigere"
|
1240 |
|
1241 |
-
#: php/qmn_results.php:
|
1242 |
msgid "Your results has been deleted successfully."
|
1243 |
msgstr "Dine resultater er blevet slettet."
|
1244 |
|
1245 |
-
#: php/qmn_results.php:
|
1246 |
#, php-format
|
1247 |
msgid "One result"
|
1248 |
msgid_plural "%s results"
|
1249 |
msgstr[0] "Et resultat"
|
1250 |
msgstr[1] "%s resultater"
|
1251 |
|
1252 |
-
#: php/qmn_results.php:
|
1253 |
msgid "Actions"
|
1254 |
msgstr "Handlinger"
|
1255 |
|
1256 |
-
#: php/qmn_results.php:
|
1257 |
msgid "Score"
|
1258 |
msgstr "Skore"
|
1259 |
|
1260 |
-
#: php/qmn_results.php:
|
1261 |
msgid "Time To Complete"
|
1262 |
msgstr "Tid til at færdiggøre"
|
1263 |
|
1264 |
-
#: php/qmn_results.php:
|
1265 |
msgid "Name"
|
1266 |
msgstr "Navn"
|
1267 |
|
1268 |
-
#: php/qmn_results.php:
|
1269 |
msgid "Business"
|
1270 |
msgstr "Forretning"
|
1271 |
|
1272 |
-
#: php/qmn_results.php:
|
1273 |
msgid "Email"
|
1274 |
msgstr "Email"
|
1275 |
|
1276 |
-
#: php/qmn_results.php:
|
1277 |
msgid "Phone"
|
1278 |
msgstr "Telefon"
|
1279 |
|
1280 |
-
#: php/qmn_results.php:
|
1281 |
msgid "Time Taken"
|
1282 |
msgstr "Forbrugt tid"
|
1283 |
|
1284 |
-
#: php/qmn_results.php:
|
1285 |
msgid "Are you sure you want to delete these results?"
|
1286 |
msgstr "Er du sikker på at du vil slette disse resultater ?"
|
1287 |
|
1288 |
-
#: php/qmn_results.php:
|
1289 |
msgid "Delete Results"
|
1290 |
msgstr "Slet resultater"
|
1291 |
|
@@ -1370,6 +1409,15 @@ msgstr "Widget titel"
|
|
1370 |
msgid "Quiz ID"
|
1371 |
msgstr "Quiz ID"
|
1372 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1373 |
#~ msgid "The amount of time user spent of quiz"
|
1374 |
#~ msgstr "Tid brugeren brugte på undersøgelsen"
|
1375 |
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Quiz Master Next\n"
|
7 |
"Report-Msgid-Bugs-To: \n"
|
8 |
+
"POT-Creation-Date: 2015-08-04 13:53-0400\n"
|
9 |
"PO-Revision-Date: \n"
|
10 |
"Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
|
11 |
"Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
|
19 |
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;"
|
20 |
"esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;"
|
21 |
"_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
22 |
+
"X-Poedit-Basepath: ..\n"
|
23 |
+
"X-Generator: Poedit 1.8.4\n"
|
24 |
"X-Poedit-SearchPath-0: .\n"
|
25 |
|
26 |
+
#: mlw_quizmaster2.php:224 php/qmn_quiz_admin.php:196
|
27 |
msgid "Quizzes"
|
28 |
msgstr "Quizzer"
|
29 |
|
30 |
+
#: mlw_quizmaster2.php:225
|
31 |
msgid "Quiz Settings"
|
32 |
msgstr "Quiz indstillinger"
|
33 |
|
34 |
+
#: mlw_quizmaster2.php:226 php/qmn_results.php:193
|
35 |
#: php/qmn_results_details.php:20
|
36 |
msgid "Quiz Results"
|
37 |
msgstr "Quiz resultater"
|
38 |
|
39 |
+
#: mlw_quizmaster2.php:227
|
40 |
msgid "Quiz Result Details"
|
41 |
msgstr "Quiz resultater detaljer"
|
42 |
|
43 |
+
#: mlw_quizmaster2.php:228
|
44 |
msgid "Settings"
|
45 |
msgstr "Indstillinger"
|
46 |
|
47 |
+
#: mlw_quizmaster2.php:229 php/qmn_options_tools_tab.php:13 php/qmn_tools.php:65
|
|
|
48 |
msgid "Tools"
|
49 |
msgstr "Værktøjer"
|
50 |
|
51 |
+
#: mlw_quizmaster2.php:230
|
52 |
msgid "Stats"
|
53 |
msgstr "Statistik"
|
54 |
|
55 |
+
#: mlw_quizmaster2.php:231
|
56 |
msgid "Addon Settings"
|
57 |
msgstr "Addon indstillinger"
|
58 |
|
59 |
+
#: mlw_quizmaster2.php:232
|
60 |
msgid "Help"
|
61 |
msgstr "Hjælp"
|
62 |
|
63 |
+
#: mlw_quizmaster2.php:235 mlw_quizmaster2.php:236
|
64 |
msgid "QMN About"
|
65 |
msgstr "QMN Om"
|
66 |
|
67 |
+
#: php/class-qmn-review-message.php:83
|
68 |
+
#, php-format
|
69 |
+
msgid ""
|
70 |
+
"Greetings! I just noticed that you now have more than %d quiz results. That "
|
71 |
+
"is\n"
|
72 |
+
"\t\tawesome! Could you please help me out by giving this plugin a 5-star "
|
73 |
+
"rating on WordPress? This\n"
|
74 |
+
"\t\twill help us by helping other users discover this plugin. %s"
|
75 |
+
msgstr ""
|
76 |
+
|
77 |
+
#: php/class-qmn-review-message.php:89
|
78 |
+
msgid "Yeah, you deserve it!"
|
79 |
+
msgstr ""
|
80 |
+
|
81 |
+
#: php/class-qmn-review-message.php:90
|
82 |
+
msgid "I already did!"
|
83 |
+
msgstr ""
|
84 |
+
|
85 |
+
#: php/class-qmn-review-message.php:91
|
86 |
+
msgid "No, this plugin is not good enough"
|
87 |
+
msgstr ""
|
88 |
+
|
89 |
#: php/qmn-stats-page.php:29
|
90 |
msgid "Quiz Statistics"
|
91 |
msgstr "Quiz statistik"
|
131 |
msgid "Changelog"
|
132 |
msgstr "Ændringslog"
|
133 |
|
134 |
+
#: php/qmn_credits.php:39
|
135 |
+
msgid "People Who Make QMN Possible"
|
136 |
+
msgstr ""
|
137 |
+
|
138 |
+
#: php/qmn_credits.php:108
|
139 |
+
#, php-format
|
140 |
+
msgid "View %s"
|
141 |
+
msgstr ""
|
142 |
+
|
143 |
#: php/qmn_dashboard_widgets.php:16
|
144 |
msgid "Quiz Master Next Snapshot"
|
145 |
msgstr "Quiz Master Next skærmdump"
|
178 |
msgid "least popular quiz"
|
179 |
msgstr "mindst populære undersøgelse"
|
180 |
|
181 |
+
#: php/qmn_help.php:20
|
182 |
msgid "Need Help?"
|
183 |
msgstr "Brug for hjælp?"
|
184 |
|
185 |
+
#: php/qmn_help.php:21
|
186 |
msgid "Support"
|
187 |
msgstr "Support"
|
188 |
|
189 |
+
#: php/qmn_help.php:22
|
190 |
msgid "System Info"
|
191 |
msgstr "System Info"
|
192 |
|
193 |
+
#: php/qmn_help.php:25
|
194 |
msgid "Help Page"
|
195 |
msgstr "Hjælp"
|
196 |
|
197 |
+
#: php/qmn_help.php:55
|
198 |
msgid "Need help with the plugin? Try any of the following:"
|
199 |
msgstr "Har du brug for hjælp med dette plugin? Forsøgfølgende:"
|
200 |
|
202 |
msgid "Certificate (Beta)"
|
203 |
msgstr "Certifikat"
|
204 |
|
205 |
+
#: php/qmn_options_certificate_tab.php:64
|
206 |
msgid "The certificate has been updated successfully."
|
207 |
msgstr "Certifikatet er blevet opdateret."
|
208 |
|
209 |
+
#: php/qmn_options_certificate_tab.php:83 php/qmn_options_email_tab.php:76
|
210 |
+
#: php/qmn_options_email_tab.php:144 php/qmn_options_email_tab.php:217
|
211 |
+
#: php/qmn_options_leaderboard_tab.php:68 php/qmn_options_option_tab.php:131
|
212 |
+
#: php/qmn_options_questions_tab.php:188 php/qmn_options_questions_tab.php:233
|
213 |
+
#: php/qmn_options_questions_tab.php:325 php/qmn_options_questions_tab.php:422
|
214 |
+
#: php/qmn_options_results_page_tab.php:76
|
215 |
+
#: php/qmn_options_results_page_tab.php:125 php/qmn_options_style_tab.php:60
|
216 |
+
#: php/qmn_options_text_tab.php:123 php/qmn_options_tools_tab.php:68
|
217 |
+
#: php/qmn_quiz_creator.php:315 php/qmn_quiz_creator.php:390
|
218 |
+
#: php/qmn_quiz_creator.php:441 php/qmn_quiz_creator.php:608
|
219 |
+
#: php/qmn_quiz_creator.php:674 php/qmn_results.php:58
|
220 |
#, php-format
|
221 |
msgid ""
|
222 |
"There has been an error in this action. Please share this with the developer. "
|
223 |
"Error Code: %s"
|
224 |
msgstr "Der har været en fejl. Venligst del dette med udvikleren . Fejlkode:% s"
|
225 |
|
226 |
+
#: php/qmn_options_certificate_tab.php:100
|
227 |
msgid "Enter title here"
|
228 |
msgstr "Indtast titel her"
|
229 |
|
230 |
+
#: php/qmn_options_certificate_tab.php:100 php/qmn_options_email_tab.php:95
|
231 |
+
#: php/qmn_options_email_tab.php:113
|
232 |
msgid "Enter text here"
|
233 |
msgstr "Indtast tekst her"
|
234 |
|
235 |
+
#: php/qmn_options_certificate_tab.php:104
|
236 |
msgid "Quiz Certificate (Beta)"
|
237 |
msgstr "Quiz Certificate (Beta)"
|
238 |
|
239 |
+
#: php/qmn_options_certificate_tab.php:105
|
240 |
msgid ""
|
241 |
"Enter in your text here to fill in the certificate for this quiz. Be sure to "
|
242 |
+
"enter in the link variable into the templates on the Emails and Results Page "
|
243 |
+
"tabs so the user can access the certificate."
|
244 |
msgstr ""
|
|
|
|
|
|
|
245 |
|
246 |
+
#: php/qmn_options_certificate_tab.php:106
|
247 |
msgid "These fields cannot contain HTML."
|
248 |
msgstr "Disse felter kan ikke indeholde HTML."
|
249 |
|
250 |
+
#: php/qmn_options_certificate_tab.php:107
|
251 |
+
#: php/qmn_options_certificate_tab.php:163
|
252 |
msgid "Save Certificate Options"
|
253 |
msgstr "Gem Certificate indstillinger"
|
254 |
|
255 |
+
#: php/qmn_options_certificate_tab.php:115
|
256 |
msgid "Enable Certificates For This Quiz?"
|
257 |
msgstr "Aktiver certifikater for denne quiz?"
|
258 |
|
259 |
+
#: php/qmn_options_certificate_tab.php:117 php/qmn_options_email_tab.php:381
|
260 |
+
#: php/qmn_options_email_tab.php:388 php/qmn_options_option_tab.php:178
|
261 |
+
#: php/qmn_options_option_tab.php:239 php/qmn_options_option_tab.php:246
|
262 |
+
#: php/qmn_options_option_tab.php:254 php/qmn_options_option_tab.php:262
|
263 |
+
#: php/qmn_options_option_tab.php:270 php/qmn_options_option_tab.php:278
|
264 |
+
#: php/qmn_options_option_tab.php:285 php/qmn_options_option_tab.php:292
|
265 |
+
#: php/qmn_options_option_tab.php:299 php/qmn_options_option_tab.php:306
|
266 |
+
#: php/qmn_options_questions_tab.php:699
|
267 |
+
#: php/qmn_options_results_page_tab.php:282
|
268 |
msgid "Yes"
|
269 |
msgstr "Ja"
|
270 |
|
271 |
+
#: php/qmn_options_certificate_tab.php:118 php/qmn_options_email_tab.php:382
|
272 |
+
#: php/qmn_options_email_tab.php:389 php/qmn_options_option_tab.php:179
|
273 |
+
#: php/qmn_options_option_tab.php:226 php/qmn_options_option_tab.php:240
|
274 |
+
#: php/qmn_options_option_tab.php:248 php/qmn_options_option_tab.php:256
|
275 |
+
#: php/qmn_options_option_tab.php:264 php/qmn_options_option_tab.php:272
|
276 |
+
#: php/qmn_options_option_tab.php:279 php/qmn_options_option_tab.php:286
|
277 |
+
#: php/qmn_options_option_tab.php:293 php/qmn_options_option_tab.php:300
|
278 |
+
#: php/qmn_options_option_tab.php:307 php/qmn_options_questions_tab.php:700
|
279 |
+
#: php/qmn_options_results_page_tab.php:282
|
280 |
msgid "No"
|
281 |
msgstr "Nej"
|
282 |
|
283 |
+
#: php/qmn_options_certificate_tab.php:123
|
284 |
msgid "Certificate Title"
|
285 |
msgstr "Certifikat Titel"
|
286 |
|
287 |
+
#: php/qmn_options_certificate_tab.php:130
|
288 |
msgid "Message Displayed On Certificate"
|
289 |
msgstr "Meddelelse på Certifikat"
|
290 |
|
291 |
+
#: php/qmn_options_certificate_tab.php:132
|
292 |
+
#: php/qmn_options_leaderboard_tab.php:122 php/qmn_options_text_tab.php:254
|
293 |
+
#: php/qmn_options_text_tab.php:264 php/qmn_options_text_tab.php:274
|
294 |
+
#: php/qmn_options_text_tab.php:284 php/qmn_options_text_tab.php:294
|
295 |
+
#: php/qmn_options_text_tab.php:304 php/qmn_options_text_tab.php:314
|
296 |
+
#: php/qmn_options_text_tab.php:324 php/qmn_options_text_tab.php:337
|
297 |
+
#: php/qmn_options_text_tab.php:354
|
298 |
msgid "Allowed Variables:"
|
299 |
msgstr "Tilladte variable"
|
300 |
|
301 |
+
#: php/qmn_options_certificate_tab.php:150
|
302 |
msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
|
303 |
msgstr "URL til Logo (Skal være JPG, JPEG, PNG eller GIF)"
|
304 |
|
305 |
+
#: php/qmn_options_certificate_tab.php:157
|
306 |
msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
|
307 |
msgstr "URL til Baggrund Img (Skal være JPG, JPEG, PNG eller GIF)"
|
308 |
|
310 |
msgid "Emails"
|
311 |
msgstr "E-mails"
|
312 |
|
313 |
+
#: php/qmn_options_email_tab.php:55 php/qmn_options_email_tab.php:123
|
314 |
msgid "The email has been added successfully."
|
315 |
msgstr "E-mail er blevet tilføjet."
|
316 |
|
317 |
+
#: php/qmn_options_email_tab.php:196
|
318 |
msgid "The email has been updated successfully."
|
319 |
msgstr "E-mail er blevet opdateret."
|
320 |
|
321 |
+
#: php/qmn_options_email_tab.php:285 php/qmn_options_leaderboard_tab.php:80
|
322 |
+
#: php/qmn_options_results_page_tab.php:166 php/qmn_options_text_tab.php:161
|
323 |
msgid "Template Variables"
|
324 |
msgstr "Skabelon variable"
|
325 |
|
326 |
+
#: php/qmn_options_email_tab.php:288 php/qmn_options_results_page_tab.php:169
|
327 |
+
#: php/qmn_options_text_tab.php:164
|
328 |
msgid "Score for the quiz when using points"
|
329 |
msgstr "Score for quizzen, når du bruger point"
|
330 |
|
331 |
+
#: php/qmn_options_email_tab.php:291 php/qmn_options_results_page_tab.php:172
|
332 |
+
#: php/qmn_options_text_tab.php:167
|
333 |
msgid "The average amount of points user had per question"
|
334 |
msgstr "Det gennemsnitlige antal point bruger havde pr spørgsmål"
|
335 |
|
336 |
+
#: php/qmn_options_email_tab.php:294 php/qmn_options_results_page_tab.php:175
|
337 |
+
#: php/qmn_options_text_tab.php:170
|
338 |
msgid "The number of correct answers the user had"
|
339 |
msgstr "Antallet af korrekte svar brugeren havde"
|
340 |
|
341 |
+
#: php/qmn_options_email_tab.php:297 php/qmn_options_results_page_tab.php:178
|
342 |
+
#: php/qmn_options_text_tab.php:173
|
343 |
msgid "The total number of questions in the quiz"
|
344 |
msgstr "Det samlede antal spørgsmål i quizzen"
|
345 |
|
346 |
+
#: php/qmn_options_email_tab.php:300 php/qmn_options_results_page_tab.php:181
|
347 |
+
#: php/qmn_options_text_tab.php:176
|
348 |
msgid "Score for the quiz when using correct answers"
|
349 |
msgstr "Score for quizzen, når du bruger korrekte svar"
|
350 |
|
351 |
+
#: php/qmn_options_email_tab.php:303 php/qmn_options_results_page_tab.php:184
|
352 |
+
#: php/qmn_options_text_tab.php:179
|
353 |
msgid "The name the user entered before the quiz"
|
354 |
msgstr "Navnet brugeren indtastes, før quizzen"
|
355 |
|
356 |
+
#: php/qmn_options_email_tab.php:306 php/qmn_options_results_page_tab.php:187
|
357 |
+
#: php/qmn_options_text_tab.php:182
|
358 |
msgid "The business the user entered before the quiz"
|
359 |
msgstr "Forretningen brugeren indtastes, før quizzen"
|
360 |
|
361 |
+
#: php/qmn_options_email_tab.php:309 php/qmn_options_results_page_tab.php:190
|
362 |
+
#: php/qmn_options_text_tab.php:185
|
363 |
msgid "The phone number the user entered before the quiz"
|
364 |
msgstr "Telefonnummeret brugeren indtastede, før quizzen"
|
365 |
|
366 |
+
#: php/qmn_options_email_tab.php:312 php/qmn_options_results_page_tab.php:193
|
367 |
+
#: php/qmn_options_text_tab.php:188
|
368 |
msgid "The email the user entered before the quiz"
|
369 |
msgstr "Den e-mail brugeren indtastes, før quizzen"
|
370 |
|
371 |
+
#: php/qmn_options_email_tab.php:315 php/qmn_options_leaderboard_tab.php:108
|
372 |
+
#: php/qmn_options_results_page_tab.php:196 php/qmn_options_text_tab.php:191
|
373 |
msgid "The name of the quiz"
|
374 |
msgstr "Navn på Quiz:"
|
375 |
|
376 |
+
#: php/qmn_options_email_tab.php:318 php/qmn_options_results_page_tab.php:199
|
377 |
+
#: php/qmn_options_text_tab.php:194
|
378 |
msgid "Shows the question, the answer the user provided, and the correct answer"
|
379 |
msgstr "Viser brugers svar og det korrekte svar"
|
380 |
|
381 |
+
#: php/qmn_options_email_tab.php:321 php/qmn_options_results_page_tab.php:202
|
382 |
+
#: php/qmn_options_text_tab.php:197
|
383 |
msgid "The comments the user entered into comment box if enabled"
|
384 |
msgstr "Kommenar som brugeren har indtastet"
|
385 |
|
386 |
+
#: php/qmn_options_email_tab.php:324 php/qmn_options_text_tab.php:200
|
387 |
msgid "The amount of time user spent on quiz in seconds"
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: php/qmn_options_email_tab.php:327 php/qmn_options_text_tab.php:203
|
391 |
msgid "The amount of time user spent on quiz in minutes"
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: php/qmn_options_email_tab.php:330 php/qmn_options_results_page_tab.php:211
|
395 |
+
#: php/qmn_options_text_tab.php:206
|
396 |
msgid "The link to the certificate after completing the quiz"
|
397 |
msgstr "Link til certifikat - efter endt test"
|
398 |
|
399 |
+
#: php/qmn_options_email_tab.php:333 php/qmn_options_results_page_tab.php:214
|
400 |
+
#: php/qmn_options_text_tab.php:209
|
401 |
msgid "The amount of points a specific category earned."
|
402 |
msgstr "Antal point der er opnået i kategorien"
|
403 |
|
404 |
+
#: php/qmn_options_email_tab.php:336 php/qmn_options_results_page_tab.php:217
|
405 |
+
#: php/qmn_options_text_tab.php:212
|
406 |
msgid "The score a specific category earned."
|
407 |
msgstr "Skore for specifik kategori"
|
408 |
|
409 |
+
#: php/qmn_options_email_tab.php:339 php/qmn_options_results_page_tab.php:220
|
410 |
+
#: php/qmn_options_text_tab.php:215
|
411 |
msgid "The average points from all categories."
|
412 |
msgstr "Gennemsnit af point for alle kategorier"
|
413 |
|
414 |
+
#: php/qmn_options_email_tab.php:342 php/qmn_options_results_page_tab.php:223
|
415 |
+
#: php/qmn_options_text_tab.php:218
|
416 |
msgid "The average score from all categories."
|
417 |
msgstr "Gennemsnit skore for alle kategorier"
|
418 |
|
419 |
+
#: php/qmn_options_email_tab.php:345 php/qmn_options_text_tab.php:221
|
420 |
msgid "The question that the user answered"
|
421 |
msgstr "Spørgsmål brugeren besvarede"
|
422 |
|
423 |
+
#: php/qmn_options_email_tab.php:348 php/qmn_options_text_tab.php:224
|
424 |
msgid "The answer the user gave for the question"
|
425 |
msgstr "Brugerens svar på sprøgesmål"
|
426 |
|
427 |
+
#: php/qmn_options_email_tab.php:351 php/qmn_options_text_tab.php:227
|
428 |
msgid "The correct answer for the question"
|
429 |
msgstr "Korrekt svar på spørgsmål"
|
430 |
|
431 |
+
#: php/qmn_options_email_tab.php:354 php/qmn_options_text_tab.php:230
|
432 |
msgid "The comments the user provided in the comment field for the question"
|
433 |
msgstr "Kommentar til spørgsmål"
|
434 |
|
435 |
+
#: php/qmn_options_email_tab.php:357 php/qmn_options_text_tab.php:233
|
436 |
msgid "Reason why the correct answer is the correct answer"
|
437 |
msgstr "Årsag til at dette er det korrekte svar"
|
438 |
|
439 |
+
#: php/qmn_options_email_tab.php:360 php/qmn_options_text_tab.php:236
|
440 |
msgid "The Current Date"
|
441 |
msgstr "Dags dato"
|
442 |
|
443 |
+
#: php/qmn_options_email_tab.php:375 php/qmn_options_email_tab.php:574
|
444 |
msgid "Save Email Templates And Settings"
|
445 |
msgstr "Gem e-mail skabelon og opsætning"
|
446 |
|
447 |
+
#: php/qmn_options_email_tab.php:379
|
448 |
msgid "Send user email upon completion?"
|
449 |
msgstr "Send bruger mail ved afslutning"
|
450 |
|
451 |
+
#: php/qmn_options_email_tab.php:386
|
452 |
msgid "Send admin email upon completion?"
|
453 |
msgstr "Send e-mail til administrator ved afslutning?"
|
454 |
|
455 |
+
#: php/qmn_options_email_tab.php:393
|
456 |
msgid ""
|
457 |
"What emails should we send the admin email to? Separate emails with a comma."
|
458 |
msgstr "E-mail som administrator e-mails skal sendes til? adskil med komma."
|
459 |
|
460 |
+
#: php/qmn_options_email_tab.php:397
|
461 |
msgid "What is the From Name for the email sent to users and admin?"
|
462 |
msgstr "Navn på afsender på e-mails til brugere og administrator?"
|
463 |
|
464 |
+
#: php/qmn_options_email_tab.php:403
|
465 |
msgid "Email Sent To User"
|
466 |
msgstr "E-mail til bruger"
|
467 |
|
468 |
+
#: php/qmn_options_email_tab.php:404 php/qmn_options_email_tab.php:482
|
469 |
msgid "Add New User Email"
|
470 |
msgstr "Tilføj ny bruger e-mail"
|
471 |
|
472 |
+
#: php/qmn_options_email_tab.php:409 php/qmn_options_email_tab.php:475
|
473 |
+
#: php/qmn_options_email_tab.php:496 php/qmn_options_email_tab.php:562
|
474 |
+
#: php/qmn_options_results_page_tab.php:241
|
475 |
+
#: php/qmn_options_results_page_tab.php:305
|
476 |
msgid "Score Greater Than Or Equal To"
|
477 |
msgstr "Skore større eller lig med"
|
478 |
|
479 |
+
#: php/qmn_options_email_tab.php:410 php/qmn_options_email_tab.php:476
|
480 |
+
#: php/qmn_options_email_tab.php:497 php/qmn_options_email_tab.php:563
|
481 |
+
#: php/qmn_options_results_page_tab.php:242
|
482 |
+
#: php/qmn_options_results_page_tab.php:306
|
483 |
msgid "Score Less Than Or Equal To"
|
484 |
msgstr "Skore mindre end eller lige med"
|
485 |
|
486 |
+
#: php/qmn_options_email_tab.php:411 php/qmn_options_email_tab.php:477
|
487 |
+
#: php/qmn_options_email_tab.php:498 php/qmn_options_email_tab.php:564
|
488 |
msgid "Subject"
|
489 |
msgstr "Emne"
|
490 |
|
491 |
+
#: php/qmn_options_email_tab.php:412 php/qmn_options_email_tab.php:478
|
492 |
+
#: php/qmn_options_email_tab.php:499 php/qmn_options_email_tab.php:565
|
493 |
msgid "Email To Send"
|
494 |
msgstr "E-mail der sendes"
|
495 |
|
496 |
+
#: php/qmn_options_email_tab.php:490
|
497 |
msgid "Email Sent To Admin"
|
498 |
msgstr "E-mail sendt til administrator"
|
499 |
|
500 |
+
#: php/qmn_options_email_tab.php:491 php/qmn_options_email_tab.php:569
|
501 |
msgid "Add New Admin Email"
|
502 |
msgstr "Tilføj ny administrator e-mail"
|
503 |
|
505 |
msgid "Leaderboard"
|
506 |
msgstr "Leaderboard"
|
507 |
|
508 |
+
#: php/qmn_options_leaderboard_tab.php:49
|
509 |
msgid "The leaderboards has been updated successfully."
|
510 |
msgstr "Leaderboards er blevet opdateret"
|
511 |
|
512 |
+
#: php/qmn_options_leaderboard_tab.php:83
|
513 |
msgid "The name of the user who is in first place"
|
514 |
msgstr "Navn på bruger der er nummer et"
|
515 |
|
516 |
+
#: php/qmn_options_leaderboard_tab.php:84
|
517 |
msgid "The score from the first place's quiz"
|
518 |
msgstr "Skore på førstepladsen"
|
519 |
|
520 |
+
#: php/qmn_options_leaderboard_tab.php:88
|
521 |
msgid "The name of the user who is in second place"
|
522 |
msgstr "Navn på bruger som er nummer 2"
|
523 |
|
524 |
+
#: php/qmn_options_leaderboard_tab.php:89
|
525 |
msgid "The score from the second place's quiz"
|
526 |
msgstr "Andenpladsens skore"
|
527 |
|
528 |
+
#: php/qmn_options_leaderboard_tab.php:93
|
529 |
msgid "The name of the user who is in third place"
|
530 |
msgstr "Navn på bruger på trediepladsen"
|
531 |
|
532 |
+
#: php/qmn_options_leaderboard_tab.php:94
|
533 |
msgid "The score from the third place's quiz"
|
534 |
msgstr "Skore fra bruger på trediepladsen"
|
535 |
|
536 |
+
#: php/qmn_options_leaderboard_tab.php:98
|
537 |
msgid "The name of the user who is in fourth place"
|
538 |
msgstr "Navn på bruger på fjerdepladsen"
|
539 |
|
540 |
+
#: php/qmn_options_leaderboard_tab.php:99
|
541 |
msgid "The score from the fourth place's quiz"
|
542 |
msgstr "Skore fra bruger på fjerdepladsen"
|
543 |
|
544 |
+
#: php/qmn_options_leaderboard_tab.php:103
|
545 |
msgid "The name of the user who is in fifth place"
|
546 |
msgstr "Navn på bruger på femte pladsen"
|
547 |
|
548 |
+
#: php/qmn_options_leaderboard_tab.php:104
|
549 |
msgid "The score from the fifth place's quiz"
|
550 |
msgstr "Skore på 5 pladsens bruger"
|
551 |
|
552 |
+
#: php/qmn_options_leaderboard_tab.php:111
|
553 |
+
#: php/qmn_options_leaderboard_tab.php:139
|
554 |
msgid "Save Leaderboard Options"
|
555 |
msgstr "Gem leaderboard indstillinger"
|
556 |
|
557 |
+
#: php/qmn_options_leaderboard_tab.php:120
|
558 |
msgid "Leaderboard Template"
|
559 |
msgstr "Leaderboard skabelon"
|
560 |
|
562 |
msgid "Options"
|
563 |
msgstr "Indstillinger"
|
564 |
|
565 |
+
#: php/qmn_options_option_tab.php:110
|
566 |
msgid "The options has been updated successfully."
|
567 |
msgstr "Indstillinger er gemt"
|
568 |
|
569 |
+
#: php/qmn_options_option_tab.php:160 php/qmn_options_option_tab.php:311
|
570 |
msgid "Save Options"
|
571 |
msgstr "Gem indstillinger"
|
572 |
|
573 |
+
#: php/qmn_options_option_tab.php:168
|
574 |
msgid "Which system is this quiz graded on?"
|
575 |
msgstr "Hvilket system er denne quiz sorteres på?"
|
576 |
|
577 |
+
#: php/qmn_options_option_tab.php:170
|
578 |
msgid "Correct/Incorrect"
|
579 |
msgstr "Korrekt / Ukorrekt"
|
580 |
|
581 |
+
#: php/qmn_options_option_tab.php:171
|
582 |
msgid "Points"
|
583 |
msgstr "Point"
|
584 |
|
585 |
+
#: php/qmn_options_option_tab.php:172 php/qmn_results.php:316
|
586 |
msgid "Not Graded"
|
587 |
msgstr "Ikke Graded"
|
588 |
|
589 |
+
#: php/qmn_options_option_tab.php:176
|
590 |
msgid "Should the user be required to be logged in to take this quiz?"
|
591 |
msgstr "Skal brugeren være logget ind for at svare på denne test?"
|
592 |
|
593 |
+
#: php/qmn_options_option_tab.php:183
|
594 |
msgid ""
|
595 |
"How many questions per page would you like? (Leave 0 for all questions on one "
|
596 |
"page)"
|
598 |
"Hvor mange spørgsmål vil du have per side ? (0 for alle spørgsmål på samme "
|
599 |
"side)."
|
600 |
|
601 |
+
#: php/qmn_options_option_tab.php:189
|
602 |
msgid ""
|
603 |
"How many minutes does the user have to finish the quiz? (Leave 0 for no time "
|
604 |
"limit)"
|
606 |
"Hvor mange minutter har brugeren til at afslutte undersøgelsen? (0 for ingen "
|
607 |
"tidsfrist)"
|
608 |
|
609 |
+
#: php/qmn_options_option_tab.php:195
|
610 |
msgid ""
|
611 |
"How many times can a user take this quiz? (Leave 0 for as many times as the "
|
612 |
"user wants to. Currently only works for registered users)"
|
614 |
"Hvor mange gange kan en bruger tage denne quiz? (Lad 0 for så mange gange som "
|
615 |
"brugeren ønsker at. I øjeblikket virker kun for registrerede brugere)"
|
616 |
|
617 |
+
#: php/qmn_options_option_tab.php:201
|
618 |
msgid ""
|
619 |
"How many total entries can this quiz have? (Leave 0 for unlimited entries"
|
620 |
msgstr ""
|
621 |
"Hvor mange samlede poster kan denne quiz have? (Lad 0 for ubegrænset poster"
|
622 |
|
623 |
+
#: php/qmn_options_option_tab.php:207
|
624 |
msgid ""
|
625 |
"How many questions should be loaded for quiz? (Leave 0 to load all questions)"
|
626 |
msgstr ""
|
627 |
"Hvor mange spørgsmål skal indlæses til quiz? (Lad 0 at indlæse alle spørgsmål)"
|
628 |
|
629 |
+
#: php/qmn_options_option_tab.php:213
|
630 |
msgid ""
|
631 |
"What time-frame should the user be able to access the quiz? (Leave blank if "
|
632 |
"the user can access anytime)"
|
634 |
"Hvilken tidsperiode skal brugeren kunne få adgang quizzen? (Står tom, hvis "
|
635 |
"brugeren kan få adgang til når som helst)"
|
636 |
|
637 |
+
#: php/qmn_options_option_tab.php:215
|
638 |
msgid "start date"
|
639 |
msgstr "Start dato"
|
640 |
|
641 |
+
#: php/qmn_options_option_tab.php:218
|
642 |
msgid "end date"
|
643 |
msgstr "Slut dato"
|
644 |
|
645 |
+
#: php/qmn_options_option_tab.php:222
|
646 |
msgid "Are the questions random? (Question Order will not apply if this is yes)"
|
647 |
msgstr ""
|
648 |
"Er spørgsmålene tilfældigt? (Spørgsmål Order gælder ikke, hvis det er ja)"
|
649 |
|
650 |
+
#: php/qmn_options_option_tab.php:224
|
651 |
msgid "Random Questions"
|
652 |
msgstr "Tilfældige spørgsmål"
|
653 |
|
654 |
+
#: php/qmn_options_option_tab.php:225
|
655 |
msgid "Random Questions And Answers"
|
656 |
msgstr "Tilfældige Spørgsmål og svar"
|
657 |
|
658 |
+
#: php/qmn_options_option_tab.php:230
|
659 |
msgid ""
|
660 |
"Would you like to ask for the contact information at the beginning or at the "
|
661 |
"end of the quiz?"
|
662 |
msgstr ""
|
663 |
"Vil du bede om kontaktoplysninger i begyndelsen eller slutningen af quizzen?"
|
664 |
|
665 |
+
#: php/qmn_options_option_tab.php:232
|
666 |
msgid "Beginning"
|
667 |
msgstr "Begyndelse"
|
668 |
|
669 |
+
#: php/qmn_options_option_tab.php:233
|
670 |
msgid "End"
|
671 |
msgstr "Slut"
|
672 |
|
673 |
+
#: php/qmn_options_option_tab.php:237
|
674 |
msgid ""
|
675 |
"If a logged-in user takes the quiz, would you like them to be able to edit "
|
676 |
"contact information? If set to no, the fields will not show up for logged in "
|
680 |
"til at redigere kontaktoplysninger? Hvis sat til nej, vil de områder ikke op "
|
681 |
"til logget ind brugere; dog vil brugerne oplysninger gemmes til felterne."
|
682 |
|
683 |
+
#: php/qmn_options_option_tab.php:244
|
684 |
msgid "Should we ask for users name?"
|
685 |
msgstr "Skal vi bede for brugere navn?"
|
686 |
|
687 |
+
#: php/qmn_options_option_tab.php:247 php/qmn_options_option_tab.php:255
|
688 |
+
#: php/qmn_options_option_tab.php:263 php/qmn_options_option_tab.php:271
|
689 |
msgid "Require"
|
690 |
msgstr "Obligatorisk"
|
691 |
|
692 |
+
#: php/qmn_options_option_tab.php:252
|
693 |
msgid "Should we ask for users business?"
|
694 |
msgstr "Skal vi bede for brugere virksomhed?"
|
695 |
|
696 |
+
#: php/qmn_options_option_tab.php:260
|
697 |
msgid "Should we ask for users email?"
|
698 |
msgstr "Skal vi bede for brugere email?"
|
699 |
|
700 |
+
#: php/qmn_options_option_tab.php:268
|
701 |
msgid "Should we ask for users phone number?"
|
702 |
msgstr "Skal vi bede for brugere telefonnummer?"
|
703 |
|
704 |
+
#: php/qmn_options_option_tab.php:276
|
705 |
msgid "Would you like a place for the user to enter comments?"
|
706 |
msgstr "Kunne du tænke dig et sted for brugeren at indtaste kommentarer?"
|
707 |
|
708 |
+
#: php/qmn_options_option_tab.php:283
|
709 |
msgid "Show question number on quiz?"
|
710 |
msgstr "Vis spørgsmål nummer på quiz?"
|
711 |
|
712 |
+
#: php/qmn_options_option_tab.php:290
|
713 |
msgid "Show social media sharing buttons? (Twitter & Facebook)"
|
714 |
msgstr "Vis sociale medier knapper deling? (Twitter & Facebook)"
|
715 |
|
716 |
+
#: php/qmn_options_option_tab.php:290
|
717 |
msgid ""
|
718 |
"This option is for here only for users of older versions. Please use the new "
|
719 |
"template variables %FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages "
|
720 |
"instead of using this option!"
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: php/qmn_options_option_tab.php:297
|
724 |
msgid ""
|
725 |
"Disable question once user selects answer? (Currently only work on multiple "
|
726 |
"choice)"
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: php/qmn_options_option_tab.php:304
|
730 |
msgid ""
|
731 |
"Dynamically add class for incorrect/correct answer after user selects answer? "
|
732 |
"(Currently only works on multiple choice)"
|
744 |
msgid "Answer"
|
745 |
msgstr "Svar:"
|
746 |
|
747 |
+
#: php/qmn_options_questions_tab.php:62
|
748 |
+
msgid "The question order has been updated successfully."
|
749 |
+
msgstr ""
|
750 |
+
|
751 |
+
#: php/qmn_options_questions_tab.php:167
|
752 |
msgid "The question has been updated successfully."
|
753 |
msgstr "Spørgsmålet er blevet opdateret."
|
754 |
|
755 |
+
#: php/qmn_options_questions_tab.php:212
|
756 |
msgid "The question has been deleted successfully."
|
757 |
msgstr "Dine resultater er blevet slettet."
|
758 |
|
759 |
+
#: php/qmn_options_questions_tab.php:304
|
760 |
msgid "The question has been duplicated successfully."
|
761 |
msgstr "Din Spørgsmål er blevet dublikeret."
|
762 |
|
763 |
+
#: php/qmn_options_questions_tab.php:401
|
764 |
msgid "The question has been created successfully."
|
765 |
msgstr "Spørgsmålet er blevet oprettet."
|
766 |
|
767 |
+
#: php/qmn_options_questions_tab.php:536
|
768 |
msgid "Add Question"
|
769 |
msgstr "Nyt spørgsmål"
|
770 |
|
771 |
+
#: php/qmn_options_questions_tab.php:537
|
772 |
+
msgid "Save Question Order"
|
773 |
+
msgstr ""
|
774 |
+
|
775 |
+
#: php/qmn_options_questions_tab.php:550
|
776 |
#, php-format
|
777 |
msgid "One question"
|
778 |
msgid_plural "%s questions"
|
779 |
msgstr[0] "Et spørgsmål"
|
780 |
msgstr[1] "%s spørgsmål"
|
781 |
|
782 |
+
#: php/qmn_options_questions_tab.php:556 php/qmn_options_questions_tab.php:564
|
783 |
+
#: php/qmn_options_questions_tab.php:692
|
784 |
msgid "Question Order"
|
785 |
msgstr "Rækkefølge spørgsmål"
|
786 |
|
787 |
+
#: php/qmn_options_questions_tab.php:557 php/qmn_options_questions_tab.php:565
|
788 |
+
#: php/qmn_options_questions_tab.php:642
|
789 |
msgid "Question Type"
|
790 |
msgstr "Spørgsmål type"
|
791 |
|
792 |
+
#: php/qmn_options_questions_tab.php:558 php/qmn_options_questions_tab.php:566
|
793 |
+
#: php/qmn_options_questions_tab.php:705
|
794 |
msgid "Category"
|
795 |
msgstr "Kategori"
|
796 |
|
797 |
+
#: php/qmn_options_questions_tab.php:559 php/qmn_options_questions_tab.php:567
|
798 |
msgid "Question"
|
799 |
msgstr "Spørgsmål"
|
800 |
|
801 |
+
#: php/qmn_options_questions_tab.php:660
|
|
|
|
|
|
|
|
|
|
|
|
|
802 |
msgid "Answers"
|
803 |
msgstr "Svar"
|
804 |
|
805 |
+
#: php/qmn_options_questions_tab.php:661
|
806 |
msgid "Points Worth"
|
807 |
msgstr "Værdi af point"
|
808 |
|
809 |
+
#: php/qmn_options_questions_tab.php:662
|
810 |
msgid "Correct Answer"
|
811 |
msgstr "Korrekt svar"
|
812 |
|
813 |
+
#: php/qmn_options_questions_tab.php:667
|
814 |
msgid "Add New Answer!"
|
815 |
msgstr "Tilføj nyt svar!"
|
816 |
|
817 |
+
#: php/qmn_options_questions_tab.php:673
|
818 |
msgid "Correct Answer Info"
|
819 |
msgstr "Info for korrekt svar"
|
820 |
|
821 |
+
#: php/qmn_options_questions_tab.php:678 php/qmn_quiz.php:493
|
822 |
msgid "Hint"
|
823 |
msgstr "Hint"
|
824 |
|
825 |
+
#: php/qmn_options_questions_tab.php:683
|
826 |
msgid "Comment Field"
|
827 |
msgstr "KOmmentar felt"
|
828 |
|
829 |
+
#: php/qmn_options_questions_tab.php:685
|
830 |
msgid "Small Text Field"
|
831 |
msgstr "Lille tekst felt"
|
832 |
|
833 |
+
#: php/qmn_options_questions_tab.php:686
|
834 |
msgid "Large Text Field"
|
835 |
msgstr "Stort tekst felt"
|
836 |
|
837 |
+
#: php/qmn_options_questions_tab.php:687
|
838 |
msgid "None"
|
839 |
msgstr "Ingen"
|
840 |
|
841 |
+
#: php/qmn_options_questions_tab.php:697
|
842 |
msgid "Required?"
|
843 |
msgstr "Obligatorisk"
|
844 |
|
845 |
+
#: php/qmn_options_questions_tab.php:728
|
846 |
msgid "Create Question"
|
847 |
msgstr "Opret spørgsmål"
|
848 |
|
849 |
+
#: php/qmn_options_questions_tab.php:733
|
850 |
msgid "Are you sure you want to delete this question?"
|
851 |
msgstr "Er du sikker på du vil slette dette spørgsmål"
|
852 |
|
853 |
+
#: php/qmn_options_questions_tab.php:738
|
854 |
msgid "Delete Question"
|
855 |
msgstr "Slet spørgsmål"
|
856 |
|
857 |
+
#: php/qmn_options_questions_tab.php:743
|
858 |
msgid "Are you sure you want to duplicate this question?"
|
859 |
msgstr "Er du sikker på du vil kopiere dette spørgsmål?"
|
860 |
|
861 |
+
#: php/qmn_options_questions_tab.php:748
|
862 |
msgid "Duplicate Question"
|
863 |
msgstr "Kopieret spørgsmål"
|
864 |
|
870 |
msgid "The results page has been added successfully."
|
871 |
msgstr "Resultat siden er tilføjet"
|
872 |
|
873 |
+
#: php/qmn_options_results_page_tab.php:104
|
874 |
msgid "The results page has been saved successfully."
|
875 |
msgstr "Resultatsiden er gemt"
|
876 |
|
877 |
+
#: php/qmn_options_results_page_tab.php:205
|
878 |
msgid "The amount of time user spent taking quiz in minutes"
|
879 |
msgstr ""
|
880 |
|
881 |
+
#: php/qmn_options_results_page_tab.php:208
|
882 |
msgid "The amount of time user spent taking quiz in seconds"
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: php/qmn_options_results_page_tab.php:226
|
886 |
msgid "Displays button to share on Facebook."
|
887 |
msgstr ""
|
888 |
|
889 |
+
#: php/qmn_options_results_page_tab.php:229
|
890 |
msgid "Displays button to share on Twitter."
|
891 |
msgstr ""
|
892 |
|
893 |
+
#: php/qmn_options_results_page_tab.php:234
|
894 |
+
#: php/qmn_options_results_page_tab.php:315
|
895 |
msgid "Save Results Pages"
|
896 |
msgstr "Gem resultatsider"
|
897 |
|
898 |
+
#: php/qmn_options_results_page_tab.php:235
|
899 |
+
#: php/qmn_options_results_page_tab.php:320
|
900 |
msgid "Add New Results Page"
|
901 |
msgstr "Tilføj ny resultat side"
|
902 |
|
903 |
+
#: php/qmn_options_results_page_tab.php:243
|
904 |
+
#: php/qmn_options_results_page_tab.php:307
|
905 |
msgid "Results Page Shown"
|
906 |
msgstr "Resultat side vist"
|
907 |
|
908 |
+
#: php/qmn_options_results_page_tab.php:244
|
909 |
+
#: php/qmn_options_results_page_tab.php:308
|
910 |
msgid "Redirect URL (Beta)"
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: php/qmn_options_results_page_tab.php:282 php/qmn_quiz_admin.php:283
|
914 |
msgid "Delete"
|
915 |
msgstr "Slet"
|
916 |
|
917 |
+
#: php/qmn_options_results_page_tab.php:282
|
918 |
msgid "Are you sure?"
|
919 |
msgstr "Er du sikker?"
|
920 |
|
926 |
msgid "The style has been saved successfully."
|
927 |
msgstr "Denne style er gemt"
|
928 |
|
929 |
+
#: php/qmn_options_style_tab.php:88
|
930 |
msgid "Quiz Styles"
|
931 |
msgstr "Quiz styles"
|
932 |
|
933 |
+
#: php/qmn_options_style_tab.php:89
|
934 |
msgid "Choose your style:"
|
935 |
msgstr "Vælg din style"
|
936 |
|
937 |
+
#: php/qmn_options_style_tab.php:118
|
938 |
msgid "Custom"
|
939 |
msgstr "Custom"
|
940 |
|
941 |
+
#: php/qmn_options_style_tab.php:123 php/qmn_options_style_tab.php:135
|
942 |
msgid "Save Quiz Style"
|
943 |
msgstr "Gem quiz style"
|
944 |
|
945 |
+
#: php/qmn_options_style_tab.php:125
|
946 |
msgid "Custom Style CSS"
|
947 |
msgstr "Custom style CSS"
|
948 |
|
949 |
+
#: php/qmn_options_style_tab.php:126
|
950 |
msgid ""
|
951 |
"For detailed help and guidance along with a list of different classes used in "
|
952 |
"this plugin, please visit the following link:"
|
958 |
msgid "Text"
|
959 |
msgstr "Tekst"
|
960 |
|
961 |
+
#: php/qmn_options_text_tab.php:102
|
962 |
msgid "The templates has been updated successfully."
|
963 |
msgstr "Skabelonerne er blevet opdateret"
|
964 |
|
965 |
+
#: php/qmn_options_text_tab.php:142 php/qmn_quiz.php:1262
|
966 |
msgid "Previous"
|
967 |
msgstr "Tidligere"
|
968 |
|
969 |
+
#: php/qmn_options_text_tab.php:242 php/qmn_options_text_tab.php:402
|
970 |
msgid "Save Templates"
|
971 |
msgstr "Gem skabeloner"
|
972 |
|
973 |
+
#: php/qmn_options_text_tab.php:248
|
974 |
msgid "Message Templates"
|
975 |
msgstr "Besked skabeloner"
|
976 |
|
977 |
+
#: php/qmn_options_text_tab.php:252
|
978 |
msgid "Message Displayed Before Quiz"
|
979 |
msgstr "Besked vist før Quiz"
|
980 |
|
981 |
+
#: php/qmn_options_text_tab.php:262
|
982 |
msgid "Message Displayed Before Comments Box If Enabled"
|
983 |
msgstr "Besked vist før kommentar boksen hvis aktiv"
|
984 |
|
985 |
+
#: php/qmn_options_text_tab.php:272
|
986 |
msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
|
987 |
msgstr ""
|
988 |
"Besked vist ved slutningen af Quizzen (Vis blank for at undlade tekst sektion)"
|
989 |
|
990 |
+
#: php/qmn_options_text_tab.php:282
|
991 |
msgid "Message Displayed If User Has Tried Quiz Too Many Times"
|
992 |
msgstr "Besked vist hvis brugeren har deltaget for mange gange"
|
993 |
|
994 |
+
#: php/qmn_options_text_tab.php:292
|
995 |
msgid ""
|
996 |
"Message Displayed If User Is Not Logged In And Quiz Requires Users To Be "
|
997 |
"Logged In"
|
998 |
msgstr ""
|
999 |
"Besked vist, hvis brugeren skal være logget ind for at besvare denne Quiz"
|
1000 |
|
1001 |
+
#: php/qmn_options_text_tab.php:302
|
1002 |
msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
|
1003 |
msgstr "Besked hvis dato er udenfor planlagt Tidsramme"
|
1004 |
|
1005 |
+
#: php/qmn_options_text_tab.php:312
|
1006 |
msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
|
1007 |
msgstr "Besked Hvis grænsen på indtastninger er nået"
|
1008 |
|
1009 |
+
#: php/qmn_options_text_tab.php:322
|
1010 |
msgid "%QUESTIONS_ANSWERS% Text"
|
1011 |
msgstr "% QUESTIONS_ANSWERS% Tekst"
|
1012 |
|
1013 |
+
#: php/qmn_options_text_tab.php:335
|
1014 |
msgid "Twitter Sharing Text"
|
1015 |
msgstr "Twitter Deling tekst"
|
1016 |
|
1017 |
+
#: php/qmn_options_text_tab.php:352
|
1018 |
msgid "Facebook Sharing Text"
|
1019 |
msgstr "Facebook Deling tekst"
|
1020 |
|
1021 |
+
#: php/qmn_options_text_tab.php:367
|
1022 |
msgid "Other Templates"
|
1023 |
msgstr "Andre skabeloner"
|
1024 |
|
1025 |
+
#: php/qmn_options_text_tab.php:370
|
1026 |
msgid "Text for submit button"
|
1027 |
msgstr "Tekst for send-knappen"
|
1028 |
|
1029 |
+
#: php/qmn_options_text_tab.php:374
|
1030 |
msgid "Text for name field"
|
1031 |
msgstr "Tekst til navnefeltet"
|
1032 |
|
1033 |
+
#: php/qmn_options_text_tab.php:378
|
1034 |
msgid "Text for business field"
|
1035 |
msgstr "Tekst til firma felt"
|
1036 |
|
1037 |
+
#: php/qmn_options_text_tab.php:382
|
1038 |
msgid "Text for email field"
|
1039 |
msgstr "Tekst til e-mail-feltet"
|
1040 |
|
1041 |
+
#: php/qmn_options_text_tab.php:386
|
1042 |
msgid "Text for phone number field"
|
1043 |
msgstr "Tekst til telefon nummer felt"
|
1044 |
|
1045 |
+
#: php/qmn_options_text_tab.php:390
|
1046 |
msgid "Text for comments field"
|
1047 |
msgstr "Tekst for kommentarer felt"
|
1048 |
|
1049 |
+
#: php/qmn_options_text_tab.php:394
|
1050 |
msgid "Text for previous button"
|
1051 |
msgstr "Tekst til forrige knap"
|
1052 |
|
1053 |
+
#: php/qmn_options_text_tab.php:398
|
1054 |
msgid "Text for next button"
|
1055 |
msgstr "Tekst til næste knap"
|
1056 |
|
1057 |
+
#: php/qmn_options_tools_tab.php:49
|
1058 |
msgid "The stats has been reset successfully."
|
1059 |
msgstr "De statistikker er blevet nulstillet korrekt."
|
1060 |
|
1061 |
+
#: php/qmn_options_tools_tab.php:107
|
1062 |
msgid ""
|
1063 |
"Use this button to reset all the stats collected for this quiz (Quiz Views "
|
1064 |
"and Times Quiz Has Been Taken)."
|
1066 |
"Brug denne knap til at nulstille alle indsamlet til denne quiz statistik "
|
1067 |
"(Quiz Views og Times Quiz er taget)."
|
1068 |
|
1069 |
+
#: php/qmn_options_tools_tab.php:108
|
1070 |
msgid "Reset Quiz Views And Taken Stats"
|
1071 |
msgstr "Nulstil Quiz Views og oprettede statistikker"
|
1072 |
|
1073 |
+
#: php/qmn_options_tools_tab.php:119
|
1074 |
msgid ""
|
1075 |
"Are you sure you want to reset the stats to 0? All views and taken stats for "
|
1076 |
"this quiz will be reset. This is permanent and cannot be undone."
|
1079 |
"statistik for denne quiz vil blive nulstillet. Det er permanent og kan ikke "
|
1080 |
"fortrydes."
|
1081 |
|
1082 |
+
#: php/qmn_options_tools_tab.php:123
|
1083 |
msgid "Reset All Stats For Quiz"
|
1084 |
msgstr "Nulstil alle Stats for Quiz"
|
1085 |
|
1087 |
msgid "Multiple Choice"
|
1088 |
msgstr "Flere valgmuligheder"
|
1089 |
|
1090 |
+
#: php/qmn_question_types.php:105
|
1091 |
msgid "Horizontal Multiple Choice"
|
1092 |
msgstr "Vandret Multiple Choice"
|
1093 |
|
1094 |
+
#: php/qmn_question_types.php:195
|
1095 |
msgid "Drop Down"
|
1096 |
msgstr "Drop Down"
|
1097 |
|
1098 |
+
#: php/qmn_question_types.php:282
|
1099 |
msgid "Small Open Answer"
|
1100 |
msgstr "Kort tekst svar"
|
1101 |
|
1102 |
+
#: php/qmn_question_types.php:353
|
1103 |
msgid "Multiple Response"
|
1104 |
msgstr "Multiple svar"
|
1105 |
|
1106 |
+
#: php/qmn_question_types.php:452
|
1107 |
msgid "Large Open Answer"
|
1108 |
msgstr "Stor åbent svar"
|
1109 |
|
1110 |
+
#: php/qmn_question_types.php:531
|
1111 |
msgid "Text Block"
|
1112 |
msgstr "tekstblok"
|
1113 |
|
1114 |
+
#: php/qmn_question_types.php:566
|
1115 |
msgid "Number"
|
1116 |
msgstr "Tal"
|
1117 |
|
1118 |
+
#: php/qmn_question_types.php:648
|
1119 |
msgid "Accept"
|
1120 |
msgstr "Accepter"
|
1121 |
|
1122 |
+
#: php/qmn_question_types.php:692
|
1123 |
msgid "Captcha"
|
1124 |
msgstr "CAPTCHA"
|
1125 |
|
1126 |
+
#: php/qmn_question_types.php:750
|
1127 |
msgid "Horizontal Multiple Response"
|
1128 |
msgstr "Vandret Multiple svar"
|
1129 |
|
1130 |
+
#: php/qmn_question_types.php:861
|
1131 |
+
msgid ""
|
1132 |
+
"For fill in the blank types, use %BLANK% to represent where to put the text "
|
1133 |
+
"box in your text."
|
1134 |
+
msgstr ""
|
1135 |
+
|
1136 |
+
#: php/qmn_question_types.php:865
|
1137 |
msgid "Fill In The Blank"
|
1138 |
msgstr ""
|
1139 |
|
1140 |
+
#: php/qmn_quiz.php:187
|
1141 |
+
msgid "It appears that this quiz is not set up correctly"
|
1142 |
+
msgstr ""
|
1143 |
+
|
1144 |
+
#: php/qmn_quiz.php:376
|
1145 |
msgid "Not a valid e-mail address!"
|
1146 |
msgstr "Ikke en gyldig e-mail-adresse!"
|
1147 |
|
1148 |
+
#: php/qmn_quiz.php:377
|
1149 |
msgid "This field must be a number!"
|
1150 |
msgstr "Dette felt skal være et tal!"
|
1151 |
|
1152 |
+
#: php/qmn_quiz.php:378
|
1153 |
msgid "The entered text is not correct!"
|
1154 |
msgstr "Den indtastede tekst er ikke korrekt!"
|
1155 |
|
1156 |
+
#: php/qmn_quiz.php:379
|
1157 |
msgid "Please complete all required fields!"
|
1158 |
msgstr "Venligst udfyld alle obligatoriske felter"
|
1159 |
|
1169 |
msgstr[1] "%s quizzer"
|
1170 |
|
1171 |
#: php/qmn_quiz_admin.php:259 php/qmn_quiz_admin.php:310
|
1172 |
+
#: php/qmn_quiz_admin.php:378 php/qmn_results.php:267
|
1173 |
msgid "Quiz Name"
|
1174 |
msgstr "Quiz navn"
|
1175 |
|
1245 |
msgid "Delete Quiz"
|
1246 |
msgstr "Slet Quiz"
|
1247 |
|
1248 |
+
#: php/qmn_quiz_creator.php:294
|
1249 |
msgid ""
|
1250 |
"Your new quiz has been created successfully. To begin editing your quiz, "
|
1251 |
"click the Edit link on the new quiz."
|
1253 |
"Din nye quiz er blevet oprettet. For at edigere din quiz, klik på linket "
|
1254 |
"Rediger ved den nye quiz"
|
1255 |
|
1256 |
+
#: php/qmn_quiz_creator.php:369
|
1257 |
msgid "Your quiz has been deleted successfully."
|
1258 |
msgstr "Din Quiz er blevet slettet."
|
1259 |
|
1260 |
+
#: php/qmn_quiz_creator.php:420
|
1261 |
msgid "Your quiz name has been updated successfully."
|
1262 |
msgstr "Dit quiz navn er blevet opdateret."
|
1263 |
|
1264 |
+
#: php/qmn_quiz_creator.php:586
|
1265 |
msgid "Your quiz has been duplicated successfully."
|
1266 |
msgstr "Din Quiz er blevet dublikeret."
|
1267 |
|
1277 |
msgstr ""
|
1278 |
"Go til quiz siden og klik på rediger linket på den quiz du ønsker at redigere"
|
1279 |
|
1280 |
+
#: php/qmn_results.php:37
|
1281 |
msgid "Your results has been deleted successfully."
|
1282 |
msgstr "Dine resultater er blevet slettet."
|
1283 |
|
1284 |
+
#: php/qmn_results.php:202
|
1285 |
#, php-format
|
1286 |
msgid "One result"
|
1287 |
msgid_plural "%s results"
|
1288 |
msgstr[0] "Et resultat"
|
1289 |
msgstr[1] "%s resultater"
|
1290 |
|
1291 |
+
#: php/qmn_results.php:266
|
1292 |
msgid "Actions"
|
1293 |
msgstr "Handlinger"
|
1294 |
|
1295 |
+
#: php/qmn_results.php:268
|
1296 |
msgid "Score"
|
1297 |
msgstr "Skore"
|
1298 |
|
1299 |
+
#: php/qmn_results.php:269
|
1300 |
msgid "Time To Complete"
|
1301 |
msgstr "Tid til at færdiggøre"
|
1302 |
|
1303 |
+
#: php/qmn_results.php:270
|
1304 |
msgid "Name"
|
1305 |
msgstr "Navn"
|
1306 |
|
1307 |
+
#: php/qmn_results.php:271
|
1308 |
msgid "Business"
|
1309 |
msgstr "Forretning"
|
1310 |
|
1311 |
+
#: php/qmn_results.php:272
|
1312 |
msgid "Email"
|
1313 |
msgstr "Email"
|
1314 |
|
1315 |
+
#: php/qmn_results.php:273
|
1316 |
msgid "Phone"
|
1317 |
msgstr "Telefon"
|
1318 |
|
1319 |
+
#: php/qmn_results.php:274
|
1320 |
msgid "Time Taken"
|
1321 |
msgstr "Forbrugt tid"
|
1322 |
|
1323 |
+
#: php/qmn_results.php:333
|
1324 |
msgid "Are you sure you want to delete these results?"
|
1325 |
msgstr "Er du sikker på at du vil slette disse resultater ?"
|
1326 |
|
1327 |
+
#: php/qmn_results.php:338
|
1328 |
msgid "Delete Results"
|
1329 |
msgstr "Slet resultater"
|
1330 |
|
1409 |
msgid "Quiz ID"
|
1410 |
msgstr "Quiz ID"
|
1411 |
|
1412 |
+
#~ msgid ""
|
1413 |
+
#~ "Enter in your text here to fill in the certificate for this quiz. Be sure "
|
1414 |
+
#~ "to enter in the link variable into the templates on the Quiz Text tab so "
|
1415 |
+
#~ "the user can access the certificate."
|
1416 |
+
#~ msgstr ""
|
1417 |
+
#~ "Indtast din tekst her for at udfylde attesten for denne quiz. Sørg for at "
|
1418 |
+
#~ "indtaste i linket variabel i skabelonerne under fanen Quiz tekst, så "
|
1419 |
+
#~ "brugeren kan få adgang til certifikatet."
|
1420 |
+
|
1421 |
#~ msgid "The amount of time user spent of quiz"
|
1422 |
#~ msgstr "Tid brugeren brugte på undersøgelsen"
|
1423 |
|
languages/quiz-master-next-es_ES.mo
CHANGED
Binary file
|
languages/quiz-master-next-es_ES.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Quiz Master Next\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
|
8 |
"Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
|
9 |
"Language: es_ES\n"
|
@@ -18,53 +18,75 @@ msgstr ""
|
|
18 |
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
|
19 |
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
|
20 |
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
21 |
-
"X-Poedit-Basepath:
|
22 |
-
"X-Generator: Poedit 1.8.
|
23 |
"X-Loco-Target-Locale: es_ES\n"
|
24 |
"X-Poedit-SearchPath-0: .\n"
|
25 |
|
26 |
-
#: mlw_quizmaster2.php:
|
27 |
msgid "Quizzes"
|
28 |
msgstr "Cuestionarios"
|
29 |
|
30 |
-
#: mlw_quizmaster2.php:
|
31 |
msgid "Quiz Settings"
|
32 |
msgstr "Configuración de la encuesta"
|
33 |
|
34 |
-
#: mlw_quizmaster2.php:
|
35 |
#: php/qmn_results_details.php:20
|
36 |
msgid "Quiz Results"
|
37 |
msgstr "Resultados de la encuesta."
|
38 |
|
39 |
-
#: mlw_quizmaster2.php:
|
40 |
msgid "Quiz Result Details"
|
41 |
msgstr "Detalle de resultados del cuestionario"
|
42 |
|
43 |
-
#: mlw_quizmaster2.php:
|
44 |
msgid "Settings"
|
45 |
msgstr "Configuración"
|
46 |
|
47 |
-
#: mlw_quizmaster2.php:
|
48 |
#: php/qmn_tools.php:65
|
49 |
msgid "Tools"
|
50 |
msgstr "Herramientas"
|
51 |
|
52 |
-
#: mlw_quizmaster2.php:
|
53 |
msgid "Stats"
|
54 |
msgstr "Estadísticas"
|
55 |
|
56 |
-
#: mlw_quizmaster2.php:
|
57 |
msgid "Addon Settings"
|
58 |
msgstr "Configuración de Addon"
|
59 |
|
60 |
-
#: mlw_quizmaster2.php:
|
61 |
msgid "Help"
|
62 |
msgstr "Ayuda"
|
63 |
|
64 |
-
#: mlw_quizmaster2.php:
|
65 |
msgid "QMN About"
|
66 |
msgstr "Sobre QMN"
|
67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
#: php/qmn-stats-page.php:29
|
69 |
msgid "Quiz Statistics"
|
70 |
msgstr "Estadísticas de la encuesta"
|
@@ -113,6 +135,15 @@ msgstr "Novedades!"
|
|
113 |
msgid "Changelog"
|
114 |
msgstr "Historial de modificaciones"
|
115 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
#: php/qmn_dashboard_widgets.php:16
|
117 |
msgid "Quiz Master Next Snapshot"
|
118 |
msgstr "Quiz Master Next Snapshot"
|
@@ -151,23 +182,23 @@ msgstr "encuesta más popular"
|
|
151 |
msgid "least popular quiz"
|
152 |
msgstr "encuesta menos popular"
|
153 |
|
154 |
-
#: php/qmn_help.php:
|
155 |
msgid "Need Help?"
|
156 |
msgstr "¿Necesita ayuda?"
|
157 |
|
158 |
-
#: php/qmn_help.php:
|
159 |
msgid "Support"
|
160 |
msgstr "Ayuda"
|
161 |
|
162 |
-
#: php/qmn_help.php:
|
163 |
msgid "System Info"
|
164 |
msgstr "Información de sistema"
|
165 |
|
166 |
-
#: php/qmn_help.php:
|
167 |
msgid "Help Page"
|
168 |
msgstr "Página de ayuda"
|
169 |
|
170 |
-
#: php/qmn_help.php:
|
171 |
msgid "Need help with the plugin? Try any of the following:"
|
172 |
msgstr "¿Necesita ayuda con el plugin? Pruebe algo de lo siguiente:"
|
173 |
|
@@ -175,21 +206,21 @@ msgstr "¿Necesita ayuda con el plugin? Pruebe algo de lo siguiente:"
|
|
175 |
msgid "Certificate (Beta)"
|
176 |
msgstr "Certificado (Beta)"
|
177 |
|
178 |
-
#: php/qmn_options_certificate_tab.php:
|
179 |
msgid "The certificate has been updated successfully."
|
180 |
msgstr "El certificado ha sido actualizado correctamente."
|
181 |
|
182 |
-
#: php/qmn_options_certificate_tab.php:
|
183 |
-
#: php/qmn_options_email_tab.php:
|
184 |
-
#: php/qmn_options_leaderboard_tab.php:
|
185 |
-
#: php/qmn_options_questions_tab.php:
|
186 |
-
#: php/qmn_options_questions_tab.php:
|
187 |
-
#: php/qmn_options_results_page_tab.php:
|
188 |
-
#: php/qmn_options_results_page_tab.php:
|
189 |
-
#: php/qmn_options_text_tab.php:
|
190 |
-
#: php/qmn_quiz_creator.php:
|
191 |
-
#: php/qmn_quiz_creator.php:
|
192 |
-
#: php/qmn_quiz_creator.php:
|
193 |
#, php-format
|
194 |
msgid ""
|
195 |
"There has been an error in this action. Please share this with the "
|
@@ -199,89 +230,86 @@ msgstr ""
|
|
199 |
"desarrollador. El código de error es: \n"
|
200 |
"%s"
|
201 |
|
202 |
-
#: php/qmn_options_certificate_tab.php:
|
203 |
msgid "Enter title here"
|
204 |
msgstr "Escriba el título aquí"
|
205 |
|
206 |
-
#: php/qmn_options_certificate_tab.php:
|
207 |
-
#: php/qmn_options_email_tab.php:
|
208 |
msgid "Enter text here"
|
209 |
msgstr "Escriba el texto aquí"
|
210 |
|
211 |
-
#: php/qmn_options_certificate_tab.php:
|
212 |
msgid "Quiz Certificate (Beta)"
|
213 |
msgstr "Certificado de encuesta (Beta)"
|
214 |
|
215 |
-
#: php/qmn_options_certificate_tab.php:
|
216 |
msgid ""
|
217 |
"Enter in your text here to fill in the certificate for this quiz. Be sure to "
|
218 |
-
"enter in the link variable into the templates on the
|
219 |
-
"user can access the certificate."
|
220 |
msgstr ""
|
221 |
-
"Escriba aquí el texto que aparecerá como certificado de esta encuesta. "
|
222 |
-
"Asegúrese de introducir su enlace dentro de las plantillas en la pestaña "
|
223 |
-
"Quiz Text para que el usuario pueda acceder a su certificado."
|
224 |
|
225 |
-
#: php/qmn_options_certificate_tab.php:
|
226 |
msgid "These fields cannot contain HTML."
|
227 |
msgstr "Estos campos no pueden contener HTML."
|
228 |
|
229 |
-
#: php/qmn_options_certificate_tab.php:
|
230 |
-
#: php/qmn_options_certificate_tab.php:
|
231 |
msgid "Save Certificate Options"
|
232 |
msgstr "Guardas Opciones de Certificado"
|
233 |
|
234 |
-
#: php/qmn_options_certificate_tab.php:
|
235 |
msgid "Enable Certificates For This Quiz?"
|
236 |
msgstr "¿Permitir Certificados para esta Encuesta?"
|
237 |
|
238 |
-
#: php/qmn_options_certificate_tab.php:
|
239 |
-
#: php/qmn_options_email_tab.php:
|
240 |
-
#: php/qmn_options_option_tab.php:
|
241 |
-
#: php/qmn_options_option_tab.php:
|
242 |
-
#: php/qmn_options_option_tab.php:
|
243 |
-
#: php/qmn_options_option_tab.php:
|
244 |
-
#: php/qmn_options_option_tab.php:
|
245 |
-
#: php/qmn_options_questions_tab.php:
|
246 |
-
#: php/qmn_options_results_page_tab.php:
|
247 |
msgid "Yes"
|
248 |
msgstr "sí"
|
249 |
|
250 |
-
#: php/qmn_options_certificate_tab.php:
|
251 |
-
#: php/qmn_options_email_tab.php:
|
252 |
-
#: php/qmn_options_option_tab.php:
|
253 |
-
#: php/qmn_options_option_tab.php:
|
254 |
-
#: php/qmn_options_option_tab.php:
|
255 |
-
#: php/qmn_options_option_tab.php:
|
256 |
-
#: php/qmn_options_option_tab.php:
|
257 |
-
#: php/qmn_options_option_tab.php:
|
258 |
-
#: php/qmn_options_results_page_tab.php:
|
259 |
msgid "No"
|
260 |
msgstr "No"
|
261 |
|
262 |
-
#: php/qmn_options_certificate_tab.php:
|
263 |
msgid "Certificate Title"
|
264 |
msgstr "Título del certificado"
|
265 |
|
266 |
-
#: php/qmn_options_certificate_tab.php:
|
267 |
msgid "Message Displayed On Certificate"
|
268 |
msgstr "Mensaje mostrado en el Certificado"
|
269 |
|
270 |
-
#: php/qmn_options_certificate_tab.php:
|
271 |
-
#: php/qmn_options_leaderboard_tab.php:
|
272 |
-
#: php/qmn_options_text_tab.php:
|
273 |
-
#: php/qmn_options_text_tab.php:
|
274 |
-
#: php/qmn_options_text_tab.php:
|
275 |
-
#: php/qmn_options_text_tab.php:
|
276 |
-
#: php/qmn_options_text_tab.php:
|
277 |
msgid "Allowed Variables:"
|
278 |
msgstr "Variables permitidas:"
|
279 |
|
280 |
-
#: php/qmn_options_certificate_tab.php:
|
281 |
msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
|
282 |
msgstr "URL del logo (debe estar en formato JPG, JPEG, PNG o GIF)"
|
283 |
|
284 |
-
#: php/qmn_options_certificate_tab.php:
|
285 |
msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
|
286 |
msgstr "URL de la imagen de fondo (debe estar en formato JPG, JPEG, PNG o GIF)"
|
287 |
|
@@ -289,203 +317,203 @@ msgstr "URL de la imagen de fondo (debe estar en formato JPG, JPEG, PNG o GIF)"
|
|
289 |
msgid "Emails"
|
290 |
msgstr "Emails"
|
291 |
|
292 |
-
#: php/qmn_options_email_tab.php:55 php/qmn_options_email_tab.php:
|
293 |
msgid "The email has been added successfully."
|
294 |
msgstr "El email ha sido añadido correctamente"
|
295 |
|
296 |
-
#: php/qmn_options_email_tab.php:
|
297 |
msgid "The email has been updated successfully."
|
298 |
msgstr "El email ha sido actualizado correctamente"
|
299 |
|
300 |
-
#: php/qmn_options_email_tab.php:
|
301 |
-
#: php/qmn_options_results_page_tab.php:
|
302 |
msgid "Template Variables"
|
303 |
msgstr "Variables de la plantilla"
|
304 |
|
305 |
-
#: php/qmn_options_email_tab.php:
|
306 |
-
#: php/qmn_options_text_tab.php:
|
307 |
msgid "Score for the quiz when using points"
|
308 |
msgstr "Puntuación de la encuesta cuando se usan puntos"
|
309 |
|
310 |
-
#: php/qmn_options_email_tab.php:
|
311 |
-
#: php/qmn_options_text_tab.php:
|
312 |
msgid "The average amount of points user had per question"
|
313 |
msgstr "Media de puntos por usuario por pregunta"
|
314 |
|
315 |
-
#: php/qmn_options_email_tab.php:
|
316 |
-
#: php/qmn_options_text_tab.php:
|
317 |
msgid "The number of correct answers the user had"
|
318 |
msgstr "Número de respuestas correctas que obtuvo el usuario"
|
319 |
|
320 |
-
#: php/qmn_options_email_tab.php:
|
321 |
-
#: php/qmn_options_text_tab.php:
|
322 |
msgid "The total number of questions in the quiz"
|
323 |
msgstr "Número de preguntas totales en la encuesta"
|
324 |
|
325 |
-
#: php/qmn_options_email_tab.php:
|
326 |
-
#: php/qmn_options_text_tab.php:
|
327 |
msgid "Score for the quiz when using correct answers"
|
328 |
msgstr "Puntuación de la encuesta basada en las respuestas correctas"
|
329 |
|
330 |
-
#: php/qmn_options_email_tab.php:
|
331 |
-
#: php/qmn_options_text_tab.php:
|
332 |
msgid "The name the user entered before the quiz"
|
333 |
msgstr "Nombre que el usuario introdujo antes de la encuesta"
|
334 |
|
335 |
-
#: php/qmn_options_email_tab.php:
|
336 |
-
#: php/qmn_options_text_tab.php:
|
337 |
msgid "The business the user entered before the quiz"
|
338 |
msgstr "El asunto que el usuario introdujo antes de la encuesta."
|
339 |
|
340 |
-
#: php/qmn_options_email_tab.php:
|
341 |
-
#: php/qmn_options_text_tab.php:
|
342 |
msgid "The phone number the user entered before the quiz"
|
343 |
msgstr "El número de teléfono que el usuario introdujo antes de la encuesta"
|
344 |
|
345 |
-
#: php/qmn_options_email_tab.php:
|
346 |
-
#: php/qmn_options_text_tab.php:
|
347 |
msgid "The email the user entered before the quiz"
|
348 |
msgstr "El email que el usuario introdujo antes de la encuesta"
|
349 |
|
350 |
-
#: php/qmn_options_email_tab.php:
|
351 |
-
#: php/qmn_options_results_page_tab.php:
|
352 |
msgid "The name of the quiz"
|
353 |
msgstr "El nombre de la encuesta"
|
354 |
|
355 |
-
#: php/qmn_options_email_tab.php:
|
356 |
-
#: php/qmn_options_text_tab.php:
|
357 |
msgid ""
|
358 |
"Shows the question, the answer the user provided, and the correct answer"
|
359 |
msgstr "Muestra la pregunta, la respuesta del usuario y la respuesta correcta"
|
360 |
|
361 |
-
#: php/qmn_options_email_tab.php:
|
362 |
-
#: php/qmn_options_text_tab.php:
|
363 |
msgid "The comments the user entered into comment box if enabled"
|
364 |
msgstr ""
|
365 |
"Los comentarios que el usuario introdujo en la caja de comentarios si esta "
|
366 |
"está habilitada"
|
367 |
|
368 |
-
#: php/qmn_options_email_tab.php:
|
369 |
msgid "The amount of time user spent on quiz in seconds"
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: php/qmn_options_email_tab.php:
|
373 |
msgid "The amount of time user spent on quiz in minutes"
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: php/qmn_options_email_tab.php:
|
377 |
-
#: php/qmn_options_text_tab.php:
|
378 |
msgid "The link to the certificate after completing the quiz"
|
379 |
msgstr "El enlace hacia el certificado después de completar la encuesta"
|
380 |
|
381 |
-
#: php/qmn_options_email_tab.php:
|
382 |
-
#: php/qmn_options_text_tab.php:
|
383 |
msgid "The amount of points a specific category earned."
|
384 |
msgstr "El total de puntos obtenidos en una categoría específica"
|
385 |
|
386 |
-
#: php/qmn_options_email_tab.php:
|
387 |
-
#: php/qmn_options_text_tab.php:
|
388 |
msgid "The score a specific category earned."
|
389 |
msgstr "La puntuación obtenida en una categoría específica."
|
390 |
|
391 |
-
#: php/qmn_options_email_tab.php:
|
392 |
-
#: php/qmn_options_text_tab.php:
|
393 |
msgid "The average points from all categories."
|
394 |
msgstr "La media de puntos contando todas las categorías."
|
395 |
|
396 |
-
#: php/qmn_options_email_tab.php:
|
397 |
-
#: php/qmn_options_text_tab.php:
|
398 |
msgid "The average score from all categories."
|
399 |
msgstr "La puntuación media contando todas las categorías."
|
400 |
|
401 |
-
#: php/qmn_options_email_tab.php:
|
402 |
msgid "The question that the user answered"
|
403 |
msgstr "La pregunta que el usuario respondió"
|
404 |
|
405 |
-
#: php/qmn_options_email_tab.php:
|
406 |
msgid "The answer the user gave for the question"
|
407 |
msgstr "La respuesta del usuario a la pregunta"
|
408 |
|
409 |
-
#: php/qmn_options_email_tab.php:
|
410 |
msgid "The correct answer for the question"
|
411 |
msgstr "La contestación correcta a la pregunta"
|
412 |
|
413 |
-
#: php/qmn_options_email_tab.php:
|
414 |
msgid "The comments the user provided in the comment field for the question"
|
415 |
msgstr ""
|
416 |
"Los comentarios que el usuario indicó en el campo de comentarios de la "
|
417 |
"pregunta."
|
418 |
|
419 |
-
#: php/qmn_options_email_tab.php:
|
420 |
msgid "Reason why the correct answer is the correct answer"
|
421 |
msgstr "La razón por qué la respuesta correcta es la respuesta correcta"
|
422 |
|
423 |
-
#: php/qmn_options_email_tab.php:
|
424 |
msgid "The Current Date"
|
425 |
msgstr "La fecha actual"
|
426 |
|
427 |
-
#: php/qmn_options_email_tab.php:
|
428 |
msgid "Save Email Templates And Settings"
|
429 |
msgstr "Guardar email, plantillas y preferencias"
|
430 |
|
431 |
-
#: php/qmn_options_email_tab.php:
|
432 |
msgid "Send user email upon completion?"
|
433 |
msgstr "¿Enviar un email al usuario al finalizar?"
|
434 |
|
435 |
-
#: php/qmn_options_email_tab.php:
|
436 |
msgid "Send admin email upon completion?"
|
437 |
msgstr "¿Enviar un email al administrador al finalizar?"
|
438 |
|
439 |
-
#: php/qmn_options_email_tab.php:
|
440 |
msgid ""
|
441 |
"What emails should we send the admin email to? Separate emails with a comma."
|
442 |
msgstr ""
|
443 |
"¿Qué emails deberíamos enviar al administrador?. Separar los emails con una "
|
444 |
"coma."
|
445 |
|
446 |
-
#: php/qmn_options_email_tab.php:
|
447 |
msgid "What is the From Name for the email sent to users and admin?"
|
448 |
msgstr ""
|
449 |
"¿Cual es el nombre desde el cual se enviarán el email a los usuarios y "
|
450 |
"administrador?"
|
451 |
|
452 |
-
#: php/qmn_options_email_tab.php:
|
453 |
msgid "Email Sent To User"
|
454 |
msgstr "Email enviado al usuario"
|
455 |
|
456 |
-
#: php/qmn_options_email_tab.php:
|
457 |
msgid "Add New User Email"
|
458 |
msgstr "Añadir un nuevo email de usuario "
|
459 |
|
460 |
-
#: php/qmn_options_email_tab.php:
|
461 |
-
#: php/qmn_options_email_tab.php:
|
462 |
-
#: php/qmn_options_results_page_tab.php:
|
463 |
-
#: php/qmn_options_results_page_tab.php:
|
464 |
msgid "Score Greater Than Or Equal To"
|
465 |
msgstr "Puntuación 'mayor que' o 'igual que'"
|
466 |
|
467 |
-
#: php/qmn_options_email_tab.php:
|
468 |
-
#: php/qmn_options_email_tab.php:
|
469 |
-
#: php/qmn_options_results_page_tab.php:
|
470 |
-
#: php/qmn_options_results_page_tab.php:
|
471 |
msgid "Score Less Than Or Equal To"
|
472 |
msgstr "Puntuación 'menor que' o 'igual que'"
|
473 |
|
474 |
-
#: php/qmn_options_email_tab.php:
|
475 |
-
#: php/qmn_options_email_tab.php:
|
476 |
msgid "Subject"
|
477 |
msgstr "Asunto"
|
478 |
|
479 |
-
#: php/qmn_options_email_tab.php:
|
480 |
-
#: php/qmn_options_email_tab.php:
|
481 |
msgid "Email To Send"
|
482 |
msgstr "Email a enviar"
|
483 |
|
484 |
-
#: php/qmn_options_email_tab.php:
|
485 |
msgid "Email Sent To Admin"
|
486 |
msgstr "Email enviado a administrador"
|
487 |
|
488 |
-
#: php/qmn_options_email_tab.php:
|
489 |
msgid "Add New Admin Email"
|
490 |
msgstr "Añadir nuevo email de administrador"
|
491 |
|
@@ -493,56 +521,56 @@ msgstr "Añadir nuevo email de administrador"
|
|
493 |
msgid "Leaderboard"
|
494 |
msgstr "Clasificación"
|
495 |
|
496 |
-
#: php/qmn_options_leaderboard_tab.php:
|
497 |
msgid "The leaderboards has been updated successfully."
|
498 |
msgstr "Las tablas de clasificación han sido actualizadas correctamente."
|
499 |
|
500 |
-
#: php/qmn_options_leaderboard_tab.php:
|
501 |
msgid "The name of the user who is in first place"
|
502 |
msgstr "El nombre del usuario que está en el primer puesto"
|
503 |
|
504 |
-
#: php/qmn_options_leaderboard_tab.php:
|
505 |
msgid "The score from the first place's quiz"
|
506 |
msgstr "La puntuación del usuario que está en el primer puesto"
|
507 |
|
508 |
-
#: php/qmn_options_leaderboard_tab.php:
|
509 |
msgid "The name of the user who is in second place"
|
510 |
msgstr "El nombre del usuario que está en segundo puesto"
|
511 |
|
512 |
-
#: php/qmn_options_leaderboard_tab.php:
|
513 |
msgid "The score from the second place's quiz"
|
514 |
msgstr "La puntuación del usuario que está en el segundo puesto"
|
515 |
|
516 |
-
#: php/qmn_options_leaderboard_tab.php:
|
517 |
msgid "The name of the user who is in third place"
|
518 |
msgstr "El nombre del usuario que está en el tercer puesto"
|
519 |
|
520 |
-
#: php/qmn_options_leaderboard_tab.php:
|
521 |
msgid "The score from the third place's quiz"
|
522 |
msgstr "La puntuación del usuario que está en el tercer puesto"
|
523 |
|
524 |
-
#: php/qmn_options_leaderboard_tab.php:
|
525 |
msgid "The name of the user who is in fourth place"
|
526 |
msgstr "El nombre del usuario que está en el cuarto puesto"
|
527 |
|
528 |
-
#: php/qmn_options_leaderboard_tab.php:
|
529 |
msgid "The score from the fourth place's quiz"
|
530 |
msgstr "La puntuación del usuario que está en el cuarto puesto"
|
531 |
|
532 |
-
#: php/qmn_options_leaderboard_tab.php:
|
533 |
msgid "The name of the user who is in fifth place"
|
534 |
msgstr "El nombre del usuario que está en el quinto puesto"
|
535 |
|
536 |
-
#: php/qmn_options_leaderboard_tab.php:
|
537 |
msgid "The score from the fifth place's quiz"
|
538 |
msgstr "La puntuación del usuario que está en el quinto puesto"
|
539 |
|
540 |
-
#: php/qmn_options_leaderboard_tab.php:
|
541 |
-
#: php/qmn_options_leaderboard_tab.php:
|
542 |
msgid "Save Leaderboard Options"
|
543 |
msgstr "Guardar las opciones de clasificación"
|
544 |
|
545 |
-
#: php/qmn_options_leaderboard_tab.php:
|
546 |
msgid "Leaderboard Template"
|
547 |
msgstr "Plantilla de clasificación"
|
548 |
|
@@ -550,36 +578,36 @@ msgstr "Plantilla de clasificación"
|
|
550 |
msgid "Options"
|
551 |
msgstr "Opciones"
|
552 |
|
553 |
-
#: php/qmn_options_option_tab.php:
|
554 |
msgid "The options has been updated successfully."
|
555 |
msgstr "Las opciones han sido actualizadas correctamente."
|
556 |
|
557 |
-
#: php/qmn_options_option_tab.php:
|
558 |
msgid "Save Options"
|
559 |
msgstr "Guardar opciones"
|
560 |
|
561 |
-
#: php/qmn_options_option_tab.php:
|
562 |
msgid "Which system is this quiz graded on?"
|
563 |
msgstr "¿Cual es el sistema de clasificación?"
|
564 |
|
565 |
-
#: php/qmn_options_option_tab.php:
|
566 |
msgid "Correct/Incorrect"
|
567 |
msgstr "Correcto/Incorrecto"
|
568 |
|
569 |
-
#: php/qmn_options_option_tab.php:
|
570 |
msgid "Points"
|
571 |
msgstr "Puntos"
|
572 |
|
573 |
-
#: php/qmn_options_option_tab.php:
|
574 |
msgid "Not Graded"
|
575 |
msgstr "No clasificada"
|
576 |
|
577 |
-
#: php/qmn_options_option_tab.php:
|
578 |
msgid "Should the user be required to be logged in to take this quiz?"
|
579 |
msgstr ""
|
580 |
"¿Es necesario que el usuario inicie sesión para rellenar este cuestionario?"
|
581 |
|
582 |
-
#: php/qmn_options_option_tab.php:
|
583 |
msgid ""
|
584 |
"How many questions per page would you like? (Leave 0 for all questions on "
|
585 |
"one page)"
|
@@ -587,7 +615,7 @@ msgstr ""
|
|
587 |
"¿Cuantas preguntas por página desea? (Deje 0 para que todas las preguntas "
|
588 |
"aparezcan en una misma página)"
|
589 |
|
590 |
-
#: php/qmn_options_option_tab.php:
|
591 |
msgid ""
|
592 |
"How many minutes does the user have to finish the quiz? (Leave 0 for no time "
|
593 |
"limit)"
|
@@ -595,7 +623,7 @@ msgstr ""
|
|
595 |
"¿Cuantos minutos tiene el usuario para realizar la encuesta? (Deje 0 sino "
|
596 |
"tiene límite de tiempo)"
|
597 |
|
598 |
-
#: php/qmn_options_option_tab.php:
|
599 |
msgid ""
|
600 |
"How many times can a user take this quiz? (Leave 0 for as many times as the "
|
601 |
"user wants to. Currently only works for registered users)"
|
@@ -604,21 +632,21 @@ msgstr ""
|
|
604 |
"tantas veces como el usuario quiera. Actualmente sólo funciona para usuarios "
|
605 |
"registrados)"
|
606 |
|
607 |
-
#: php/qmn_options_option_tab.php:
|
608 |
msgid ""
|
609 |
"How many total entries can this quiz have? (Leave 0 for unlimited entries"
|
610 |
msgstr ""
|
611 |
"¿Cuantas veces en total puede ser rellenado este cuestionario? (Deje 0 para "
|
612 |
"entradas ilimitadas)"
|
613 |
|
614 |
-
#: php/qmn_options_option_tab.php:
|
615 |
msgid ""
|
616 |
"How many questions should be loaded for quiz? (Leave 0 to load all questions)"
|
617 |
msgstr ""
|
618 |
"¿Cuantas preguntas deben ser cargadas por cuestionario? (Deje 0 para cargar "
|
619 |
"todas las preguntas)"
|
620 |
|
621 |
-
#: php/qmn_options_option_tab.php:
|
622 |
msgid ""
|
623 |
"What time-frame should the user be able to access the quiz? (Leave blank if "
|
624 |
"the user can access anytime)"
|
@@ -626,30 +654,30 @@ msgstr ""
|
|
626 |
"¿En qué periodo de tiempo puede el usuario acceder a la encuesta? (Déjelo en "
|
627 |
"blanco si el usuario puede acceder en cualquier momento)"
|
628 |
|
629 |
-
#: php/qmn_options_option_tab.php:
|
630 |
msgid "start date"
|
631 |
msgstr "fecha de inicio"
|
632 |
|
633 |
-
#: php/qmn_options_option_tab.php:
|
634 |
msgid "end date"
|
635 |
msgstr "fecha de finalización"
|
636 |
|
637 |
-
#: php/qmn_options_option_tab.php:
|
638 |
msgid ""
|
639 |
"Are the questions random? (Question Order will not apply if this is yes)"
|
640 |
msgstr ""
|
641 |
"¿Son preguntas aleatorias? (El orden de las preguntas no se aplicará si "
|
642 |
"contesta que SÍ)"
|
643 |
|
644 |
-
#: php/qmn_options_option_tab.php:
|
645 |
msgid "Random Questions"
|
646 |
msgstr "Preguntas aleatorias"
|
647 |
|
648 |
-
#: php/qmn_options_option_tab.php:
|
649 |
msgid "Random Questions And Answers"
|
650 |
msgstr "Preguntas y respuestas aleatorias"
|
651 |
|
652 |
-
#: php/qmn_options_option_tab.php:
|
653 |
msgid ""
|
654 |
"Would you like to ask for the contact information at the beginning or at the "
|
655 |
"end of the quiz?"
|
@@ -657,15 +685,15 @@ msgstr ""
|
|
657 |
"¿Le gustaría pedir la información de contacto al principio o final de la "
|
658 |
"encuesta?"
|
659 |
|
660 |
-
#: php/qmn_options_option_tab.php:
|
661 |
msgid "Beginning"
|
662 |
msgstr "Principio"
|
663 |
|
664 |
-
#: php/qmn_options_option_tab.php:
|
665 |
msgid "End"
|
666 |
msgstr "Fin"
|
667 |
|
668 |
-
#: php/qmn_options_option_tab.php:
|
669 |
msgid ""
|
670 |
"If a logged-in user takes the quiz, would you like them to be able to edit "
|
671 |
"contact information? If set to no, the fields will not show up for logged in "
|
@@ -676,55 +704,55 @@ msgstr ""
|
|
676 |
"los usuarios conectados, sin embargo, la información sobre el usuario sería "
|
677 |
"registrada en los campos."
|
678 |
|
679 |
-
#: php/qmn_options_option_tab.php:
|
680 |
msgid "Should we ask for users name?"
|
681 |
msgstr "¿Se debería pedir el nombre de los usuarios?"
|
682 |
|
683 |
-
#: php/qmn_options_option_tab.php:
|
684 |
-
#: php/qmn_options_option_tab.php:
|
685 |
msgid "Require"
|
686 |
msgstr "Obligatorio"
|
687 |
|
688 |
-
#: php/qmn_options_option_tab.php:
|
689 |
msgid "Should we ask for users business?"
|
690 |
msgstr "¿Se debería pedir el empleo del usuario?"
|
691 |
|
692 |
-
#: php/qmn_options_option_tab.php:
|
693 |
msgid "Should we ask for users email?"
|
694 |
msgstr "¿Se debería pedir el email al usuario?"
|
695 |
|
696 |
-
#: php/qmn_options_option_tab.php:
|
697 |
msgid "Should we ask for users phone number?"
|
698 |
msgstr "¿Se debería pedir al usuario el número de teléfono?"
|
699 |
|
700 |
-
#: php/qmn_options_option_tab.php:
|
701 |
msgid "Would you like a place for the user to enter comments?"
|
702 |
msgstr ""
|
703 |
"¿Le gustaría un espacio para que el usuario pudiera dejar sus comentarios?"
|
704 |
|
705 |
-
#: php/qmn_options_option_tab.php:
|
706 |
msgid "Show question number on quiz?"
|
707 |
msgstr "¿Mostrar el número de pregunta en la encuesta?"
|
708 |
|
709 |
-
#: php/qmn_options_option_tab.php:
|
710 |
msgid "Show social media sharing buttons? (Twitter & Facebook)"
|
711 |
msgstr ""
|
712 |
"¿Mostrar botones para compartir en medios sociales? (Twitter & Facebook)"
|
713 |
|
714 |
-
#: php/qmn_options_option_tab.php:
|
715 |
msgid ""
|
716 |
"This option is for here only for users of older versions. Please use the new "
|
717 |
"template variables %FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages "
|
718 |
"instead of using this option!"
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: php/qmn_options_option_tab.php:
|
722 |
msgid ""
|
723 |
"Disable question once user selects answer? (Currently only work on multiple "
|
724 |
"choice)"
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: php/qmn_options_option_tab.php:
|
728 |
msgid ""
|
729 |
"Dynamically add class for incorrect/correct answer after user selects "
|
730 |
"answer? (Currently only works on multiple choice)"
|
@@ -742,119 +770,121 @@ msgstr "Preguntas"
|
|
742 |
msgid "Answer"
|
743 |
msgstr "Respuesta"
|
744 |
|
745 |
-
#: php/qmn_options_questions_tab.php:
|
|
|
|
|
|
|
|
|
746 |
msgid "The question has been updated successfully."
|
747 |
msgstr "La pregunta ha sido actualizada correctamente."
|
748 |
|
749 |
-
#: php/qmn_options_questions_tab.php:
|
750 |
msgid "The question has been deleted successfully."
|
751 |
msgstr "La pregunta ha sido eliminada correctamente."
|
752 |
|
753 |
-
#: php/qmn_options_questions_tab.php:
|
754 |
msgid "The question has been duplicated successfully."
|
755 |
msgstr "La pregunta ha sido duplicada correctamente."
|
756 |
|
757 |
-
#: php/qmn_options_questions_tab.php:
|
758 |
msgid "The question has been created successfully."
|
759 |
msgstr "La pregunta ha sido creada correctamente."
|
760 |
|
761 |
-
#: php/qmn_options_questions_tab.php:
|
762 |
msgid "Add Question"
|
763 |
msgstr "Añadir pregunta"
|
764 |
|
765 |
-
#: php/qmn_options_questions_tab.php:
|
|
|
|
|
|
|
|
|
766 |
#, php-format
|
767 |
msgid "One question"
|
768 |
msgid_plural "%s questions"
|
769 |
msgstr[0] "Una pregunta"
|
770 |
msgstr[1] "%s preguntas"
|
771 |
|
772 |
-
#: php/qmn_options_questions_tab.php:
|
773 |
-
#: php/qmn_options_questions_tab.php:
|
774 |
msgid "Question Order"
|
775 |
msgstr "Orden de preguntas"
|
776 |
|
777 |
-
#: php/qmn_options_questions_tab.php:
|
778 |
-
#: php/qmn_options_questions_tab.php:
|
779 |
msgid "Question Type"
|
780 |
msgstr "Tipo de pregunta"
|
781 |
|
782 |
-
#: php/qmn_options_questions_tab.php:
|
783 |
-
#: php/qmn_options_questions_tab.php:
|
784 |
msgid "Category"
|
785 |
msgstr "Categoria"
|
786 |
|
787 |
-
#: php/qmn_options_questions_tab.php:
|
788 |
msgid "Question"
|
789 |
msgstr "Pregunta"
|
790 |
|
791 |
-
#: php/qmn_options_questions_tab.php:
|
792 |
-
msgid ""
|
793 |
-
"For fill in the blank types, use %BLANK% to represent where to put the text "
|
794 |
-
"box in your text."
|
795 |
-
msgstr ""
|
796 |
-
|
797 |
-
#: php/qmn_options_questions_tab.php:553
|
798 |
msgid "Answers"
|
799 |
msgstr "Respuestas"
|
800 |
|
801 |
-
#: php/qmn_options_questions_tab.php:
|
802 |
msgid "Points Worth"
|
803 |
msgstr "Puntuación"
|
804 |
|
805 |
-
#: php/qmn_options_questions_tab.php:
|
806 |
msgid "Correct Answer"
|
807 |
msgstr "Respuesta correcta"
|
808 |
|
809 |
-
#: php/qmn_options_questions_tab.php:
|
810 |
msgid "Add New Answer!"
|
811 |
msgstr "Añada nueva respuesta!"
|
812 |
|
813 |
-
#: php/qmn_options_questions_tab.php:
|
814 |
msgid "Correct Answer Info"
|
815 |
msgstr "Información acerca de la respuesta correcta"
|
816 |
|
817 |
-
#: php/qmn_options_questions_tab.php:
|
818 |
msgid "Hint"
|
819 |
msgstr "Indicación"
|
820 |
|
821 |
-
#: php/qmn_options_questions_tab.php:
|
822 |
msgid "Comment Field"
|
823 |
msgstr "Campo de Comentario"
|
824 |
|
825 |
-
#: php/qmn_options_questions_tab.php:
|
826 |
msgid "Small Text Field"
|
827 |
msgstr "Campo de texto corto"
|
828 |
|
829 |
-
#: php/qmn_options_questions_tab.php:
|
830 |
msgid "Large Text Field"
|
831 |
msgstr "Campo de texto largo"
|
832 |
|
833 |
-
#: php/qmn_options_questions_tab.php:
|
834 |
msgid "None"
|
835 |
msgstr "Ninguna"
|
836 |
|
837 |
-
#: php/qmn_options_questions_tab.php:
|
838 |
msgid "Required?"
|
839 |
msgstr "¿Obligatorio?"
|
840 |
|
841 |
-
#: php/qmn_options_questions_tab.php:
|
842 |
msgid "Create Question"
|
843 |
msgstr "Crear Pregunta"
|
844 |
|
845 |
-
#: php/qmn_options_questions_tab.php:
|
846 |
msgid "Are you sure you want to delete this question?"
|
847 |
msgstr "¿Está seguro que desea eliminar esta pregunta?"
|
848 |
|
849 |
-
#: php/qmn_options_questions_tab.php:
|
850 |
msgid "Delete Question"
|
851 |
msgstr "Eliminar pregunta"
|
852 |
|
853 |
-
#: php/qmn_options_questions_tab.php:
|
854 |
msgid "Are you sure you want to duplicate this question?"
|
855 |
msgstr "¿Está seguro que desea duplicar esta pregunta?"
|
856 |
|
857 |
-
#: php/qmn_options_questions_tab.php:
|
858 |
msgid "Duplicate Question"
|
859 |
msgstr "Duplicar Pregunta"
|
860 |
|
@@ -866,51 +896,51 @@ msgstr "Página de Resultados"
|
|
866 |
msgid "The results page has been added successfully."
|
867 |
msgstr "Los resultados han sido añadidos correctamente."
|
868 |
|
869 |
-
#: php/qmn_options_results_page_tab.php:
|
870 |
msgid "The results page has been saved successfully."
|
871 |
msgstr "La página de resultados ha sido guardada correctamente."
|
872 |
|
873 |
-
#: php/qmn_options_results_page_tab.php:
|
874 |
msgid "The amount of time user spent taking quiz in minutes"
|
875 |
msgstr ""
|
876 |
|
877 |
-
#: php/qmn_options_results_page_tab.php:
|
878 |
msgid "The amount of time user spent taking quiz in seconds"
|
879 |
msgstr ""
|
880 |
|
881 |
-
#: php/qmn_options_results_page_tab.php:
|
882 |
msgid "Displays button to share on Facebook."
|
883 |
msgstr ""
|
884 |
|
885 |
-
#: php/qmn_options_results_page_tab.php:
|
886 |
msgid "Displays button to share on Twitter."
|
887 |
msgstr ""
|
888 |
|
889 |
-
#: php/qmn_options_results_page_tab.php:
|
890 |
-
#: php/qmn_options_results_page_tab.php:
|
891 |
msgid "Save Results Pages"
|
892 |
msgstr "Guardar Página de Resultados"
|
893 |
|
894 |
-
#: php/qmn_options_results_page_tab.php:
|
895 |
-
#: php/qmn_options_results_page_tab.php:
|
896 |
msgid "Add New Results Page"
|
897 |
msgstr "Añadir Nueva Página de Resultados"
|
898 |
|
899 |
-
#: php/qmn_options_results_page_tab.php:
|
900 |
-
#: php/qmn_options_results_page_tab.php:
|
901 |
msgid "Results Page Shown"
|
902 |
msgstr "Mostrar Página de Resultados"
|
903 |
|
904 |
-
#: php/qmn_options_results_page_tab.php:
|
905 |
-
#: php/qmn_options_results_page_tab.php:
|
906 |
msgid "Redirect URL (Beta)"
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: php/qmn_options_results_page_tab.php:
|
910 |
msgid "Delete"
|
911 |
msgstr "Eliminar"
|
912 |
|
913 |
-
#: php/qmn_options_results_page_tab.php:
|
914 |
msgid "Are you sure?"
|
915 |
msgstr "¿Está seguro?"
|
916 |
|
@@ -922,27 +952,27 @@ msgstr "Estilo"
|
|
922 |
msgid "The style has been saved successfully."
|
923 |
msgstr "El estilo ha sido guardado correctamente."
|
924 |
|
925 |
-
#: php/qmn_options_style_tab.php:
|
926 |
msgid "Quiz Styles"
|
927 |
msgstr "Estilos de Cuestionario."
|
928 |
|
929 |
-
#: php/qmn_options_style_tab.php:
|
930 |
msgid "Choose your style:"
|
931 |
msgstr "Elija su estilo:"
|
932 |
|
933 |
-
#: php/qmn_options_style_tab.php:
|
934 |
msgid "Custom"
|
935 |
msgstr "Personalizado"
|
936 |
|
937 |
-
#: php/qmn_options_style_tab.php:
|
938 |
msgid "Save Quiz Style"
|
939 |
msgstr "Guardar Estilo de Cuestionario"
|
940 |
|
941 |
-
#: php/qmn_options_style_tab.php:
|
942 |
msgid "Custom Style CSS"
|
943 |
msgstr "Personalizar Estilo CSS"
|
944 |
|
945 |
-
#: php/qmn_options_style_tab.php:
|
946 |
msgid ""
|
947 |
"For detailed help and guidance along with a list of different classes used "
|
948 |
"in this plugin, please visit the following link:"
|
@@ -954,41 +984,41 @@ msgstr ""
|
|
954 |
msgid "Text"
|
955 |
msgstr "Texto"
|
956 |
|
957 |
-
#: php/qmn_options_text_tab.php:
|
958 |
msgid "The templates has been updated successfully."
|
959 |
msgstr "La plantilla ha sido actualizada correctamente."
|
960 |
|
961 |
-
#: php/qmn_options_text_tab.php:
|
962 |
msgid "Previous"
|
963 |
msgstr "Anterior"
|
964 |
|
965 |
-
#: php/qmn_options_text_tab.php:
|
966 |
msgid "Save Templates"
|
967 |
msgstr "Guardar Plantillas"
|
968 |
|
969 |
-
#: php/qmn_options_text_tab.php:
|
970 |
msgid "Message Templates"
|
971 |
msgstr "Plantillas de Mensaje"
|
972 |
|
973 |
-
#: php/qmn_options_text_tab.php:
|
974 |
msgid "Message Displayed Before Quiz"
|
975 |
msgstr "Mensaje Mostrado Antes del Cuestionario"
|
976 |
|
977 |
-
#: php/qmn_options_text_tab.php:
|
978 |
msgid "Message Displayed Before Comments Box If Enabled"
|
979 |
msgstr "Mensaje Mostrado Antes del campo de Comentarios si está activado."
|
980 |
|
981 |
-
#: php/qmn_options_text_tab.php:
|
982 |
msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
|
983 |
msgstr ""
|
984 |
"Mensaje Mostrado al final de la encuesta (Dejar en blanco para omitir "
|
985 |
"sección de texto)"
|
986 |
|
987 |
-
#: php/qmn_options_text_tab.php:
|
988 |
msgid "Message Displayed If User Has Tried Quiz Too Many Times"
|
989 |
msgstr "Mensaje Mostrado si el usuario ha intentando entrar demasiadas veces."
|
990 |
|
991 |
-
#: php/qmn_options_text_tab.php:
|
992 |
msgid ""
|
993 |
"Message Displayed If User Is Not Logged In And Quiz Requires Users To Be "
|
994 |
"Logged In"
|
@@ -996,77 +1026,77 @@ msgstr ""
|
|
996 |
"Mensaje Mostrado si el usuario no ha iniciado sesión en un cuestionario que "
|
997 |
"requería iniciar sesión."
|
998 |
|
999 |
-
#: php/qmn_options_text_tab.php:
|
1000 |
msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
|
1001 |
msgstr "Mensaje Mostrado si la fecha está fuera del calendario."
|
1002 |
|
1003 |
-
#: php/qmn_options_text_tab.php:
|
1004 |
msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
|
1005 |
msgstr "Mensaje mostrado si el límite total de entradas ha sido superado."
|
1006 |
|
1007 |
-
#: php/qmn_options_text_tab.php:
|
1008 |
msgid "%QUESTIONS_ANSWERS% Text"
|
1009 |
msgstr "%QUESTIONS_ANSWERS% Texto"
|
1010 |
|
1011 |
-
#: php/qmn_options_text_tab.php:
|
1012 |
msgid "Twitter Sharing Text"
|
1013 |
msgstr "Texto para compartir en Twitter"
|
1014 |
|
1015 |
-
#: php/qmn_options_text_tab.php:
|
1016 |
msgid "Facebook Sharing Text"
|
1017 |
msgstr "Texto para compartir en Facebook"
|
1018 |
|
1019 |
-
#: php/qmn_options_text_tab.php:
|
1020 |
msgid "Other Templates"
|
1021 |
msgstr "Otras plantillas"
|
1022 |
|
1023 |
-
#: php/qmn_options_text_tab.php:
|
1024 |
msgid "Text for submit button"
|
1025 |
msgstr "Texto para el botón de envío."
|
1026 |
|
1027 |
-
#: php/qmn_options_text_tab.php:
|
1028 |
msgid "Text for name field"
|
1029 |
msgstr "Texto para el nombre del campo"
|
1030 |
|
1031 |
-
#: php/qmn_options_text_tab.php:
|
1032 |
msgid "Text for business field"
|
1033 |
msgstr "Texto para el campo asunto."
|
1034 |
|
1035 |
-
#: php/qmn_options_text_tab.php:
|
1036 |
msgid "Text for email field"
|
1037 |
msgstr "Texto para el campo email"
|
1038 |
|
1039 |
-
#: php/qmn_options_text_tab.php:
|
1040 |
msgid "Text for phone number field"
|
1041 |
msgstr "Texto para el campo número de teléfono"
|
1042 |
|
1043 |
-
#: php/qmn_options_text_tab.php:
|
1044 |
msgid "Text for comments field"
|
1045 |
msgstr "Texto para el campo Comentarios"
|
1046 |
|
1047 |
-
#: php/qmn_options_text_tab.php:
|
1048 |
msgid "Text for previous button"
|
1049 |
msgstr "Texto para el botón Anterior"
|
1050 |
|
1051 |
-
#: php/qmn_options_text_tab.php:
|
1052 |
msgid "Text for next button"
|
1053 |
msgstr "Texto para el botón Siguiente"
|
1054 |
|
1055 |
-
#: php/qmn_options_tools_tab.php:
|
1056 |
msgid "The stats has been reset successfully."
|
1057 |
msgstr "Las estadísticas han sido reseteadas correctamente."
|
1058 |
|
1059 |
-
#: php/qmn_options_tools_tab.php:
|
1060 |
msgid ""
|
1061 |
"Use this button to reset all the stats collected for this quiz (Quiz Views "
|
1062 |
"and Times Quiz Has Been Taken)."
|
1063 |
msgstr "Las estadísticas han sido reseteadas correctamente."
|
1064 |
|
1065 |
-
#: php/qmn_options_tools_tab.php:
|
1066 |
msgid "Reset Quiz Views And Taken Stats"
|
1067 |
msgstr "Resetear Encuesta y Estadísticas Guardadas"
|
1068 |
|
1069 |
-
#: php/qmn_options_tools_tab.php:
|
1070 |
msgid ""
|
1071 |
"Are you sure you want to reset the stats to 0? All views and taken stats for "
|
1072 |
"this quiz will be reset. This is permanent and cannot be undone."
|
@@ -1075,7 +1105,7 @@ msgstr ""
|
|
1075 |
"estadísticas guardadas para este cuestionario serán eliminadas. Esto es "
|
1076 |
"permanente y no se puede deshacer."
|
1077 |
|
1078 |
-
#: php/qmn_options_tools_tab.php:
|
1079 |
msgid "Reset All Stats For Quiz"
|
1080 |
msgstr "Resetear todas las estadísticas para de un Cuestionario"
|
1081 |
|
@@ -1083,65 +1113,75 @@ msgstr "Resetear todas las estadísticas para de un Cuestionario"
|
|
1083 |
msgid "Multiple Choice"
|
1084 |
msgstr "Opción Múltiple"
|
1085 |
|
1086 |
-
#: php/qmn_question_types.php:
|
1087 |
msgid "Horizontal Multiple Choice"
|
1088 |
msgstr "Opción múltiple horizontal."
|
1089 |
|
1090 |
-
#: php/qmn_question_types.php:
|
1091 |
msgid "Drop Down"
|
1092 |
msgstr "Desplegable"
|
1093 |
|
1094 |
-
#: php/qmn_question_types.php:
|
1095 |
msgid "Small Open Answer"
|
1096 |
msgstr "Abrir Respuesta Corta"
|
1097 |
|
1098 |
-
#: php/qmn_question_types.php:
|
1099 |
msgid "Multiple Response"
|
1100 |
msgstr "Respuesta Múltiple"
|
1101 |
|
1102 |
-
#: php/qmn_question_types.php:
|
1103 |
msgid "Large Open Answer"
|
1104 |
msgstr "Abrir Respuesta Larga"
|
1105 |
|
1106 |
-
#: php/qmn_question_types.php:
|
1107 |
msgid "Text Block"
|
1108 |
msgstr "Bloque de Texto"
|
1109 |
|
1110 |
-
#: php/qmn_question_types.php:
|
1111 |
msgid "Number"
|
1112 |
msgstr "Número"
|
1113 |
|
1114 |
-
#: php/qmn_question_types.php:
|
1115 |
msgid "Accept"
|
1116 |
msgstr "Aceptar"
|
1117 |
|
1118 |
-
#: php/qmn_question_types.php:
|
1119 |
msgid "Captcha"
|
1120 |
msgstr ""
|
1121 |
"Source text:\n"
|
1122 |
"Captcha"
|
1123 |
|
1124 |
-
#: php/qmn_question_types.php:
|
1125 |
msgid "Horizontal Multiple Response"
|
1126 |
msgstr "Múltiples Respuestas Horizontal"
|
1127 |
|
1128 |
-
#: php/qmn_question_types.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
1129 |
msgid "Fill In The Blank"
|
1130 |
msgstr ""
|
1131 |
|
1132 |
-
#: php/qmn_quiz.php:
|
|
|
|
|
|
|
|
|
1133 |
msgid "Not a valid e-mail address!"
|
1134 |
msgstr "E-mail no válido!!"
|
1135 |
|
1136 |
-
#: php/qmn_quiz.php:
|
1137 |
msgid "This field must be a number!"
|
1138 |
msgstr "Este campo debe ser númerico!"
|
1139 |
|
1140 |
-
#: php/qmn_quiz.php:
|
1141 |
msgid "The entered text is not correct!"
|
1142 |
msgstr "El texto introducido no es correcto!"
|
1143 |
|
1144 |
-
#: php/qmn_quiz.php:
|
1145 |
msgid "Please complete all required fields!"
|
1146 |
msgstr "Por favor, complete todas los campos obligatorios!"
|
1147 |
|
@@ -1157,7 +1197,7 @@ msgstr[0] "Un cuestionarios"
|
|
1157 |
msgstr[1] "%s cuestionarios"
|
1158 |
|
1159 |
#: php/qmn_quiz_admin.php:259 php/qmn_quiz_admin.php:310
|
1160 |
-
#: php/qmn_quiz_admin.php:378 php/qmn_results.php:
|
1161 |
msgid "Quiz Name"
|
1162 |
msgstr "Nombre del Cuestionario"
|
1163 |
|
@@ -1233,7 +1273,7 @@ msgstr "¿Está seguro que desea eliminar este cuestionario?"
|
|
1233 |
msgid "Delete Quiz"
|
1234 |
msgstr "Eliminar Cuestionario"
|
1235 |
|
1236 |
-
#: php/qmn_quiz_creator.php:
|
1237 |
msgid ""
|
1238 |
"Your new quiz has been created successfully. To begin editing your quiz, "
|
1239 |
"click the Edit link on the new quiz."
|
@@ -1241,15 +1281,15 @@ msgstr ""
|
|
1241 |
"Su cuestionario ha sido creado correctamente. Para empezar a editar su "
|
1242 |
"cuestionario haga click en Edit en el nuevo cuestionario."
|
1243 |
|
1244 |
-
#: php/qmn_quiz_creator.php:
|
1245 |
msgid "Your quiz has been deleted successfully."
|
1246 |
msgstr "Su cuestionario ha sido eliminado correctamente."
|
1247 |
|
1248 |
-
#: php/qmn_quiz_creator.php:
|
1249 |
msgid "Your quiz name has been updated successfully."
|
1250 |
msgstr "Su cuestionario ha sido actualizado correctamente."
|
1251 |
|
1252 |
-
#: php/qmn_quiz_creator.php:
|
1253 |
msgid "Your quiz has been duplicated successfully."
|
1254 |
msgstr "Su cuestionario ha sido duplicado correctamente."
|
1255 |
|
@@ -1266,54 +1306,54 @@ msgstr ""
|
|
1266 |
"Por favor vaya a la página de cuestionarios y haga click sobre el botón "
|
1267 |
"Editar en el cuestionario que desee editar."
|
1268 |
|
1269 |
-
#: php/qmn_results.php:
|
1270 |
msgid "Your results has been deleted successfully."
|
1271 |
msgstr "Sus resultados han sido eliminados correctamente."
|
1272 |
|
1273 |
-
#: php/qmn_results.php:
|
1274 |
#, php-format
|
1275 |
msgid "One result"
|
1276 |
msgid_plural "%s results"
|
1277 |
msgstr[0] "Un resultado"
|
1278 |
msgstr[1] "%s resultados"
|
1279 |
|
1280 |
-
#: php/qmn_results.php:
|
1281 |
msgid "Actions"
|
1282 |
msgstr "Acciones"
|
1283 |
|
1284 |
-
#: php/qmn_results.php:
|
1285 |
msgid "Score"
|
1286 |
msgstr "Puntuación"
|
1287 |
|
1288 |
-
#: php/qmn_results.php:
|
1289 |
msgid "Time To Complete"
|
1290 |
msgstr "Tiempo para completar"
|
1291 |
|
1292 |
-
#: php/qmn_results.php:
|
1293 |
msgid "Name"
|
1294 |
msgstr "Nombre"
|
1295 |
|
1296 |
-
#: php/qmn_results.php:
|
1297 |
msgid "Business"
|
1298 |
msgstr "Asunto"
|
1299 |
|
1300 |
-
#: php/qmn_results.php:
|
1301 |
msgid "Email"
|
1302 |
msgstr "Email"
|
1303 |
|
1304 |
-
#: php/qmn_results.php:
|
1305 |
msgid "Phone"
|
1306 |
msgstr "Teléfono"
|
1307 |
|
1308 |
-
#: php/qmn_results.php:
|
1309 |
msgid "Time Taken"
|
1310 |
msgstr "Tiempo empleado"
|
1311 |
|
1312 |
-
#: php/qmn_results.php:
|
1313 |
msgid "Are you sure you want to delete these results?"
|
1314 |
msgstr "¿Está seguro de que desea eliminar estos resultados?"
|
1315 |
|
1316 |
-
#: php/qmn_results.php:
|
1317 |
msgid "Delete Results"
|
1318 |
msgstr "Eliminar resultados"
|
1319 |
|
@@ -1405,6 +1445,15 @@ msgstr "Título del Widget"
|
|
1405 |
msgid "Quiz ID"
|
1406 |
msgstr "ID del cuestionario"
|
1407 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1408 |
#~ msgid "The amount of time user spent of quiz"
|
1409 |
#~ msgstr "Tiempo empleado por el usuario en responder el cuestionario"
|
1410 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Quiz Master Next\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-08-04 13:53-0400\n"
|
6 |
+
"PO-Revision-Date: 2015-08-04 13:53-0400\n"
|
7 |
"Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
|
8 |
"Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
|
9 |
"Language: es_ES\n"
|
18 |
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
|
19 |
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
|
20 |
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
21 |
+
"X-Poedit-Basepath: ..\n"
|
22 |
+
"X-Generator: Poedit 1.8.4\n"
|
23 |
"X-Loco-Target-Locale: es_ES\n"
|
24 |
"X-Poedit-SearchPath-0: .\n"
|
25 |
|
26 |
+
#: mlw_quizmaster2.php:224 php/qmn_quiz_admin.php:196
|
27 |
msgid "Quizzes"
|
28 |
msgstr "Cuestionarios"
|
29 |
|
30 |
+
#: mlw_quizmaster2.php:225
|
31 |
msgid "Quiz Settings"
|
32 |
msgstr "Configuración de la encuesta"
|
33 |
|
34 |
+
#: mlw_quizmaster2.php:226 php/qmn_results.php:193
|
35 |
#: php/qmn_results_details.php:20
|
36 |
msgid "Quiz Results"
|
37 |
msgstr "Resultados de la encuesta."
|
38 |
|
39 |
+
#: mlw_quizmaster2.php:227
|
40 |
msgid "Quiz Result Details"
|
41 |
msgstr "Detalle de resultados del cuestionario"
|
42 |
|
43 |
+
#: mlw_quizmaster2.php:228
|
44 |
msgid "Settings"
|
45 |
msgstr "Configuración"
|
46 |
|
47 |
+
#: mlw_quizmaster2.php:229 php/qmn_options_tools_tab.php:13
|
48 |
#: php/qmn_tools.php:65
|
49 |
msgid "Tools"
|
50 |
msgstr "Herramientas"
|
51 |
|
52 |
+
#: mlw_quizmaster2.php:230
|
53 |
msgid "Stats"
|
54 |
msgstr "Estadísticas"
|
55 |
|
56 |
+
#: mlw_quizmaster2.php:231
|
57 |
msgid "Addon Settings"
|
58 |
msgstr "Configuración de Addon"
|
59 |
|
60 |
+
#: mlw_quizmaster2.php:232
|
61 |
msgid "Help"
|
62 |
msgstr "Ayuda"
|
63 |
|
64 |
+
#: mlw_quizmaster2.php:235 mlw_quizmaster2.php:236
|
65 |
msgid "QMN About"
|
66 |
msgstr "Sobre QMN"
|
67 |
|
68 |
+
#: php/class-qmn-review-message.php:83
|
69 |
+
#, php-format
|
70 |
+
msgid ""
|
71 |
+
"Greetings! I just noticed that you now have more than %d quiz results. That "
|
72 |
+
"is\n"
|
73 |
+
"\t\tawesome! Could you please help me out by giving this plugin a 5-star "
|
74 |
+
"rating on WordPress? This\n"
|
75 |
+
"\t\twill help us by helping other users discover this plugin. %s"
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
+
#: php/class-qmn-review-message.php:89
|
79 |
+
msgid "Yeah, you deserve it!"
|
80 |
+
msgstr ""
|
81 |
+
|
82 |
+
#: php/class-qmn-review-message.php:90
|
83 |
+
msgid "I already did!"
|
84 |
+
msgstr ""
|
85 |
+
|
86 |
+
#: php/class-qmn-review-message.php:91
|
87 |
+
msgid "No, this plugin is not good enough"
|
88 |
+
msgstr ""
|
89 |
+
|
90 |
#: php/qmn-stats-page.php:29
|
91 |
msgid "Quiz Statistics"
|
92 |
msgstr "Estadísticas de la encuesta"
|
135 |
msgid "Changelog"
|
136 |
msgstr "Historial de modificaciones"
|
137 |
|
138 |
+
#: php/qmn_credits.php:39
|
139 |
+
msgid "People Who Make QMN Possible"
|
140 |
+
msgstr ""
|
141 |
+
|
142 |
+
#: php/qmn_credits.php:108
|
143 |
+
#, php-format
|
144 |
+
msgid "View %s"
|
145 |
+
msgstr ""
|
146 |
+
|
147 |
#: php/qmn_dashboard_widgets.php:16
|
148 |
msgid "Quiz Master Next Snapshot"
|
149 |
msgstr "Quiz Master Next Snapshot"
|
182 |
msgid "least popular quiz"
|
183 |
msgstr "encuesta menos popular"
|
184 |
|
185 |
+
#: php/qmn_help.php:20
|
186 |
msgid "Need Help?"
|
187 |
msgstr "¿Necesita ayuda?"
|
188 |
|
189 |
+
#: php/qmn_help.php:21
|
190 |
msgid "Support"
|
191 |
msgstr "Ayuda"
|
192 |
|
193 |
+
#: php/qmn_help.php:22
|
194 |
msgid "System Info"
|
195 |
msgstr "Información de sistema"
|
196 |
|
197 |
+
#: php/qmn_help.php:25
|
198 |
msgid "Help Page"
|
199 |
msgstr "Página de ayuda"
|
200 |
|
201 |
+
#: php/qmn_help.php:55
|
202 |
msgid "Need help with the plugin? Try any of the following:"
|
203 |
msgstr "¿Necesita ayuda con el plugin? Pruebe algo de lo siguiente:"
|
204 |
|
206 |
msgid "Certificate (Beta)"
|
207 |
msgstr "Certificado (Beta)"
|
208 |
|
209 |
+
#: php/qmn_options_certificate_tab.php:64
|
210 |
msgid "The certificate has been updated successfully."
|
211 |
msgstr "El certificado ha sido actualizado correctamente."
|
212 |
|
213 |
+
#: php/qmn_options_certificate_tab.php:83 php/qmn_options_email_tab.php:76
|
214 |
+
#: php/qmn_options_email_tab.php:144 php/qmn_options_email_tab.php:217
|
215 |
+
#: php/qmn_options_leaderboard_tab.php:68 php/qmn_options_option_tab.php:131
|
216 |
+
#: php/qmn_options_questions_tab.php:188 php/qmn_options_questions_tab.php:233
|
217 |
+
#: php/qmn_options_questions_tab.php:325 php/qmn_options_questions_tab.php:422
|
218 |
+
#: php/qmn_options_results_page_tab.php:76
|
219 |
+
#: php/qmn_options_results_page_tab.php:125 php/qmn_options_style_tab.php:60
|
220 |
+
#: php/qmn_options_text_tab.php:123 php/qmn_options_tools_tab.php:68
|
221 |
+
#: php/qmn_quiz_creator.php:315 php/qmn_quiz_creator.php:390
|
222 |
+
#: php/qmn_quiz_creator.php:441 php/qmn_quiz_creator.php:608
|
223 |
+
#: php/qmn_quiz_creator.php:674 php/qmn_results.php:58
|
224 |
#, php-format
|
225 |
msgid ""
|
226 |
"There has been an error in this action. Please share this with the "
|
230 |
"desarrollador. El código de error es: \n"
|
231 |
"%s"
|
232 |
|
233 |
+
#: php/qmn_options_certificate_tab.php:100
|
234 |
msgid "Enter title here"
|
235 |
msgstr "Escriba el título aquí"
|
236 |
|
237 |
+
#: php/qmn_options_certificate_tab.php:100 php/qmn_options_email_tab.php:95
|
238 |
+
#: php/qmn_options_email_tab.php:113
|
239 |
msgid "Enter text here"
|
240 |
msgstr "Escriba el texto aquí"
|
241 |
|
242 |
+
#: php/qmn_options_certificate_tab.php:104
|
243 |
msgid "Quiz Certificate (Beta)"
|
244 |
msgstr "Certificado de encuesta (Beta)"
|
245 |
|
246 |
+
#: php/qmn_options_certificate_tab.php:105
|
247 |
msgid ""
|
248 |
"Enter in your text here to fill in the certificate for this quiz. Be sure to "
|
249 |
+
"enter in the link variable into the templates on the Emails and Results Page "
|
250 |
+
"tabs so the user can access the certificate."
|
251 |
msgstr ""
|
|
|
|
|
|
|
252 |
|
253 |
+
#: php/qmn_options_certificate_tab.php:106
|
254 |
msgid "These fields cannot contain HTML."
|
255 |
msgstr "Estos campos no pueden contener HTML."
|
256 |
|
257 |
+
#: php/qmn_options_certificate_tab.php:107
|
258 |
+
#: php/qmn_options_certificate_tab.php:163
|
259 |
msgid "Save Certificate Options"
|
260 |
msgstr "Guardas Opciones de Certificado"
|
261 |
|
262 |
+
#: php/qmn_options_certificate_tab.php:115
|
263 |
msgid "Enable Certificates For This Quiz?"
|
264 |
msgstr "¿Permitir Certificados para esta Encuesta?"
|
265 |
|
266 |
+
#: php/qmn_options_certificate_tab.php:117 php/qmn_options_email_tab.php:381
|
267 |
+
#: php/qmn_options_email_tab.php:388 php/qmn_options_option_tab.php:178
|
268 |
+
#: php/qmn_options_option_tab.php:239 php/qmn_options_option_tab.php:246
|
269 |
+
#: php/qmn_options_option_tab.php:254 php/qmn_options_option_tab.php:262
|
270 |
+
#: php/qmn_options_option_tab.php:270 php/qmn_options_option_tab.php:278
|
271 |
+
#: php/qmn_options_option_tab.php:285 php/qmn_options_option_tab.php:292
|
272 |
+
#: php/qmn_options_option_tab.php:299 php/qmn_options_option_tab.php:306
|
273 |
+
#: php/qmn_options_questions_tab.php:699
|
274 |
+
#: php/qmn_options_results_page_tab.php:282
|
275 |
msgid "Yes"
|
276 |
msgstr "sí"
|
277 |
|
278 |
+
#: php/qmn_options_certificate_tab.php:118 php/qmn_options_email_tab.php:382
|
279 |
+
#: php/qmn_options_email_tab.php:389 php/qmn_options_option_tab.php:179
|
280 |
+
#: php/qmn_options_option_tab.php:226 php/qmn_options_option_tab.php:240
|
281 |
+
#: php/qmn_options_option_tab.php:248 php/qmn_options_option_tab.php:256
|
282 |
+
#: php/qmn_options_option_tab.php:264 php/qmn_options_option_tab.php:272
|
283 |
+
#: php/qmn_options_option_tab.php:279 php/qmn_options_option_tab.php:286
|
284 |
+
#: php/qmn_options_option_tab.php:293 php/qmn_options_option_tab.php:300
|
285 |
+
#: php/qmn_options_option_tab.php:307 php/qmn_options_questions_tab.php:700
|
286 |
+
#: php/qmn_options_results_page_tab.php:282
|
287 |
msgid "No"
|
288 |
msgstr "No"
|
289 |
|
290 |
+
#: php/qmn_options_certificate_tab.php:123
|
291 |
msgid "Certificate Title"
|
292 |
msgstr "Título del certificado"
|
293 |
|
294 |
+
#: php/qmn_options_certificate_tab.php:130
|
295 |
msgid "Message Displayed On Certificate"
|
296 |
msgstr "Mensaje mostrado en el Certificado"
|
297 |
|
298 |
+
#: php/qmn_options_certificate_tab.php:132
|
299 |
+
#: php/qmn_options_leaderboard_tab.php:122 php/qmn_options_text_tab.php:254
|
300 |
+
#: php/qmn_options_text_tab.php:264 php/qmn_options_text_tab.php:274
|
301 |
+
#: php/qmn_options_text_tab.php:284 php/qmn_options_text_tab.php:294
|
302 |
+
#: php/qmn_options_text_tab.php:304 php/qmn_options_text_tab.php:314
|
303 |
+
#: php/qmn_options_text_tab.php:324 php/qmn_options_text_tab.php:337
|
304 |
+
#: php/qmn_options_text_tab.php:354
|
305 |
msgid "Allowed Variables:"
|
306 |
msgstr "Variables permitidas:"
|
307 |
|
308 |
+
#: php/qmn_options_certificate_tab.php:150
|
309 |
msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
|
310 |
msgstr "URL del logo (debe estar en formato JPG, JPEG, PNG o GIF)"
|
311 |
|
312 |
+
#: php/qmn_options_certificate_tab.php:157
|
313 |
msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
|
314 |
msgstr "URL de la imagen de fondo (debe estar en formato JPG, JPEG, PNG o GIF)"
|
315 |
|
317 |
msgid "Emails"
|
318 |
msgstr "Emails"
|
319 |
|
320 |
+
#: php/qmn_options_email_tab.php:55 php/qmn_options_email_tab.php:123
|
321 |
msgid "The email has been added successfully."
|
322 |
msgstr "El email ha sido añadido correctamente"
|
323 |
|
324 |
+
#: php/qmn_options_email_tab.php:196
|
325 |
msgid "The email has been updated successfully."
|
326 |
msgstr "El email ha sido actualizado correctamente"
|
327 |
|
328 |
+
#: php/qmn_options_email_tab.php:285 php/qmn_options_leaderboard_tab.php:80
|
329 |
+
#: php/qmn_options_results_page_tab.php:166 php/qmn_options_text_tab.php:161
|
330 |
msgid "Template Variables"
|
331 |
msgstr "Variables de la plantilla"
|
332 |
|
333 |
+
#: php/qmn_options_email_tab.php:288 php/qmn_options_results_page_tab.php:169
|
334 |
+
#: php/qmn_options_text_tab.php:164
|
335 |
msgid "Score for the quiz when using points"
|
336 |
msgstr "Puntuación de la encuesta cuando se usan puntos"
|
337 |
|
338 |
+
#: php/qmn_options_email_tab.php:291 php/qmn_options_results_page_tab.php:172
|
339 |
+
#: php/qmn_options_text_tab.php:167
|
340 |
msgid "The average amount of points user had per question"
|
341 |
msgstr "Media de puntos por usuario por pregunta"
|
342 |
|
343 |
+
#: php/qmn_options_email_tab.php:294 php/qmn_options_results_page_tab.php:175
|
344 |
+
#: php/qmn_options_text_tab.php:170
|
345 |
msgid "The number of correct answers the user had"
|
346 |
msgstr "Número de respuestas correctas que obtuvo el usuario"
|
347 |
|
348 |
+
#: php/qmn_options_email_tab.php:297 php/qmn_options_results_page_tab.php:178
|
349 |
+
#: php/qmn_options_text_tab.php:173
|
350 |
msgid "The total number of questions in the quiz"
|
351 |
msgstr "Número de preguntas totales en la encuesta"
|
352 |
|
353 |
+
#: php/qmn_options_email_tab.php:300 php/qmn_options_results_page_tab.php:181
|
354 |
+
#: php/qmn_options_text_tab.php:176
|
355 |
msgid "Score for the quiz when using correct answers"
|
356 |
msgstr "Puntuación de la encuesta basada en las respuestas correctas"
|
357 |
|
358 |
+
#: php/qmn_options_email_tab.php:303 php/qmn_options_results_page_tab.php:184
|
359 |
+
#: php/qmn_options_text_tab.php:179
|
360 |
msgid "The name the user entered before the quiz"
|
361 |
msgstr "Nombre que el usuario introdujo antes de la encuesta"
|
362 |
|
363 |
+
#: php/qmn_options_email_tab.php:306 php/qmn_options_results_page_tab.php:187
|
364 |
+
#: php/qmn_options_text_tab.php:182
|
365 |
msgid "The business the user entered before the quiz"
|
366 |
msgstr "El asunto que el usuario introdujo antes de la encuesta."
|
367 |
|
368 |
+
#: php/qmn_options_email_tab.php:309 php/qmn_options_results_page_tab.php:190
|
369 |
+
#: php/qmn_options_text_tab.php:185
|
370 |
msgid "The phone number the user entered before the quiz"
|
371 |
msgstr "El número de teléfono que el usuario introdujo antes de la encuesta"
|
372 |
|
373 |
+
#: php/qmn_options_email_tab.php:312 php/qmn_options_results_page_tab.php:193
|
374 |
+
#: php/qmn_options_text_tab.php:188
|
375 |
msgid "The email the user entered before the quiz"
|
376 |
msgstr "El email que el usuario introdujo antes de la encuesta"
|
377 |
|
378 |
+
#: php/qmn_options_email_tab.php:315 php/qmn_options_leaderboard_tab.php:108
|
379 |
+
#: php/qmn_options_results_page_tab.php:196 php/qmn_options_text_tab.php:191
|
380 |
msgid "The name of the quiz"
|
381 |
msgstr "El nombre de la encuesta"
|
382 |
|
383 |
+
#: php/qmn_options_email_tab.php:318 php/qmn_options_results_page_tab.php:199
|
384 |
+
#: php/qmn_options_text_tab.php:194
|
385 |
msgid ""
|
386 |
"Shows the question, the answer the user provided, and the correct answer"
|
387 |
msgstr "Muestra la pregunta, la respuesta del usuario y la respuesta correcta"
|
388 |
|
389 |
+
#: php/qmn_options_email_tab.php:321 php/qmn_options_results_page_tab.php:202
|
390 |
+
#: php/qmn_options_text_tab.php:197
|
391 |
msgid "The comments the user entered into comment box if enabled"
|
392 |
msgstr ""
|
393 |
"Los comentarios que el usuario introdujo en la caja de comentarios si esta "
|
394 |
"está habilitada"
|
395 |
|
396 |
+
#: php/qmn_options_email_tab.php:324 php/qmn_options_text_tab.php:200
|
397 |
msgid "The amount of time user spent on quiz in seconds"
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: php/qmn_options_email_tab.php:327 php/qmn_options_text_tab.php:203
|
401 |
msgid "The amount of time user spent on quiz in minutes"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: php/qmn_options_email_tab.php:330 php/qmn_options_results_page_tab.php:211
|
405 |
+
#: php/qmn_options_text_tab.php:206
|
406 |
msgid "The link to the certificate after completing the quiz"
|
407 |
msgstr "El enlace hacia el certificado después de completar la encuesta"
|
408 |
|
409 |
+
#: php/qmn_options_email_tab.php:333 php/qmn_options_results_page_tab.php:214
|
410 |
+
#: php/qmn_options_text_tab.php:209
|
411 |
msgid "The amount of points a specific category earned."
|
412 |
msgstr "El total de puntos obtenidos en una categoría específica"
|
413 |
|
414 |
+
#: php/qmn_options_email_tab.php:336 php/qmn_options_results_page_tab.php:217
|
415 |
+
#: php/qmn_options_text_tab.php:212
|
416 |
msgid "The score a specific category earned."
|
417 |
msgstr "La puntuación obtenida en una categoría específica."
|
418 |
|
419 |
+
#: php/qmn_options_email_tab.php:339 php/qmn_options_results_page_tab.php:220
|
420 |
+
#: php/qmn_options_text_tab.php:215
|
421 |
msgid "The average points from all categories."
|
422 |
msgstr "La media de puntos contando todas las categorías."
|
423 |
|
424 |
+
#: php/qmn_options_email_tab.php:342 php/qmn_options_results_page_tab.php:223
|
425 |
+
#: php/qmn_options_text_tab.php:218
|
426 |
msgid "The average score from all categories."
|
427 |
msgstr "La puntuación media contando todas las categorías."
|
428 |
|
429 |
+
#: php/qmn_options_email_tab.php:345 php/qmn_options_text_tab.php:221
|
430 |
msgid "The question that the user answered"
|
431 |
msgstr "La pregunta que el usuario respondió"
|
432 |
|
433 |
+
#: php/qmn_options_email_tab.php:348 php/qmn_options_text_tab.php:224
|
434 |
msgid "The answer the user gave for the question"
|
435 |
msgstr "La respuesta del usuario a la pregunta"
|
436 |
|
437 |
+
#: php/qmn_options_email_tab.php:351 php/qmn_options_text_tab.php:227
|
438 |
msgid "The correct answer for the question"
|
439 |
msgstr "La contestación correcta a la pregunta"
|
440 |
|
441 |
+
#: php/qmn_options_email_tab.php:354 php/qmn_options_text_tab.php:230
|
442 |
msgid "The comments the user provided in the comment field for the question"
|
443 |
msgstr ""
|
444 |
"Los comentarios que el usuario indicó en el campo de comentarios de la "
|
445 |
"pregunta."
|
446 |
|
447 |
+
#: php/qmn_options_email_tab.php:357 php/qmn_options_text_tab.php:233
|
448 |
msgid "Reason why the correct answer is the correct answer"
|
449 |
msgstr "La razón por qué la respuesta correcta es la respuesta correcta"
|
450 |
|
451 |
+
#: php/qmn_options_email_tab.php:360 php/qmn_options_text_tab.php:236
|
452 |
msgid "The Current Date"
|
453 |
msgstr "La fecha actual"
|
454 |
|
455 |
+
#: php/qmn_options_email_tab.php:375 php/qmn_options_email_tab.php:574
|
456 |
msgid "Save Email Templates And Settings"
|
457 |
msgstr "Guardar email, plantillas y preferencias"
|
458 |
|
459 |
+
#: php/qmn_options_email_tab.php:379
|
460 |
msgid "Send user email upon completion?"
|
461 |
msgstr "¿Enviar un email al usuario al finalizar?"
|
462 |
|
463 |
+
#: php/qmn_options_email_tab.php:386
|
464 |
msgid "Send admin email upon completion?"
|
465 |
msgstr "¿Enviar un email al administrador al finalizar?"
|
466 |
|
467 |
+
#: php/qmn_options_email_tab.php:393
|
468 |
msgid ""
|
469 |
"What emails should we send the admin email to? Separate emails with a comma."
|
470 |
msgstr ""
|
471 |
"¿Qué emails deberíamos enviar al administrador?. Separar los emails con una "
|
472 |
"coma."
|
473 |
|
474 |
+
#: php/qmn_options_email_tab.php:397
|
475 |
msgid "What is the From Name for the email sent to users and admin?"
|
476 |
msgstr ""
|
477 |
"¿Cual es el nombre desde el cual se enviarán el email a los usuarios y "
|
478 |
"administrador?"
|
479 |
|
480 |
+
#: php/qmn_options_email_tab.php:403
|
481 |
msgid "Email Sent To User"
|
482 |
msgstr "Email enviado al usuario"
|
483 |
|
484 |
+
#: php/qmn_options_email_tab.php:404 php/qmn_options_email_tab.php:482
|
485 |
msgid "Add New User Email"
|
486 |
msgstr "Añadir un nuevo email de usuario "
|
487 |
|
488 |
+
#: php/qmn_options_email_tab.php:409 php/qmn_options_email_tab.php:475
|
489 |
+
#: php/qmn_options_email_tab.php:496 php/qmn_options_email_tab.php:562
|
490 |
+
#: php/qmn_options_results_page_tab.php:241
|
491 |
+
#: php/qmn_options_results_page_tab.php:305
|
492 |
msgid "Score Greater Than Or Equal To"
|
493 |
msgstr "Puntuación 'mayor que' o 'igual que'"
|
494 |
|
495 |
+
#: php/qmn_options_email_tab.php:410 php/qmn_options_email_tab.php:476
|
496 |
+
#: php/qmn_options_email_tab.php:497 php/qmn_options_email_tab.php:563
|
497 |
+
#: php/qmn_options_results_page_tab.php:242
|
498 |
+
#: php/qmn_options_results_page_tab.php:306
|
499 |
msgid "Score Less Than Or Equal To"
|
500 |
msgstr "Puntuación 'menor que' o 'igual que'"
|
501 |
|
502 |
+
#: php/qmn_options_email_tab.php:411 php/qmn_options_email_tab.php:477
|
503 |
+
#: php/qmn_options_email_tab.php:498 php/qmn_options_email_tab.php:564
|
504 |
msgid "Subject"
|
505 |
msgstr "Asunto"
|
506 |
|
507 |
+
#: php/qmn_options_email_tab.php:412 php/qmn_options_email_tab.php:478
|
508 |
+
#: php/qmn_options_email_tab.php:499 php/qmn_options_email_tab.php:565
|
509 |
msgid "Email To Send"
|
510 |
msgstr "Email a enviar"
|
511 |
|
512 |
+
#: php/qmn_options_email_tab.php:490
|
513 |
msgid "Email Sent To Admin"
|
514 |
msgstr "Email enviado a administrador"
|
515 |
|
516 |
+
#: php/qmn_options_email_tab.php:491 php/qmn_options_email_tab.php:569
|
517 |
msgid "Add New Admin Email"
|
518 |
msgstr "Añadir nuevo email de administrador"
|
519 |
|
521 |
msgid "Leaderboard"
|
522 |
msgstr "Clasificación"
|
523 |
|
524 |
+
#: php/qmn_options_leaderboard_tab.php:49
|
525 |
msgid "The leaderboards has been updated successfully."
|
526 |
msgstr "Las tablas de clasificación han sido actualizadas correctamente."
|
527 |
|
528 |
+
#: php/qmn_options_leaderboard_tab.php:83
|
529 |
msgid "The name of the user who is in first place"
|
530 |
msgstr "El nombre del usuario que está en el primer puesto"
|
531 |
|
532 |
+
#: php/qmn_options_leaderboard_tab.php:84
|
533 |
msgid "The score from the first place's quiz"
|
534 |
msgstr "La puntuación del usuario que está en el primer puesto"
|
535 |
|
536 |
+
#: php/qmn_options_leaderboard_tab.php:88
|
537 |
msgid "The name of the user who is in second place"
|
538 |
msgstr "El nombre del usuario que está en segundo puesto"
|
539 |
|
540 |
+
#: php/qmn_options_leaderboard_tab.php:89
|
541 |
msgid "The score from the second place's quiz"
|
542 |
msgstr "La puntuación del usuario que está en el segundo puesto"
|
543 |
|
544 |
+
#: php/qmn_options_leaderboard_tab.php:93
|
545 |
msgid "The name of the user who is in third place"
|
546 |
msgstr "El nombre del usuario que está en el tercer puesto"
|
547 |
|
548 |
+
#: php/qmn_options_leaderboard_tab.php:94
|
549 |
msgid "The score from the third place's quiz"
|
550 |
msgstr "La puntuación del usuario que está en el tercer puesto"
|
551 |
|
552 |
+
#: php/qmn_options_leaderboard_tab.php:98
|
553 |
msgid "The name of the user who is in fourth place"
|
554 |
msgstr "El nombre del usuario que está en el cuarto puesto"
|
555 |
|
556 |
+
#: php/qmn_options_leaderboard_tab.php:99
|
557 |
msgid "The score from the fourth place's quiz"
|
558 |
msgstr "La puntuación del usuario que está en el cuarto puesto"
|
559 |
|
560 |
+
#: php/qmn_options_leaderboard_tab.php:103
|
561 |
msgid "The name of the user who is in fifth place"
|
562 |
msgstr "El nombre del usuario que está en el quinto puesto"
|
563 |
|
564 |
+
#: php/qmn_options_leaderboard_tab.php:104
|
565 |
msgid "The score from the fifth place's quiz"
|
566 |
msgstr "La puntuación del usuario que está en el quinto puesto"
|
567 |
|
568 |
+
#: php/qmn_options_leaderboard_tab.php:111
|
569 |
+
#: php/qmn_options_leaderboard_tab.php:139
|
570 |
msgid "Save Leaderboard Options"
|
571 |
msgstr "Guardar las opciones de clasificación"
|
572 |
|
573 |
+
#: php/qmn_options_leaderboard_tab.php:120
|
574 |
msgid "Leaderboard Template"
|
575 |
msgstr "Plantilla de clasificación"
|
576 |
|
578 |
msgid "Options"
|
579 |
msgstr "Opciones"
|
580 |
|
581 |
+
#: php/qmn_options_option_tab.php:110
|
582 |
msgid "The options has been updated successfully."
|
583 |
msgstr "Las opciones han sido actualizadas correctamente."
|
584 |
|
585 |
+
#: php/qmn_options_option_tab.php:160 php/qmn_options_option_tab.php:311
|
586 |
msgid "Save Options"
|
587 |
msgstr "Guardar opciones"
|
588 |
|
589 |
+
#: php/qmn_options_option_tab.php:168
|
590 |
msgid "Which system is this quiz graded on?"
|
591 |
msgstr "¿Cual es el sistema de clasificación?"
|
592 |
|
593 |
+
#: php/qmn_options_option_tab.php:170
|
594 |
msgid "Correct/Incorrect"
|
595 |
msgstr "Correcto/Incorrecto"
|
596 |
|
597 |
+
#: php/qmn_options_option_tab.php:171
|
598 |
msgid "Points"
|
599 |
msgstr "Puntos"
|
600 |
|
601 |
+
#: php/qmn_options_option_tab.php:172 php/qmn_results.php:316
|
602 |
msgid "Not Graded"
|
603 |
msgstr "No clasificada"
|
604 |
|
605 |
+
#: php/qmn_options_option_tab.php:176
|
606 |
msgid "Should the user be required to be logged in to take this quiz?"
|
607 |
msgstr ""
|
608 |
"¿Es necesario que el usuario inicie sesión para rellenar este cuestionario?"
|
609 |
|
610 |
+
#: php/qmn_options_option_tab.php:183
|
611 |
msgid ""
|
612 |
"How many questions per page would you like? (Leave 0 for all questions on "
|
613 |
"one page)"
|
615 |
"¿Cuantas preguntas por página desea? (Deje 0 para que todas las preguntas "
|
616 |
"aparezcan en una misma página)"
|
617 |
|
618 |
+
#: php/qmn_options_option_tab.php:189
|
619 |
msgid ""
|
620 |
"How many minutes does the user have to finish the quiz? (Leave 0 for no time "
|
621 |
"limit)"
|
623 |
"¿Cuantos minutos tiene el usuario para realizar la encuesta? (Deje 0 sino "
|
624 |
"tiene límite de tiempo)"
|
625 |
|
626 |
+
#: php/qmn_options_option_tab.php:195
|
627 |
msgid ""
|
628 |
"How many times can a user take this quiz? (Leave 0 for as many times as the "
|
629 |
"user wants to. Currently only works for registered users)"
|
632 |
"tantas veces como el usuario quiera. Actualmente sólo funciona para usuarios "
|
633 |
"registrados)"
|
634 |
|
635 |
+
#: php/qmn_options_option_tab.php:201
|
636 |
msgid ""
|
637 |
"How many total entries can this quiz have? (Leave 0 for unlimited entries"
|
638 |
msgstr ""
|
639 |
"¿Cuantas veces en total puede ser rellenado este cuestionario? (Deje 0 para "
|
640 |
"entradas ilimitadas)"
|
641 |
|
642 |
+
#: php/qmn_options_option_tab.php:207
|
643 |
msgid ""
|
644 |
"How many questions should be loaded for quiz? (Leave 0 to load all questions)"
|
645 |
msgstr ""
|
646 |
"¿Cuantas preguntas deben ser cargadas por cuestionario? (Deje 0 para cargar "
|
647 |
"todas las preguntas)"
|
648 |
|
649 |
+
#: php/qmn_options_option_tab.php:213
|
650 |
msgid ""
|
651 |
"What time-frame should the user be able to access the quiz? (Leave blank if "
|
652 |
"the user can access anytime)"
|
654 |
"¿En qué periodo de tiempo puede el usuario acceder a la encuesta? (Déjelo en "
|
655 |
"blanco si el usuario puede acceder en cualquier momento)"
|
656 |
|
657 |
+
#: php/qmn_options_option_tab.php:215
|
658 |
msgid "start date"
|
659 |
msgstr "fecha de inicio"
|
660 |
|
661 |
+
#: php/qmn_options_option_tab.php:218
|
662 |
msgid "end date"
|
663 |
msgstr "fecha de finalización"
|
664 |
|
665 |
+
#: php/qmn_options_option_tab.php:222
|
666 |
msgid ""
|
667 |
"Are the questions random? (Question Order will not apply if this is yes)"
|
668 |
msgstr ""
|
669 |
"¿Son preguntas aleatorias? (El orden de las preguntas no se aplicará si "
|
670 |
"contesta que SÍ)"
|
671 |
|
672 |
+
#: php/qmn_options_option_tab.php:224
|
673 |
msgid "Random Questions"
|
674 |
msgstr "Preguntas aleatorias"
|
675 |
|
676 |
+
#: php/qmn_options_option_tab.php:225
|
677 |
msgid "Random Questions And Answers"
|
678 |
msgstr "Preguntas y respuestas aleatorias"
|
679 |
|
680 |
+
#: php/qmn_options_option_tab.php:230
|
681 |
msgid ""
|
682 |
"Would you like to ask for the contact information at the beginning or at the "
|
683 |
"end of the quiz?"
|
685 |
"¿Le gustaría pedir la información de contacto al principio o final de la "
|
686 |
"encuesta?"
|
687 |
|
688 |
+
#: php/qmn_options_option_tab.php:232
|
689 |
msgid "Beginning"
|
690 |
msgstr "Principio"
|
691 |
|
692 |
+
#: php/qmn_options_option_tab.php:233
|
693 |
msgid "End"
|
694 |
msgstr "Fin"
|
695 |
|
696 |
+
#: php/qmn_options_option_tab.php:237
|
697 |
msgid ""
|
698 |
"If a logged-in user takes the quiz, would you like them to be able to edit "
|
699 |
"contact information? If set to no, the fields will not show up for logged in "
|
704 |
"los usuarios conectados, sin embargo, la información sobre el usuario sería "
|
705 |
"registrada en los campos."
|
706 |
|
707 |
+
#: php/qmn_options_option_tab.php:244
|
708 |
msgid "Should we ask for users name?"
|
709 |
msgstr "¿Se debería pedir el nombre de los usuarios?"
|
710 |
|
711 |
+
#: php/qmn_options_option_tab.php:247 php/qmn_options_option_tab.php:255
|
712 |
+
#: php/qmn_options_option_tab.php:263 php/qmn_options_option_tab.php:271
|
713 |
msgid "Require"
|
714 |
msgstr "Obligatorio"
|
715 |
|
716 |
+
#: php/qmn_options_option_tab.php:252
|
717 |
msgid "Should we ask for users business?"
|
718 |
msgstr "¿Se debería pedir el empleo del usuario?"
|
719 |
|
720 |
+
#: php/qmn_options_option_tab.php:260
|
721 |
msgid "Should we ask for users email?"
|
722 |
msgstr "¿Se debería pedir el email al usuario?"
|
723 |
|
724 |
+
#: php/qmn_options_option_tab.php:268
|
725 |
msgid "Should we ask for users phone number?"
|
726 |
msgstr "¿Se debería pedir al usuario el número de teléfono?"
|
727 |
|
728 |
+
#: php/qmn_options_option_tab.php:276
|
729 |
msgid "Would you like a place for the user to enter comments?"
|
730 |
msgstr ""
|
731 |
"¿Le gustaría un espacio para que el usuario pudiera dejar sus comentarios?"
|
732 |
|
733 |
+
#: php/qmn_options_option_tab.php:283
|
734 |
msgid "Show question number on quiz?"
|
735 |
msgstr "¿Mostrar el número de pregunta en la encuesta?"
|
736 |
|
737 |
+
#: php/qmn_options_option_tab.php:290
|
738 |
msgid "Show social media sharing buttons? (Twitter & Facebook)"
|
739 |
msgstr ""
|
740 |
"¿Mostrar botones para compartir en medios sociales? (Twitter & Facebook)"
|
741 |
|
742 |
+
#: php/qmn_options_option_tab.php:290
|
743 |
msgid ""
|
744 |
"This option is for here only for users of older versions. Please use the new "
|
745 |
"template variables %FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages "
|
746 |
"instead of using this option!"
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: php/qmn_options_option_tab.php:297
|
750 |
msgid ""
|
751 |
"Disable question once user selects answer? (Currently only work on multiple "
|
752 |
"choice)"
|
753 |
msgstr ""
|
754 |
|
755 |
+
#: php/qmn_options_option_tab.php:304
|
756 |
msgid ""
|
757 |
"Dynamically add class for incorrect/correct answer after user selects "
|
758 |
"answer? (Currently only works on multiple choice)"
|
770 |
msgid "Answer"
|
771 |
msgstr "Respuesta"
|
772 |
|
773 |
+
#: php/qmn_options_questions_tab.php:62
|
774 |
+
msgid "The question order has been updated successfully."
|
775 |
+
msgstr ""
|
776 |
+
|
777 |
+
#: php/qmn_options_questions_tab.php:167
|
778 |
msgid "The question has been updated successfully."
|
779 |
msgstr "La pregunta ha sido actualizada correctamente."
|
780 |
|
781 |
+
#: php/qmn_options_questions_tab.php:212
|
782 |
msgid "The question has been deleted successfully."
|
783 |
msgstr "La pregunta ha sido eliminada correctamente."
|
784 |
|
785 |
+
#: php/qmn_options_questions_tab.php:304
|
786 |
msgid "The question has been duplicated successfully."
|
787 |
msgstr "La pregunta ha sido duplicada correctamente."
|
788 |
|
789 |
+
#: php/qmn_options_questions_tab.php:401
|
790 |
msgid "The question has been created successfully."
|
791 |
msgstr "La pregunta ha sido creada correctamente."
|
792 |
|
793 |
+
#: php/qmn_options_questions_tab.php:536
|
794 |
msgid "Add Question"
|
795 |
msgstr "Añadir pregunta"
|
796 |
|
797 |
+
#: php/qmn_options_questions_tab.php:537
|
798 |
+
msgid "Save Question Order"
|
799 |
+
msgstr ""
|
800 |
+
|
801 |
+
#: php/qmn_options_questions_tab.php:550
|
802 |
#, php-format
|
803 |
msgid "One question"
|
804 |
msgid_plural "%s questions"
|
805 |
msgstr[0] "Una pregunta"
|
806 |
msgstr[1] "%s preguntas"
|
807 |
|
808 |
+
#: php/qmn_options_questions_tab.php:556 php/qmn_options_questions_tab.php:564
|
809 |
+
#: php/qmn_options_questions_tab.php:692
|
810 |
msgid "Question Order"
|
811 |
msgstr "Orden de preguntas"
|
812 |
|
813 |
+
#: php/qmn_options_questions_tab.php:557 php/qmn_options_questions_tab.php:565
|
814 |
+
#: php/qmn_options_questions_tab.php:642
|
815 |
msgid "Question Type"
|
816 |
msgstr "Tipo de pregunta"
|
817 |
|
818 |
+
#: php/qmn_options_questions_tab.php:558 php/qmn_options_questions_tab.php:566
|
819 |
+
#: php/qmn_options_questions_tab.php:705
|
820 |
msgid "Category"
|
821 |
msgstr "Categoria"
|
822 |
|
823 |
+
#: php/qmn_options_questions_tab.php:559 php/qmn_options_questions_tab.php:567
|
824 |
msgid "Question"
|
825 |
msgstr "Pregunta"
|
826 |
|
827 |
+
#: php/qmn_options_questions_tab.php:660
|
|
|
|
|
|
|
|
|
|
|
|
|
828 |
msgid "Answers"
|
829 |
msgstr "Respuestas"
|
830 |
|
831 |
+
#: php/qmn_options_questions_tab.php:661
|
832 |
msgid "Points Worth"
|
833 |
msgstr "Puntuación"
|
834 |
|
835 |
+
#: php/qmn_options_questions_tab.php:662
|
836 |
msgid "Correct Answer"
|
837 |
msgstr "Respuesta correcta"
|
838 |
|
839 |
+
#: php/qmn_options_questions_tab.php:667
|
840 |
msgid "Add New Answer!"
|
841 |
msgstr "Añada nueva respuesta!"
|
842 |
|
843 |
+
#: php/qmn_options_questions_tab.php:673
|
844 |
msgid "Correct Answer Info"
|
845 |
msgstr "Información acerca de la respuesta correcta"
|
846 |
|
847 |
+
#: php/qmn_options_questions_tab.php:678 php/qmn_quiz.php:493
|
848 |
msgid "Hint"
|
849 |
msgstr "Indicación"
|
850 |
|
851 |
+
#: php/qmn_options_questions_tab.php:683
|
852 |
msgid "Comment Field"
|
853 |
msgstr "Campo de Comentario"
|
854 |
|
855 |
+
#: php/qmn_options_questions_tab.php:685
|
856 |
msgid "Small Text Field"
|
857 |
msgstr "Campo de texto corto"
|
858 |
|
859 |
+
#: php/qmn_options_questions_tab.php:686
|
860 |
msgid "Large Text Field"
|
861 |
msgstr "Campo de texto largo"
|
862 |
|
863 |
+
#: php/qmn_options_questions_tab.php:687
|
864 |
msgid "None"
|
865 |
msgstr "Ninguna"
|
866 |
|
867 |
+
#: php/qmn_options_questions_tab.php:697
|
868 |
msgid "Required?"
|
869 |
msgstr "¿Obligatorio?"
|
870 |
|
871 |
+
#: php/qmn_options_questions_tab.php:728
|
872 |
msgid "Create Question"
|
873 |
msgstr "Crear Pregunta"
|
874 |
|
875 |
+
#: php/qmn_options_questions_tab.php:733
|
876 |
msgid "Are you sure you want to delete this question?"
|
877 |
msgstr "¿Está seguro que desea eliminar esta pregunta?"
|
878 |
|
879 |
+
#: php/qmn_options_questions_tab.php:738
|
880 |
msgid "Delete Question"
|
881 |
msgstr "Eliminar pregunta"
|
882 |
|
883 |
+
#: php/qmn_options_questions_tab.php:743
|
884 |
msgid "Are you sure you want to duplicate this question?"
|
885 |
msgstr "¿Está seguro que desea duplicar esta pregunta?"
|
886 |
|
887 |
+
#: php/qmn_options_questions_tab.php:748
|
888 |
msgid "Duplicate Question"
|
889 |
msgstr "Duplicar Pregunta"
|
890 |
|
896 |
msgid "The results page has been added successfully."
|
897 |
msgstr "Los resultados han sido añadidos correctamente."
|
898 |
|
899 |
+
#: php/qmn_options_results_page_tab.php:104
|
900 |
msgid "The results page has been saved successfully."
|
901 |
msgstr "La página de resultados ha sido guardada correctamente."
|
902 |
|
903 |
+
#: php/qmn_options_results_page_tab.php:205
|
904 |
msgid "The amount of time user spent taking quiz in minutes"
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: php/qmn_options_results_page_tab.php:208
|
908 |
msgid "The amount of time user spent taking quiz in seconds"
|
909 |
msgstr ""
|
910 |
|
911 |
+
#: php/qmn_options_results_page_tab.php:226
|
912 |
msgid "Displays button to share on Facebook."
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: php/qmn_options_results_page_tab.php:229
|
916 |
msgid "Displays button to share on Twitter."
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: php/qmn_options_results_page_tab.php:234
|
920 |
+
#: php/qmn_options_results_page_tab.php:315
|
921 |
msgid "Save Results Pages"
|
922 |
msgstr "Guardar Página de Resultados"
|
923 |
|
924 |
+
#: php/qmn_options_results_page_tab.php:235
|
925 |
+
#: php/qmn_options_results_page_tab.php:320
|
926 |
msgid "Add New Results Page"
|
927 |
msgstr "Añadir Nueva Página de Resultados"
|
928 |
|
929 |
+
#: php/qmn_options_results_page_tab.php:243
|
930 |
+
#: php/qmn_options_results_page_tab.php:307
|
931 |
msgid "Results Page Shown"
|
932 |
msgstr "Mostrar Página de Resultados"
|
933 |
|
934 |
+
#: php/qmn_options_results_page_tab.php:244
|
935 |
+
#: php/qmn_options_results_page_tab.php:308
|
936 |
msgid "Redirect URL (Beta)"
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: php/qmn_options_results_page_tab.php:282 php/qmn_quiz_admin.php:283
|
940 |
msgid "Delete"
|
941 |
msgstr "Eliminar"
|
942 |
|
943 |
+
#: php/qmn_options_results_page_tab.php:282
|
944 |
msgid "Are you sure?"
|
945 |
msgstr "¿Está seguro?"
|
946 |
|
952 |
msgid "The style has been saved successfully."
|
953 |
msgstr "El estilo ha sido guardado correctamente."
|
954 |
|
955 |
+
#: php/qmn_options_style_tab.php:88
|
956 |
msgid "Quiz Styles"
|
957 |
msgstr "Estilos de Cuestionario."
|
958 |
|
959 |
+
#: php/qmn_options_style_tab.php:89
|
960 |
msgid "Choose your style:"
|
961 |
msgstr "Elija su estilo:"
|
962 |
|
963 |
+
#: php/qmn_options_style_tab.php:118
|
964 |
msgid "Custom"
|
965 |
msgstr "Personalizado"
|
966 |
|
967 |
+
#: php/qmn_options_style_tab.php:123 php/qmn_options_style_tab.php:135
|
968 |
msgid "Save Quiz Style"
|
969 |
msgstr "Guardar Estilo de Cuestionario"
|
970 |
|
971 |
+
#: php/qmn_options_style_tab.php:125
|
972 |
msgid "Custom Style CSS"
|
973 |
msgstr "Personalizar Estilo CSS"
|
974 |
|
975 |
+
#: php/qmn_options_style_tab.php:126
|
976 |
msgid ""
|
977 |
"For detailed help and guidance along with a list of different classes used "
|
978 |
"in this plugin, please visit the following link:"
|
984 |
msgid "Text"
|
985 |
msgstr "Texto"
|
986 |
|
987 |
+
#: php/qmn_options_text_tab.php:102
|
988 |
msgid "The templates has been updated successfully."
|
989 |
msgstr "La plantilla ha sido actualizada correctamente."
|
990 |
|
991 |
+
#: php/qmn_options_text_tab.php:142 php/qmn_quiz.php:1262
|
992 |
msgid "Previous"
|
993 |
msgstr "Anterior"
|
994 |
|
995 |
+
#: php/qmn_options_text_tab.php:242 php/qmn_options_text_tab.php:402
|
996 |
msgid "Save Templates"
|
997 |
msgstr "Guardar Plantillas"
|
998 |
|
999 |
+
#: php/qmn_options_text_tab.php:248
|
1000 |
msgid "Message Templates"
|
1001 |
msgstr "Plantillas de Mensaje"
|
1002 |
|
1003 |
+
#: php/qmn_options_text_tab.php:252
|
1004 |
msgid "Message Displayed Before Quiz"
|
1005 |
msgstr "Mensaje Mostrado Antes del Cuestionario"
|
1006 |
|
1007 |
+
#: php/qmn_options_text_tab.php:262
|
1008 |
msgid "Message Displayed Before Comments Box If Enabled"
|
1009 |
msgstr "Mensaje Mostrado Antes del campo de Comentarios si está activado."
|
1010 |
|
1011 |
+
#: php/qmn_options_text_tab.php:272
|
1012 |
msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
|
1013 |
msgstr ""
|
1014 |
"Mensaje Mostrado al final de la encuesta (Dejar en blanco para omitir "
|
1015 |
"sección de texto)"
|
1016 |
|
1017 |
+
#: php/qmn_options_text_tab.php:282
|
1018 |
msgid "Message Displayed If User Has Tried Quiz Too Many Times"
|
1019 |
msgstr "Mensaje Mostrado si el usuario ha intentando entrar demasiadas veces."
|
1020 |
|
1021 |
+
#: php/qmn_options_text_tab.php:292
|
1022 |
msgid ""
|
1023 |
"Message Displayed If User Is Not Logged In And Quiz Requires Users To Be "
|
1024 |
"Logged In"
|
1026 |
"Mensaje Mostrado si el usuario no ha iniciado sesión en un cuestionario que "
|
1027 |
"requería iniciar sesión."
|
1028 |
|
1029 |
+
#: php/qmn_options_text_tab.php:302
|
1030 |
msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
|
1031 |
msgstr "Mensaje Mostrado si la fecha está fuera del calendario."
|
1032 |
|
1033 |
+
#: php/qmn_options_text_tab.php:312
|
1034 |
msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
|
1035 |
msgstr "Mensaje mostrado si el límite total de entradas ha sido superado."
|
1036 |
|
1037 |
+
#: php/qmn_options_text_tab.php:322
|
1038 |
msgid "%QUESTIONS_ANSWERS% Text"
|
1039 |
msgstr "%QUESTIONS_ANSWERS% Texto"
|
1040 |
|
1041 |
+
#: php/qmn_options_text_tab.php:335
|
1042 |
msgid "Twitter Sharing Text"
|
1043 |
msgstr "Texto para compartir en Twitter"
|
1044 |
|
1045 |
+
#: php/qmn_options_text_tab.php:352
|
1046 |
msgid "Facebook Sharing Text"
|
1047 |
msgstr "Texto para compartir en Facebook"
|
1048 |
|
1049 |
+
#: php/qmn_options_text_tab.php:367
|
1050 |
msgid "Other Templates"
|
1051 |
msgstr "Otras plantillas"
|
1052 |
|
1053 |
+
#: php/qmn_options_text_tab.php:370
|
1054 |
msgid "Text for submit button"
|
1055 |
msgstr "Texto para el botón de envío."
|
1056 |
|
1057 |
+
#: php/qmn_options_text_tab.php:374
|
1058 |
msgid "Text for name field"
|
1059 |
msgstr "Texto para el nombre del campo"
|
1060 |
|
1061 |
+
#: php/qmn_options_text_tab.php:378
|
1062 |
msgid "Text for business field"
|
1063 |
msgstr "Texto para el campo asunto."
|
1064 |
|
1065 |
+
#: php/qmn_options_text_tab.php:382
|
1066 |
msgid "Text for email field"
|
1067 |
msgstr "Texto para el campo email"
|
1068 |
|
1069 |
+
#: php/qmn_options_text_tab.php:386
|
1070 |
msgid "Text for phone number field"
|
1071 |
msgstr "Texto para el campo número de teléfono"
|
1072 |
|
1073 |
+
#: php/qmn_options_text_tab.php:390
|
1074 |
msgid "Text for comments field"
|
1075 |
msgstr "Texto para el campo Comentarios"
|
1076 |
|
1077 |
+
#: php/qmn_options_text_tab.php:394
|
1078 |
msgid "Text for previous button"
|
1079 |
msgstr "Texto para el botón Anterior"
|
1080 |
|
1081 |
+
#: php/qmn_options_text_tab.php:398
|
1082 |
msgid "Text for next button"
|
1083 |
msgstr "Texto para el botón Siguiente"
|
1084 |
|
1085 |
+
#: php/qmn_options_tools_tab.php:49
|
1086 |
msgid "The stats has been reset successfully."
|
1087 |
msgstr "Las estadísticas han sido reseteadas correctamente."
|
1088 |
|
1089 |
+
#: php/qmn_options_tools_tab.php:107
|
1090 |
msgid ""
|
1091 |
"Use this button to reset all the stats collected for this quiz (Quiz Views "
|
1092 |
"and Times Quiz Has Been Taken)."
|
1093 |
msgstr "Las estadísticas han sido reseteadas correctamente."
|
1094 |
|
1095 |
+
#: php/qmn_options_tools_tab.php:108
|
1096 |
msgid "Reset Quiz Views And Taken Stats"
|
1097 |
msgstr "Resetear Encuesta y Estadísticas Guardadas"
|
1098 |
|
1099 |
+
#: php/qmn_options_tools_tab.php:119
|
1100 |
msgid ""
|
1101 |
"Are you sure you want to reset the stats to 0? All views and taken stats for "
|
1102 |
"this quiz will be reset. This is permanent and cannot be undone."
|
1105 |
"estadísticas guardadas para este cuestionario serán eliminadas. Esto es "
|
1106 |
"permanente y no se puede deshacer."
|
1107 |
|
1108 |
+
#: php/qmn_options_tools_tab.php:123
|
1109 |
msgid "Reset All Stats For Quiz"
|
1110 |
msgstr "Resetear todas las estadísticas para de un Cuestionario"
|
1111 |
|
1113 |
msgid "Multiple Choice"
|
1114 |
msgstr "Opción Múltiple"
|
1115 |
|
1116 |
+
#: php/qmn_question_types.php:105
|
1117 |
msgid "Horizontal Multiple Choice"
|
1118 |
msgstr "Opción múltiple horizontal."
|
1119 |
|
1120 |
+
#: php/qmn_question_types.php:195
|
1121 |
msgid "Drop Down"
|
1122 |
msgstr "Desplegable"
|
1123 |
|
1124 |
+
#: php/qmn_question_types.php:282
|
1125 |
msgid "Small Open Answer"
|
1126 |
msgstr "Abrir Respuesta Corta"
|
1127 |
|
1128 |
+
#: php/qmn_question_types.php:353
|
1129 |
msgid "Multiple Response"
|
1130 |
msgstr "Respuesta Múltiple"
|
1131 |
|
1132 |
+
#: php/qmn_question_types.php:452
|
1133 |
msgid "Large Open Answer"
|
1134 |
msgstr "Abrir Respuesta Larga"
|
1135 |
|
1136 |
+
#: php/qmn_question_types.php:531
|
1137 |
msgid "Text Block"
|
1138 |
msgstr "Bloque de Texto"
|
1139 |
|
1140 |
+
#: php/qmn_question_types.php:566
|
1141 |
msgid "Number"
|
1142 |
msgstr "Número"
|
1143 |
|
1144 |
+
#: php/qmn_question_types.php:648
|
1145 |
msgid "Accept"
|
1146 |
msgstr "Aceptar"
|
1147 |
|
1148 |
+
#: php/qmn_question_types.php:692
|
1149 |
msgid "Captcha"
|
1150 |
msgstr ""
|
1151 |
"Source text:\n"
|
1152 |
"Captcha"
|
1153 |
|
1154 |
+
#: php/qmn_question_types.php:750
|
1155 |
msgid "Horizontal Multiple Response"
|
1156 |
msgstr "Múltiples Respuestas Horizontal"
|
1157 |
|
1158 |
+
#: php/qmn_question_types.php:861
|
1159 |
+
msgid ""
|
1160 |
+
"For fill in the blank types, use %BLANK% to represent where to put the text "
|
1161 |
+
"box in your text."
|
1162 |
+
msgstr ""
|
1163 |
+
|
1164 |
+
#: php/qmn_question_types.php:865
|
1165 |
msgid "Fill In The Blank"
|
1166 |
msgstr ""
|
1167 |
|
1168 |
+
#: php/qmn_quiz.php:187
|
1169 |
+
msgid "It appears that this quiz is not set up correctly"
|
1170 |
+
msgstr ""
|
1171 |
+
|
1172 |
+
#: php/qmn_quiz.php:376
|
1173 |
msgid "Not a valid e-mail address!"
|
1174 |
msgstr "E-mail no válido!!"
|
1175 |
|
1176 |
+
#: php/qmn_quiz.php:377
|
1177 |
msgid "This field must be a number!"
|
1178 |
msgstr "Este campo debe ser númerico!"
|
1179 |
|
1180 |
+
#: php/qmn_quiz.php:378
|
1181 |
msgid "The entered text is not correct!"
|
1182 |
msgstr "El texto introducido no es correcto!"
|
1183 |
|
1184 |
+
#: php/qmn_quiz.php:379
|
1185 |
msgid "Please complete all required fields!"
|
1186 |
msgstr "Por favor, complete todas los campos obligatorios!"
|
1187 |
|
1197 |
msgstr[1] "%s cuestionarios"
|
1198 |
|
1199 |
#: php/qmn_quiz_admin.php:259 php/qmn_quiz_admin.php:310
|
1200 |
+
#: php/qmn_quiz_admin.php:378 php/qmn_results.php:267
|
1201 |
msgid "Quiz Name"
|
1202 |
msgstr "Nombre del Cuestionario"
|
1203 |
|
1273 |
msgid "Delete Quiz"
|
1274 |
msgstr "Eliminar Cuestionario"
|
1275 |
|
1276 |
+
#: php/qmn_quiz_creator.php:294
|
1277 |
msgid ""
|
1278 |
"Your new quiz has been created successfully. To begin editing your quiz, "
|
1279 |
"click the Edit link on the new quiz."
|
1281 |
"Su cuestionario ha sido creado correctamente. Para empezar a editar su "
|
1282 |
"cuestionario haga click en Edit en el nuevo cuestionario."
|
1283 |
|
1284 |
+
#: php/qmn_quiz_creator.php:369
|
1285 |
msgid "Your quiz has been deleted successfully."
|
1286 |
msgstr "Su cuestionario ha sido eliminado correctamente."
|
1287 |
|
1288 |
+
#: php/qmn_quiz_creator.php:420
|
1289 |
msgid "Your quiz name has been updated successfully."
|
1290 |
msgstr "Su cuestionario ha sido actualizado correctamente."
|
1291 |
|
1292 |
+
#: php/qmn_quiz_creator.php:586
|
1293 |
msgid "Your quiz has been duplicated successfully."
|
1294 |
msgstr "Su cuestionario ha sido duplicado correctamente."
|
1295 |
|
1306 |
"Por favor vaya a la página de cuestionarios y haga click sobre el botón "
|
1307 |
"Editar en el cuestionario que desee editar."
|
1308 |
|
1309 |
+
#: php/qmn_results.php:37
|
1310 |
msgid "Your results has been deleted successfully."
|
1311 |
msgstr "Sus resultados han sido eliminados correctamente."
|
1312 |
|
1313 |
+
#: php/qmn_results.php:202
|
1314 |
#, php-format
|
1315 |
msgid "One result"
|
1316 |
msgid_plural "%s results"
|
1317 |
msgstr[0] "Un resultado"
|
1318 |
msgstr[1] "%s resultados"
|
1319 |
|
1320 |
+
#: php/qmn_results.php:266
|
1321 |
msgid "Actions"
|
1322 |
msgstr "Acciones"
|
1323 |
|
1324 |
+
#: php/qmn_results.php:268
|
1325 |
msgid "Score"
|
1326 |
msgstr "Puntuación"
|
1327 |
|
1328 |
+
#: php/qmn_results.php:269
|
1329 |
msgid "Time To Complete"
|
1330 |
msgstr "Tiempo para completar"
|
1331 |
|
1332 |
+
#: php/qmn_results.php:270
|
1333 |
msgid "Name"
|
1334 |
msgstr "Nombre"
|
1335 |
|
1336 |
+
#: php/qmn_results.php:271
|
1337 |
msgid "Business"
|
1338 |
msgstr "Asunto"
|
1339 |
|
1340 |
+
#: php/qmn_results.php:272
|
1341 |
msgid "Email"
|
1342 |
msgstr "Email"
|
1343 |
|
1344 |
+
#: php/qmn_results.php:273
|
1345 |
msgid "Phone"
|
1346 |
msgstr "Teléfono"
|
1347 |
|
1348 |
+
#: php/qmn_results.php:274
|
1349 |
msgid "Time Taken"
|
1350 |
msgstr "Tiempo empleado"
|
1351 |
|
1352 |
+
#: php/qmn_results.php:333
|
1353 |
msgid "Are you sure you want to delete these results?"
|
1354 |
msgstr "¿Está seguro de que desea eliminar estos resultados?"
|
1355 |
|
1356 |
+
#: php/qmn_results.php:338
|
1357 |
msgid "Delete Results"
|
1358 |
msgstr "Eliminar resultados"
|
1359 |
|
1445 |
msgid "Quiz ID"
|
1446 |
msgstr "ID del cuestionario"
|
1447 |
|
1448 |
+
#~ msgid ""
|
1449 |
+
#~ "Enter in your text here to fill in the certificate for this quiz. Be sure "
|
1450 |
+
#~ "to enter in the link variable into the templates on the Quiz Text tab so "
|
1451 |
+
#~ "the user can access the certificate."
|
1452 |
+
#~ msgstr ""
|
1453 |
+
#~ "Escriba aquí el texto que aparecerá como certificado de esta encuesta. "
|
1454 |
+
#~ "Asegúrese de introducir su enlace dentro de las plantillas en la pestaña "
|
1455 |
+
#~ "Quiz Text para que el usuario pueda acceder a su certificado."
|
1456 |
+
|
1457 |
#~ msgid "The amount of time user spent of quiz"
|
1458 |
#~ msgstr "Tiempo empleado por el usuario en responder el cuestionario"
|
1459 |
|
languages/quiz-master-next-it_IT.mo
CHANGED
Binary file
|
languages/quiz-master-next-it_IT.po
CHANGED
@@ -5,7 +5,7 @@ msgid ""
|
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Quiz Master Next\n"
|
7 |
"Report-Msgid-Bugs-To: \n"
|
8 |
-
"POT-Creation-Date: 2015-
|
9 |
"PO-Revision-Date: \n"
|
10 |
"Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
|
11 |
"Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
|
@@ -19,52 +19,74 @@ msgstr ""
|
|
19 |
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;"
|
20 |
"esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
|
21 |
"_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
22 |
-
"X-Poedit-Basepath:
|
23 |
-
"X-Generator: Poedit 1.8.
|
24 |
"X-Poedit-SearchPath-0: .\n"
|
25 |
|
26 |
-
#: mlw_quizmaster2.php:
|
27 |
msgid "Quizzes"
|
28 |
msgstr "Quiz"
|
29 |
|
30 |
-
#: mlw_quizmaster2.php:
|
31 |
msgid "Quiz Settings"
|
32 |
msgstr "Impostazioni Quiz"
|
33 |
|
34 |
-
#: mlw_quizmaster2.php:
|
35 |
#: php/qmn_results_details.php:20
|
36 |
msgid "Quiz Results"
|
37 |
msgstr "Risultati Quiz"
|
38 |
|
39 |
-
#: mlw_quizmaster2.php:
|
40 |
msgid "Quiz Result Details"
|
41 |
msgstr "Dettagli Risultati del Quiz"
|
42 |
|
43 |
-
#: mlw_quizmaster2.php:
|
44 |
msgid "Settings"
|
45 |
msgstr "Impostazioni"
|
46 |
|
47 |
-
#: mlw_quizmaster2.php:
|
48 |
#: php/qmn_tools.php:65
|
49 |
msgid "Tools"
|
50 |
msgstr "Strumenti"
|
51 |
|
52 |
-
#: mlw_quizmaster2.php:
|
53 |
msgid "Stats"
|
54 |
msgstr "Statistiche"
|
55 |
|
56 |
-
#: mlw_quizmaster2.php:
|
57 |
msgid "Addon Settings"
|
58 |
msgstr "Impostazioni Addon"
|
59 |
|
60 |
-
#: mlw_quizmaster2.php:
|
61 |
msgid "Help"
|
62 |
msgstr "Aiuto"
|
63 |
|
64 |
-
#: mlw_quizmaster2.php:
|
65 |
msgid "QMN About"
|
66 |
msgstr "QMN About"
|
67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
#: php/qmn-stats-page.php:29
|
69 |
msgid "Quiz Statistics"
|
70 |
msgstr "Statistiche Quiz"
|
@@ -110,6 +132,15 @@ msgstr "Novità!"
|
|
110 |
msgid "Changelog"
|
111 |
msgstr "Changelog"
|
112 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
#: php/qmn_dashboard_widgets.php:16
|
114 |
msgid "Quiz Master Next Snapshot"
|
115 |
msgstr "Prossima Anteprima Di Quiz Master"
|
@@ -148,23 +179,23 @@ msgstr "quiz più popolare"
|
|
148 |
msgid "least popular quiz"
|
149 |
msgstr "quiz meno popolare"
|
150 |
|
151 |
-
#: php/qmn_help.php:
|
152 |
msgid "Need Help?"
|
153 |
msgstr "Serve Aiuto?"
|
154 |
|
155 |
-
#: php/qmn_help.php:
|
156 |
msgid "Support"
|
157 |
msgstr "Supporto"
|
158 |
|
159 |
-
#: php/qmn_help.php:
|
160 |
msgid "System Info"
|
161 |
msgstr "Informazioni di Sistema"
|
162 |
|
163 |
-
#: php/qmn_help.php:
|
164 |
msgid "Help Page"
|
165 |
msgstr "Pagina di Aiuto"
|
166 |
|
167 |
-
#: php/qmn_help.php:
|
168 |
msgid "Need help with the plugin? Try any of the following:"
|
169 |
msgstr "Serve aiuto con il plugin?"
|
170 |
|
@@ -172,21 +203,21 @@ msgstr "Serve aiuto con il plugin?"
|
|
172 |
msgid "Certificate (Beta)"
|
173 |
msgstr "Certificato (Beta)"
|
174 |
|
175 |
-
#: php/qmn_options_certificate_tab.php:
|
176 |
msgid "The certificate has been updated successfully."
|
177 |
msgstr "Il certificato è stato aggiornato con successo."
|
178 |
|
179 |
-
#: php/qmn_options_certificate_tab.php:
|
180 |
-
#: php/qmn_options_email_tab.php:
|
181 |
-
#: php/qmn_options_leaderboard_tab.php:
|
182 |
-
#: php/qmn_options_questions_tab.php:
|
183 |
-
#: php/qmn_options_questions_tab.php:
|
184 |
-
#: php/qmn_options_results_page_tab.php:
|
185 |
-
#: php/qmn_options_results_page_tab.php:
|
186 |
-
#: php/qmn_options_text_tab.php:
|
187 |
-
#: php/qmn_quiz_creator.php:
|
188 |
-
#: php/qmn_quiz_creator.php:
|
189 |
-
#: php/qmn_quiz_creator.php:
|
190 |
#, php-format
|
191 |
msgid ""
|
192 |
"There has been an error in this action. Please share this with the "
|
@@ -195,89 +226,86 @@ msgstr ""
|
|
195 |
"C'è stato un errore durante l'azione. Per favore, riportalo allo "
|
196 |
"sviluppatore. Codice Errore: %s"
|
197 |
|
198 |
-
#: php/qmn_options_certificate_tab.php:
|
199 |
msgid "Enter title here"
|
200 |
msgstr "Inserisci qui un titolo"
|
201 |
|
202 |
-
#: php/qmn_options_certificate_tab.php:
|
203 |
-
#: php/qmn_options_email_tab.php:
|
204 |
msgid "Enter text here"
|
205 |
msgstr "Inserisci qui il testo"
|
206 |
|
207 |
-
#: php/qmn_options_certificate_tab.php:
|
208 |
msgid "Quiz Certificate (Beta)"
|
209 |
msgstr "Certificato del Quiz (Beta)"
|
210 |
|
211 |
-
#: php/qmn_options_certificate_tab.php:
|
212 |
msgid ""
|
213 |
"Enter in your text here to fill in the certificate for this quiz. Be sure to "
|
214 |
-
"enter in the link variable into the templates on the
|
215 |
-
"user can access the certificate."
|
216 |
msgstr ""
|
217 |
-
"Inserisci qui il testo per compilare il certificato di questo quiz. "
|
218 |
-
"Assicurati di inserire la variabile del link nel template nella sezione "
|
219 |
-
"Testo Quiz, in modo che l'utente possa accedere al certificato."
|
220 |
|
221 |
-
#: php/qmn_options_certificate_tab.php:
|
222 |
msgid "These fields cannot contain HTML."
|
223 |
msgstr "Questi campi non possono contenere HTML."
|
224 |
|
225 |
-
#: php/qmn_options_certificate_tab.php:
|
226 |
-
#: php/qmn_options_certificate_tab.php:
|
227 |
msgid "Save Certificate Options"
|
228 |
msgstr "Salva Opzioni Certificato"
|
229 |
|
230 |
-
#: php/qmn_options_certificate_tab.php:
|
231 |
msgid "Enable Certificates For This Quiz?"
|
232 |
msgstr "Attiva i Certificati per Questo Quiz?"
|
233 |
|
234 |
-
#: php/qmn_options_certificate_tab.php:
|
235 |
-
#: php/qmn_options_email_tab.php:
|
236 |
-
#: php/qmn_options_option_tab.php:
|
237 |
-
#: php/qmn_options_option_tab.php:
|
238 |
-
#: php/qmn_options_option_tab.php:
|
239 |
-
#: php/qmn_options_option_tab.php:
|
240 |
-
#: php/qmn_options_option_tab.php:
|
241 |
-
#: php/qmn_options_questions_tab.php:
|
242 |
-
#: php/qmn_options_results_page_tab.php:
|
243 |
msgid "Yes"
|
244 |
msgstr "Sì"
|
245 |
|
246 |
-
#: php/qmn_options_certificate_tab.php:
|
247 |
-
#: php/qmn_options_email_tab.php:
|
248 |
-
#: php/qmn_options_option_tab.php:
|
249 |
-
#: php/qmn_options_option_tab.php:
|
250 |
-
#: php/qmn_options_option_tab.php:
|
251 |
-
#: php/qmn_options_option_tab.php:
|
252 |
-
#: php/qmn_options_option_tab.php:
|
253 |
-
#: php/qmn_options_option_tab.php:
|
254 |
-
#: php/qmn_options_results_page_tab.php:
|
255 |
msgid "No"
|
256 |
msgstr "No"
|
257 |
|
258 |
-
#: php/qmn_options_certificate_tab.php:
|
259 |
msgid "Certificate Title"
|
260 |
msgstr "Titolo Certificato"
|
261 |
|
262 |
-
#: php/qmn_options_certificate_tab.php:
|
263 |
msgid "Message Displayed On Certificate"
|
264 |
msgstr "Messaggio Mostrato nel Certificato"
|
265 |
|
266 |
-
#: php/qmn_options_certificate_tab.php:
|
267 |
-
#: php/qmn_options_leaderboard_tab.php:
|
268 |
-
#: php/qmn_options_text_tab.php:
|
269 |
-
#: php/qmn_options_text_tab.php:
|
270 |
-
#: php/qmn_options_text_tab.php:
|
271 |
-
#: php/qmn_options_text_tab.php:
|
272 |
-
#: php/qmn_options_text_tab.php:
|
273 |
msgid "Allowed Variables:"
|
274 |
msgstr "Variabili Consentite:"
|
275 |
|
276 |
-
#: php/qmn_options_certificate_tab.php:
|
277 |
msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
|
278 |
msgstr "URL al Logo (deve essere JPG, JPEG, PNG o GIF)"
|
279 |
|
280 |
-
#: php/qmn_options_certificate_tab.php:
|
281 |
msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
|
282 |
msgstr "URL all'Immagine di Sfondo (deve Essere JPG, JPEG, PNG, GIF)"
|
283 |
|
@@ -285,198 +313,198 @@ msgstr "URL all'Immagine di Sfondo (deve Essere JPG, JPEG, PNG, GIF)"
|
|
285 |
msgid "Emails"
|
286 |
msgstr "Emails"
|
287 |
|
288 |
-
#: php/qmn_options_email_tab.php:55 php/qmn_options_email_tab.php:
|
289 |
msgid "The email has been added successfully."
|
290 |
msgstr "L'email è stata aggiunta con successo."
|
291 |
|
292 |
-
#: php/qmn_options_email_tab.php:
|
293 |
msgid "The email has been updated successfully."
|
294 |
msgstr "L'email è stata aggiornata con successo."
|
295 |
|
296 |
-
#: php/qmn_options_email_tab.php:
|
297 |
-
#: php/qmn_options_results_page_tab.php:
|
298 |
msgid "Template Variables"
|
299 |
msgstr "Variabili di Template"
|
300 |
|
301 |
-
#: php/qmn_options_email_tab.php:
|
302 |
-
#: php/qmn_options_text_tab.php:
|
303 |
msgid "Score for the quiz when using points"
|
304 |
msgstr "Punteggio del quiz quando si usano punti"
|
305 |
|
306 |
-
#: php/qmn_options_email_tab.php:
|
307 |
-
#: php/qmn_options_text_tab.php:
|
308 |
msgid "The average amount of points user had per question"
|
309 |
msgstr "Quantità media di punti che l'utente ha guadagnato per domanda"
|
310 |
|
311 |
-
#: php/qmn_options_email_tab.php:
|
312 |
-
#: php/qmn_options_text_tab.php:
|
313 |
msgid "The number of correct answers the user had"
|
314 |
msgstr "Numero di risposte a cui l'utente ha risposto correttamente"
|
315 |
|
316 |
-
#: php/qmn_options_email_tab.php:
|
317 |
-
#: php/qmn_options_text_tab.php:
|
318 |
msgid "The total number of questions in the quiz"
|
319 |
msgstr "Numero totale di domande nel quiz"
|
320 |
|
321 |
-
#: php/qmn_options_email_tab.php:
|
322 |
-
#: php/qmn_options_text_tab.php:
|
323 |
msgid "Score for the quiz when using correct answers"
|
324 |
msgstr "Punteggio massimo per il quiz rispondendo correttamente"
|
325 |
|
326 |
-
#: php/qmn_options_email_tab.php:
|
327 |
-
#: php/qmn_options_text_tab.php:
|
328 |
msgid "The name the user entered before the quiz"
|
329 |
msgstr "Nome inserito dall'utente prima del quiz"
|
330 |
|
331 |
-
#: php/qmn_options_email_tab.php:
|
332 |
-
#: php/qmn_options_text_tab.php:
|
333 |
msgid "The business the user entered before the quiz"
|
334 |
msgstr "Azienda inserita dall'utente prima del quiz"
|
335 |
|
336 |
-
#: php/qmn_options_email_tab.php:
|
337 |
-
#: php/qmn_options_text_tab.php:
|
338 |
msgid "The phone number the user entered before the quiz"
|
339 |
msgstr "Numero di telefono inserito dall'utente prima del quiz"
|
340 |
|
341 |
-
#: php/qmn_options_email_tab.php:
|
342 |
-
#: php/qmn_options_text_tab.php:
|
343 |
msgid "The email the user entered before the quiz"
|
344 |
msgstr "Email inserita dall'utente prima del quiz"
|
345 |
|
346 |
-
#: php/qmn_options_email_tab.php:
|
347 |
-
#: php/qmn_options_results_page_tab.php:
|
348 |
msgid "The name of the quiz"
|
349 |
msgstr "Nome del quiz"
|
350 |
|
351 |
-
#: php/qmn_options_email_tab.php:
|
352 |
-
#: php/qmn_options_text_tab.php:
|
353 |
msgid ""
|
354 |
"Shows the question, the answer the user provided, and the correct answer"
|
355 |
msgstr ""
|
356 |
"Mostra la domanda, la risposta data dall'utente, e la risposta corretta"
|
357 |
|
358 |
-
#: php/qmn_options_email_tab.php:
|
359 |
-
#: php/qmn_options_text_tab.php:
|
360 |
msgid "The comments the user entered into comment box if enabled"
|
361 |
msgstr "Commenti inseriti dall'utente nel box commenti, se abilitati"
|
362 |
|
363 |
-
#: php/qmn_options_email_tab.php:
|
364 |
msgid "The amount of time user spent on quiz in seconds"
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: php/qmn_options_email_tab.php:
|
368 |
msgid "The amount of time user spent on quiz in minutes"
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: php/qmn_options_email_tab.php:
|
372 |
-
#: php/qmn_options_text_tab.php:
|
373 |
msgid "The link to the certificate after completing the quiz"
|
374 |
msgstr "Il link al certificato dopo aver completato il quiz"
|
375 |
|
376 |
-
#: php/qmn_options_email_tab.php:
|
377 |
-
#: php/qmn_options_text_tab.php:
|
378 |
msgid "The amount of points a specific category earned."
|
379 |
msgstr "I punti totali guadagnati in una specifica categoria."
|
380 |
|
381 |
-
#: php/qmn_options_email_tab.php:
|
382 |
-
#: php/qmn_options_text_tab.php:
|
383 |
msgid "The score a specific category earned."
|
384 |
msgstr "Il punteggio guadagnato in una specifica categoria."
|
385 |
|
386 |
-
#: php/qmn_options_email_tab.php:
|
387 |
-
#: php/qmn_options_text_tab.php:
|
388 |
msgid "The average points from all categories."
|
389 |
msgstr "La media dei punti in tutte le categorie."
|
390 |
|
391 |
-
#: php/qmn_options_email_tab.php:
|
392 |
-
#: php/qmn_options_text_tab.php:
|
393 |
msgid "The average score from all categories."
|
394 |
msgstr "La media del punteggio in tutte le categorie."
|
395 |
|
396 |
-
#: php/qmn_options_email_tab.php:
|
397 |
msgid "The question that the user answered"
|
398 |
msgstr "La domanda a cui l'utente ha risposto"
|
399 |
|
400 |
-
#: php/qmn_options_email_tab.php:
|
401 |
msgid "The answer the user gave for the question"
|
402 |
msgstr "La risposta fornita dall'utente per la domanda"
|
403 |
|
404 |
-
#: php/qmn_options_email_tab.php:
|
405 |
msgid "The correct answer for the question"
|
406 |
msgstr "La risposta corretta per la domanda"
|
407 |
|
408 |
-
#: php/qmn_options_email_tab.php:
|
409 |
msgid "The comments the user provided in the comment field for the question"
|
410 |
msgstr "I commenti scritti dall'utente nel campo dei commenti sulla domanda"
|
411 |
|
412 |
-
#: php/qmn_options_email_tab.php:
|
413 |
msgid "Reason why the correct answer is the correct answer"
|
414 |
msgstr "Motivo per cui la risposta corretta è la risposta corretta"
|
415 |
|
416 |
-
#: php/qmn_options_email_tab.php:
|
417 |
msgid "The Current Date"
|
418 |
msgstr "Data Corrente"
|
419 |
|
420 |
-
#: php/qmn_options_email_tab.php:
|
421 |
msgid "Save Email Templates And Settings"
|
422 |
msgstr "Salva Template e Impostazioni Email"
|
423 |
|
424 |
-
#: php/qmn_options_email_tab.php:
|
425 |
msgid "Send user email upon completion?"
|
426 |
msgstr "Invia un'email all'utente dopo il completamento del quiz?"
|
427 |
|
428 |
-
#: php/qmn_options_email_tab.php:
|
429 |
msgid "Send admin email upon completion?"
|
430 |
msgstr "Invia un'email all'amministratore dopo il completamento del quiz?"
|
431 |
|
432 |
-
#: php/qmn_options_email_tab.php:
|
433 |
msgid ""
|
434 |
"What emails should we send the admin email to? Separate emails with a comma."
|
435 |
msgstr ""
|
436 |
"A quali indirizzi vuoi inviare l'email da amministratori? Separa gli "
|
437 |
"indirizzi email con una virgola."
|
438 |
|
439 |
-
#: php/qmn_options_email_tab.php:
|
440 |
msgid "What is the From Name for the email sent to users and admin?"
|
441 |
msgstr "Qual è il Nome Mittente per l'email inviata a utenti e amministratori?"
|
442 |
|
443 |
-
#: php/qmn_options_email_tab.php:
|
444 |
msgid "Email Sent To User"
|
445 |
msgstr "Email Inviata All'Utente"
|
446 |
|
447 |
-
#: php/qmn_options_email_tab.php:
|
448 |
msgid "Add New User Email"
|
449 |
msgstr "Aggiungi Nuova Email Utente"
|
450 |
|
451 |
-
#: php/qmn_options_email_tab.php:
|
452 |
-
#: php/qmn_options_email_tab.php:
|
453 |
-
#: php/qmn_options_results_page_tab.php:
|
454 |
-
#: php/qmn_options_results_page_tab.php:
|
455 |
msgid "Score Greater Than Or Equal To"
|
456 |
msgstr "Punteggio Maggiore o Uguale a"
|
457 |
|
458 |
-
#: php/qmn_options_email_tab.php:
|
459 |
-
#: php/qmn_options_email_tab.php:
|
460 |
-
#: php/qmn_options_results_page_tab.php:
|
461 |
-
#: php/qmn_options_results_page_tab.php:
|
462 |
msgid "Score Less Than Or Equal To"
|
463 |
msgstr "Punteggio Minore o Uguale a"
|
464 |
|
465 |
-
#: php/qmn_options_email_tab.php:
|
466 |
-
#: php/qmn_options_email_tab.php:
|
467 |
msgid "Subject"
|
468 |
msgstr "Oggetto"
|
469 |
|
470 |
-
#: php/qmn_options_email_tab.php:
|
471 |
-
#: php/qmn_options_email_tab.php:
|
472 |
msgid "Email To Send"
|
473 |
msgstr "Email Da Inviare"
|
474 |
|
475 |
-
#: php/qmn_options_email_tab.php:
|
476 |
msgid "Email Sent To Admin"
|
477 |
msgstr "Email Inviata All'Amministratore"
|
478 |
|
479 |
-
#: php/qmn_options_email_tab.php:
|
480 |
msgid "Add New Admin Email"
|
481 |
msgstr "Aggiungi Nuova Email Amministratore"
|
482 |
|
@@ -484,56 +512,56 @@ msgstr "Aggiungi Nuova Email Amministratore"
|
|
484 |
msgid "Leaderboard"
|
485 |
msgstr "Classifica"
|
486 |
|
487 |
-
#: php/qmn_options_leaderboard_tab.php:
|
488 |
msgid "The leaderboards has been updated successfully."
|
489 |
msgstr "La classifica è stata aggiornata con successo."
|
490 |
|
491 |
-
#: php/qmn_options_leaderboard_tab.php:
|
492 |
msgid "The name of the user who is in first place"
|
493 |
msgstr "Il nome dell'utente al primo posto"
|
494 |
|
495 |
-
#: php/qmn_options_leaderboard_tab.php:
|
496 |
msgid "The score from the first place's quiz"
|
497 |
msgstr "Il punteggio del quiz al primo posto"
|
498 |
|
499 |
-
#: php/qmn_options_leaderboard_tab.php:
|
500 |
msgid "The name of the user who is in second place"
|
501 |
msgstr "Il nome dell'utente al secondo posto"
|
502 |
|
503 |
-
#: php/qmn_options_leaderboard_tab.php:
|
504 |
msgid "The score from the second place's quiz"
|
505 |
msgstr "Il punteggio del quiz al secondo posto"
|
506 |
|
507 |
-
#: php/qmn_options_leaderboard_tab.php:
|
508 |
msgid "The name of the user who is in third place"
|
509 |
msgstr "Il nome dell'utente al terzo posto"
|
510 |
|
511 |
-
#: php/qmn_options_leaderboard_tab.php:
|
512 |
msgid "The score from the third place's quiz"
|
513 |
msgstr "Il punteggio del quiz al terzo posto"
|
514 |
|
515 |
-
#: php/qmn_options_leaderboard_tab.php:
|
516 |
msgid "The name of the user who is in fourth place"
|
517 |
msgstr "Il nome dell'utente al quarto posto"
|
518 |
|
519 |
-
#: php/qmn_options_leaderboard_tab.php:
|
520 |
msgid "The score from the fourth place's quiz"
|
521 |
msgstr "Il punteggio del quiz al quarto posto"
|
522 |
|
523 |
-
#: php/qmn_options_leaderboard_tab.php:
|
524 |
msgid "The name of the user who is in fifth place"
|
525 |
msgstr "Il nome dell'utente al quinto posto"
|
526 |
|
527 |
-
#: php/qmn_options_leaderboard_tab.php:
|
528 |
msgid "The score from the fifth place's quiz"
|
529 |
msgstr "Il punteggio del quiz al quinto posto"
|
530 |
|
531 |
-
#: php/qmn_options_leaderboard_tab.php:
|
532 |
-
#: php/qmn_options_leaderboard_tab.php:
|
533 |
msgid "Save Leaderboard Options"
|
534 |
msgstr "Salva Opzioni Classifica"
|
535 |
|
536 |
-
#: php/qmn_options_leaderboard_tab.php:
|
537 |
msgid "Leaderboard Template"
|
538 |
msgstr "Template Classifica"
|
539 |
|
@@ -541,35 +569,35 @@ msgstr "Template Classifica"
|
|
541 |
msgid "Options"
|
542 |
msgstr "Opzioni"
|
543 |
|
544 |
-
#: php/qmn_options_option_tab.php:
|
545 |
msgid "The options has been updated successfully."
|
546 |
msgstr "Le opzioni sono state aggiornate con successo."
|
547 |
|
548 |
-
#: php/qmn_options_option_tab.php:
|
549 |
msgid "Save Options"
|
550 |
msgstr "Salva Opzioni"
|
551 |
|
552 |
-
#: php/qmn_options_option_tab.php:
|
553 |
msgid "Which system is this quiz graded on?"
|
554 |
msgstr "Con quale metodo viene valutato questo quiz?"
|
555 |
|
556 |
-
#: php/qmn_options_option_tab.php:
|
557 |
msgid "Correct/Incorrect"
|
558 |
msgstr "Giuste/Sbagliate"
|
559 |
|
560 |
-
#: php/qmn_options_option_tab.php:
|
561 |
msgid "Points"
|
562 |
msgstr "Punti"
|
563 |
|
564 |
-
#: php/qmn_options_option_tab.php:
|
565 |
msgid "Not Graded"
|
566 |
msgstr "Non valutato"
|
567 |
|
568 |
-
#: php/qmn_options_option_tab.php:
|
569 |
msgid "Should the user be required to be logged in to take this quiz?"
|
570 |
msgstr "E' richiesto all'utente di fare login per svolgere questo quiz?"
|
571 |
|
572 |
-
#: php/qmn_options_option_tab.php:
|
573 |
msgid ""
|
574 |
"How many questions per page would you like? (Leave 0 for all questions on "
|
575 |
"one page)"
|
@@ -577,7 +605,7 @@ msgstr ""
|
|
577 |
"Quante domande vorresti mostrare in ogni pagina? (Lascia 0 per avere tutte "
|
578 |
"le domande in una pagina)"
|
579 |
|
580 |
-
#: php/qmn_options_option_tab.php:
|
581 |
msgid ""
|
582 |
"How many minutes does the user have to finish the quiz? (Leave 0 for no time "
|
583 |
"limit)"
|
@@ -585,7 +613,7 @@ msgstr ""
|
|
585 |
"Quanto tempo ha a disposizione l'utente per terminare il quiz? (Lascia 0 per "
|
586 |
"non dare limiti di tempo)"
|
587 |
|
588 |
-
#: php/qmn_options_option_tab.php:
|
589 |
msgid ""
|
590 |
"How many times can a user take this quiz? (Leave 0 for as many times as the "
|
591 |
"user wants to. Currently only works for registered users)"
|
@@ -594,21 +622,21 @@ msgstr ""
|
|
594 |
"l'utente faccia il quiz quante volte desidera. Al momento funziona solo per "
|
595 |
"utenti registrati)"
|
596 |
|
597 |
-
#: php/qmn_options_option_tab.php:
|
598 |
msgid ""
|
599 |
"How many total entries can this quiz have? (Leave 0 for unlimited entries"
|
600 |
msgstr ""
|
601 |
"Quante voci può avere in totale questo quiz? (Lascia 0 per indicare un "
|
602 |
"numero illimitato di voci)"
|
603 |
|
604 |
-
#: php/qmn_options_option_tab.php:
|
605 |
msgid ""
|
606 |
"How many questions should be loaded for quiz? (Leave 0 to load all questions)"
|
607 |
msgstr ""
|
608 |
"Quante domande devono essere caricate per questo quiz? (Lascia 0 per "
|
609 |
"caricare tutte le domande)"
|
610 |
|
611 |
-
#: php/qmn_options_option_tab.php:
|
612 |
msgid ""
|
613 |
"What time-frame should the user be able to access the quiz? (Leave blank if "
|
614 |
"the user can access anytime)"
|
@@ -616,29 +644,29 @@ msgstr ""
|
|
616 |
"In che finestra temporale l'utente può accedere al quiz? (Lascia vuoto se "
|
617 |
"l'utente può accedere in qualsiasi momento)"
|
618 |
|
619 |
-
#: php/qmn_options_option_tab.php:
|
620 |
msgid "start date"
|
621 |
msgstr "data inizio"
|
622 |
|
623 |
-
#: php/qmn_options_option_tab.php:
|
624 |
msgid "end date"
|
625 |
msgstr "data fine"
|
626 |
|
627 |
-
#: php/qmn_options_option_tab.php:
|
628 |
msgid ""
|
629 |
"Are the questions random? (Question Order will not apply if this is yes)"
|
630 |
msgstr ""
|
631 |
"Le domande sono casuali? (Se sì, l'Ordine Delle Domande non verrà applicato)"
|
632 |
|
633 |
-
#: php/qmn_options_option_tab.php:
|
634 |
msgid "Random Questions"
|
635 |
msgstr "Domande Casuali"
|
636 |
|
637 |
-
#: php/qmn_options_option_tab.php:
|
638 |
msgid "Random Questions And Answers"
|
639 |
msgstr "Domande e Risposte Casuali"
|
640 |
|
641 |
-
#: php/qmn_options_option_tab.php:
|
642 |
msgid ""
|
643 |
"Would you like to ask for the contact information at the beginning or at the "
|
644 |
"end of the quiz?"
|
@@ -646,15 +674,15 @@ msgstr ""
|
|
646 |
"Preferisci richiedere le informazioni di contatto all'inizio o alla fine del "
|
647 |
"quiz?"
|
648 |
|
649 |
-
#: php/qmn_options_option_tab.php:
|
650 |
msgid "Beginning"
|
651 |
msgstr "All'inizio"
|
652 |
|
653 |
-
#: php/qmn_options_option_tab.php:
|
654 |
msgid "End"
|
655 |
msgstr "Alla fine"
|
656 |
|
657 |
-
#: php/qmn_options_option_tab.php:
|
658 |
msgid ""
|
659 |
"If a logged-in user takes the quiz, would you like them to be able to edit "
|
660 |
"contact information? If set to no, the fields will not show up for logged in "
|
@@ -665,54 +693,54 @@ msgstr ""
|
|
665 |
"verranno mostrati per utenti loggati; tuttavia, le informazioni degli utenti "
|
666 |
"verranno salvate per i campi."
|
667 |
|
668 |
-
#: php/qmn_options_option_tab.php:
|
669 |
msgid "Should we ask for users name?"
|
670 |
msgstr "E' richiesto il nome utente^"
|
671 |
|
672 |
-
#: php/qmn_options_option_tab.php:
|
673 |
-
#: php/qmn_options_option_tab.php:
|
674 |
msgid "Require"
|
675 |
msgstr "Obbligatorio"
|
676 |
|
677 |
-
#: php/qmn_options_option_tab.php:
|
678 |
msgid "Should we ask for users business?"
|
679 |
msgstr "E' richiesta l'azienda dell'utente?"
|
680 |
|
681 |
-
#: php/qmn_options_option_tab.php:
|
682 |
msgid "Should we ask for users email?"
|
683 |
msgstr "E' richiesta l'email dell'utente?"
|
684 |
|
685 |
-
#: php/qmn_options_option_tab.php:
|
686 |
msgid "Should we ask for users phone number?"
|
687 |
msgstr "E' richiesto il numeri di telefono dell'utente?"
|
688 |
|
689 |
-
#: php/qmn_options_option_tab.php:
|
690 |
msgid "Would you like a place for the user to enter comments?"
|
691 |
msgstr ""
|
692 |
"Vuoi che ci sia un posto dove gli utenti possano scrivere i loro commenti?"
|
693 |
|
694 |
-
#: php/qmn_options_option_tab.php:
|
695 |
msgid "Show question number on quiz?"
|
696 |
msgstr "Il numero della domanda è visibile nel quiz?"
|
697 |
|
698 |
-
#: php/qmn_options_option_tab.php:
|
699 |
msgid "Show social media sharing buttons? (Twitter & Facebook)"
|
700 |
msgstr "Mostra i bottoni di condivisione sui social? (Twitter e Facebook)"
|
701 |
|
702 |
-
#: php/qmn_options_option_tab.php:
|
703 |
msgid ""
|
704 |
"This option is for here only for users of older versions. Please use the new "
|
705 |
"template variables %FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages "
|
706 |
"instead of using this option!"
|
707 |
msgstr ""
|
708 |
|
709 |
-
#: php/qmn_options_option_tab.php:
|
710 |
msgid ""
|
711 |
"Disable question once user selects answer? (Currently only work on multiple "
|
712 |
"choice)"
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: php/qmn_options_option_tab.php:
|
716 |
msgid ""
|
717 |
"Dynamically add class for incorrect/correct answer after user selects "
|
718 |
"answer? (Currently only works on multiple choice)"
|
@@ -730,119 +758,121 @@ msgstr "Domande"
|
|
730 |
msgid "Answer"
|
731 |
msgstr "Risposta"
|
732 |
|
733 |
-
#: php/qmn_options_questions_tab.php:
|
|
|
|
|
|
|
|
|
734 |
msgid "The question has been updated successfully."
|
735 |
msgstr "La domanda è stata aggiornata con successo."
|
736 |
|
737 |
-
#: php/qmn_options_questions_tab.php:
|
738 |
msgid "The question has been deleted successfully."
|
739 |
msgstr "La domanda è stata cancellata con successo."
|
740 |
|
741 |
-
#: php/qmn_options_questions_tab.php:
|
742 |
msgid "The question has been duplicated successfully."
|
743 |
msgstr "La domanda è stata duplicata con successo."
|
744 |
|
745 |
-
#: php/qmn_options_questions_tab.php:
|
746 |
msgid "The question has been created successfully."
|
747 |
msgstr "La domanda è stata creata con successo."
|
748 |
|
749 |
-
#: php/qmn_options_questions_tab.php:
|
750 |
msgid "Add Question"
|
751 |
msgstr "Aggiungi Domanda"
|
752 |
|
753 |
-
#: php/qmn_options_questions_tab.php:
|
|
|
|
|
|
|
|
|
754 |
#, php-format
|
755 |
msgid "One question"
|
756 |
msgid_plural "%s questions"
|
757 |
msgstr[0] "Una domanda"
|
758 |
msgstr[1] "%s domande"
|
759 |
|
760 |
-
#: php/qmn_options_questions_tab.php:
|
761 |
-
#: php/qmn_options_questions_tab.php:
|
762 |
msgid "Question Order"
|
763 |
msgstr "Ordine Domanda"
|
764 |
|
765 |
-
#: php/qmn_options_questions_tab.php:
|
766 |
-
#: php/qmn_options_questions_tab.php:
|
767 |
msgid "Question Type"
|
768 |
msgstr "Tipo di Domanda"
|
769 |
|
770 |
-
#: php/qmn_options_questions_tab.php:
|
771 |
-
#: php/qmn_options_questions_tab.php:
|
772 |
msgid "Category"
|
773 |
msgstr "Categoria"
|
774 |
|
775 |
-
#: php/qmn_options_questions_tab.php:
|
776 |
msgid "Question"
|
777 |
msgstr "Domanda"
|
778 |
|
779 |
-
#: php/qmn_options_questions_tab.php:
|
780 |
-
msgid ""
|
781 |
-
"For fill in the blank types, use %BLANK% to represent where to put the text "
|
782 |
-
"box in your text."
|
783 |
-
msgstr ""
|
784 |
-
|
785 |
-
#: php/qmn_options_questions_tab.php:553
|
786 |
msgid "Answers"
|
787 |
msgstr "Risposte"
|
788 |
|
789 |
-
#: php/qmn_options_questions_tab.php:
|
790 |
msgid "Points Worth"
|
791 |
msgstr "Valore in Punti"
|
792 |
|
793 |
-
#: php/qmn_options_questions_tab.php:
|
794 |
msgid "Correct Answer"
|
795 |
msgstr "Risposta Corretta"
|
796 |
|
797 |
-
#: php/qmn_options_questions_tab.php:
|
798 |
msgid "Add New Answer!"
|
799 |
msgstr "Aggiungi una Nuova Risposta!"
|
800 |
|
801 |
-
#: php/qmn_options_questions_tab.php:
|
802 |
msgid "Correct Answer Info"
|
803 |
msgstr "Informazioni Risposta Corretta"
|
804 |
|
805 |
-
#: php/qmn_options_questions_tab.php:
|
806 |
msgid "Hint"
|
807 |
msgstr "Indizio"
|
808 |
|
809 |
-
#: php/qmn_options_questions_tab.php:
|
810 |
msgid "Comment Field"
|
811 |
msgstr "Campo Commenti"
|
812 |
|
813 |
-
#: php/qmn_options_questions_tab.php:
|
814 |
msgid "Small Text Field"
|
815 |
msgstr "Campo Testo Piccolo"
|
816 |
|
817 |
-
#: php/qmn_options_questions_tab.php:
|
818 |
msgid "Large Text Field"
|
819 |
msgstr "Campo Testo Grande"
|
820 |
|
821 |
-
#: php/qmn_options_questions_tab.php:
|
822 |
msgid "None"
|
823 |
msgstr "No"
|
824 |
|
825 |
-
#: php/qmn_options_questions_tab.php:
|
826 |
msgid "Required?"
|
827 |
msgstr "Obbligatoria?"
|
828 |
|
829 |
-
#: php/qmn_options_questions_tab.php:
|
830 |
msgid "Create Question"
|
831 |
msgstr "Crea Una Domanda"
|
832 |
|
833 |
-
#: php/qmn_options_questions_tab.php:
|
834 |
msgid "Are you sure you want to delete this question?"
|
835 |
msgstr "Sei sicuro di voler cancellare questa domanda?"
|
836 |
|
837 |
-
#: php/qmn_options_questions_tab.php:
|
838 |
msgid "Delete Question"
|
839 |
msgstr "Cancella Domanda"
|
840 |
|
841 |
-
#: php/qmn_options_questions_tab.php:
|
842 |
msgid "Are you sure you want to duplicate this question?"
|
843 |
msgstr "Sei sicuro di voler duplicare questa domanda?"
|
844 |
|
845 |
-
#: php/qmn_options_questions_tab.php:
|
846 |
msgid "Duplicate Question"
|
847 |
msgstr "Duplica Domanda"
|
848 |
|
@@ -854,51 +884,51 @@ msgstr "Pagine dei Risultati"
|
|
854 |
msgid "The results page has been added successfully."
|
855 |
msgstr "La pagina dei risultati è stata aggiunta con successo."
|
856 |
|
857 |
-
#: php/qmn_options_results_page_tab.php:
|
858 |
msgid "The results page has been saved successfully."
|
859 |
msgstr "La pagina dei risultati è stata salvata con successo."
|
860 |
|
861 |
-
#: php/qmn_options_results_page_tab.php:
|
862 |
msgid "The amount of time user spent taking quiz in minutes"
|
863 |
msgstr ""
|
864 |
|
865 |
-
#: php/qmn_options_results_page_tab.php:
|
866 |
msgid "The amount of time user spent taking quiz in seconds"
|
867 |
msgstr ""
|
868 |
|
869 |
-
#: php/qmn_options_results_page_tab.php:
|
870 |
msgid "Displays button to share on Facebook."
|
871 |
msgstr ""
|
872 |
|
873 |
-
#: php/qmn_options_results_page_tab.php:
|
874 |
msgid "Displays button to share on Twitter."
|
875 |
msgstr ""
|
876 |
|
877 |
-
#: php/qmn_options_results_page_tab.php:
|
878 |
-
#: php/qmn_options_results_page_tab.php:
|
879 |
msgid "Save Results Pages"
|
880 |
msgstr "Salva Pagina Risultati"
|
881 |
|
882 |
-
#: php/qmn_options_results_page_tab.php:
|
883 |
-
#: php/qmn_options_results_page_tab.php:
|
884 |
msgid "Add New Results Page"
|
885 |
msgstr "Aggiungi Nuova Pagina Risultati"
|
886 |
|
887 |
-
#: php/qmn_options_results_page_tab.php:
|
888 |
-
#: php/qmn_options_results_page_tab.php:
|
889 |
msgid "Results Page Shown"
|
890 |
msgstr "Pagina Risultati Mostrata"
|
891 |
|
892 |
-
#: php/qmn_options_results_page_tab.php:
|
893 |
-
#: php/qmn_options_results_page_tab.php:
|
894 |
msgid "Redirect URL (Beta)"
|
895 |
msgstr ""
|
896 |
|
897 |
-
#: php/qmn_options_results_page_tab.php:
|
898 |
msgid "Delete"
|
899 |
msgstr "Cancella"
|
900 |
|
901 |
-
#: php/qmn_options_results_page_tab.php:
|
902 |
msgid "Are you sure?"
|
903 |
msgstr "Sei sicuro?"
|
904 |
|
@@ -910,27 +940,27 @@ msgstr "Stile"
|
|
910 |
msgid "The style has been saved successfully."
|
911 |
msgstr "Lo stile è stato salvato con successo."
|
912 |
|
913 |
-
#: php/qmn_options_style_tab.php:
|
914 |
msgid "Quiz Styles"
|
915 |
msgstr "Stili Quiz"
|
916 |
|
917 |
-
#: php/qmn_options_style_tab.php:
|
918 |
msgid "Choose your style:"
|
919 |
msgstr "Scegli lo stile:"
|
920 |
|
921 |
-
#: php/qmn_options_style_tab.php:
|
922 |
msgid "Custom"
|
923 |
msgstr "Personalizzato"
|
924 |
|
925 |
-
#: php/qmn_options_style_tab.php:
|
926 |
msgid "Save Quiz Style"
|
927 |
msgstr "Salva Stile Quiz"
|
928 |
|
929 |
-
#: php/qmn_options_style_tab.php:
|
930 |
msgid "Custom Style CSS"
|
931 |
msgstr "Stile CSS Personalizzato"
|
932 |
|
933 |
-
#: php/qmn_options_style_tab.php:
|
934 |
msgid ""
|
935 |
"For detailed help and guidance along with a list of different classes used "
|
936 |
"in this plugin, please visit the following link:"
|
@@ -942,108 +972,108 @@ msgstr ""
|
|
942 |
msgid "Text"
|
943 |
msgstr "Testo"
|
944 |
|
945 |
-
#: php/qmn_options_text_tab.php:
|
946 |
msgid "The templates has been updated successfully."
|
947 |
msgstr "I template sono stati aggiornati con successo."
|
948 |
|
949 |
-
#: php/qmn_options_text_tab.php:
|
950 |
msgid "Previous"
|
951 |
msgstr "Precedente"
|
952 |
|
953 |
-
#: php/qmn_options_text_tab.php:
|
954 |
msgid "Save Templates"
|
955 |
msgstr "Salva Template"
|
956 |
|
957 |
-
#: php/qmn_options_text_tab.php:
|
958 |
msgid "Message Templates"
|
959 |
msgstr "Messaggio Template"
|
960 |
|
961 |
-
#: php/qmn_options_text_tab.php:
|
962 |
msgid "Message Displayed Before Quiz"
|
963 |
msgstr "Messaggio Mostrato Prima del Quiz"
|
964 |
|
965 |
-
#: php/qmn_options_text_tab.php:
|
966 |
msgid "Message Displayed Before Comments Box If Enabled"
|
967 |
msgstr "Messaggio Mostrato Prima Del Box Commenti (se attivo)"
|
968 |
|
969 |
-
#: php/qmn_options_text_tab.php:
|
970 |
msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
|
971 |
msgstr ""
|
972 |
"Messaggio Mostrato Alla Fine Del Quiz (lascia vuoto per omettere la sezione "
|
973 |
"testo)"
|
974 |
|
975 |
-
#: php/qmn_options_text_tab.php:
|
976 |
msgid "Message Displayed If User Has Tried Quiz Too Many Times"
|
977 |
msgstr "Messaggio Mostrato Se l'Utente Ha Provato Il Quiz Troppe Volte"
|
978 |
|
979 |
-
#: php/qmn_options_text_tab.php:
|
980 |
msgid ""
|
981 |
"Message Displayed If User Is Not Logged In And Quiz Requires Users To Be "
|
982 |
"Logged In"
|
983 |
msgstr ""
|
984 |
"Messaggio Mostrato Se l'Utente Non E' Loggato E Il Quiz Richiede Che Lo Sia"
|
985 |
|
986 |
-
#: php/qmn_options_text_tab.php:
|
987 |
msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
|
988 |
msgstr "Messaggio Mostrato Se La Data E' Fuori Dall'Intervallo Previsto"
|
989 |
|
990 |
-
#: php/qmn_options_text_tab.php:
|
991 |
msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
|
992 |
msgstr "Messaggio Mostrato Se Viene Raggiunto Il Limite Delle Voci Totali"
|
993 |
|
994 |
-
#: php/qmn_options_text_tab.php:
|
995 |
msgid "%QUESTIONS_ANSWERS% Text"
|
996 |
msgstr "%QUESTIONS_ANSWERS% Testo"
|
997 |
|
998 |
-
#: php/qmn_options_text_tab.php:
|
999 |
msgid "Twitter Sharing Text"
|
1000 |
msgstr "Testo Di Condivisione Su Twitter"
|
1001 |
|
1002 |
-
#: php/qmn_options_text_tab.php:
|
1003 |
msgid "Facebook Sharing Text"
|
1004 |
msgstr "Testo di Condivisione Su Facebook"
|
1005 |
|
1006 |
-
#: php/qmn_options_text_tab.php:
|
1007 |
msgid "Other Templates"
|
1008 |
msgstr "Altri Template"
|
1009 |
|
1010 |
-
#: php/qmn_options_text_tab.php:
|
1011 |
msgid "Text for submit button"
|
1012 |
msgstr "Testo per il pulsante di invio"
|
1013 |
|
1014 |
-
#: php/qmn_options_text_tab.php:
|
1015 |
msgid "Text for name field"
|
1016 |
msgstr "Testo per il campo del nome"
|
1017 |
|
1018 |
-
#: php/qmn_options_text_tab.php:
|
1019 |
msgid "Text for business field"
|
1020 |
msgstr "Testo per il campo dell'azienda"
|
1021 |
|
1022 |
-
#: php/qmn_options_text_tab.php:
|
1023 |
msgid "Text for email field"
|
1024 |
msgstr "Testo per il campo dell'email"
|
1025 |
|
1026 |
-
#: php/qmn_options_text_tab.php:
|
1027 |
msgid "Text for phone number field"
|
1028 |
msgstr "Testo per il campo del telefono"
|
1029 |
|
1030 |
-
#: php/qmn_options_text_tab.php:
|
1031 |
msgid "Text for comments field"
|
1032 |
msgstr "Testo per il campo commenti"
|
1033 |
|
1034 |
-
#: php/qmn_options_text_tab.php:
|
1035 |
msgid "Text for previous button"
|
1036 |
msgstr "Testo per il pulsante \"precedente\""
|
1037 |
|
1038 |
-
#: php/qmn_options_text_tab.php:
|
1039 |
msgid "Text for next button"
|
1040 |
msgstr "Testo per il pulsante \"successivo\""
|
1041 |
|
1042 |
-
#: php/qmn_options_tools_tab.php:
|
1043 |
msgid "The stats has been reset successfully."
|
1044 |
msgstr "Le statistiche sono state azzerate con successo."
|
1045 |
|
1046 |
-
#: php/qmn_options_tools_tab.php:
|
1047 |
msgid ""
|
1048 |
"Use this button to reset all the stats collected for this quiz (Quiz Views "
|
1049 |
"and Times Quiz Has Been Taken)."
|
@@ -1052,11 +1082,11 @@ msgstr ""
|
|
1052 |
"questo quiz (Visualizzazioni Quiz e Numero Di Volte In Cui Il Quiz E' Stato "
|
1053 |
"Svolto)"
|
1054 |
|
1055 |
-
#: php/qmn_options_tools_tab.php:
|
1056 |
msgid "Reset Quiz Views And Taken Stats"
|
1057 |
msgstr "Azzera Statistiche Su Visualizzazioni E Numero Svolgimenti Del Quiz"
|
1058 |
|
1059 |
-
#: php/qmn_options_tools_tab.php:
|
1060 |
msgid ""
|
1061 |
"Are you sure you want to reset the stats to 0? All views and taken stats for "
|
1062 |
"this quiz will be reset. This is permanent and cannot be undone."
|
@@ -1065,7 +1095,7 @@ msgstr ""
|
|
1065 |
"visualizzazioni e gli svolgimenti saranno azzerate. Questo passo è "
|
1066 |
"permanente e non può essere revocato."
|
1067 |
|
1068 |
-
#: php/qmn_options_tools_tab.php:
|
1069 |
msgid "Reset All Stats For Quiz"
|
1070 |
msgstr "Azzera Tutte Le Statistiche Del Quiz"
|
1071 |
|
@@ -1073,63 +1103,73 @@ msgstr "Azzera Tutte Le Statistiche Del Quiz"
|
|
1073 |
msgid "Multiple Choice"
|
1074 |
msgstr "Scelta Multipla"
|
1075 |
|
1076 |
-
#: php/qmn_question_types.php:
|
1077 |
msgid "Horizontal Multiple Choice"
|
1078 |
msgstr "Scelta Multipla Orizzontale"
|
1079 |
|
1080 |
-
#: php/qmn_question_types.php:
|
1081 |
msgid "Drop Down"
|
1082 |
msgstr "A Tendina"
|
1083 |
|
1084 |
-
#: php/qmn_question_types.php:
|
1085 |
msgid "Small Open Answer"
|
1086 |
msgstr "Risposta Aperta Breve"
|
1087 |
|
1088 |
-
#: php/qmn_question_types.php:
|
1089 |
msgid "Multiple Response"
|
1090 |
msgstr "Risposte Multiple"
|
1091 |
|
1092 |
-
#: php/qmn_question_types.php:
|
1093 |
msgid "Large Open Answer"
|
1094 |
msgstr "Risposta Aperta Lunga"
|
1095 |
|
1096 |
-
#: php/qmn_question_types.php:
|
1097 |
msgid "Text Block"
|
1098 |
msgstr "Blocco Testo"
|
1099 |
|
1100 |
-
#: php/qmn_question_types.php:
|
1101 |
msgid "Number"
|
1102 |
msgstr "Numero"
|
1103 |
|
1104 |
-
#: php/qmn_question_types.php:
|
1105 |
msgid "Accept"
|
1106 |
msgstr "Casella da spuntare"
|
1107 |
|
1108 |
-
#: php/qmn_question_types.php:
|
1109 |
msgid "Captcha"
|
1110 |
msgstr "Captcha"
|
1111 |
|
1112 |
-
#: php/qmn_question_types.php:
|
1113 |
msgid "Horizontal Multiple Response"
|
1114 |
msgstr "Risposte Multiple Orizzontali"
|
1115 |
|
1116 |
-
#: php/qmn_question_types.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
1117 |
msgid "Fill In The Blank"
|
1118 |
msgstr ""
|
1119 |
|
1120 |
-
#: php/qmn_quiz.php:
|
|
|
|
|
|
|
|
|
1121 |
msgid "Not a valid e-mail address!"
|
1122 |
msgstr "Indirizzo e-mail non valido!"
|
1123 |
|
1124 |
-
#: php/qmn_quiz.php:
|
1125 |
msgid "This field must be a number!"
|
1126 |
msgstr "Questo campo deve essere numerico!"
|
1127 |
|
1128 |
-
#: php/qmn_quiz.php:
|
1129 |
msgid "The entered text is not correct!"
|
1130 |
msgstr "Il testo inserito non è corretto!"
|
1131 |
|
1132 |
-
#: php/qmn_quiz.php:
|
1133 |
msgid "Please complete all required fields!"
|
1134 |
msgstr "Per favore completa tutti i campi richiesti!"
|
1135 |
|
@@ -1145,7 +1185,7 @@ msgstr[0] "Un quiz"
|
|
1145 |
msgstr[1] "%s quiz"
|
1146 |
|
1147 |
#: php/qmn_quiz_admin.php:259 php/qmn_quiz_admin.php:310
|
1148 |
-
#: php/qmn_quiz_admin.php:378 php/qmn_results.php:
|
1149 |
msgid "Quiz Name"
|
1150 |
msgstr "Nome Quiz"
|
1151 |
|
@@ -1221,7 +1261,7 @@ msgstr "Sei sicuro di voler cancellare questo quiz?"
|
|
1221 |
msgid "Delete Quiz"
|
1222 |
msgstr "Cancella Quiz"
|
1223 |
|
1224 |
-
#: php/qmn_quiz_creator.php:
|
1225 |
msgid ""
|
1226 |
"Your new quiz has been created successfully. To begin editing your quiz, "
|
1227 |
"click the Edit link on the new quiz."
|
@@ -1229,15 +1269,15 @@ msgstr ""
|
|
1229 |
"Il tuo nuovo quiz è stato creato con successo. Per iniziare a modificarlo, "
|
1230 |
"clicca sul link Modifica nel nuovo quiz."
|
1231 |
|
1232 |
-
#: php/qmn_quiz_creator.php:
|
1233 |
msgid "Your quiz has been deleted successfully."
|
1234 |
msgstr "Il tuo quiz è stato cancellato con successo."
|
1235 |
|
1236 |
-
#: php/qmn_quiz_creator.php:
|
1237 |
msgid "Your quiz name has been updated successfully."
|
1238 |
msgstr "Il nome del tuo quiz è stato aggiornato con successo."
|
1239 |
|
1240 |
-
#: php/qmn_quiz_creator.php:
|
1241 |
msgid "Your quiz has been duplicated successfully."
|
1242 |
msgstr "Il tuo quiz è stato duplicato con successo."
|
1243 |
|
@@ -1254,54 +1294,54 @@ msgstr ""
|
|
1254 |
"Per favore vai alla pagina dei quiz e clicca sul link Modifica del quiz che "
|
1255 |
"vuoi modificare."
|
1256 |
|
1257 |
-
#: php/qmn_results.php:
|
1258 |
msgid "Your results has been deleted successfully."
|
1259 |
msgstr "I tuoi risultati sono stati cancellati con successo."
|
1260 |
|
1261 |
-
#: php/qmn_results.php:
|
1262 |
#, php-format
|
1263 |
msgid "One result"
|
1264 |
msgid_plural "%s results"
|
1265 |
msgstr[0] "Un risultato"
|
1266 |
msgstr[1] "%s risultati"
|
1267 |
|
1268 |
-
#: php/qmn_results.php:
|
1269 |
msgid "Actions"
|
1270 |
msgstr "Azioni"
|
1271 |
|
1272 |
-
#: php/qmn_results.php:
|
1273 |
msgid "Score"
|
1274 |
msgstr "Punteggio"
|
1275 |
|
1276 |
-
#: php/qmn_results.php:
|
1277 |
msgid "Time To Complete"
|
1278 |
msgstr "Tempo Impiegato"
|
1279 |
|
1280 |
-
#: php/qmn_results.php:
|
1281 |
msgid "Name"
|
1282 |
msgstr "Nome"
|
1283 |
|
1284 |
-
#: php/qmn_results.php:
|
1285 |
msgid "Business"
|
1286 |
msgstr "Azienda"
|
1287 |
|
1288 |
-
#: php/qmn_results.php:
|
1289 |
msgid "Email"
|
1290 |
msgstr "Email"
|
1291 |
|
1292 |
-
#: php/qmn_results.php:
|
1293 |
msgid "Phone"
|
1294 |
msgstr "Telefono"
|
1295 |
|
1296 |
-
#: php/qmn_results.php:
|
1297 |
msgid "Time Taken"
|
1298 |
msgstr "Data"
|
1299 |
|
1300 |
-
#: php/qmn_results.php:
|
1301 |
msgid "Are you sure you want to delete these results?"
|
1302 |
msgstr "Sicuro di voler eliminare questi risultati?"
|
1303 |
|
1304 |
-
#: php/qmn_results.php:
|
1305 |
msgid "Delete Results"
|
1306 |
msgstr "Elimina Risultati"
|
1307 |
|
@@ -1387,6 +1427,15 @@ msgstr "Titolo Widget"
|
|
1387 |
msgid "Quiz ID"
|
1388 |
msgstr "ID Quiz"
|
1389 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1390 |
#~ msgid "The amount of time user spent of quiz"
|
1391 |
#~ msgstr "Tempo impiegato dall'utente per il quiz"
|
1392 |
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Quiz Master Next\n"
|
7 |
"Report-Msgid-Bugs-To: \n"
|
8 |
+
"POT-Creation-Date: 2015-08-04 13:53-0400\n"
|
9 |
"PO-Revision-Date: \n"
|
10 |
"Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
|
11 |
"Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
|
19 |
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;"
|
20 |
"esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
|
21 |
"_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
22 |
+
"X-Poedit-Basepath: ..\n"
|
23 |
+
"X-Generator: Poedit 1.8.4\n"
|
24 |
"X-Poedit-SearchPath-0: .\n"
|
25 |
|
26 |
+
#: mlw_quizmaster2.php:224 php/qmn_quiz_admin.php:196
|
27 |
msgid "Quizzes"
|
28 |
msgstr "Quiz"
|
29 |
|
30 |
+
#: mlw_quizmaster2.php:225
|
31 |
msgid "Quiz Settings"
|
32 |
msgstr "Impostazioni Quiz"
|
33 |
|
34 |
+
#: mlw_quizmaster2.php:226 php/qmn_results.php:193
|
35 |
#: php/qmn_results_details.php:20
|
36 |
msgid "Quiz Results"
|
37 |
msgstr "Risultati Quiz"
|
38 |
|
39 |
+
#: mlw_quizmaster2.php:227
|
40 |
msgid "Quiz Result Details"
|
41 |
msgstr "Dettagli Risultati del Quiz"
|
42 |
|
43 |
+
#: mlw_quizmaster2.php:228
|
44 |
msgid "Settings"
|
45 |
msgstr "Impostazioni"
|
46 |
|
47 |
+
#: mlw_quizmaster2.php:229 php/qmn_options_tools_tab.php:13
|
48 |
#: php/qmn_tools.php:65
|
49 |
msgid "Tools"
|
50 |
msgstr "Strumenti"
|
51 |
|
52 |
+
#: mlw_quizmaster2.php:230
|
53 |
msgid "Stats"
|
54 |
msgstr "Statistiche"
|
55 |
|
56 |
+
#: mlw_quizmaster2.php:231
|
57 |
msgid "Addon Settings"
|
58 |
msgstr "Impostazioni Addon"
|
59 |
|
60 |
+
#: mlw_quizmaster2.php:232
|
61 |
msgid "Help"
|
62 |
msgstr "Aiuto"
|
63 |
|
64 |
+
#: mlw_quizmaster2.php:235 mlw_quizmaster2.php:236
|
65 |
msgid "QMN About"
|
66 |
msgstr "QMN About"
|
67 |
|
68 |
+
#: php/class-qmn-review-message.php:83
|
69 |
+
#, php-format
|
70 |
+
msgid ""
|
71 |
+
"Greetings! I just noticed that you now have more than %d quiz results. That "
|
72 |
+
"is\n"
|
73 |
+
"\t\tawesome! Could you please help me out by giving this plugin a 5-star "
|
74 |
+
"rating on WordPress? This\n"
|
75 |
+
"\t\twill help us by helping other users discover this plugin. %s"
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
+
#: php/class-qmn-review-message.php:89
|
79 |
+
msgid "Yeah, you deserve it!"
|
80 |
+
msgstr ""
|
81 |
+
|
82 |
+
#: php/class-qmn-review-message.php:90
|
83 |
+
msgid "I already did!"
|
84 |
+
msgstr ""
|
85 |
+
|
86 |
+
#: php/class-qmn-review-message.php:91
|
87 |
+
msgid "No, this plugin is not good enough"
|
88 |
+
msgstr ""
|
89 |
+
|
90 |
#: php/qmn-stats-page.php:29
|
91 |
msgid "Quiz Statistics"
|
92 |
msgstr "Statistiche Quiz"
|
132 |
msgid "Changelog"
|
133 |
msgstr "Changelog"
|
134 |
|
135 |
+
#: php/qmn_credits.php:39
|
136 |
+
msgid "People Who Make QMN Possible"
|
137 |
+
msgstr ""
|
138 |
+
|
139 |
+
#: php/qmn_credits.php:108
|
140 |
+
#, php-format
|
141 |
+
msgid "View %s"
|
142 |
+
msgstr ""
|
143 |
+
|
144 |
#: php/qmn_dashboard_widgets.php:16
|
145 |
msgid "Quiz Master Next Snapshot"
|
146 |
msgstr "Prossima Anteprima Di Quiz Master"
|
179 |
msgid "least popular quiz"
|
180 |
msgstr "quiz meno popolare"
|
181 |
|
182 |
+
#: php/qmn_help.php:20
|
183 |
msgid "Need Help?"
|
184 |
msgstr "Serve Aiuto?"
|
185 |
|
186 |
+
#: php/qmn_help.php:21
|
187 |
msgid "Support"
|
188 |
msgstr "Supporto"
|
189 |
|
190 |
+
#: php/qmn_help.php:22
|
191 |
msgid "System Info"
|
192 |
msgstr "Informazioni di Sistema"
|
193 |
|
194 |
+
#: php/qmn_help.php:25
|
195 |
msgid "Help Page"
|
196 |
msgstr "Pagina di Aiuto"
|
197 |
|
198 |
+
#: php/qmn_help.php:55
|
199 |
msgid "Need help with the plugin? Try any of the following:"
|
200 |
msgstr "Serve aiuto con il plugin?"
|
201 |
|
203 |
msgid "Certificate (Beta)"
|
204 |
msgstr "Certificato (Beta)"
|
205 |
|
206 |
+
#: php/qmn_options_certificate_tab.php:64
|
207 |
msgid "The certificate has been updated successfully."
|
208 |
msgstr "Il certificato è stato aggiornato con successo."
|
209 |
|
210 |
+
#: php/qmn_options_certificate_tab.php:83 php/qmn_options_email_tab.php:76
|
211 |
+
#: php/qmn_options_email_tab.php:144 php/qmn_options_email_tab.php:217
|
212 |
+
#: php/qmn_options_leaderboard_tab.php:68 php/qmn_options_option_tab.php:131
|
213 |
+
#: php/qmn_options_questions_tab.php:188 php/qmn_options_questions_tab.php:233
|
214 |
+
#: php/qmn_options_questions_tab.php:325 php/qmn_options_questions_tab.php:422
|
215 |
+
#: php/qmn_options_results_page_tab.php:76
|
216 |
+
#: php/qmn_options_results_page_tab.php:125 php/qmn_options_style_tab.php:60
|
217 |
+
#: php/qmn_options_text_tab.php:123 php/qmn_options_tools_tab.php:68
|
218 |
+
#: php/qmn_quiz_creator.php:315 php/qmn_quiz_creator.php:390
|
219 |
+
#: php/qmn_quiz_creator.php:441 php/qmn_quiz_creator.php:608
|
220 |
+
#: php/qmn_quiz_creator.php:674 php/qmn_results.php:58
|
221 |
#, php-format
|
222 |
msgid ""
|
223 |
"There has been an error in this action. Please share this with the "
|
226 |
"C'è stato un errore durante l'azione. Per favore, riportalo allo "
|
227 |
"sviluppatore. Codice Errore: %s"
|
228 |
|
229 |
+
#: php/qmn_options_certificate_tab.php:100
|
230 |
msgid "Enter title here"
|
231 |
msgstr "Inserisci qui un titolo"
|
232 |
|
233 |
+
#: php/qmn_options_certificate_tab.php:100 php/qmn_options_email_tab.php:95
|
234 |
+
#: php/qmn_options_email_tab.php:113
|
235 |
msgid "Enter text here"
|
236 |
msgstr "Inserisci qui il testo"
|
237 |
|
238 |
+
#: php/qmn_options_certificate_tab.php:104
|
239 |
msgid "Quiz Certificate (Beta)"
|
240 |
msgstr "Certificato del Quiz (Beta)"
|
241 |
|
242 |
+
#: php/qmn_options_certificate_tab.php:105
|
243 |
msgid ""
|
244 |
"Enter in your text here to fill in the certificate for this quiz. Be sure to "
|
245 |
+
"enter in the link variable into the templates on the Emails and Results Page "
|
246 |
+
"tabs so the user can access the certificate."
|
247 |
msgstr ""
|
|
|
|
|
|
|
248 |
|
249 |
+
#: php/qmn_options_certificate_tab.php:106
|
250 |
msgid "These fields cannot contain HTML."
|
251 |
msgstr "Questi campi non possono contenere HTML."
|
252 |
|
253 |
+
#: php/qmn_options_certificate_tab.php:107
|
254 |
+
#: php/qmn_options_certificate_tab.php:163
|
255 |
msgid "Save Certificate Options"
|
256 |
msgstr "Salva Opzioni Certificato"
|
257 |
|
258 |
+
#: php/qmn_options_certificate_tab.php:115
|
259 |
msgid "Enable Certificates For This Quiz?"
|
260 |
msgstr "Attiva i Certificati per Questo Quiz?"
|
261 |
|
262 |
+
#: php/qmn_options_certificate_tab.php:117 php/qmn_options_email_tab.php:381
|
263 |
+
#: php/qmn_options_email_tab.php:388 php/qmn_options_option_tab.php:178
|
264 |
+
#: php/qmn_options_option_tab.php:239 php/qmn_options_option_tab.php:246
|
265 |
+
#: php/qmn_options_option_tab.php:254 php/qmn_options_option_tab.php:262
|
266 |
+
#: php/qmn_options_option_tab.php:270 php/qmn_options_option_tab.php:278
|
267 |
+
#: php/qmn_options_option_tab.php:285 php/qmn_options_option_tab.php:292
|
268 |
+
#: php/qmn_options_option_tab.php:299 php/qmn_options_option_tab.php:306
|
269 |
+
#: php/qmn_options_questions_tab.php:699
|
270 |
+
#: php/qmn_options_results_page_tab.php:282
|
271 |
msgid "Yes"
|
272 |
msgstr "Sì"
|
273 |
|
274 |
+
#: php/qmn_options_certificate_tab.php:118 php/qmn_options_email_tab.php:382
|
275 |
+
#: php/qmn_options_email_tab.php:389 php/qmn_options_option_tab.php:179
|
276 |
+
#: php/qmn_options_option_tab.php:226 php/qmn_options_option_tab.php:240
|
277 |
+
#: php/qmn_options_option_tab.php:248 php/qmn_options_option_tab.php:256
|
278 |
+
#: php/qmn_options_option_tab.php:264 php/qmn_options_option_tab.php:272
|
279 |
+
#: php/qmn_options_option_tab.php:279 php/qmn_options_option_tab.php:286
|
280 |
+
#: php/qmn_options_option_tab.php:293 php/qmn_options_option_tab.php:300
|
281 |
+
#: php/qmn_options_option_tab.php:307 php/qmn_options_questions_tab.php:700
|
282 |
+
#: php/qmn_options_results_page_tab.php:282
|
283 |
msgid "No"
|
284 |
msgstr "No"
|
285 |
|
286 |
+
#: php/qmn_options_certificate_tab.php:123
|
287 |
msgid "Certificate Title"
|
288 |
msgstr "Titolo Certificato"
|
289 |
|
290 |
+
#: php/qmn_options_certificate_tab.php:130
|
291 |
msgid "Message Displayed On Certificate"
|
292 |
msgstr "Messaggio Mostrato nel Certificato"
|
293 |
|
294 |
+
#: php/qmn_options_certificate_tab.php:132
|
295 |
+
#: php/qmn_options_leaderboard_tab.php:122 php/qmn_options_text_tab.php:254
|
296 |
+
#: php/qmn_options_text_tab.php:264 php/qmn_options_text_tab.php:274
|
297 |
+
#: php/qmn_options_text_tab.php:284 php/qmn_options_text_tab.php:294
|
298 |
+
#: php/qmn_options_text_tab.php:304 php/qmn_options_text_tab.php:314
|
299 |
+
#: php/qmn_options_text_tab.php:324 php/qmn_options_text_tab.php:337
|
300 |
+
#: php/qmn_options_text_tab.php:354
|
301 |
msgid "Allowed Variables:"
|
302 |
msgstr "Variabili Consentite:"
|
303 |
|
304 |
+
#: php/qmn_options_certificate_tab.php:150
|
305 |
msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
|
306 |
msgstr "URL al Logo (deve essere JPG, JPEG, PNG o GIF)"
|
307 |
|
308 |
+
#: php/qmn_options_certificate_tab.php:157
|
309 |
msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
|
310 |
msgstr "URL all'Immagine di Sfondo (deve Essere JPG, JPEG, PNG, GIF)"
|
311 |
|
313 |
msgid "Emails"
|
314 |
msgstr "Emails"
|
315 |
|
316 |
+
#: php/qmn_options_email_tab.php:55 php/qmn_options_email_tab.php:123
|
317 |
msgid "The email has been added successfully."
|
318 |
msgstr "L'email è stata aggiunta con successo."
|
319 |
|
320 |
+
#: php/qmn_options_email_tab.php:196
|
321 |
msgid "The email has been updated successfully."
|
322 |
msgstr "L'email è stata aggiornata con successo."
|
323 |
|
324 |
+
#: php/qmn_options_email_tab.php:285 php/qmn_options_leaderboard_tab.php:80
|
325 |
+
#: php/qmn_options_results_page_tab.php:166 php/qmn_options_text_tab.php:161
|
326 |
msgid "Template Variables"
|
327 |
msgstr "Variabili di Template"
|
328 |
|
329 |
+
#: php/qmn_options_email_tab.php:288 php/qmn_options_results_page_tab.php:169
|
330 |
+
#: php/qmn_options_text_tab.php:164
|
331 |
msgid "Score for the quiz when using points"
|
332 |
msgstr "Punteggio del quiz quando si usano punti"
|
333 |
|
334 |
+
#: php/qmn_options_email_tab.php:291 php/qmn_options_results_page_tab.php:172
|
335 |
+
#: php/qmn_options_text_tab.php:167
|
336 |
msgid "The average amount of points user had per question"
|
337 |
msgstr "Quantità media di punti che l'utente ha guadagnato per domanda"
|
338 |
|
339 |
+
#: php/qmn_options_email_tab.php:294 php/qmn_options_results_page_tab.php:175
|
340 |
+
#: php/qmn_options_text_tab.php:170
|
341 |
msgid "The number of correct answers the user had"
|
342 |
msgstr "Numero di risposte a cui l'utente ha risposto correttamente"
|
343 |
|
344 |
+
#: php/qmn_options_email_tab.php:297 php/qmn_options_results_page_tab.php:178
|
345 |
+
#: php/qmn_options_text_tab.php:173
|
346 |
msgid "The total number of questions in the quiz"
|
347 |
msgstr "Numero totale di domande nel quiz"
|
348 |
|
349 |
+
#: php/qmn_options_email_tab.php:300 php/qmn_options_results_page_tab.php:181
|
350 |
+
#: php/qmn_options_text_tab.php:176
|
351 |
msgid "Score for the quiz when using correct answers"
|
352 |
msgstr "Punteggio massimo per il quiz rispondendo correttamente"
|
353 |
|
354 |
+
#: php/qmn_options_email_tab.php:303 php/qmn_options_results_page_tab.php:184
|
355 |
+
#: php/qmn_options_text_tab.php:179
|
356 |
msgid "The name the user entered before the quiz"
|
357 |
msgstr "Nome inserito dall'utente prima del quiz"
|
358 |
|
359 |
+
#: php/qmn_options_email_tab.php:306 php/qmn_options_results_page_tab.php:187
|
360 |
+
#: php/qmn_options_text_tab.php:182
|
361 |
msgid "The business the user entered before the quiz"
|
362 |
msgstr "Azienda inserita dall'utente prima del quiz"
|
363 |
|
364 |
+
#: php/qmn_options_email_tab.php:309 php/qmn_options_results_page_tab.php:190
|
365 |
+
#: php/qmn_options_text_tab.php:185
|
366 |
msgid "The phone number the user entered before the quiz"
|
367 |
msgstr "Numero di telefono inserito dall'utente prima del quiz"
|
368 |
|
369 |
+
#: php/qmn_options_email_tab.php:312 php/qmn_options_results_page_tab.php:193
|
370 |
+
#: php/qmn_options_text_tab.php:188
|
371 |
msgid "The email the user entered before the quiz"
|
372 |
msgstr "Email inserita dall'utente prima del quiz"
|
373 |
|
374 |
+
#: php/qmn_options_email_tab.php:315 php/qmn_options_leaderboard_tab.php:108
|
375 |
+
#: php/qmn_options_results_page_tab.php:196 php/qmn_options_text_tab.php:191
|
376 |
msgid "The name of the quiz"
|
377 |
msgstr "Nome del quiz"
|
378 |
|
379 |
+
#: php/qmn_options_email_tab.php:318 php/qmn_options_results_page_tab.php:199
|
380 |
+
#: php/qmn_options_text_tab.php:194
|
381 |
msgid ""
|
382 |
"Shows the question, the answer the user provided, and the correct answer"
|
383 |
msgstr ""
|
384 |
"Mostra la domanda, la risposta data dall'utente, e la risposta corretta"
|
385 |
|
386 |
+
#: php/qmn_options_email_tab.php:321 php/qmn_options_results_page_tab.php:202
|
387 |
+
#: php/qmn_options_text_tab.php:197
|
388 |
msgid "The comments the user entered into comment box if enabled"
|
389 |
msgstr "Commenti inseriti dall'utente nel box commenti, se abilitati"
|
390 |
|
391 |
+
#: php/qmn_options_email_tab.php:324 php/qmn_options_text_tab.php:200
|
392 |
msgid "The amount of time user spent on quiz in seconds"
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: php/qmn_options_email_tab.php:327 php/qmn_options_text_tab.php:203
|
396 |
msgid "The amount of time user spent on quiz in minutes"
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: php/qmn_options_email_tab.php:330 php/qmn_options_results_page_tab.php:211
|
400 |
+
#: php/qmn_options_text_tab.php:206
|
401 |
msgid "The link to the certificate after completing the quiz"
|
402 |
msgstr "Il link al certificato dopo aver completato il quiz"
|
403 |
|
404 |
+
#: php/qmn_options_email_tab.php:333 php/qmn_options_results_page_tab.php:214
|
405 |
+
#: php/qmn_options_text_tab.php:209
|
406 |
msgid "The amount of points a specific category earned."
|
407 |
msgstr "I punti totali guadagnati in una specifica categoria."
|
408 |
|
409 |
+
#: php/qmn_options_email_tab.php:336 php/qmn_options_results_page_tab.php:217
|
410 |
+
#: php/qmn_options_text_tab.php:212
|
411 |
msgid "The score a specific category earned."
|
412 |
msgstr "Il punteggio guadagnato in una specifica categoria."
|
413 |
|
414 |
+
#: php/qmn_options_email_tab.php:339 php/qmn_options_results_page_tab.php:220
|
415 |
+
#: php/qmn_options_text_tab.php:215
|
416 |
msgid "The average points from all categories."
|
417 |
msgstr "La media dei punti in tutte le categorie."
|
418 |
|
419 |
+
#: php/qmn_options_email_tab.php:342 php/qmn_options_results_page_tab.php:223
|
420 |
+
#: php/qmn_options_text_tab.php:218
|
421 |
msgid "The average score from all categories."
|
422 |
msgstr "La media del punteggio in tutte le categorie."
|
423 |
|
424 |
+
#: php/qmn_options_email_tab.php:345 php/qmn_options_text_tab.php:221
|
425 |
msgid "The question that the user answered"
|
426 |
msgstr "La domanda a cui l'utente ha risposto"
|
427 |
|
428 |
+
#: php/qmn_options_email_tab.php:348 php/qmn_options_text_tab.php:224
|
429 |
msgid "The answer the user gave for the question"
|
430 |
msgstr "La risposta fornita dall'utente per la domanda"
|
431 |
|
432 |
+
#: php/qmn_options_email_tab.php:351 php/qmn_options_text_tab.php:227
|
433 |
msgid "The correct answer for the question"
|
434 |
msgstr "La risposta corretta per la domanda"
|
435 |
|
436 |
+
#: php/qmn_options_email_tab.php:354 php/qmn_options_text_tab.php:230
|
437 |
msgid "The comments the user provided in the comment field for the question"
|
438 |
msgstr "I commenti scritti dall'utente nel campo dei commenti sulla domanda"
|
439 |
|
440 |
+
#: php/qmn_options_email_tab.php:357 php/qmn_options_text_tab.php:233
|
441 |
msgid "Reason why the correct answer is the correct answer"
|
442 |
msgstr "Motivo per cui la risposta corretta è la risposta corretta"
|
443 |
|
444 |
+
#: php/qmn_options_email_tab.php:360 php/qmn_options_text_tab.php:236
|
445 |
msgid "The Current Date"
|
446 |
msgstr "Data Corrente"
|
447 |
|
448 |
+
#: php/qmn_options_email_tab.php:375 php/qmn_options_email_tab.php:574
|
449 |
msgid "Save Email Templates And Settings"
|
450 |
msgstr "Salva Template e Impostazioni Email"
|
451 |
|
452 |
+
#: php/qmn_options_email_tab.php:379
|
453 |
msgid "Send user email upon completion?"
|
454 |
msgstr "Invia un'email all'utente dopo il completamento del quiz?"
|
455 |
|
456 |
+
#: php/qmn_options_email_tab.php:386
|
457 |
msgid "Send admin email upon completion?"
|
458 |
msgstr "Invia un'email all'amministratore dopo il completamento del quiz?"
|
459 |
|
460 |
+
#: php/qmn_options_email_tab.php:393
|
461 |
msgid ""
|
462 |
"What emails should we send the admin email to? Separate emails with a comma."
|
463 |
msgstr ""
|
464 |
"A quali indirizzi vuoi inviare l'email da amministratori? Separa gli "
|
465 |
"indirizzi email con una virgola."
|
466 |
|
467 |
+
#: php/qmn_options_email_tab.php:397
|
468 |
msgid "What is the From Name for the email sent to users and admin?"
|
469 |
msgstr "Qual è il Nome Mittente per l'email inviata a utenti e amministratori?"
|
470 |
|
471 |
+
#: php/qmn_options_email_tab.php:403
|
472 |
msgid "Email Sent To User"
|
473 |
msgstr "Email Inviata All'Utente"
|
474 |
|
475 |
+
#: php/qmn_options_email_tab.php:404 php/qmn_options_email_tab.php:482
|
476 |
msgid "Add New User Email"
|
477 |
msgstr "Aggiungi Nuova Email Utente"
|
478 |
|
479 |
+
#: php/qmn_options_email_tab.php:409 php/qmn_options_email_tab.php:475
|
480 |
+
#: php/qmn_options_email_tab.php:496 php/qmn_options_email_tab.php:562
|
481 |
+
#: php/qmn_options_results_page_tab.php:241
|
482 |
+
#: php/qmn_options_results_page_tab.php:305
|
483 |
msgid "Score Greater Than Or Equal To"
|
484 |
msgstr "Punteggio Maggiore o Uguale a"
|
485 |
|
486 |
+
#: php/qmn_options_email_tab.php:410 php/qmn_options_email_tab.php:476
|
487 |
+
#: php/qmn_options_email_tab.php:497 php/qmn_options_email_tab.php:563
|
488 |
+
#: php/qmn_options_results_page_tab.php:242
|
489 |
+
#: php/qmn_options_results_page_tab.php:306
|
490 |
msgid "Score Less Than Or Equal To"
|
491 |
msgstr "Punteggio Minore o Uguale a"
|
492 |
|
493 |
+
#: php/qmn_options_email_tab.php:411 php/qmn_options_email_tab.php:477
|
494 |
+
#: php/qmn_options_email_tab.php:498 php/qmn_options_email_tab.php:564
|
495 |
msgid "Subject"
|
496 |
msgstr "Oggetto"
|
497 |
|
498 |
+
#: php/qmn_options_email_tab.php:412 php/qmn_options_email_tab.php:478
|
499 |
+
#: php/qmn_options_email_tab.php:499 php/qmn_options_email_tab.php:565
|
500 |
msgid "Email To Send"
|
501 |
msgstr "Email Da Inviare"
|
502 |
|
503 |
+
#: php/qmn_options_email_tab.php:490
|
504 |
msgid "Email Sent To Admin"
|
505 |
msgstr "Email Inviata All'Amministratore"
|
506 |
|
507 |
+
#: php/qmn_options_email_tab.php:491 php/qmn_options_email_tab.php:569
|
508 |
msgid "Add New Admin Email"
|
509 |
msgstr "Aggiungi Nuova Email Amministratore"
|
510 |
|
512 |
msgid "Leaderboard"
|
513 |
msgstr "Classifica"
|
514 |
|
515 |
+
#: php/qmn_options_leaderboard_tab.php:49
|
516 |
msgid "The leaderboards has been updated successfully."
|
517 |
msgstr "La classifica è stata aggiornata con successo."
|
518 |
|
519 |
+
#: php/qmn_options_leaderboard_tab.php:83
|
520 |
msgid "The name of the user who is in first place"
|
521 |
msgstr "Il nome dell'utente al primo posto"
|
522 |
|
523 |
+
#: php/qmn_options_leaderboard_tab.php:84
|
524 |
msgid "The score from the first place's quiz"
|
525 |
msgstr "Il punteggio del quiz al primo posto"
|
526 |
|
527 |
+
#: php/qmn_options_leaderboard_tab.php:88
|
528 |
msgid "The name of the user who is in second place"
|
529 |
msgstr "Il nome dell'utente al secondo posto"
|
530 |
|
531 |
+
#: php/qmn_options_leaderboard_tab.php:89
|
532 |
msgid "The score from the second place's quiz"
|
533 |
msgstr "Il punteggio del quiz al secondo posto"
|
534 |
|
535 |
+
#: php/qmn_options_leaderboard_tab.php:93
|
536 |
msgid "The name of the user who is in third place"
|
537 |
msgstr "Il nome dell'utente al terzo posto"
|
538 |
|
539 |
+
#: php/qmn_options_leaderboard_tab.php:94
|
540 |
msgid "The score from the third place's quiz"
|
541 |
msgstr "Il punteggio del quiz al terzo posto"
|
542 |
|
543 |
+
#: php/qmn_options_leaderboard_tab.php:98
|
544 |
msgid "The name of the user who is in fourth place"
|
545 |
msgstr "Il nome dell'utente al quarto posto"
|
546 |
|
547 |
+
#: php/qmn_options_leaderboard_tab.php:99
|
548 |
msgid "The score from the fourth place's quiz"
|
549 |
msgstr "Il punteggio del quiz al quarto posto"
|
550 |
|
551 |
+
#: php/qmn_options_leaderboard_tab.php:103
|
552 |
msgid "The name of the user who is in fifth place"
|
553 |
msgstr "Il nome dell'utente al quinto posto"
|
554 |
|
555 |
+
#: php/qmn_options_leaderboard_tab.php:104
|
556 |
msgid "The score from the fifth place's quiz"
|
557 |
msgstr "Il punteggio del quiz al quinto posto"
|
558 |
|
559 |
+
#: php/qmn_options_leaderboard_tab.php:111
|
560 |
+
#: php/qmn_options_leaderboard_tab.php:139
|
561 |
msgid "Save Leaderboard Options"
|
562 |
msgstr "Salva Opzioni Classifica"
|
563 |
|
564 |
+
#: php/qmn_options_leaderboard_tab.php:120
|
565 |
msgid "Leaderboard Template"
|
566 |
msgstr "Template Classifica"
|
567 |
|
569 |
msgid "Options"
|
570 |
msgstr "Opzioni"
|
571 |
|
572 |
+
#: php/qmn_options_option_tab.php:110
|
573 |
msgid "The options has been updated successfully."
|
574 |
msgstr "Le opzioni sono state aggiornate con successo."
|
575 |
|
576 |
+
#: php/qmn_options_option_tab.php:160 php/qmn_options_option_tab.php:311
|
577 |
msgid "Save Options"
|
578 |
msgstr "Salva Opzioni"
|
579 |
|
580 |
+
#: php/qmn_options_option_tab.php:168
|
581 |
msgid "Which system is this quiz graded on?"
|
582 |
msgstr "Con quale metodo viene valutato questo quiz?"
|
583 |
|
584 |
+
#: php/qmn_options_option_tab.php:170
|
585 |
msgid "Correct/Incorrect"
|
586 |
msgstr "Giuste/Sbagliate"
|
587 |
|
588 |
+
#: php/qmn_options_option_tab.php:171
|
589 |
msgid "Points"
|
590 |
msgstr "Punti"
|
591 |
|
592 |
+
#: php/qmn_options_option_tab.php:172 php/qmn_results.php:316
|
593 |
msgid "Not Graded"
|
594 |
msgstr "Non valutato"
|
595 |
|
596 |
+
#: php/qmn_options_option_tab.php:176
|
597 |
msgid "Should the user be required to be logged in to take this quiz?"
|
598 |
msgstr "E' richiesto all'utente di fare login per svolgere questo quiz?"
|
599 |
|
600 |
+
#: php/qmn_options_option_tab.php:183
|
601 |
msgid ""
|
602 |
"How many questions per page would you like? (Leave 0 for all questions on "
|
603 |
"one page)"
|
605 |
"Quante domande vorresti mostrare in ogni pagina? (Lascia 0 per avere tutte "
|
606 |
"le domande in una pagina)"
|
607 |
|
608 |
+
#: php/qmn_options_option_tab.php:189
|
609 |
msgid ""
|
610 |
"How many minutes does the user have to finish the quiz? (Leave 0 for no time "
|
611 |
"limit)"
|
613 |
"Quanto tempo ha a disposizione l'utente per terminare il quiz? (Lascia 0 per "
|
614 |
"non dare limiti di tempo)"
|
615 |
|
616 |
+
#: php/qmn_options_option_tab.php:195
|
617 |
msgid ""
|
618 |
"How many times can a user take this quiz? (Leave 0 for as many times as the "
|
619 |
"user wants to. Currently only works for registered users)"
|
622 |
"l'utente faccia il quiz quante volte desidera. Al momento funziona solo per "
|
623 |
"utenti registrati)"
|
624 |
|
625 |
+
#: php/qmn_options_option_tab.php:201
|
626 |
msgid ""
|
627 |
"How many total entries can this quiz have? (Leave 0 for unlimited entries"
|
628 |
msgstr ""
|
629 |
"Quante voci può avere in totale questo quiz? (Lascia 0 per indicare un "
|
630 |
"numero illimitato di voci)"
|
631 |
|
632 |
+
#: php/qmn_options_option_tab.php:207
|
633 |
msgid ""
|
634 |
"How many questions should be loaded for quiz? (Leave 0 to load all questions)"
|
635 |
msgstr ""
|
636 |
"Quante domande devono essere caricate per questo quiz? (Lascia 0 per "
|
637 |
"caricare tutte le domande)"
|
638 |
|
639 |
+
#: php/qmn_options_option_tab.php:213
|
640 |
msgid ""
|
641 |
"What time-frame should the user be able to access the quiz? (Leave blank if "
|
642 |
"the user can access anytime)"
|
644 |
"In che finestra temporale l'utente può accedere al quiz? (Lascia vuoto se "
|
645 |
"l'utente può accedere in qualsiasi momento)"
|
646 |
|
647 |
+
#: php/qmn_options_option_tab.php:215
|
648 |
msgid "start date"
|
649 |
msgstr "data inizio"
|
650 |
|
651 |
+
#: php/qmn_options_option_tab.php:218
|
652 |
msgid "end date"
|
653 |
msgstr "data fine"
|
654 |
|
655 |
+
#: php/qmn_options_option_tab.php:222
|
656 |
msgid ""
|
657 |
"Are the questions random? (Question Order will not apply if this is yes)"
|
658 |
msgstr ""
|
659 |
"Le domande sono casuali? (Se sì, l'Ordine Delle Domande non verrà applicato)"
|
660 |
|
661 |
+
#: php/qmn_options_option_tab.php:224
|
662 |
msgid "Random Questions"
|
663 |
msgstr "Domande Casuali"
|
664 |
|
665 |
+
#: php/qmn_options_option_tab.php:225
|
666 |
msgid "Random Questions And Answers"
|
667 |
msgstr "Domande e Risposte Casuali"
|
668 |
|
669 |
+
#: php/qmn_options_option_tab.php:230
|
670 |
msgid ""
|
671 |
"Would you like to ask for the contact information at the beginning or at the "
|
672 |
"end of the quiz?"
|
674 |
"Preferisci richiedere le informazioni di contatto all'inizio o alla fine del "
|
675 |
"quiz?"
|
676 |
|
677 |
+
#: php/qmn_options_option_tab.php:232
|
678 |
msgid "Beginning"
|
679 |
msgstr "All'inizio"
|
680 |
|
681 |
+
#: php/qmn_options_option_tab.php:233
|
682 |
msgid "End"
|
683 |
msgstr "Alla fine"
|
684 |
|
685 |
+
#: php/qmn_options_option_tab.php:237
|
686 |
msgid ""
|
687 |
"If a logged-in user takes the quiz, would you like them to be able to edit "
|
688 |
"contact information? If set to no, the fields will not show up for logged in "
|
693 |
"verranno mostrati per utenti loggati; tuttavia, le informazioni degli utenti "
|
694 |
"verranno salvate per i campi."
|
695 |
|
696 |
+
#: php/qmn_options_option_tab.php:244
|
697 |
msgid "Should we ask for users name?"
|
698 |
msgstr "E' richiesto il nome utente^"
|
699 |
|
700 |
+
#: php/qmn_options_option_tab.php:247 php/qmn_options_option_tab.php:255
|
701 |
+
#: php/qmn_options_option_tab.php:263 php/qmn_options_option_tab.php:271
|
702 |
msgid "Require"
|
703 |
msgstr "Obbligatorio"
|
704 |
|
705 |
+
#: php/qmn_options_option_tab.php:252
|
706 |
msgid "Should we ask for users business?"
|
707 |
msgstr "E' richiesta l'azienda dell'utente?"
|
708 |
|
709 |
+
#: php/qmn_options_option_tab.php:260
|
710 |
msgid "Should we ask for users email?"
|
711 |
msgstr "E' richiesta l'email dell'utente?"
|
712 |
|
713 |
+
#: php/qmn_options_option_tab.php:268
|
714 |
msgid "Should we ask for users phone number?"
|
715 |
msgstr "E' richiesto il numeri di telefono dell'utente?"
|
716 |
|
717 |
+
#: php/qmn_options_option_tab.php:276
|
718 |
msgid "Would you like a place for the user to enter comments?"
|
719 |
msgstr ""
|
720 |
"Vuoi che ci sia un posto dove gli utenti possano scrivere i loro commenti?"
|
721 |
|
722 |
+
#: php/qmn_options_option_tab.php:283
|
723 |
msgid "Show question number on quiz?"
|
724 |
msgstr "Il numero della domanda è visibile nel quiz?"
|
725 |
|
726 |
+
#: php/qmn_options_option_tab.php:290
|
727 |
msgid "Show social media sharing buttons? (Twitter & Facebook)"
|
728 |
msgstr "Mostra i bottoni di condivisione sui social? (Twitter e Facebook)"
|
729 |
|
730 |
+
#: php/qmn_options_option_tab.php:290
|
731 |
msgid ""
|
732 |
"This option is for here only for users of older versions. Please use the new "
|
733 |
"template variables %FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages "
|
734 |
"instead of using this option!"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: php/qmn_options_option_tab.php:297
|
738 |
msgid ""
|
739 |
"Disable question once user selects answer? (Currently only work on multiple "
|
740 |
"choice)"
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: php/qmn_options_option_tab.php:304
|
744 |
msgid ""
|
745 |
"Dynamically add class for incorrect/correct answer after user selects "
|
746 |
"answer? (Currently only works on multiple choice)"
|
758 |
msgid "Answer"
|
759 |
msgstr "Risposta"
|
760 |
|
761 |
+
#: php/qmn_options_questions_tab.php:62
|
762 |
+
msgid "The question order has been updated successfully."
|
763 |
+
msgstr ""
|
764 |
+
|
765 |
+
#: php/qmn_options_questions_tab.php:167
|
766 |
msgid "The question has been updated successfully."
|
767 |
msgstr "La domanda è stata aggiornata con successo."
|
768 |
|
769 |
+
#: php/qmn_options_questions_tab.php:212
|
770 |
msgid "The question has been deleted successfully."
|
771 |
msgstr "La domanda è stata cancellata con successo."
|
772 |
|
773 |
+
#: php/qmn_options_questions_tab.php:304
|
774 |
msgid "The question has been duplicated successfully."
|
775 |
msgstr "La domanda è stata duplicata con successo."
|
776 |
|
777 |
+
#: php/qmn_options_questions_tab.php:401
|
778 |
msgid "The question has been created successfully."
|
779 |
msgstr "La domanda è stata creata con successo."
|
780 |
|
781 |
+
#: php/qmn_options_questions_tab.php:536
|
782 |
msgid "Add Question"
|
783 |
msgstr "Aggiungi Domanda"
|
784 |
|
785 |
+
#: php/qmn_options_questions_tab.php:537
|
786 |
+
msgid "Save Question Order"
|
787 |
+
msgstr ""
|
788 |
+
|
789 |
+
#: php/qmn_options_questions_tab.php:550
|
790 |
#, php-format
|
791 |
msgid "One question"
|
792 |
msgid_plural "%s questions"
|
793 |
msgstr[0] "Una domanda"
|
794 |
msgstr[1] "%s domande"
|
795 |
|
796 |
+
#: php/qmn_options_questions_tab.php:556 php/qmn_options_questions_tab.php:564
|
797 |
+
#: php/qmn_options_questions_tab.php:692
|
798 |
msgid "Question Order"
|
799 |
msgstr "Ordine Domanda"
|
800 |
|
801 |
+
#: php/qmn_options_questions_tab.php:557 php/qmn_options_questions_tab.php:565
|
802 |
+
#: php/qmn_options_questions_tab.php:642
|
803 |
msgid "Question Type"
|
804 |
msgstr "Tipo di Domanda"
|
805 |
|
806 |
+
#: php/qmn_options_questions_tab.php:558 php/qmn_options_questions_tab.php:566
|
807 |
+
#: php/qmn_options_questions_tab.php:705
|
808 |
msgid "Category"
|
809 |
msgstr "Categoria"
|
810 |
|
811 |
+
#: php/qmn_options_questions_tab.php:559 php/qmn_options_questions_tab.php:567
|
812 |
msgid "Question"
|
813 |
msgstr "Domanda"
|
814 |
|
815 |
+
#: php/qmn_options_questions_tab.php:660
|
|
|
|
|
|
|
|
|
|
|
|
|
816 |
msgid "Answers"
|
817 |
msgstr "Risposte"
|
818 |
|
819 |
+
#: php/qmn_options_questions_tab.php:661
|
820 |
msgid "Points Worth"
|
821 |
msgstr "Valore in Punti"
|
822 |
|
823 |
+
#: php/qmn_options_questions_tab.php:662
|
824 |
msgid "Correct Answer"
|
825 |
msgstr "Risposta Corretta"
|
826 |
|
827 |
+
#: php/qmn_options_questions_tab.php:667
|
828 |
msgid "Add New Answer!"
|
829 |
msgstr "Aggiungi una Nuova Risposta!"
|
830 |
|
831 |
+
#: php/qmn_options_questions_tab.php:673
|
832 |
msgid "Correct Answer Info"
|
833 |
msgstr "Informazioni Risposta Corretta"
|
834 |
|
835 |
+
#: php/qmn_options_questions_tab.php:678 php/qmn_quiz.php:493
|
836 |
msgid "Hint"
|
837 |
msgstr "Indizio"
|
838 |
|
839 |
+
#: php/qmn_options_questions_tab.php:683
|
840 |
msgid "Comment Field"
|
841 |
msgstr "Campo Commenti"
|
842 |
|
843 |
+
#: php/qmn_options_questions_tab.php:685
|
844 |
msgid "Small Text Field"
|
845 |
msgstr "Campo Testo Piccolo"
|
846 |
|
847 |
+
#: php/qmn_options_questions_tab.php:686
|
848 |
msgid "Large Text Field"
|
849 |
msgstr "Campo Testo Grande"
|
850 |
|
851 |
+
#: php/qmn_options_questions_tab.php:687
|
852 |
msgid "None"
|
853 |
msgstr "No"
|
854 |
|
855 |
+
#: php/qmn_options_questions_tab.php:697
|
856 |
msgid "Required?"
|
857 |
msgstr "Obbligatoria?"
|
858 |
|
859 |
+
#: php/qmn_options_questions_tab.php:728
|
860 |
msgid "Create Question"
|
861 |
msgstr "Crea Una Domanda"
|
862 |
|
863 |
+
#: php/qmn_options_questions_tab.php:733
|
864 |
msgid "Are you sure you want to delete this question?"
|
865 |
msgstr "Sei sicuro di voler cancellare questa domanda?"
|
866 |
|
867 |
+
#: php/qmn_options_questions_tab.php:738
|
868 |
msgid "Delete Question"
|
869 |
msgstr "Cancella Domanda"
|
870 |
|
871 |
+
#: php/qmn_options_questions_tab.php:743
|
872 |
msgid "Are you sure you want to duplicate this question?"
|
873 |
msgstr "Sei sicuro di voler duplicare questa domanda?"
|
874 |
|
875 |
+
#: php/qmn_options_questions_tab.php:748
|
876 |
msgid "Duplicate Question"
|
877 |
msgstr "Duplica Domanda"
|
878 |
|
884 |
msgid "The results page has been added successfully."
|
885 |
msgstr "La pagina dei risultati è stata aggiunta con successo."
|
886 |
|
887 |
+
#: php/qmn_options_results_page_tab.php:104
|
888 |
msgid "The results page has been saved successfully."
|
889 |
msgstr "La pagina dei risultati è stata salvata con successo."
|
890 |
|
891 |
+
#: php/qmn_options_results_page_tab.php:205
|
892 |
msgid "The amount of time user spent taking quiz in minutes"
|
893 |
msgstr ""
|
894 |
|
895 |
+
#: php/qmn_options_results_page_tab.php:208
|
896 |
msgid "The amount of time user spent taking quiz in seconds"
|
897 |
msgstr ""
|
898 |
|
899 |
+
#: php/qmn_options_results_page_tab.php:226
|
900 |
msgid "Displays button to share on Facebook."
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: php/qmn_options_results_page_tab.php:229
|
904 |
msgid "Displays button to share on Twitter."
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: php/qmn_options_results_page_tab.php:234
|
908 |
+
#: php/qmn_options_results_page_tab.php:315
|
909 |
msgid "Save Results Pages"
|
910 |
msgstr "Salva Pagina Risultati"
|
911 |
|
912 |
+
#: php/qmn_options_results_page_tab.php:235
|
913 |
+
#: php/qmn_options_results_page_tab.php:320
|
914 |
msgid "Add New Results Page"
|
915 |
msgstr "Aggiungi Nuova Pagina Risultati"
|
916 |
|
917 |
+
#: php/qmn_options_results_page_tab.php:243
|
918 |
+
#: php/qmn_options_results_page_tab.php:307
|
919 |
msgid "Results Page Shown"
|
920 |
msgstr "Pagina Risultati Mostrata"
|
921 |
|
922 |
+
#: php/qmn_options_results_page_tab.php:244
|
923 |
+
#: php/qmn_options_results_page_tab.php:308
|
924 |
msgid "Redirect URL (Beta)"
|
925 |
msgstr ""
|
926 |
|
927 |
+
#: php/qmn_options_results_page_tab.php:282 php/qmn_quiz_admin.php:283
|
928 |
msgid "Delete"
|
929 |
msgstr "Cancella"
|
930 |
|
931 |
+
#: php/qmn_options_results_page_tab.php:282
|
932 |
msgid "Are you sure?"
|
933 |
msgstr "Sei sicuro?"
|
934 |
|
940 |
msgid "The style has been saved successfully."
|
941 |
msgstr "Lo stile è stato salvato con successo."
|
942 |
|
943 |
+
#: php/qmn_options_style_tab.php:88
|
944 |
msgid "Quiz Styles"
|
945 |
msgstr "Stili Quiz"
|
946 |
|
947 |
+
#: php/qmn_options_style_tab.php:89
|
948 |
msgid "Choose your style:"
|
949 |
msgstr "Scegli lo stile:"
|
950 |
|
951 |
+
#: php/qmn_options_style_tab.php:118
|
952 |
msgid "Custom"
|
953 |
msgstr "Personalizzato"
|
954 |
|
955 |
+
#: php/qmn_options_style_tab.php:123 php/qmn_options_style_tab.php:135
|
956 |
msgid "Save Quiz Style"
|
957 |
msgstr "Salva Stile Quiz"
|
958 |
|
959 |
+
#: php/qmn_options_style_tab.php:125
|
960 |
msgid "Custom Style CSS"
|
961 |
msgstr "Stile CSS Personalizzato"
|
962 |
|
963 |
+
#: php/qmn_options_style_tab.php:126
|
964 |
msgid ""
|
965 |
"For detailed help and guidance along with a list of different classes used "
|
966 |
"in this plugin, please visit the following link:"
|
972 |
msgid "Text"
|
973 |
msgstr "Testo"
|
974 |
|
975 |
+
#: php/qmn_options_text_tab.php:102
|
976 |
msgid "The templates has been updated successfully."
|
977 |
msgstr "I template sono stati aggiornati con successo."
|
978 |
|
979 |
+
#: php/qmn_options_text_tab.php:142 php/qmn_quiz.php:1262
|
980 |
msgid "Previous"
|
981 |
msgstr "Precedente"
|
982 |
|
983 |
+
#: php/qmn_options_text_tab.php:242 php/qmn_options_text_tab.php:402
|
984 |
msgid "Save Templates"
|
985 |
msgstr "Salva Template"
|
986 |
|
987 |
+
#: php/qmn_options_text_tab.php:248
|
988 |
msgid "Message Templates"
|
989 |
msgstr "Messaggio Template"
|
990 |
|
991 |
+
#: php/qmn_options_text_tab.php:252
|
992 |
msgid "Message Displayed Before Quiz"
|
993 |
msgstr "Messaggio Mostrato Prima del Quiz"
|
994 |
|
995 |
+
#: php/qmn_options_text_tab.php:262
|
996 |
msgid "Message Displayed Before Comments Box If Enabled"
|
997 |
msgstr "Messaggio Mostrato Prima Del Box Commenti (se attivo)"
|
998 |
|
999 |
+
#: php/qmn_options_text_tab.php:272
|
1000 |
msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
|
1001 |
msgstr ""
|
1002 |
"Messaggio Mostrato Alla Fine Del Quiz (lascia vuoto per omettere la sezione "
|
1003 |
"testo)"
|
1004 |
|
1005 |
+
#: php/qmn_options_text_tab.php:282
|
1006 |
msgid "Message Displayed If User Has Tried Quiz Too Many Times"
|
1007 |
msgstr "Messaggio Mostrato Se l'Utente Ha Provato Il Quiz Troppe Volte"
|
1008 |
|
1009 |
+
#: php/qmn_options_text_tab.php:292
|
1010 |
msgid ""
|
1011 |
"Message Displayed If User Is Not Logged In And Quiz Requires Users To Be "
|
1012 |
"Logged In"
|
1013 |
msgstr ""
|
1014 |
"Messaggio Mostrato Se l'Utente Non E' Loggato E Il Quiz Richiede Che Lo Sia"
|
1015 |
|
1016 |
+
#: php/qmn_options_text_tab.php:302
|
1017 |
msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
|
1018 |
msgstr "Messaggio Mostrato Se La Data E' Fuori Dall'Intervallo Previsto"
|
1019 |
|
1020 |
+
#: php/qmn_options_text_tab.php:312
|
1021 |
msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
|
1022 |
msgstr "Messaggio Mostrato Se Viene Raggiunto Il Limite Delle Voci Totali"
|
1023 |
|
1024 |
+
#: php/qmn_options_text_tab.php:322
|
1025 |
msgid "%QUESTIONS_ANSWERS% Text"
|
1026 |
msgstr "%QUESTIONS_ANSWERS% Testo"
|
1027 |
|
1028 |
+
#: php/qmn_options_text_tab.php:335
|
1029 |
msgid "Twitter Sharing Text"
|
1030 |
msgstr "Testo Di Condivisione Su Twitter"
|
1031 |
|
1032 |
+
#: php/qmn_options_text_tab.php:352
|
1033 |
msgid "Facebook Sharing Text"
|
1034 |
msgstr "Testo di Condivisione Su Facebook"
|
1035 |
|
1036 |
+
#: php/qmn_options_text_tab.php:367
|
1037 |
msgid "Other Templates"
|
1038 |
msgstr "Altri Template"
|
1039 |
|
1040 |
+
#: php/qmn_options_text_tab.php:370
|
1041 |
msgid "Text for submit button"
|
1042 |
msgstr "Testo per il pulsante di invio"
|
1043 |
|
1044 |
+
#: php/qmn_options_text_tab.php:374
|
1045 |
msgid "Text for name field"
|
1046 |
msgstr "Testo per il campo del nome"
|
1047 |
|
1048 |
+
#: php/qmn_options_text_tab.php:378
|
1049 |
msgid "Text for business field"
|
1050 |
msgstr "Testo per il campo dell'azienda"
|
1051 |
|
1052 |
+
#: php/qmn_options_text_tab.php:382
|
1053 |
msgid "Text for email field"
|
1054 |
msgstr "Testo per il campo dell'email"
|
1055 |
|
1056 |
+
#: php/qmn_options_text_tab.php:386
|
1057 |
msgid "Text for phone number field"
|
1058 |
msgstr "Testo per il campo del telefono"
|
1059 |
|
1060 |
+
#: php/qmn_options_text_tab.php:390
|
1061 |
msgid "Text for comments field"
|
1062 |
msgstr "Testo per il campo commenti"
|
1063 |
|
1064 |
+
#: php/qmn_options_text_tab.php:394
|
1065 |
msgid "Text for previous button"
|
1066 |
msgstr "Testo per il pulsante \"precedente\""
|
1067 |
|
1068 |
+
#: php/qmn_options_text_tab.php:398
|
1069 |
msgid "Text for next button"
|
1070 |
msgstr "Testo per il pulsante \"successivo\""
|
1071 |
|
1072 |
+
#: php/qmn_options_tools_tab.php:49
|
1073 |
msgid "The stats has been reset successfully."
|
1074 |
msgstr "Le statistiche sono state azzerate con successo."
|
1075 |
|
1076 |
+
#: php/qmn_options_tools_tab.php:107
|
1077 |
msgid ""
|
1078 |
"Use this button to reset all the stats collected for this quiz (Quiz Views "
|
1079 |
"and Times Quiz Has Been Taken)."
|
1082 |
"questo quiz (Visualizzazioni Quiz e Numero Di Volte In Cui Il Quiz E' Stato "
|
1083 |
"Svolto)"
|
1084 |
|
1085 |
+
#: php/qmn_options_tools_tab.php:108
|
1086 |
msgid "Reset Quiz Views And Taken Stats"
|
1087 |
msgstr "Azzera Statistiche Su Visualizzazioni E Numero Svolgimenti Del Quiz"
|
1088 |
|
1089 |
+
#: php/qmn_options_tools_tab.php:119
|
1090 |
msgid ""
|
1091 |
"Are you sure you want to reset the stats to 0? All views and taken stats for "
|
1092 |
"this quiz will be reset. This is permanent and cannot be undone."
|
1095 |
"visualizzazioni e gli svolgimenti saranno azzerate. Questo passo è "
|
1096 |
"permanente e non può essere revocato."
|
1097 |
|
1098 |
+
#: php/qmn_options_tools_tab.php:123
|
1099 |
msgid "Reset All Stats For Quiz"
|
1100 |
msgstr "Azzera Tutte Le Statistiche Del Quiz"
|
1101 |
|
1103 |
msgid "Multiple Choice"
|
1104 |
msgstr "Scelta Multipla"
|
1105 |
|
1106 |
+
#: php/qmn_question_types.php:105
|
1107 |
msgid "Horizontal Multiple Choice"
|
1108 |
msgstr "Scelta Multipla Orizzontale"
|
1109 |
|
1110 |
+
#: php/qmn_question_types.php:195
|
1111 |
msgid "Drop Down"
|
1112 |
msgstr "A Tendina"
|
1113 |
|
1114 |
+
#: php/qmn_question_types.php:282
|
1115 |
msgid "Small Open Answer"
|
1116 |
msgstr "Risposta Aperta Breve"
|
1117 |
|
1118 |
+
#: php/qmn_question_types.php:353
|
1119 |
msgid "Multiple Response"
|
1120 |
msgstr "Risposte Multiple"
|
1121 |
|
1122 |
+
#: php/qmn_question_types.php:452
|
1123 |
msgid "Large Open Answer"
|
1124 |
msgstr "Risposta Aperta Lunga"
|
1125 |
|
1126 |
+
#: php/qmn_question_types.php:531
|
1127 |
msgid "Text Block"
|
1128 |
msgstr "Blocco Testo"
|
1129 |
|
1130 |
+
#: php/qmn_question_types.php:566
|
1131 |
msgid "Number"
|
1132 |
msgstr "Numero"
|
1133 |
|
1134 |
+
#: php/qmn_question_types.php:648
|
1135 |
msgid "Accept"
|
1136 |
msgstr "Casella da spuntare"
|
1137 |
|
1138 |
+
#: php/qmn_question_types.php:692
|
1139 |
msgid "Captcha"
|
1140 |
msgstr "Captcha"
|
1141 |
|
1142 |
+
#: php/qmn_question_types.php:750
|
1143 |
msgid "Horizontal Multiple Response"
|
1144 |
msgstr "Risposte Multiple Orizzontali"
|
1145 |
|
1146 |
+
#: php/qmn_question_types.php:861
|
1147 |
+
msgid ""
|
1148 |
+
"For fill in the blank types, use %BLANK% to represent where to put the text "
|
1149 |
+
"box in your text."
|
1150 |
+
msgstr ""
|
1151 |
+
|
1152 |
+
#: php/qmn_question_types.php:865
|
1153 |
msgid "Fill In The Blank"
|
1154 |
msgstr ""
|
1155 |
|
1156 |
+
#: php/qmn_quiz.php:187
|
1157 |
+
msgid "It appears that this quiz is not set up correctly"
|
1158 |
+
msgstr ""
|
1159 |
+
|
1160 |
+
#: php/qmn_quiz.php:376
|
1161 |
msgid "Not a valid e-mail address!"
|
1162 |
msgstr "Indirizzo e-mail non valido!"
|
1163 |
|
1164 |
+
#: php/qmn_quiz.php:377
|
1165 |
msgid "This field must be a number!"
|
1166 |
msgstr "Questo campo deve essere numerico!"
|
1167 |
|
1168 |
+
#: php/qmn_quiz.php:378
|
1169 |
msgid "The entered text is not correct!"
|
1170 |
msgstr "Il testo inserito non è corretto!"
|
1171 |
|
1172 |
+
#: php/qmn_quiz.php:379
|
1173 |
msgid "Please complete all required fields!"
|
1174 |
msgstr "Per favore completa tutti i campi richiesti!"
|
1175 |
|
1185 |
msgstr[1] "%s quiz"
|
1186 |
|
1187 |
#: php/qmn_quiz_admin.php:259 php/qmn_quiz_admin.php:310
|
1188 |
+
#: php/qmn_quiz_admin.php:378 php/qmn_results.php:267
|
1189 |
msgid "Quiz Name"
|
1190 |
msgstr "Nome Quiz"
|
1191 |
|
1261 |
msgid "Delete Quiz"
|
1262 |
msgstr "Cancella Quiz"
|
1263 |
|
1264 |
+
#: php/qmn_quiz_creator.php:294
|
1265 |
msgid ""
|
1266 |
"Your new quiz has been created successfully. To begin editing your quiz, "
|
1267 |
"click the Edit link on the new quiz."
|
1269 |
"Il tuo nuovo quiz è stato creato con successo. Per iniziare a modificarlo, "
|
1270 |
"clicca sul link Modifica nel nuovo quiz."
|
1271 |
|
1272 |
+
#: php/qmn_quiz_creator.php:369
|
1273 |
msgid "Your quiz has been deleted successfully."
|
1274 |
msgstr "Il tuo quiz è stato cancellato con successo."
|
1275 |
|
1276 |
+
#: php/qmn_quiz_creator.php:420
|
1277 |
msgid "Your quiz name has been updated successfully."
|
1278 |
msgstr "Il nome del tuo quiz è stato aggiornato con successo."
|
1279 |
|
1280 |
+
#: php/qmn_quiz_creator.php:586
|
1281 |
msgid "Your quiz has been duplicated successfully."
|
1282 |
msgstr "Il tuo quiz è stato duplicato con successo."
|
1283 |
|
1294 |
"Per favore vai alla pagina dei quiz e clicca sul link Modifica del quiz che "
|
1295 |
"vuoi modificare."
|
1296 |
|
1297 |
+
#: php/qmn_results.php:37
|
1298 |
msgid "Your results has been deleted successfully."
|
1299 |
msgstr "I tuoi risultati sono stati cancellati con successo."
|
1300 |
|
1301 |
+
#: php/qmn_results.php:202
|
1302 |
#, php-format
|
1303 |
msgid "One result"
|
1304 |
msgid_plural "%s results"
|
1305 |
msgstr[0] "Un risultato"
|
1306 |
msgstr[1] "%s risultati"
|
1307 |
|
1308 |
+
#: php/qmn_results.php:266
|
1309 |
msgid "Actions"
|
1310 |
msgstr "Azioni"
|
1311 |
|
1312 |
+
#: php/qmn_results.php:268
|
1313 |
msgid "Score"
|
1314 |
msgstr "Punteggio"
|
1315 |
|
1316 |
+
#: php/qmn_results.php:269
|
1317 |
msgid "Time To Complete"
|
1318 |
msgstr "Tempo Impiegato"
|
1319 |
|
1320 |
+
#: php/qmn_results.php:270
|
1321 |
msgid "Name"
|
1322 |
msgstr "Nome"
|
1323 |
|
1324 |
+
#: php/qmn_results.php:271
|
1325 |
msgid "Business"
|
1326 |
msgstr "Azienda"
|
1327 |
|
1328 |
+
#: php/qmn_results.php:272
|
1329 |
msgid "Email"
|
1330 |
msgstr "Email"
|
1331 |
|
1332 |
+
#: php/qmn_results.php:273
|
1333 |
msgid "Phone"
|
1334 |
msgstr "Telefono"
|
1335 |
|
1336 |
+
#: php/qmn_results.php:274
|
1337 |
msgid "Time Taken"
|
1338 |
msgstr "Data"
|
1339 |
|
1340 |
+
#: php/qmn_results.php:333
|
1341 |
msgid "Are you sure you want to delete these results?"
|
1342 |
msgstr "Sicuro di voler eliminare questi risultati?"
|
1343 |
|
1344 |
+
#: php/qmn_results.php:338
|
1345 |
msgid "Delete Results"
|
1346 |
msgstr "Elimina Risultati"
|
1347 |
|
1427 |
msgid "Quiz ID"
|
1428 |
msgstr "ID Quiz"
|
1429 |
|
1430 |
+
#~ msgid ""
|
1431 |
+
#~ "Enter in your text here to fill in the certificate for this quiz. Be sure "
|
1432 |
+
#~ "to enter in the link variable into the templates on the Quiz Text tab so "
|
1433 |
+
#~ "the user can access the certificate."
|
1434 |
+
#~ msgstr ""
|
1435 |
+
#~ "Inserisci qui il testo per compilare il certificato di questo quiz. "
|
1436 |
+
#~ "Assicurati di inserire la variabile del link nel template nella sezione "
|
1437 |
+
#~ "Testo Quiz, in modo che l'utente possa accedere al certificato."
|
1438 |
+
|
1439 |
#~ msgid "The amount of time user spent of quiz"
|
1440 |
#~ msgstr "Tempo impiegato dall'utente per il quiz"
|
1441 |
|
languages/quiz-master-next-nl-NL.mo
CHANGED
Binary file
|
languages/quiz-master-next-nl-NL.po
CHANGED
@@ -5,7 +5,7 @@ msgid ""
|
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Quiz Master Next\n"
|
7 |
"Report-Msgid-Bugs-To: \n"
|
8 |
-
"POT-Creation-Date: 2015-
|
9 |
"PO-Revision-Date: \n"
|
10 |
"Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
|
11 |
"Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
|
@@ -19,52 +19,74 @@ msgstr ""
|
|
19 |
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;"
|
20 |
"esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
|
21 |
"_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
22 |
-
"X-Poedit-Basepath:
|
23 |
-
"X-Generator: Poedit 1.8.
|
24 |
"X-Poedit-SearchPath-0: .\n"
|
25 |
|
26 |
-
#: mlw_quizmaster2.php:
|
27 |
msgid "Quizzes"
|
28 |
msgstr "Quizzen"
|
29 |
|
30 |
-
#: mlw_quizmaster2.php:
|
31 |
msgid "Quiz Settings"
|
32 |
msgstr "Quiz instellingen"
|
33 |
|
34 |
-
#: mlw_quizmaster2.php:
|
35 |
#: php/qmn_results_details.php:20
|
36 |
msgid "Quiz Results"
|
37 |
msgstr "Quiz resultaten"
|
38 |
|
39 |
-
#: mlw_quizmaster2.php:
|
40 |
msgid "Quiz Result Details"
|
41 |
msgstr "Details quiz resultaten"
|
42 |
|
43 |
-
#: mlw_quizmaster2.php:
|
44 |
msgid "Settings"
|
45 |
msgstr "Instellingen"
|
46 |
|
47 |
-
#: mlw_quizmaster2.php:
|
48 |
#: php/qmn_tools.php:65
|
49 |
msgid "Tools"
|
50 |
msgstr "Gereedschap"
|
51 |
|
52 |
-
#: mlw_quizmaster2.php:
|
53 |
msgid "Stats"
|
54 |
msgstr "Stats"
|
55 |
|
56 |
-
#: mlw_quizmaster2.php:
|
57 |
msgid "Addon Settings"
|
58 |
msgstr "Addon instellingen"
|
59 |
|
60 |
-
#: mlw_quizmaster2.php:
|
61 |
msgid "Help"
|
62 |
msgstr "Help"
|
63 |
|
64 |
-
#: mlw_quizmaster2.php:
|
65 |
msgid "QMN About"
|
66 |
msgstr "Over QMN"
|
67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
#: php/qmn-stats-page.php:29
|
69 |
msgid "Quiz Statistics"
|
70 |
msgstr "Quiz statistieken"
|
@@ -110,6 +132,15 @@ msgstr "Wat is er nieuw!"
|
|
110 |
msgid "Changelog"
|
111 |
msgstr "Overzicht wijzigingen"
|
112 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
#: php/qmn_dashboard_widgets.php:16
|
114 |
msgid "Quiz Master Next Snapshot"
|
115 |
msgstr "Quiz Master Next momentopname"
|
@@ -148,23 +179,23 @@ msgstr "meest populaire quiz"
|
|
148 |
msgid "least popular quiz"
|
149 |
msgstr "minst populaire quiz"
|
150 |
|
151 |
-
#: php/qmn_help.php:
|
152 |
msgid "Need Help?"
|
153 |
msgstr "Hulp nodig?"
|
154 |
|
155 |
-
#: php/qmn_help.php:
|
156 |
msgid "Support"
|
157 |
msgstr "Ondersteuning"
|
158 |
|
159 |
-
#: php/qmn_help.php:
|
160 |
msgid "System Info"
|
161 |
msgstr "Systeeminformatie"
|
162 |
|
163 |
-
#: php/qmn_help.php:
|
164 |
msgid "Help Page"
|
165 |
msgstr "Help pagina"
|
166 |
|
167 |
-
#: php/qmn_help.php:
|
168 |
msgid "Need help with the plugin? Try any of the following:"
|
169 |
msgstr "Hulp nodig met de plugin? Probeer één van de volgende:"
|
170 |
|
@@ -172,21 +203,21 @@ msgstr "Hulp nodig met de plugin? Probeer één van de volgende:"
|
|
172 |
msgid "Certificate (Beta)"
|
173 |
msgstr "Certificaat (Beta)"
|
174 |
|
175 |
-
#: php/qmn_options_certificate_tab.php:
|
176 |
msgid "The certificate has been updated successfully."
|
177 |
msgstr "Het certificaat werd succesvol bijgewerkt."
|
178 |
|
179 |
-
#: php/qmn_options_certificate_tab.php:
|
180 |
-
#: php/qmn_options_email_tab.php:
|
181 |
-
#: php/qmn_options_leaderboard_tab.php:
|
182 |
-
#: php/qmn_options_questions_tab.php:
|
183 |
-
#: php/qmn_options_questions_tab.php:
|
184 |
-
#: php/qmn_options_results_page_tab.php:
|
185 |
-
#: php/qmn_options_results_page_tab.php:
|
186 |
-
#: php/qmn_options_text_tab.php:
|
187 |
-
#: php/qmn_quiz_creator.php:
|
188 |
-
#: php/qmn_quiz_creator.php:
|
189 |
-
#: php/qmn_quiz_creator.php:
|
190 |
#, php-format
|
191 |
msgid ""
|
192 |
"There has been an error in this action. Please share this with the "
|
@@ -195,89 +226,86 @@ msgstr ""
|
|
195 |
"Er is een fout opgetreden in deze actie. Deel dit met de ontwikkelaar. "
|
196 |
"Foutcode: %s"
|
197 |
|
198 |
-
#: php/qmn_options_certificate_tab.php:
|
199 |
msgid "Enter title here"
|
200 |
msgstr "Hier titel invoeren"
|
201 |
|
202 |
-
#: php/qmn_options_certificate_tab.php:
|
203 |
-
#: php/qmn_options_email_tab.php:
|
204 |
msgid "Enter text here"
|
205 |
msgstr "Hier tekst invoeren"
|
206 |
|
207 |
-
#: php/qmn_options_certificate_tab.php:
|
208 |
msgid "Quiz Certificate (Beta)"
|
209 |
msgstr "Quiz Certificaat (Beta)"
|
210 |
|
211 |
-
#: php/qmn_options_certificate_tab.php:
|
212 |
msgid ""
|
213 |
"Enter in your text here to fill in the certificate for this quiz. Be sure to "
|
214 |
-
"enter in the link variable into the templates on the
|
215 |
-
"user can access the certificate."
|
216 |
msgstr ""
|
217 |
-
"Voer hier je tekst in voor het certificaat van deze quiz. Let er op om de "
|
218 |
-
"linkvariabele in te voeren in de templates op de Quiz Next tab zodat de "
|
219 |
-
"gebruiker toegang heeft tot het certificaat."
|
220 |
|
221 |
-
#: php/qmn_options_certificate_tab.php:
|
222 |
msgid "These fields cannot contain HTML."
|
223 |
msgstr "Deze velden kunnen geen HTML bevatten."
|
224 |
|
225 |
-
#: php/qmn_options_certificate_tab.php:
|
226 |
-
#: php/qmn_options_certificate_tab.php:
|
227 |
msgid "Save Certificate Options"
|
228 |
msgstr "Bewaar certificaat opties"
|
229 |
|
230 |
-
#: php/qmn_options_certificate_tab.php:
|
231 |
msgid "Enable Certificates For This Quiz?"
|
232 |
msgstr "Certificaat toestaan voor deze quiz?"
|
233 |
|
234 |
-
#: php/qmn_options_certificate_tab.php:
|
235 |
-
#: php/qmn_options_email_tab.php:
|
236 |
-
#: php/qmn_options_option_tab.php:
|
237 |
-
#: php/qmn_options_option_tab.php:
|
238 |
-
#: php/qmn_options_option_tab.php:
|
239 |
-
#: php/qmn_options_option_tab.php:
|
240 |
-
#: php/qmn_options_option_tab.php:
|
241 |
-
#: php/qmn_options_questions_tab.php:
|
242 |
-
#: php/qmn_options_results_page_tab.php:
|
243 |
msgid "Yes"
|
244 |
msgstr "Ja"
|
245 |
|
246 |
-
#: php/qmn_options_certificate_tab.php:
|
247 |
-
#: php/qmn_options_email_tab.php:
|
248 |
-
#: php/qmn_options_option_tab.php:
|
249 |
-
#: php/qmn_options_option_tab.php:
|
250 |
-
#: php/qmn_options_option_tab.php:
|
251 |
-
#: php/qmn_options_option_tab.php:
|
252 |
-
#: php/qmn_options_option_tab.php:
|
253 |
-
#: php/qmn_options_option_tab.php:
|
254 |
-
#: php/qmn_options_results_page_tab.php:
|
255 |
msgid "No"
|
256 |
msgstr "Nee"
|
257 |
|
258 |
-
#: php/qmn_options_certificate_tab.php:
|
259 |
msgid "Certificate Title"
|
260 |
msgstr "Certificaat titel"
|
261 |
|
262 |
-
#: php/qmn_options_certificate_tab.php:
|
263 |
msgid "Message Displayed On Certificate"
|
264 |
msgstr "Bericht dat op certificaat staat"
|
265 |
|
266 |
-
#: php/qmn_options_certificate_tab.php:
|
267 |
-
#: php/qmn_options_leaderboard_tab.php:
|
268 |
-
#: php/qmn_options_text_tab.php:
|
269 |
-
#: php/qmn_options_text_tab.php:
|
270 |
-
#: php/qmn_options_text_tab.php:
|
271 |
-
#: php/qmn_options_text_tab.php:
|
272 |
-
#: php/qmn_options_text_tab.php:
|
273 |
msgid "Allowed Variables:"
|
274 |
msgstr "Toegestane variabelen:"
|
275 |
|
276 |
-
#: php/qmn_options_certificate_tab.php:
|
277 |
msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
|
278 |
msgstr "URL naar logo (moet JPG, JPEG, PNG of GIF zijn)"
|
279 |
|
280 |
-
#: php/qmn_options_certificate_tab.php:
|
281 |
msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
|
282 |
msgstr "URL naar achtergrond Img (moet JPG, JPEG, PNG of GIF zijn)"
|
283 |
|
@@ -285,205 +313,205 @@ msgstr "URL naar achtergrond Img (moet JPG, JPEG, PNG of GIF zijn)"
|
|
285 |
msgid "Emails"
|
286 |
msgstr "Emails"
|
287 |
|
288 |
-
#: php/qmn_options_email_tab.php:55 php/qmn_options_email_tab.php:
|
289 |
msgid "The email has been added successfully."
|
290 |
msgstr "De email is succesvol toegevoegd"
|
291 |
|
292 |
-
#: php/qmn_options_email_tab.php:
|
293 |
msgid "The email has been updated successfully."
|
294 |
msgstr "De email is succesvol bijgewerkt"
|
295 |
|
296 |
-
#: php/qmn_options_email_tab.php:
|
297 |
-
#: php/qmn_options_results_page_tab.php:
|
298 |
msgid "Template Variables"
|
299 |
msgstr "Template variabelen"
|
300 |
|
301 |
-
#: php/qmn_options_email_tab.php:
|
302 |
-
#: php/qmn_options_text_tab.php:
|
303 |
msgid "Score for the quiz when using points"
|
304 |
msgstr "Score voor de quiz bij gebruik van punten"
|
305 |
|
306 |
-
#: php/qmn_options_email_tab.php:
|
307 |
-
#: php/qmn_options_text_tab.php:
|
308 |
msgid "The average amount of points user had per question"
|
309 |
msgstr "Het gemiddelde aantal punten per vraag dat de gebruiker had"
|
310 |
|
311 |
-
#: php/qmn_options_email_tab.php:
|
312 |
-
#: php/qmn_options_text_tab.php:
|
313 |
msgid "The number of correct answers the user had"
|
314 |
msgstr "Het aantal correcte antwoorden dat de gebruiker had"
|
315 |
|
316 |
-
#: php/qmn_options_email_tab.php:
|
317 |
-
#: php/qmn_options_text_tab.php:
|
318 |
msgid "The total number of questions in the quiz"
|
319 |
msgstr "Het totaal aantal vragen in de quiz"
|
320 |
|
321 |
-
#: php/qmn_options_email_tab.php:
|
322 |
-
#: php/qmn_options_text_tab.php:
|
323 |
msgid "Score for the quiz when using correct answers"
|
324 |
msgstr "Score voor de quiz bij gebruik van goede antwoorden"
|
325 |
|
326 |
-
#: php/qmn_options_email_tab.php:
|
327 |
-
#: php/qmn_options_text_tab.php:
|
328 |
msgid "The name the user entered before the quiz"
|
329 |
msgstr "De naam die de gebruiker invoerde voor aanvang van de quiz"
|
330 |
|
331 |
-
#: php/qmn_options_email_tab.php:
|
332 |
-
#: php/qmn_options_text_tab.php:
|
333 |
msgid "The business the user entered before the quiz"
|
334 |
msgstr "Het bedrijf dat de gebruiker invoerde voor aanvang van de quiz"
|
335 |
|
336 |
-
#: php/qmn_options_email_tab.php:
|
337 |
-
#: php/qmn_options_text_tab.php:
|
338 |
msgid "The phone number the user entered before the quiz"
|
339 |
msgstr "Het telefoonnummer dat de gebruiker invoerde voor aanvang van de quiz"
|
340 |
|
341 |
-
#: php/qmn_options_email_tab.php:
|
342 |
-
#: php/qmn_options_text_tab.php:
|
343 |
msgid "The email the user entered before the quiz"
|
344 |
msgstr "De email die de gebruiker invoerde voor aanvang van de quiz"
|
345 |
|
346 |
-
#: php/qmn_options_email_tab.php:
|
347 |
-
#: php/qmn_options_results_page_tab.php:
|
348 |
msgid "The name of the quiz"
|
349 |
msgstr "De naam van de quiz"
|
350 |
|
351 |
-
#: php/qmn_options_email_tab.php:
|
352 |
-
#: php/qmn_options_text_tab.php:
|
353 |
msgid ""
|
354 |
"Shows the question, the answer the user provided, and the correct answer"
|
355 |
msgstr ""
|
356 |
"Laat de vragen zien, de gegeven antwoorden van de gebruiker en het juste "
|
357 |
"antwoord"
|
358 |
|
359 |
-
#: php/qmn_options_email_tab.php:
|
360 |
-
#: php/qmn_options_text_tab.php:
|
361 |
msgid "The comments the user entered into comment box if enabled"
|
362 |
msgstr ""
|
363 |
"De opmerkingen die de gebruiker invoerde in de opmerkingenbox, indien "
|
364 |
"ingeschakeld"
|
365 |
|
366 |
-
#: php/qmn_options_email_tab.php:
|
367 |
msgid "The amount of time user spent on quiz in seconds"
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: php/qmn_options_email_tab.php:
|
371 |
msgid "The amount of time user spent on quiz in minutes"
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: php/qmn_options_email_tab.php:
|
375 |
-
#: php/qmn_options_text_tab.php:
|
376 |
msgid "The link to the certificate after completing the quiz"
|
377 |
msgstr "De link naar het certificaat na voltooiing van de quiz"
|
378 |
|
379 |
-
#: php/qmn_options_email_tab.php:
|
380 |
-
#: php/qmn_options_text_tab.php:
|
381 |
msgid "The amount of points a specific category earned."
|
382 |
msgstr "De hoeveelheid punten verdiend in een specifieke categorie."
|
383 |
|
384 |
-
#: php/qmn_options_email_tab.php:
|
385 |
-
#: php/qmn_options_text_tab.php:
|
386 |
msgid "The score a specific category earned."
|
387 |
msgstr "De score verdiend in een specifieke categorie."
|
388 |
|
389 |
-
#: php/qmn_options_email_tab.php:
|
390 |
-
#: php/qmn_options_text_tab.php:
|
391 |
msgid "The average points from all categories."
|
392 |
msgstr "De gemiddelde punten van alle categorieën."
|
393 |
|
394 |
-
#: php/qmn_options_email_tab.php:
|
395 |
-
#: php/qmn_options_text_tab.php:
|
396 |
msgid "The average score from all categories."
|
397 |
msgstr "De gemiddelde score van alle categorieën."
|
398 |
|
399 |
-
#: php/qmn_options_email_tab.php:
|
400 |
msgid "The question that the user answered"
|
401 |
msgstr "De vraag die de gebruiker beantwoordde"
|
402 |
|
403 |
-
#: php/qmn_options_email_tab.php:
|
404 |
msgid "The answer the user gave for the question"
|
405 |
msgstr "Het antwoord van de gebruiker op de vraag"
|
406 |
|
407 |
-
#: php/qmn_options_email_tab.php:
|
408 |
msgid "The correct answer for the question"
|
409 |
msgstr "Het juiste antwoord op de vraag"
|
410 |
|
411 |
-
#: php/qmn_options_email_tab.php:
|
412 |
msgid "The comments the user provided in the comment field for the question"
|
413 |
msgstr ""
|
414 |
"De opmerkingen geplaatst door de gebruiker in het opmerkingenveld van de "
|
415 |
"vraag."
|
416 |
|
417 |
-
#: php/qmn_options_email_tab.php:
|
418 |
msgid "Reason why the correct answer is the correct answer"
|
419 |
msgstr "Reden waarom het juiste antwoord het juiste antwoord is"
|
420 |
|
421 |
-
#: php/qmn_options_email_tab.php:
|
422 |
msgid "The Current Date"
|
423 |
msgstr "De huidige datum"
|
424 |
|
425 |
-
#: php/qmn_options_email_tab.php:
|
426 |
msgid "Save Email Templates And Settings"
|
427 |
msgstr "Bewaar email templates en instellingen"
|
428 |
|
429 |
-
#: php/qmn_options_email_tab.php:
|
430 |
msgid "Send user email upon completion?"
|
431 |
msgstr "Stuur de gebruiker een email na voltooiing van de quiz?"
|
432 |
|
433 |
-
#: php/qmn_options_email_tab.php:
|
434 |
msgid "Send admin email upon completion?"
|
435 |
msgstr "Stuur admin email na voltooiing?"
|
436 |
|
437 |
-
#: php/qmn_options_email_tab.php:
|
438 |
msgid ""
|
439 |
"What emails should we send the admin email to? Separate emails with a comma."
|
440 |
msgstr ""
|
441 |
"Wat voor emails moeten we naar de admin email sturen? Aparte emails met een "
|
442 |
"komma."
|
443 |
|
444 |
-
#: php/qmn_options_email_tab.php:
|
445 |
msgid "What is the From Name for the email sent to users and admin?"
|
446 |
msgstr ""
|
447 |
"Wat is de Van naam voor de email die naar gebruikers en de admin wordt "
|
448 |
"gestuurd?"
|
449 |
|
450 |
-
#: php/qmn_options_email_tab.php:
|
451 |
msgid "Email Sent To User"
|
452 |
msgstr "Email naar gebruiker verstuurd"
|
453 |
|
454 |
-
#: php/qmn_options_email_tab.php:
|
455 |
msgid "Add New User Email"
|
456 |
msgstr "Voeg emailadres nieuwe gebruiker toe"
|
457 |
|
458 |
-
#: php/qmn_options_email_tab.php:
|
459 |
-
#: php/qmn_options_email_tab.php:
|
460 |
-
#: php/qmn_options_results_page_tab.php:
|
461 |
-
#: php/qmn_options_results_page_tab.php:
|
462 |
msgid "Score Greater Than Or Equal To"
|
463 |
msgstr "Score groter dan of gelijk aan"
|
464 |
|
465 |
-
#: php/qmn_options_email_tab.php:
|
466 |
-
#: php/qmn_options_email_tab.php:
|
467 |
-
#: php/qmn_options_results_page_tab.php:
|
468 |
-
#: php/qmn_options_results_page_tab.php:
|
469 |
msgid "Score Less Than Or Equal To"
|
470 |
msgstr "Score kleiner dan of gelijk aan"
|
471 |
|
472 |
-
#: php/qmn_options_email_tab.php:
|
473 |
-
#: php/qmn_options_email_tab.php:
|
474 |
msgid "Subject"
|
475 |
msgstr "Onderwerp"
|
476 |
|
477 |
-
#: php/qmn_options_email_tab.php:
|
478 |
-
#: php/qmn_options_email_tab.php:
|
479 |
msgid "Email To Send"
|
480 |
msgstr "Te versturen email"
|
481 |
|
482 |
-
#: php/qmn_options_email_tab.php:
|
483 |
msgid "Email Sent To Admin"
|
484 |
msgstr "Email naar Admin verstuurd"
|
485 |
|
486 |
-
#: php/qmn_options_email_tab.php:
|
487 |
msgid "Add New Admin Email"
|
488 |
msgstr "Voeg nieuwe Admin email toe"
|
489 |
|
@@ -491,56 +519,56 @@ msgstr "Voeg nieuwe Admin email toe"
|
|
491 |
msgid "Leaderboard"
|
492 |
msgstr "Klassement"
|
493 |
|
494 |
-
#: php/qmn_options_leaderboard_tab.php:
|
495 |
msgid "The leaderboards has been updated successfully."
|
496 |
msgstr "De klassementen zijn succesvol bijgewerkt"
|
497 |
|
498 |
-
#: php/qmn_options_leaderboard_tab.php:
|
499 |
msgid "The name of the user who is in first place"
|
500 |
msgstr "De naam van de gebruiker die eerste is"
|
501 |
|
502 |
-
#: php/qmn_options_leaderboard_tab.php:
|
503 |
msgid "The score from the first place's quiz"
|
504 |
msgstr "De score van de eerste plaats van de quiz"
|
505 |
|
506 |
-
#: php/qmn_options_leaderboard_tab.php:
|
507 |
msgid "The name of the user who is in second place"
|
508 |
msgstr "De score van de gebruiker die tweede is"
|
509 |
|
510 |
-
#: php/qmn_options_leaderboard_tab.php:
|
511 |
msgid "The score from the second place's quiz"
|
512 |
msgstr "De score van de tweede plaats in de quiz"
|
513 |
|
514 |
-
#: php/qmn_options_leaderboard_tab.php:
|
515 |
msgid "The name of the user who is in third place"
|
516 |
msgstr "De naam van de gebruiker die derde is"
|
517 |
|
518 |
-
#: php/qmn_options_leaderboard_tab.php:
|
519 |
msgid "The score from the third place's quiz"
|
520 |
msgstr "De score van de derde plaats in de quiz"
|
521 |
|
522 |
-
#: php/qmn_options_leaderboard_tab.php:
|
523 |
msgid "The name of the user who is in fourth place"
|
524 |
msgstr "De naam van de gebruiker die vierde is"
|
525 |
|
526 |
-
#: php/qmn_options_leaderboard_tab.php:
|
527 |
msgid "The score from the fourth place's quiz"
|
528 |
msgstr "De score van de vierde plaats in de quiz"
|
529 |
|
530 |
-
#: php/qmn_options_leaderboard_tab.php:
|
531 |
msgid "The name of the user who is in fifth place"
|
532 |
msgstr "De naam van de gebruiker die vijfde is"
|
533 |
|
534 |
-
#: php/qmn_options_leaderboard_tab.php:
|
535 |
msgid "The score from the fifth place's quiz"
|
536 |
msgstr "De score van de vijfde plaats in de quiz"
|
537 |
|
538 |
-
#: php/qmn_options_leaderboard_tab.php:
|
539 |
-
#: php/qmn_options_leaderboard_tab.php:
|
540 |
msgid "Save Leaderboard Options"
|
541 |
msgstr "Klassement opties bewaren"
|
542 |
|
543 |
-
#: php/qmn_options_leaderboard_tab.php:
|
544 |
msgid "Leaderboard Template"
|
545 |
msgstr "Klassement template"
|
546 |
|
@@ -548,42 +576,42 @@ msgstr "Klassement template"
|
|
548 |
msgid "Options"
|
549 |
msgstr "Opties"
|
550 |
|
551 |
-
#: php/qmn_options_option_tab.php:
|
552 |
msgid "The options has been updated successfully."
|
553 |
msgstr "De opties zijn succesvol bijgewerkt."
|
554 |
|
555 |
-
#: php/qmn_options_option_tab.php:
|
556 |
msgid "Save Options"
|
557 |
msgstr "Opties bewaren"
|
558 |
|
559 |
-
#: php/qmn_options_option_tab.php:
|
560 |
msgid "Which system is this quiz graded on?"
|
561 |
msgstr "Volgens welk systeem is deze quiz ingedeeld?"
|
562 |
|
563 |
-
#: php/qmn_options_option_tab.php:
|
564 |
msgid "Correct/Incorrect"
|
565 |
msgstr "Goed/Fout"
|
566 |
|
567 |
-
#: php/qmn_options_option_tab.php:
|
568 |
msgid "Points"
|
569 |
msgstr "Punten"
|
570 |
|
571 |
-
#: php/qmn_options_option_tab.php:
|
572 |
msgid "Not Graded"
|
573 |
msgstr "Niet ingedeeld"
|
574 |
|
575 |
-
#: php/qmn_options_option_tab.php:
|
576 |
msgid "Should the user be required to be logged in to take this quiz?"
|
577 |
msgstr "Moet de gebruiker verplicht inloggen om een quiz te kunnen spelen?"
|
578 |
|
579 |
-
#: php/qmn_options_option_tab.php:
|
580 |
msgid ""
|
581 |
"How many questions per page would you like? (Leave 0 for all questions on "
|
582 |
"one page)"
|
583 |
msgstr ""
|
584 |
"Hoeveel vragen per pagina wil je? (Laat 0 voor alle vragen op één pagina)"
|
585 |
|
586 |
-
#: php/qmn_options_option_tab.php:
|
587 |
msgid ""
|
588 |
"How many minutes does the user have to finish the quiz? (Leave 0 for no time "
|
589 |
"limit)"
|
@@ -591,7 +619,7 @@ msgstr ""
|
|
591 |
"Hoeveel minuten krijgt de gebruiker om de quiz te doen? (Laat 0 voor geen "
|
592 |
"tijdslimiet)"
|
593 |
|
594 |
-
#: php/qmn_options_option_tab.php:
|
595 |
msgid ""
|
596 |
"How many times can a user take this quiz? (Leave 0 for as many times as the "
|
597 |
"user wants to. Currently only works for registered users)"
|
@@ -599,21 +627,21 @@ msgstr ""
|
|
599 |
"Hoe vaak kan een gebruiker een quiz doen? (Laat 0 voor ongelimiteerd. Dit "
|
600 |
"werkt momenteel alleen voor geregistreerde gebruikers)"
|
601 |
|
602 |
-
#: php/qmn_options_option_tab.php:
|
603 |
msgid ""
|
604 |
"How many total entries can this quiz have? (Leave 0 for unlimited entries"
|
605 |
msgstr ""
|
606 |
"Hoeveel inzendingen kan deze quiz hebben? (Laat 0 voor een ongelimiteerd "
|
607 |
"aantal inzendingen)"
|
608 |
|
609 |
-
#: php/qmn_options_option_tab.php:
|
610 |
msgid ""
|
611 |
"How many questions should be loaded for quiz? (Leave 0 to load all questions)"
|
612 |
msgstr ""
|
613 |
"Hoeveel vragen moeten er geladen worden voor deze quiz? (Laat 0 om alle "
|
614 |
"vragen te laden)"
|
615 |
|
616 |
-
#: php/qmn_options_option_tab.php:
|
617 |
msgid ""
|
618 |
"What time-frame should the user be able to access the quiz? (Leave blank if "
|
619 |
"the user can access anytime)"
|
@@ -621,30 +649,30 @@ msgstr ""
|
|
621 |
"Binnen welke termijn moet de gebruiker toegang kunnen hebben tot de quiz? "
|
622 |
"(Laat blanco voor ongelimiteerde toegang)"
|
623 |
|
624 |
-
#: php/qmn_options_option_tab.php:
|
625 |
msgid "start date"
|
626 |
msgstr "start datum"
|
627 |
|
628 |
-
#: php/qmn_options_option_tab.php:
|
629 |
msgid "end date"
|
630 |
msgstr "eind datum"
|
631 |
|
632 |
-
#: php/qmn_options_option_tab.php:
|
633 |
msgid ""
|
634 |
"Are the questions random? (Question Order will not apply if this is yes)"
|
635 |
msgstr ""
|
636 |
"Zijn de vragen willekeurig? (de volgorde van de vragen zal niet worden "
|
637 |
"toegepast indien ja)"
|
638 |
|
639 |
-
#: php/qmn_options_option_tab.php:
|
640 |
msgid "Random Questions"
|
641 |
msgstr "Willekeurige vragen"
|
642 |
|
643 |
-
#: php/qmn_options_option_tab.php:
|
644 |
msgid "Random Questions And Answers"
|
645 |
msgstr "Willekeurige vragen en antwoorden"
|
646 |
|
647 |
-
#: php/qmn_options_option_tab.php:
|
648 |
msgid ""
|
649 |
"Would you like to ask for the contact information at the beginning or at the "
|
650 |
"end of the quiz?"
|
@@ -652,15 +680,15 @@ msgstr ""
|
|
652 |
"Wil je de contactinformatie aan het begin van de quiz of aan het eind van de "
|
653 |
"quiz vragen?"
|
654 |
|
655 |
-
#: php/qmn_options_option_tab.php:
|
656 |
msgid "Beginning"
|
657 |
msgstr "Begin"
|
658 |
|
659 |
-
#: php/qmn_options_option_tab.php:
|
660 |
msgid "End"
|
661 |
msgstr "Einde"
|
662 |
|
663 |
-
#: php/qmn_options_option_tab.php:
|
664 |
msgid ""
|
665 |
"If a logged-in user takes the quiz, would you like them to be able to edit "
|
666 |
"contact information? If set to no, the fields will not show up for logged in "
|
@@ -670,40 +698,40 @@ msgstr ""
|
|
670 |
"nee staat dan zullen de bijbehorende velden niet zichtbaar zijn voor "
|
671 |
"ingelogde gebruikers echter de gebruikersinformatie zal worden bewaard."
|
672 |
|
673 |
-
#: php/qmn_options_option_tab.php:
|
674 |
msgid "Should we ask for users name?"
|
675 |
msgstr "Moeten we om de naam van de gebruiker vragen?"
|
676 |
|
677 |
-
#: php/qmn_options_option_tab.php:
|
678 |
-
#: php/qmn_options_option_tab.php:
|
679 |
msgid "Require"
|
680 |
msgstr "Vereist"
|
681 |
|
682 |
-
#: php/qmn_options_option_tab.php:
|
683 |
msgid "Should we ask for users business?"
|
684 |
msgstr "Moeten we vragen om het bedrijf van de gebruiker?"
|
685 |
|
686 |
-
#: php/qmn_options_option_tab.php:
|
687 |
msgid "Should we ask for users email?"
|
688 |
msgstr "Moeten we om het emailadres van de gebruiker vragen?"
|
689 |
|
690 |
-
#: php/qmn_options_option_tab.php:
|
691 |
msgid "Should we ask for users phone number?"
|
692 |
msgstr "Moeten we om het telefoonnummer van de gebruiker vragen?"
|
693 |
|
694 |
-
#: php/qmn_options_option_tab.php:
|
695 |
msgid "Would you like a place for the user to enter comments?"
|
696 |
msgstr "Wil je een plek voor de gebruiker om opmerkingen te plaatsen?"
|
697 |
|
698 |
-
#: php/qmn_options_option_tab.php:
|
699 |
msgid "Show question number on quiz?"
|
700 |
msgstr "Laat het nummer van de vraag zien in de quiz?"
|
701 |
|
702 |
-
#: php/qmn_options_option_tab.php:
|
703 |
msgid "Show social media sharing buttons? (Twitter & Facebook)"
|
704 |
msgstr "Laat social media knoppen zien (Twitter & Facebook)?"
|
705 |
|
706 |
-
#: php/qmn_options_option_tab.php:
|
707 |
msgid ""
|
708 |
"This option is for here only for users of older versions. Please use the new "
|
709 |
"template variables %FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages "
|
@@ -713,13 +741,13 @@ msgstr ""
|
|
713 |
"nieuwe template variabelen %FACEBOOK_SHARE% %TWITTER_SHARE% op je "
|
714 |
"resultatenpagina in plaats van deze optie te gebruiken!"
|
715 |
|
716 |
-
#: php/qmn_options_option_tab.php:
|
717 |
msgid ""
|
718 |
"Disable question once user selects answer? (Currently only work on multiple "
|
719 |
"choice)"
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: php/qmn_options_option_tab.php:
|
723 |
msgid ""
|
724 |
"Dynamically add class for incorrect/correct answer after user selects "
|
725 |
"answer? (Currently only works on multiple choice)"
|
@@ -737,121 +765,121 @@ msgstr "Vragen"
|
|
737 |
msgid "Answer"
|
738 |
msgstr "Antwoord"
|
739 |
|
740 |
-
#: php/qmn_options_questions_tab.php:
|
|
|
|
|
|
|
|
|
741 |
msgid "The question has been updated successfully."
|
742 |
msgstr "De vraag is succesvol bijgewerkt."
|
743 |
|
744 |
-
#: php/qmn_options_questions_tab.php:
|
745 |
msgid "The question has been deleted successfully."
|
746 |
msgstr "De vraag is succesvol verwijderd."
|
747 |
|
748 |
-
#: php/qmn_options_questions_tab.php:
|
749 |
msgid "The question has been duplicated successfully."
|
750 |
msgstr "De vraag is succesvol gedupliceerd."
|
751 |
|
752 |
-
#: php/qmn_options_questions_tab.php:
|
753 |
msgid "The question has been created successfully."
|
754 |
msgstr "De vraag is succesvol gemaakt."
|
755 |
|
756 |
-
#: php/qmn_options_questions_tab.php:
|
757 |
msgid "Add Question"
|
758 |
msgstr "Vraag toevoegen"
|
759 |
|
760 |
-
#: php/qmn_options_questions_tab.php:
|
|
|
|
|
|
|
|
|
761 |
#, php-format
|
762 |
msgid "One question"
|
763 |
msgid_plural "%s questions"
|
764 |
msgstr[0] "Een vraag"
|
765 |
msgstr[1] "%s vragen"
|
766 |
|
767 |
-
#: php/qmn_options_questions_tab.php:
|
768 |
-
#: php/qmn_options_questions_tab.php:
|
769 |
msgid "Question Order"
|
770 |
msgstr "Vraag volgorde"
|
771 |
|
772 |
-
#: php/qmn_options_questions_tab.php:
|
773 |
-
#: php/qmn_options_questions_tab.php:
|
774 |
msgid "Question Type"
|
775 |
msgstr "Vraag type"
|
776 |
|
777 |
-
#: php/qmn_options_questions_tab.php:
|
778 |
-
#: php/qmn_options_questions_tab.php:
|
779 |
msgid "Category"
|
780 |
msgstr "Categorie"
|
781 |
|
782 |
-
#: php/qmn_options_questions_tab.php:
|
783 |
msgid "Question"
|
784 |
msgstr "Vraag"
|
785 |
|
786 |
-
#: php/qmn_options_questions_tab.php:
|
787 |
-
msgid ""
|
788 |
-
"For fill in the blank types, use %BLANK% to represent where to put the text "
|
789 |
-
"box in your text."
|
790 |
-
msgstr ""
|
791 |
-
"Voor vul het lege veld in types, gebruik %BLANK% om aan te geven waar je in "
|
792 |
-
"je tekst de tekstbox wil hebben."
|
793 |
-
|
794 |
-
#: php/qmn_options_questions_tab.php:553
|
795 |
msgid "Answers"
|
796 |
msgstr "Antwoorden"
|
797 |
|
798 |
-
#: php/qmn_options_questions_tab.php:
|
799 |
msgid "Points Worth"
|
800 |
msgstr "Punten waard"
|
801 |
|
802 |
-
#: php/qmn_options_questions_tab.php:
|
803 |
msgid "Correct Answer"
|
804 |
msgstr "Goed antwoord"
|
805 |
|
806 |
-
#: php/qmn_options_questions_tab.php:
|
807 |
msgid "Add New Answer!"
|
808 |
msgstr "Voeg nieuw antwoord toe!"
|
809 |
|
810 |
-
#: php/qmn_options_questions_tab.php:
|
811 |
msgid "Correct Answer Info"
|
812 |
msgstr "Juiste antwoord informatie"
|
813 |
|
814 |
-
#: php/qmn_options_questions_tab.php:
|
815 |
msgid "Hint"
|
816 |
msgstr "Aanwijzing"
|
817 |
|
818 |
-
#: php/qmn_options_questions_tab.php:
|
819 |
msgid "Comment Field"
|
820 |
msgstr "Opmerkingenveld"
|
821 |
|
822 |
-
#: php/qmn_options_questions_tab.php:
|
823 |
msgid "Small Text Field"
|
824 |
msgstr "Klein tekstveld"
|
825 |
|
826 |
-
#: php/qmn_options_questions_tab.php:
|
827 |
msgid "Large Text Field"
|
828 |
msgstr "Groot tekstveld"
|
829 |
|
830 |
-
#: php/qmn_options_questions_tab.php:
|
831 |
msgid "None"
|
832 |
msgstr "Geen"
|
833 |
|
834 |
-
#: php/qmn_options_questions_tab.php:
|
835 |
msgid "Required?"
|
836 |
msgstr "Vereist?"
|
837 |
|
838 |
-
#: php/qmn_options_questions_tab.php:
|
839 |
msgid "Create Question"
|
840 |
msgstr "Maak vraag"
|
841 |
|
842 |
-
#: php/qmn_options_questions_tab.php:
|
843 |
msgid "Are you sure you want to delete this question?"
|
844 |
msgstr "Weet je zeker dat je deze vraag wil verwijderen?"
|
845 |
|
846 |
-
#: php/qmn_options_questions_tab.php:
|
847 |
msgid "Delete Question"
|
848 |
msgstr "Verwijder vraag"
|
849 |
|
850 |
-
#: php/qmn_options_questions_tab.php:
|
851 |
msgid "Are you sure you want to duplicate this question?"
|
852 |
msgstr "Weet je zeker dat je deze vraag wil dupliceren?"
|
853 |
|
854 |
-
#: php/qmn_options_questions_tab.php:
|
855 |
msgid "Duplicate Question"
|
856 |
msgstr "Dupliceer vraag"
|
857 |
|
@@ -863,51 +891,51 @@ msgstr "Resultaten pagina's"
|
|
863 |
msgid "The results page has been added successfully."
|
864 |
msgstr "De resultaten pagina is succesvol toegevoegd."
|
865 |
|
866 |
-
#: php/qmn_options_results_page_tab.php:
|
867 |
msgid "The results page has been saved successfully."
|
868 |
msgstr "De resultaten pagina is succesvol opgeslagen."
|
869 |
|
870 |
-
#: php/qmn_options_results_page_tab.php:
|
871 |
msgid "The amount of time user spent taking quiz in minutes"
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: php/qmn_options_results_page_tab.php:
|
875 |
msgid "The amount of time user spent taking quiz in seconds"
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: php/qmn_options_results_page_tab.php:
|
879 |
msgid "Displays button to share on Facebook."
|
880 |
msgstr "Geeft knop om op facebook te delen."
|
881 |
|
882 |
-
#: php/qmn_options_results_page_tab.php:
|
883 |
msgid "Displays button to share on Twitter."
|
884 |
msgstr "Geeft knop om op Twitter te delen."
|
885 |
|
886 |
-
#: php/qmn_options_results_page_tab.php:
|
887 |
-
#: php/qmn_options_results_page_tab.php:
|
888 |
msgid "Save Results Pages"
|
889 |
msgstr "Bewaar resultaten pagina's"
|
890 |
|
891 |
-
#: php/qmn_options_results_page_tab.php:
|
892 |
-
#: php/qmn_options_results_page_tab.php:
|
893 |
msgid "Add New Results Page"
|
894 |
msgstr "Voeg nieuwe resultaten pagina toe"
|
895 |
|
896 |
-
#: php/qmn_options_results_page_tab.php:
|
897 |
-
#: php/qmn_options_results_page_tab.php:
|
898 |
msgid "Results Page Shown"
|
899 |
msgstr "De resultaten pagina wordt getoond"
|
900 |
|
901 |
-
#: php/qmn_options_results_page_tab.php:
|
902 |
-
#: php/qmn_options_results_page_tab.php:
|
903 |
msgid "Redirect URL (Beta)"
|
904 |
msgstr "Redirect URL (Beta)"
|
905 |
|
906 |
-
#: php/qmn_options_results_page_tab.php:
|
907 |
msgid "Delete"
|
908 |
msgstr "Verwijder"
|
909 |
|
910 |
-
#: php/qmn_options_results_page_tab.php:
|
911 |
msgid "Are you sure?"
|
912 |
msgstr "Weet je het zeker?"
|
913 |
|
@@ -919,27 +947,27 @@ msgstr "Stijl"
|
|
919 |
msgid "The style has been saved successfully."
|
920 |
msgstr "De stijl is succesvol bewaard."
|
921 |
|
922 |
-
#: php/qmn_options_style_tab.php:
|
923 |
msgid "Quiz Styles"
|
924 |
msgstr "Quiz stijlen"
|
925 |
|
926 |
-
#: php/qmn_options_style_tab.php:
|
927 |
msgid "Choose your style:"
|
928 |
msgstr "Kies je stijl:"
|
929 |
|
930 |
-
#: php/qmn_options_style_tab.php:
|
931 |
msgid "Custom"
|
932 |
msgstr "Aangepast"
|
933 |
|
934 |
-
#: php/qmn_options_style_tab.php:
|
935 |
msgid "Save Quiz Style"
|
936 |
msgstr "Bewaar quiz stijl"
|
937 |
|
938 |
-
#: php/qmn_options_style_tab.php:
|
939 |
msgid "Custom Style CSS"
|
940 |
msgstr "Eigen stijl CSS"
|
941 |
|
942 |
-
#: php/qmn_options_style_tab.php:
|
943 |
msgid ""
|
944 |
"For detailed help and guidance along with a list of different classes used "
|
945 |
"in this plugin, please visit the following link:"
|
@@ -951,42 +979,42 @@ msgstr ""
|
|
951 |
msgid "Text"
|
952 |
msgstr "Tekst"
|
953 |
|
954 |
-
#: php/qmn_options_text_tab.php:
|
955 |
msgid "The templates has been updated successfully."
|
956 |
msgstr "De templates zijn succesvol opgeslagen."
|
957 |
|
958 |
-
#: php/qmn_options_text_tab.php:
|
959 |
msgid "Previous"
|
960 |
msgstr "Vorige"
|
961 |
|
962 |
-
#: php/qmn_options_text_tab.php:
|
963 |
msgid "Save Templates"
|
964 |
msgstr "Bewaar teplates"
|
965 |
|
966 |
-
#: php/qmn_options_text_tab.php:
|
967 |
msgid "Message Templates"
|
968 |
msgstr "Bericht templates"
|
969 |
|
970 |
-
#: php/qmn_options_text_tab.php:
|
971 |
msgid "Message Displayed Before Quiz"
|
972 |
msgstr "Bericht getoond voor aanvang quiz"
|
973 |
|
974 |
-
#: php/qmn_options_text_tab.php:
|
975 |
msgid "Message Displayed Before Comments Box If Enabled"
|
976 |
msgstr "Bericht getoond voor opmerkingen box indien ingeschakeld"
|
977 |
|
978 |
-
#: php/qmn_options_text_tab.php:
|
979 |
msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
|
980 |
msgstr ""
|
981 |
"Bericht getoond aan het einde van de quiz (Laat leeg om de tekst sectie weg "
|
982 |
"te laten)"
|
983 |
|
984 |
-
#: php/qmn_options_text_tab.php:
|
985 |
msgid "Message Displayed If User Has Tried Quiz Too Many Times"
|
986 |
msgstr ""
|
987 |
"Bericht getoond indien de gebruiker de quiz te vaak heeft proberen te maken"
|
988 |
|
989 |
-
#: php/qmn_options_text_tab.php:
|
990 |
msgid ""
|
991 |
"Message Displayed If User Is Not Logged In And Quiz Requires Users To Be "
|
992 |
"Logged In"
|
@@ -994,67 +1022,67 @@ msgstr ""
|
|
994 |
"Bericht getoond indien de gebruiker niet is ingelogd en de quiz dit wel "
|
995 |
"vereist"
|
996 |
|
997 |
-
#: php/qmn_options_text_tab.php:
|
998 |
msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
|
999 |
msgstr "Bericht getoond indien de datum buiten het tijdspad is"
|
1000 |
|
1001 |
-
#: php/qmn_options_text_tab.php:
|
1002 |
msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
|
1003 |
msgstr "Bericht getoond indien de grens van het aantal invoeren is bereikt"
|
1004 |
|
1005 |
-
#: php/qmn_options_text_tab.php:
|
1006 |
msgid "%QUESTIONS_ANSWERS% Text"
|
1007 |
msgstr "%QUESTIONS_ANSWERS% Tekst"
|
1008 |
|
1009 |
-
#: php/qmn_options_text_tab.php:
|
1010 |
msgid "Twitter Sharing Text"
|
1011 |
msgstr "Twitter Delen tekst"
|
1012 |
|
1013 |
-
#: php/qmn_options_text_tab.php:
|
1014 |
msgid "Facebook Sharing Text"
|
1015 |
msgstr "Facebook Delen tekst"
|
1016 |
|
1017 |
-
#: php/qmn_options_text_tab.php:
|
1018 |
msgid "Other Templates"
|
1019 |
msgstr "Andere templates"
|
1020 |
|
1021 |
-
#: php/qmn_options_text_tab.php:
|
1022 |
msgid "Text for submit button"
|
1023 |
msgstr "Teskt voor verstuur knop"
|
1024 |
|
1025 |
-
#: php/qmn_options_text_tab.php:
|
1026 |
msgid "Text for name field"
|
1027 |
msgstr "Tekst voor naam veld"
|
1028 |
|
1029 |
-
#: php/qmn_options_text_tab.php:
|
1030 |
msgid "Text for business field"
|
1031 |
msgstr "Tekst voor bedrijfsveld"
|
1032 |
|
1033 |
-
#: php/qmn_options_text_tab.php:
|
1034 |
msgid "Text for email field"
|
1035 |
msgstr "Tekst voor email veld"
|
1036 |
|
1037 |
-
#: php/qmn_options_text_tab.php:
|
1038 |
msgid "Text for phone number field"
|
1039 |
msgstr "Tekst voor telefoonnummer veld"
|
1040 |
|
1041 |
-
#: php/qmn_options_text_tab.php:
|
1042 |
msgid "Text for comments field"
|
1043 |
msgstr "Tekst voor opmerkingen veld"
|
1044 |
|
1045 |
-
#: php/qmn_options_text_tab.php:
|
1046 |
msgid "Text for previous button"
|
1047 |
msgstr "Tekst voor vorige knop"
|
1048 |
|
1049 |
-
#: php/qmn_options_text_tab.php:
|
1050 |
msgid "Text for next button"
|
1051 |
msgstr "Tekst voor volgende knop"
|
1052 |
|
1053 |
-
#: php/qmn_options_tools_tab.php:
|
1054 |
msgid "The stats has been reset successfully."
|
1055 |
msgstr "De stats zijn succesvol gereset."
|
1056 |
|
1057 |
-
#: php/qmn_options_tools_tab.php:
|
1058 |
msgid ""
|
1059 |
"Use this button to reset all the stats collected for this quiz (Quiz Views "
|
1060 |
"and Times Quiz Has Been Taken)."
|
@@ -1062,11 +1090,11 @@ msgstr ""
|
|
1062 |
"Gebruik deze knop om alle stats van deze quiz te resetten (Quiz weergaves en "
|
1063 |
"keren dat de quiz is afgenomen)."
|
1064 |
|
1065 |
-
#: php/qmn_options_tools_tab.php:
|
1066 |
msgid "Reset Quiz Views And Taken Stats"
|
1067 |
msgstr "Reset weergeven quiz en afgenomen quiz stats"
|
1068 |
|
1069 |
-
#: php/qmn_options_tools_tab.php:
|
1070 |
msgid ""
|
1071 |
"Are you sure you want to reset the stats to 0? All views and taken stats for "
|
1072 |
"this quiz will be reset. This is permanent and cannot be undone."
|
@@ -1075,7 +1103,7 @@ msgstr ""
|
|
1075 |
"afgenomen stats zullen gereset worden. Dit is permanent en kan niet ongedaan "
|
1076 |
"gemaakt worden."
|
1077 |
|
1078 |
-
#: php/qmn_options_tools_tab.php:
|
1079 |
msgid "Reset All Stats For Quiz"
|
1080 |
msgstr "Reset alle stats voor deze quiz"
|
1081 |
|
@@ -1083,63 +1111,75 @@ msgstr "Reset alle stats voor deze quiz"
|
|
1083 |
msgid "Multiple Choice"
|
1084 |
msgstr "Meerkeuze"
|
1085 |
|
1086 |
-
#: php/qmn_question_types.php:
|
1087 |
msgid "Horizontal Multiple Choice"
|
1088 |
msgstr "Horizontale meerkeuze"
|
1089 |
|
1090 |
-
#: php/qmn_question_types.php:
|
1091 |
msgid "Drop Down"
|
1092 |
msgstr "Vervolgkeuze"
|
1093 |
|
1094 |
-
#: php/qmn_question_types.php:
|
1095 |
msgid "Small Open Answer"
|
1096 |
msgstr "Klein open antwoord"
|
1097 |
|
1098 |
-
#: php/qmn_question_types.php:
|
1099 |
msgid "Multiple Response"
|
1100 |
msgstr "Meerdere antwoorden"
|
1101 |
|
1102 |
-
#: php/qmn_question_types.php:
|
1103 |
msgid "Large Open Answer"
|
1104 |
msgstr "Groot open antwoord"
|
1105 |
|
1106 |
-
#: php/qmn_question_types.php:
|
1107 |
msgid "Text Block"
|
1108 |
msgstr "Tekst blok"
|
1109 |
|
1110 |
-
#: php/qmn_question_types.php:
|
1111 |
msgid "Number"
|
1112 |
msgstr "Nummer"
|
1113 |
|
1114 |
-
#: php/qmn_question_types.php:
|
1115 |
msgid "Accept"
|
1116 |
msgstr "Accepteer"
|
1117 |
|
1118 |
-
#: php/qmn_question_types.php:
|
1119 |
msgid "Captcha"
|
1120 |
msgstr "Captcha"
|
1121 |
|
1122 |
-
#: php/qmn_question_types.php:
|
1123 |
msgid "Horizontal Multiple Response"
|
1124 |
msgstr "Horizontale meerdere antwoorden"
|
1125 |
|
1126 |
-
#: php/qmn_question_types.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1127 |
msgid "Fill In The Blank"
|
1128 |
msgstr "Vul het lege veld in"
|
1129 |
|
1130 |
-
#: php/qmn_quiz.php:
|
|
|
|
|
|
|
|
|
1131 |
msgid "Not a valid e-mail address!"
|
1132 |
msgstr "Geen geldig email adres!"
|
1133 |
|
1134 |
-
#: php/qmn_quiz.php:
|
1135 |
msgid "This field must be a number!"
|
1136 |
msgstr "Dit veld moet een getal zijn!"
|
1137 |
|
1138 |
-
#: php/qmn_quiz.php:
|
1139 |
msgid "The entered text is not correct!"
|
1140 |
msgstr "De ingevoerde tekst is niet correct!"
|
1141 |
|
1142 |
-
#: php/qmn_quiz.php:
|
1143 |
msgid "Please complete all required fields!"
|
1144 |
msgstr "Vul alle verplichte velden in!"
|
1145 |
|
@@ -1155,7 +1195,7 @@ msgstr[0] "Een quiz"
|
|
1155 |
msgstr[1] "%s quizzen"
|
1156 |
|
1157 |
#: php/qmn_quiz_admin.php:259 php/qmn_quiz_admin.php:310
|
1158 |
-
#: php/qmn_quiz_admin.php:378 php/qmn_results.php:
|
1159 |
msgid "Quiz Name"
|
1160 |
msgstr "Quiz naam"
|
1161 |
|
@@ -1231,7 +1271,7 @@ msgstr "Weet je zeker dat je deze quiz wil verwijderen?"
|
|
1231 |
msgid "Delete Quiz"
|
1232 |
msgstr "Verwijder quiz"
|
1233 |
|
1234 |
-
#: php/qmn_quiz_creator.php:
|
1235 |
msgid ""
|
1236 |
"Your new quiz has been created successfully. To begin editing your quiz, "
|
1237 |
"click the Edit link on the new quiz."
|
@@ -1239,15 +1279,15 @@ msgstr ""
|
|
1239 |
"Je nieuwe quiz is succesvol gemaakt. Klik op de Bewerken link in de nieuwe "
|
1240 |
"quiz om je quiz te gaan bewerken."
|
1241 |
|
1242 |
-
#: php/qmn_quiz_creator.php:
|
1243 |
msgid "Your quiz has been deleted successfully."
|
1244 |
msgstr "Je quiz is succesvol verwijderd."
|
1245 |
|
1246 |
-
#: php/qmn_quiz_creator.php:
|
1247 |
msgid "Your quiz name has been updated successfully."
|
1248 |
msgstr "Je quiz is succesvol bijgewerkt."
|
1249 |
|
1250 |
-
#: php/qmn_quiz_creator.php:
|
1251 |
msgid "Your quiz has been duplicated successfully."
|
1252 |
msgstr "Je quiz is succesvol gedupliceerd."
|
1253 |
|
@@ -1264,54 +1304,54 @@ msgstr ""
|
|
1264 |
"Ga naar de quizzen pagina en klik op de Bewerken link van de quiz die je wil "
|
1265 |
"gaan bewerken."
|
1266 |
|
1267 |
-
#: php/qmn_results.php:
|
1268 |
msgid "Your results has been deleted successfully."
|
1269 |
msgstr "Je resultaten zijn succesvol verwijderd."
|
1270 |
|
1271 |
-
#: php/qmn_results.php:
|
1272 |
#, php-format
|
1273 |
msgid "One result"
|
1274 |
msgid_plural "%s results"
|
1275 |
msgstr[0] "Een resultaat"
|
1276 |
msgstr[1] "%s resultaten"
|
1277 |
|
1278 |
-
#: php/qmn_results.php:
|
1279 |
msgid "Actions"
|
1280 |
msgstr "Akties"
|
1281 |
|
1282 |
-
#: php/qmn_results.php:
|
1283 |
msgid "Score"
|
1284 |
msgstr "Score"
|
1285 |
|
1286 |
-
#: php/qmn_results.php:
|
1287 |
msgid "Time To Complete"
|
1288 |
msgstr "Gebruikte tijd"
|
1289 |
|
1290 |
-
#: php/qmn_results.php:
|
1291 |
msgid "Name"
|
1292 |
msgstr "Naam"
|
1293 |
|
1294 |
-
#: php/qmn_results.php:
|
1295 |
msgid "Business"
|
1296 |
msgstr "Bedrijf"
|
1297 |
|
1298 |
-
#: php/qmn_results.php:
|
1299 |
msgid "Email"
|
1300 |
msgstr "Email"
|
1301 |
|
1302 |
-
#: php/qmn_results.php:
|
1303 |
msgid "Phone"
|
1304 |
msgstr "Telefoon"
|
1305 |
|
1306 |
-
#: php/qmn_results.php:
|
1307 |
msgid "Time Taken"
|
1308 |
msgstr "Benodigde tijd"
|
1309 |
|
1310 |
-
#: php/qmn_results.php:
|
1311 |
msgid "Are you sure you want to delete these results?"
|
1312 |
msgstr "Weet je zeker dat je deze resultaten wil verwijderen?"
|
1313 |
|
1314 |
-
#: php/qmn_results.php:
|
1315 |
msgid "Delete Results"
|
1316 |
msgstr "Verwijder resultaten"
|
1317 |
|
@@ -1398,6 +1438,15 @@ msgstr "Widget titel"
|
|
1398 |
msgid "Quiz ID"
|
1399 |
msgstr "Quiz ID"
|
1400 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1401 |
#~ msgid "The amount of time user spent of quiz"
|
1402 |
#~ msgstr "De hoeveelheid tijd die de gebruiker heeft besteedt aan de quiz"
|
1403 |
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Quiz Master Next\n"
|
7 |
"Report-Msgid-Bugs-To: \n"
|
8 |
+
"POT-Creation-Date: 2015-08-04 13:54-0400\n"
|
9 |
"PO-Revision-Date: \n"
|
10 |
"Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
|
11 |
"Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
|
19 |
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;"
|
20 |
"esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
|
21 |
"_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
22 |
+
"X-Poedit-Basepath: ..\n"
|
23 |
+
"X-Generator: Poedit 1.8.4\n"
|
24 |
"X-Poedit-SearchPath-0: .\n"
|
25 |
|
26 |
+
#: mlw_quizmaster2.php:224 php/qmn_quiz_admin.php:196
|
27 |
msgid "Quizzes"
|
28 |
msgstr "Quizzen"
|
29 |
|
30 |
+
#: mlw_quizmaster2.php:225
|
31 |
msgid "Quiz Settings"
|
32 |
msgstr "Quiz instellingen"
|
33 |
|
34 |
+
#: mlw_quizmaster2.php:226 php/qmn_results.php:193
|
35 |
#: php/qmn_results_details.php:20
|
36 |
msgid "Quiz Results"
|
37 |
msgstr "Quiz resultaten"
|
38 |
|
39 |
+
#: mlw_quizmaster2.php:227
|
40 |
msgid "Quiz Result Details"
|
41 |
msgstr "Details quiz resultaten"
|
42 |
|
43 |
+
#: mlw_quizmaster2.php:228
|
44 |
msgid "Settings"
|
45 |
msgstr "Instellingen"
|
46 |
|
47 |
+
#: mlw_quizmaster2.php:229 php/qmn_options_tools_tab.php:13
|
48 |
#: php/qmn_tools.php:65
|
49 |
msgid "Tools"
|
50 |
msgstr "Gereedschap"
|
51 |
|
52 |
+
#: mlw_quizmaster2.php:230
|
53 |
msgid "Stats"
|
54 |
msgstr "Stats"
|
55 |
|
56 |
+
#: mlw_quizmaster2.php:231
|
57 |
msgid "Addon Settings"
|
58 |
msgstr "Addon instellingen"
|
59 |
|
60 |
+
#: mlw_quizmaster2.php:232
|
61 |
msgid "Help"
|
62 |
msgstr "Help"
|
63 |
|
64 |
+
#: mlw_quizmaster2.php:235 mlw_quizmaster2.php:236
|
65 |
msgid "QMN About"
|
66 |
msgstr "Over QMN"
|
67 |
|
68 |
+
#: php/class-qmn-review-message.php:83
|
69 |
+
#, php-format
|
70 |
+
msgid ""
|
71 |
+
"Greetings! I just noticed that you now have more than %d quiz results. That "
|
72 |
+
"is\n"
|
73 |
+
"\t\tawesome! Could you please help me out by giving this plugin a 5-star "
|
74 |
+
"rating on WordPress? This\n"
|
75 |
+
"\t\twill help us by helping other users discover this plugin. %s"
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
+
#: php/class-qmn-review-message.php:89
|
79 |
+
msgid "Yeah, you deserve it!"
|
80 |
+
msgstr ""
|
81 |
+
|
82 |
+
#: php/class-qmn-review-message.php:90
|
83 |
+
msgid "I already did!"
|
84 |
+
msgstr ""
|
85 |
+
|
86 |
+
#: php/class-qmn-review-message.php:91
|
87 |
+
msgid "No, this plugin is not good enough"
|
88 |
+
msgstr ""
|
89 |
+
|
90 |
#: php/qmn-stats-page.php:29
|
91 |
msgid "Quiz Statistics"
|
92 |
msgstr "Quiz statistieken"
|
132 |
msgid "Changelog"
|
133 |
msgstr "Overzicht wijzigingen"
|
134 |
|
135 |
+
#: php/qmn_credits.php:39
|
136 |
+
msgid "People Who Make QMN Possible"
|
137 |
+
msgstr ""
|
138 |
+
|
139 |
+
#: php/qmn_credits.php:108
|
140 |
+
#, php-format
|
141 |
+
msgid "View %s"
|
142 |
+
msgstr ""
|
143 |
+
|
144 |
#: php/qmn_dashboard_widgets.php:16
|
145 |
msgid "Quiz Master Next Snapshot"
|
146 |
msgstr "Quiz Master Next momentopname"
|
179 |
msgid "least popular quiz"
|
180 |
msgstr "minst populaire quiz"
|
181 |
|
182 |
+
#: php/qmn_help.php:20
|
183 |
msgid "Need Help?"
|
184 |
msgstr "Hulp nodig?"
|
185 |
|
186 |
+
#: php/qmn_help.php:21
|
187 |
msgid "Support"
|
188 |
msgstr "Ondersteuning"
|
189 |
|
190 |
+
#: php/qmn_help.php:22
|
191 |
msgid "System Info"
|
192 |
msgstr "Systeeminformatie"
|
193 |
|
194 |
+
#: php/qmn_help.php:25
|
195 |
msgid "Help Page"
|
196 |
msgstr "Help pagina"
|
197 |
|
198 |
+
#: php/qmn_help.php:55
|
199 |
msgid "Need help with the plugin? Try any of the following:"
|
200 |
msgstr "Hulp nodig met de plugin? Probeer één van de volgende:"
|
201 |
|
203 |
msgid "Certificate (Beta)"
|
204 |
msgstr "Certificaat (Beta)"
|
205 |
|
206 |
+
#: php/qmn_options_certificate_tab.php:64
|
207 |
msgid "The certificate has been updated successfully."
|
208 |
msgstr "Het certificaat werd succesvol bijgewerkt."
|
209 |
|
210 |
+
#: php/qmn_options_certificate_tab.php:83 php/qmn_options_email_tab.php:76
|
211 |
+
#: php/qmn_options_email_tab.php:144 php/qmn_options_email_tab.php:217
|
212 |
+
#: php/qmn_options_leaderboard_tab.php:68 php/qmn_options_option_tab.php:131
|
213 |
+
#: php/qmn_options_questions_tab.php:188 php/qmn_options_questions_tab.php:233
|
214 |
+
#: php/qmn_options_questions_tab.php:325 php/qmn_options_questions_tab.php:422
|
215 |
+
#: php/qmn_options_results_page_tab.php:76
|
216 |
+
#: php/qmn_options_results_page_tab.php:125 php/qmn_options_style_tab.php:60
|
217 |
+
#: php/qmn_options_text_tab.php:123 php/qmn_options_tools_tab.php:68
|
218 |
+
#: php/qmn_quiz_creator.php:315 php/qmn_quiz_creator.php:390
|
219 |
+
#: php/qmn_quiz_creator.php:441 php/qmn_quiz_creator.php:608
|
220 |
+
#: php/qmn_quiz_creator.php:674 php/qmn_results.php:58
|
221 |
#, php-format
|
222 |
msgid ""
|
223 |
"There has been an error in this action. Please share this with the "
|
226 |
"Er is een fout opgetreden in deze actie. Deel dit met de ontwikkelaar. "
|
227 |
"Foutcode: %s"
|
228 |
|
229 |
+
#: php/qmn_options_certificate_tab.php:100
|
230 |
msgid "Enter title here"
|
231 |
msgstr "Hier titel invoeren"
|
232 |
|
233 |
+
#: php/qmn_options_certificate_tab.php:100 php/qmn_options_email_tab.php:95
|
234 |
+
#: php/qmn_options_email_tab.php:113
|
235 |
msgid "Enter text here"
|
236 |
msgstr "Hier tekst invoeren"
|
237 |
|
238 |
+
#: php/qmn_options_certificate_tab.php:104
|
239 |
msgid "Quiz Certificate (Beta)"
|
240 |
msgstr "Quiz Certificaat (Beta)"
|
241 |
|
242 |
+
#: php/qmn_options_certificate_tab.php:105
|
243 |
msgid ""
|
244 |
"Enter in your text here to fill in the certificate for this quiz. Be sure to "
|
245 |
+
"enter in the link variable into the templates on the Emails and Results Page "
|
246 |
+
"tabs so the user can access the certificate."
|
247 |
msgstr ""
|
|
|
|
|
|
|
248 |
|
249 |
+
#: php/qmn_options_certificate_tab.php:106
|
250 |
msgid "These fields cannot contain HTML."
|
251 |
msgstr "Deze velden kunnen geen HTML bevatten."
|
252 |
|
253 |
+
#: php/qmn_options_certificate_tab.php:107
|
254 |
+
#: php/qmn_options_certificate_tab.php:163
|
255 |
msgid "Save Certificate Options"
|
256 |
msgstr "Bewaar certificaat opties"
|
257 |
|
258 |
+
#: php/qmn_options_certificate_tab.php:115
|
259 |
msgid "Enable Certificates For This Quiz?"
|
260 |
msgstr "Certificaat toestaan voor deze quiz?"
|
261 |
|
262 |
+
#: php/qmn_options_certificate_tab.php:117 php/qmn_options_email_tab.php:381
|
263 |
+
#: php/qmn_options_email_tab.php:388 php/qmn_options_option_tab.php:178
|
264 |
+
#: php/qmn_options_option_tab.php:239 php/qmn_options_option_tab.php:246
|
265 |
+
#: php/qmn_options_option_tab.php:254 php/qmn_options_option_tab.php:262
|
266 |
+
#: php/qmn_options_option_tab.php:270 php/qmn_options_option_tab.php:278
|
267 |
+
#: php/qmn_options_option_tab.php:285 php/qmn_options_option_tab.php:292
|
268 |
+
#: php/qmn_options_option_tab.php:299 php/qmn_options_option_tab.php:306
|
269 |
+
#: php/qmn_options_questions_tab.php:699
|
270 |
+
#: php/qmn_options_results_page_tab.php:282
|
271 |
msgid "Yes"
|
272 |
msgstr "Ja"
|
273 |
|
274 |
+
#: php/qmn_options_certificate_tab.php:118 php/qmn_options_email_tab.php:382
|
275 |
+
#: php/qmn_options_email_tab.php:389 php/qmn_options_option_tab.php:179
|
276 |
+
#: php/qmn_options_option_tab.php:226 php/qmn_options_option_tab.php:240
|
277 |
+
#: php/qmn_options_option_tab.php:248 php/qmn_options_option_tab.php:256
|
278 |
+
#: php/qmn_options_option_tab.php:264 php/qmn_options_option_tab.php:272
|
279 |
+
#: php/qmn_options_option_tab.php:279 php/qmn_options_option_tab.php:286
|
280 |
+
#: php/qmn_options_option_tab.php:293 php/qmn_options_option_tab.php:300
|
281 |
+
#: php/qmn_options_option_tab.php:307 php/qmn_options_questions_tab.php:700
|
282 |
+
#: php/qmn_options_results_page_tab.php:282
|
283 |
msgid "No"
|
284 |
msgstr "Nee"
|
285 |
|
286 |
+
#: php/qmn_options_certificate_tab.php:123
|
287 |
msgid "Certificate Title"
|
288 |
msgstr "Certificaat titel"
|
289 |
|
290 |
+
#: php/qmn_options_certificate_tab.php:130
|
291 |
msgid "Message Displayed On Certificate"
|
292 |
msgstr "Bericht dat op certificaat staat"
|
293 |
|
294 |
+
#: php/qmn_options_certificate_tab.php:132
|
295 |
+
#: php/qmn_options_leaderboard_tab.php:122 php/qmn_options_text_tab.php:254
|
296 |
+
#: php/qmn_options_text_tab.php:264 php/qmn_options_text_tab.php:274
|
297 |
+
#: php/qmn_options_text_tab.php:284 php/qmn_options_text_tab.php:294
|
298 |
+
#: php/qmn_options_text_tab.php:304 php/qmn_options_text_tab.php:314
|
299 |
+
#: php/qmn_options_text_tab.php:324 php/qmn_options_text_tab.php:337
|
300 |
+
#: php/qmn_options_text_tab.php:354
|
301 |
msgid "Allowed Variables:"
|
302 |
msgstr "Toegestane variabelen:"
|
303 |
|
304 |
+
#: php/qmn_options_certificate_tab.php:150
|
305 |
msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
|
306 |
msgstr "URL naar logo (moet JPG, JPEG, PNG of GIF zijn)"
|
307 |
|
308 |
+
#: php/qmn_options_certificate_tab.php:157
|
309 |
msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
|
310 |
msgstr "URL naar achtergrond Img (moet JPG, JPEG, PNG of GIF zijn)"
|
311 |
|
313 |
msgid "Emails"
|
314 |
msgstr "Emails"
|
315 |
|
316 |
+
#: php/qmn_options_email_tab.php:55 php/qmn_options_email_tab.php:123
|
317 |
msgid "The email has been added successfully."
|
318 |
msgstr "De email is succesvol toegevoegd"
|
319 |
|
320 |
+
#: php/qmn_options_email_tab.php:196
|
321 |
msgid "The email has been updated successfully."
|
322 |
msgstr "De email is succesvol bijgewerkt"
|
323 |
|
324 |
+
#: php/qmn_options_email_tab.php:285 php/qmn_options_leaderboard_tab.php:80
|
325 |
+
#: php/qmn_options_results_page_tab.php:166 php/qmn_options_text_tab.php:161
|
326 |
msgid "Template Variables"
|
327 |
msgstr "Template variabelen"
|
328 |
|
329 |
+
#: php/qmn_options_email_tab.php:288 php/qmn_options_results_page_tab.php:169
|
330 |
+
#: php/qmn_options_text_tab.php:164
|
331 |
msgid "Score for the quiz when using points"
|
332 |
msgstr "Score voor de quiz bij gebruik van punten"
|
333 |
|
334 |
+
#: php/qmn_options_email_tab.php:291 php/qmn_options_results_page_tab.php:172
|
335 |
+
#: php/qmn_options_text_tab.php:167
|
336 |
msgid "The average amount of points user had per question"
|
337 |
msgstr "Het gemiddelde aantal punten per vraag dat de gebruiker had"
|
338 |
|
339 |
+
#: php/qmn_options_email_tab.php:294 php/qmn_options_results_page_tab.php:175
|
340 |
+
#: php/qmn_options_text_tab.php:170
|
341 |
msgid "The number of correct answers the user had"
|
342 |
msgstr "Het aantal correcte antwoorden dat de gebruiker had"
|
343 |
|
344 |
+
#: php/qmn_options_email_tab.php:297 php/qmn_options_results_page_tab.php:178
|
345 |
+
#: php/qmn_options_text_tab.php:173
|
346 |
msgid "The total number of questions in the quiz"
|
347 |
msgstr "Het totaal aantal vragen in de quiz"
|
348 |
|
349 |
+
#: php/qmn_options_email_tab.php:300 php/qmn_options_results_page_tab.php:181
|
350 |
+
#: php/qmn_options_text_tab.php:176
|
351 |
msgid "Score for the quiz when using correct answers"
|
352 |
msgstr "Score voor de quiz bij gebruik van goede antwoorden"
|
353 |
|
354 |
+
#: php/qmn_options_email_tab.php:303 php/qmn_options_results_page_tab.php:184
|
355 |
+
#: php/qmn_options_text_tab.php:179
|
356 |
msgid "The name the user entered before the quiz"
|
357 |
msgstr "De naam die de gebruiker invoerde voor aanvang van de quiz"
|
358 |
|
359 |
+
#: php/qmn_options_email_tab.php:306 php/qmn_options_results_page_tab.php:187
|
360 |
+
#: php/qmn_options_text_tab.php:182
|
361 |
msgid "The business the user entered before the quiz"
|
362 |
msgstr "Het bedrijf dat de gebruiker invoerde voor aanvang van de quiz"
|
363 |
|
364 |
+
#: php/qmn_options_email_tab.php:309 php/qmn_options_results_page_tab.php:190
|
365 |
+
#: php/qmn_options_text_tab.php:185
|
366 |
msgid "The phone number the user entered before the quiz"
|
367 |
msgstr "Het telefoonnummer dat de gebruiker invoerde voor aanvang van de quiz"
|
368 |
|
369 |
+
#: php/qmn_options_email_tab.php:312 php/qmn_options_results_page_tab.php:193
|
370 |
+
#: php/qmn_options_text_tab.php:188
|
371 |
msgid "The email the user entered before the quiz"
|
372 |
msgstr "De email die de gebruiker invoerde voor aanvang van de quiz"
|
373 |
|
374 |
+
#: php/qmn_options_email_tab.php:315 php/qmn_options_leaderboard_tab.php:108
|
375 |
+
#: php/qmn_options_results_page_tab.php:196 php/qmn_options_text_tab.php:191
|
376 |
msgid "The name of the quiz"
|
377 |
msgstr "De naam van de quiz"
|
378 |
|
379 |
+
#: php/qmn_options_email_tab.php:318 php/qmn_options_results_page_tab.php:199
|
380 |
+
#: php/qmn_options_text_tab.php:194
|
381 |
msgid ""
|
382 |
"Shows the question, the answer the user provided, and the correct answer"
|
383 |
msgstr ""
|
384 |
"Laat de vragen zien, de gegeven antwoorden van de gebruiker en het juste "
|
385 |
"antwoord"
|
386 |
|
387 |
+
#: php/qmn_options_email_tab.php:321 php/qmn_options_results_page_tab.php:202
|
388 |
+
#: php/qmn_options_text_tab.php:197
|
389 |
msgid "The comments the user entered into comment box if enabled"
|
390 |
msgstr ""
|
391 |
"De opmerkingen die de gebruiker invoerde in de opmerkingenbox, indien "
|
392 |
"ingeschakeld"
|
393 |
|
394 |
+
#: php/qmn_options_email_tab.php:324 php/qmn_options_text_tab.php:200
|
395 |
msgid "The amount of time user spent on quiz in seconds"
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: php/qmn_options_email_tab.php:327 php/qmn_options_text_tab.php:203
|
399 |
msgid "The amount of time user spent on quiz in minutes"
|
400 |
msgstr ""
|
401 |
|
402 |
+
#: php/qmn_options_email_tab.php:330 php/qmn_options_results_page_tab.php:211
|
403 |
+
#: php/qmn_options_text_tab.php:206
|
404 |
msgid "The link to the certificate after completing the quiz"
|
405 |
msgstr "De link naar het certificaat na voltooiing van de quiz"
|
406 |
|
407 |
+
#: php/qmn_options_email_tab.php:333 php/qmn_options_results_page_tab.php:214
|
408 |
+
#: php/qmn_options_text_tab.php:209
|
409 |
msgid "The amount of points a specific category earned."
|
410 |
msgstr "De hoeveelheid punten verdiend in een specifieke categorie."
|
411 |
|
412 |
+
#: php/qmn_options_email_tab.php:336 php/qmn_options_results_page_tab.php:217
|
413 |
+
#: php/qmn_options_text_tab.php:212
|
414 |
msgid "The score a specific category earned."
|
415 |
msgstr "De score verdiend in een specifieke categorie."
|
416 |
|
417 |
+
#: php/qmn_options_email_tab.php:339 php/qmn_options_results_page_tab.php:220
|
418 |
+
#: php/qmn_options_text_tab.php:215
|
419 |
msgid "The average points from all categories."
|
420 |
msgstr "De gemiddelde punten van alle categorieën."
|
421 |
|
422 |
+
#: php/qmn_options_email_tab.php:342 php/qmn_options_results_page_tab.php:223
|
423 |
+
#: php/qmn_options_text_tab.php:218
|
424 |
msgid "The average score from all categories."
|
425 |
msgstr "De gemiddelde score van alle categorieën."
|
426 |
|
427 |
+
#: php/qmn_options_email_tab.php:345 php/qmn_options_text_tab.php:221
|
428 |
msgid "The question that the user answered"
|
429 |
msgstr "De vraag die de gebruiker beantwoordde"
|
430 |
|
431 |
+
#: php/qmn_options_email_tab.php:348 php/qmn_options_text_tab.php:224
|
432 |
msgid "The answer the user gave for the question"
|
433 |
msgstr "Het antwoord van de gebruiker op de vraag"
|
434 |
|
435 |
+
#: php/qmn_options_email_tab.php:351 php/qmn_options_text_tab.php:227
|
436 |
msgid "The correct answer for the question"
|
437 |
msgstr "Het juiste antwoord op de vraag"
|
438 |
|
439 |
+
#: php/qmn_options_email_tab.php:354 php/qmn_options_text_tab.php:230
|
440 |
msgid "The comments the user provided in the comment field for the question"
|
441 |
msgstr ""
|
442 |
"De opmerkingen geplaatst door de gebruiker in het opmerkingenveld van de "
|
443 |
"vraag."
|
444 |
|
445 |
+
#: php/qmn_options_email_tab.php:357 php/qmn_options_text_tab.php:233
|
446 |
msgid "Reason why the correct answer is the correct answer"
|
447 |
msgstr "Reden waarom het juiste antwoord het juiste antwoord is"
|
448 |
|
449 |
+
#: php/qmn_options_email_tab.php:360 php/qmn_options_text_tab.php:236
|
450 |
msgid "The Current Date"
|
451 |
msgstr "De huidige datum"
|
452 |
|
453 |
+
#: php/qmn_options_email_tab.php:375 php/qmn_options_email_tab.php:574
|
454 |
msgid "Save Email Templates And Settings"
|
455 |
msgstr "Bewaar email templates en instellingen"
|
456 |
|
457 |
+
#: php/qmn_options_email_tab.php:379
|
458 |
msgid "Send user email upon completion?"
|
459 |
msgstr "Stuur de gebruiker een email na voltooiing van de quiz?"
|
460 |
|
461 |
+
#: php/qmn_options_email_tab.php:386
|
462 |
msgid "Send admin email upon completion?"
|
463 |
msgstr "Stuur admin email na voltooiing?"
|
464 |
|
465 |
+
#: php/qmn_options_email_tab.php:393
|
466 |
msgid ""
|
467 |
"What emails should we send the admin email to? Separate emails with a comma."
|
468 |
msgstr ""
|
469 |
"Wat voor emails moeten we naar de admin email sturen? Aparte emails met een "
|
470 |
"komma."
|
471 |
|
472 |
+
#: php/qmn_options_email_tab.php:397
|
473 |
msgid "What is the From Name for the email sent to users and admin?"
|
474 |
msgstr ""
|
475 |
"Wat is de Van naam voor de email die naar gebruikers en de admin wordt "
|
476 |
"gestuurd?"
|
477 |
|
478 |
+
#: php/qmn_options_email_tab.php:403
|
479 |
msgid "Email Sent To User"
|
480 |
msgstr "Email naar gebruiker verstuurd"
|
481 |
|
482 |
+
#: php/qmn_options_email_tab.php:404 php/qmn_options_email_tab.php:482
|
483 |
msgid "Add New User Email"
|
484 |
msgstr "Voeg emailadres nieuwe gebruiker toe"
|
485 |
|
486 |
+
#: php/qmn_options_email_tab.php:409 php/qmn_options_email_tab.php:475
|
487 |
+
#: php/qmn_options_email_tab.php:496 php/qmn_options_email_tab.php:562
|
488 |
+
#: php/qmn_options_results_page_tab.php:241
|
489 |
+
#: php/qmn_options_results_page_tab.php:305
|
490 |
msgid "Score Greater Than Or Equal To"
|
491 |
msgstr "Score groter dan of gelijk aan"
|
492 |
|
493 |
+
#: php/qmn_options_email_tab.php:410 php/qmn_options_email_tab.php:476
|
494 |
+
#: php/qmn_options_email_tab.php:497 php/qmn_options_email_tab.php:563
|
495 |
+
#: php/qmn_options_results_page_tab.php:242
|
496 |
+
#: php/qmn_options_results_page_tab.php:306
|
497 |
msgid "Score Less Than Or Equal To"
|
498 |
msgstr "Score kleiner dan of gelijk aan"
|
499 |
|
500 |
+
#: php/qmn_options_email_tab.php:411 php/qmn_options_email_tab.php:477
|
501 |
+
#: php/qmn_options_email_tab.php:498 php/qmn_options_email_tab.php:564
|
502 |
msgid "Subject"
|
503 |
msgstr "Onderwerp"
|
504 |
|
505 |
+
#: php/qmn_options_email_tab.php:412 php/qmn_options_email_tab.php:478
|
506 |
+
#: php/qmn_options_email_tab.php:499 php/qmn_options_email_tab.php:565
|
507 |
msgid "Email To Send"
|
508 |
msgstr "Te versturen email"
|
509 |
|
510 |
+
#: php/qmn_options_email_tab.php:490
|
511 |
msgid "Email Sent To Admin"
|
512 |
msgstr "Email naar Admin verstuurd"
|
513 |
|
514 |
+
#: php/qmn_options_email_tab.php:491 php/qmn_options_email_tab.php:569
|
515 |
msgid "Add New Admin Email"
|
516 |
msgstr "Voeg nieuwe Admin email toe"
|
517 |
|
519 |
msgid "Leaderboard"
|
520 |
msgstr "Klassement"
|
521 |
|
522 |
+
#: php/qmn_options_leaderboard_tab.php:49
|
523 |
msgid "The leaderboards has been updated successfully."
|
524 |
msgstr "De klassementen zijn succesvol bijgewerkt"
|
525 |
|
526 |
+
#: php/qmn_options_leaderboard_tab.php:83
|
527 |
msgid "The name of the user who is in first place"
|
528 |
msgstr "De naam van de gebruiker die eerste is"
|
529 |
|
530 |
+
#: php/qmn_options_leaderboard_tab.php:84
|
531 |
msgid "The score from the first place's quiz"
|
532 |
msgstr "De score van de eerste plaats van de quiz"
|
533 |
|
534 |
+
#: php/qmn_options_leaderboard_tab.php:88
|
535 |
msgid "The name of the user who is in second place"
|
536 |
msgstr "De score van de gebruiker die tweede is"
|
537 |
|
538 |
+
#: php/qmn_options_leaderboard_tab.php:89
|
539 |
msgid "The score from the second place's quiz"
|
540 |
msgstr "De score van de tweede plaats in de quiz"
|
541 |
|
542 |
+
#: php/qmn_options_leaderboard_tab.php:93
|
543 |
msgid "The name of the user who is in third place"
|
544 |
msgstr "De naam van de gebruiker die derde is"
|
545 |
|
546 |
+
#: php/qmn_options_leaderboard_tab.php:94
|
547 |
msgid "The score from the third place's quiz"
|
548 |
msgstr "De score van de derde plaats in de quiz"
|
549 |
|
550 |
+
#: php/qmn_options_leaderboard_tab.php:98
|
551 |
msgid "The name of the user who is in fourth place"
|
552 |
msgstr "De naam van de gebruiker die vierde is"
|
553 |
|
554 |
+
#: php/qmn_options_leaderboard_tab.php:99
|
555 |
msgid "The score from the fourth place's quiz"
|
556 |
msgstr "De score van de vierde plaats in de quiz"
|
557 |
|
558 |
+
#: php/qmn_options_leaderboard_tab.php:103
|
559 |
msgid "The name of the user who is in fifth place"
|
560 |
msgstr "De naam van de gebruiker die vijfde is"
|
561 |
|
562 |
+
#: php/qmn_options_leaderboard_tab.php:104
|
563 |
msgid "The score from the fifth place's quiz"
|
564 |
msgstr "De score van de vijfde plaats in de quiz"
|
565 |
|
566 |
+
#: php/qmn_options_leaderboard_tab.php:111
|
567 |
+
#: php/qmn_options_leaderboard_tab.php:139
|
568 |
msgid "Save Leaderboard Options"
|
569 |
msgstr "Klassement opties bewaren"
|
570 |
|
571 |
+
#: php/qmn_options_leaderboard_tab.php:120
|
572 |
msgid "Leaderboard Template"
|
573 |
msgstr "Klassement template"
|
574 |
|
576 |
msgid "Options"
|
577 |
msgstr "Opties"
|
578 |
|
579 |
+
#: php/qmn_options_option_tab.php:110
|
580 |
msgid "The options has been updated successfully."
|
581 |
msgstr "De opties zijn succesvol bijgewerkt."
|
582 |
|
583 |
+
#: php/qmn_options_option_tab.php:160 php/qmn_options_option_tab.php:311
|
584 |
msgid "Save Options"
|
585 |
msgstr "Opties bewaren"
|
586 |
|
587 |
+
#: php/qmn_options_option_tab.php:168
|
588 |
msgid "Which system is this quiz graded on?"
|
589 |
msgstr "Volgens welk systeem is deze quiz ingedeeld?"
|
590 |
|
591 |
+
#: php/qmn_options_option_tab.php:170
|
592 |
msgid "Correct/Incorrect"
|
593 |
msgstr "Goed/Fout"
|
594 |
|
595 |
+
#: php/qmn_options_option_tab.php:171
|
596 |
msgid "Points"
|
597 |
msgstr "Punten"
|
598 |
|
599 |
+
#: php/qmn_options_option_tab.php:172 php/qmn_results.php:316
|
600 |
msgid "Not Graded"
|
601 |
msgstr "Niet ingedeeld"
|
602 |
|
603 |
+
#: php/qmn_options_option_tab.php:176
|
604 |
msgid "Should the user be required to be logged in to take this quiz?"
|
605 |
msgstr "Moet de gebruiker verplicht inloggen om een quiz te kunnen spelen?"
|
606 |
|
607 |
+
#: php/qmn_options_option_tab.php:183
|
608 |
msgid ""
|
609 |
"How many questions per page would you like? (Leave 0 for all questions on "
|
610 |
"one page)"
|
611 |
msgstr ""
|
612 |
"Hoeveel vragen per pagina wil je? (Laat 0 voor alle vragen op één pagina)"
|
613 |
|
614 |
+
#: php/qmn_options_option_tab.php:189
|
615 |
msgid ""
|
616 |
"How many minutes does the user have to finish the quiz? (Leave 0 for no time "
|
617 |
"limit)"
|
619 |
"Hoeveel minuten krijgt de gebruiker om de quiz te doen? (Laat 0 voor geen "
|
620 |
"tijdslimiet)"
|
621 |
|
622 |
+
#: php/qmn_options_option_tab.php:195
|
623 |
msgid ""
|
624 |
"How many times can a user take this quiz? (Leave 0 for as many times as the "
|
625 |
"user wants to. Currently only works for registered users)"
|
627 |
"Hoe vaak kan een gebruiker een quiz doen? (Laat 0 voor ongelimiteerd. Dit "
|
628 |
"werkt momenteel alleen voor geregistreerde gebruikers)"
|
629 |
|
630 |
+
#: php/qmn_options_option_tab.php:201
|
631 |
msgid ""
|
632 |
"How many total entries can this quiz have? (Leave 0 for unlimited entries"
|
633 |
msgstr ""
|
634 |
"Hoeveel inzendingen kan deze quiz hebben? (Laat 0 voor een ongelimiteerd "
|
635 |
"aantal inzendingen)"
|
636 |
|
637 |
+
#: php/qmn_options_option_tab.php:207
|
638 |
msgid ""
|
639 |
"How many questions should be loaded for quiz? (Leave 0 to load all questions)"
|
640 |
msgstr ""
|
641 |
"Hoeveel vragen moeten er geladen worden voor deze quiz? (Laat 0 om alle "
|
642 |
"vragen te laden)"
|
643 |
|
644 |
+
#: php/qmn_options_option_tab.php:213
|
645 |
msgid ""
|
646 |
"What time-frame should the user be able to access the quiz? (Leave blank if "
|
647 |
"the user can access anytime)"
|
649 |
"Binnen welke termijn moet de gebruiker toegang kunnen hebben tot de quiz? "
|
650 |
"(Laat blanco voor ongelimiteerde toegang)"
|
651 |
|
652 |
+
#: php/qmn_options_option_tab.php:215
|
653 |
msgid "start date"
|
654 |
msgstr "start datum"
|
655 |
|
656 |
+
#: php/qmn_options_option_tab.php:218
|
657 |
msgid "end date"
|
658 |
msgstr "eind datum"
|
659 |
|
660 |
+
#: php/qmn_options_option_tab.php:222
|
661 |
msgid ""
|
662 |
"Are the questions random? (Question Order will not apply if this is yes)"
|
663 |
msgstr ""
|
664 |
"Zijn de vragen willekeurig? (de volgorde van de vragen zal niet worden "
|
665 |
"toegepast indien ja)"
|
666 |
|
667 |
+
#: php/qmn_options_option_tab.php:224
|
668 |
msgid "Random Questions"
|
669 |
msgstr "Willekeurige vragen"
|
670 |
|
671 |
+
#: php/qmn_options_option_tab.php:225
|
672 |
msgid "Random Questions And Answers"
|
673 |
msgstr "Willekeurige vragen en antwoorden"
|
674 |
|
675 |
+
#: php/qmn_options_option_tab.php:230
|
676 |
msgid ""
|
677 |
"Would you like to ask for the contact information at the beginning or at the "
|
678 |
"end of the quiz?"
|
680 |
"Wil je de contactinformatie aan het begin van de quiz of aan het eind van de "
|
681 |
"quiz vragen?"
|
682 |
|
683 |
+
#: php/qmn_options_option_tab.php:232
|
684 |
msgid "Beginning"
|
685 |
msgstr "Begin"
|
686 |
|
687 |
+
#: php/qmn_options_option_tab.php:233
|
688 |
msgid "End"
|
689 |
msgstr "Einde"
|
690 |
|
691 |
+
#: php/qmn_options_option_tab.php:237
|
692 |
msgid ""
|
693 |
"If a logged-in user takes the quiz, would you like them to be able to edit "
|
694 |
"contact information? If set to no, the fields will not show up for logged in "
|
698 |
"nee staat dan zullen de bijbehorende velden niet zichtbaar zijn voor "
|
699 |
"ingelogde gebruikers echter de gebruikersinformatie zal worden bewaard."
|
700 |
|
701 |
+
#: php/qmn_options_option_tab.php:244
|
702 |
msgid "Should we ask for users name?"
|
703 |
msgstr "Moeten we om de naam van de gebruiker vragen?"
|
704 |
|
705 |
+
#: php/qmn_options_option_tab.php:247 php/qmn_options_option_tab.php:255
|
706 |
+
#: php/qmn_options_option_tab.php:263 php/qmn_options_option_tab.php:271
|
707 |
msgid "Require"
|
708 |
msgstr "Vereist"
|
709 |
|
710 |
+
#: php/qmn_options_option_tab.php:252
|
711 |
msgid "Should we ask for users business?"
|
712 |
msgstr "Moeten we vragen om het bedrijf van de gebruiker?"
|
713 |
|
714 |
+
#: php/qmn_options_option_tab.php:260
|
715 |
msgid "Should we ask for users email?"
|
716 |
msgstr "Moeten we om het emailadres van de gebruiker vragen?"
|
717 |
|
718 |
+
#: php/qmn_options_option_tab.php:268
|
719 |
msgid "Should we ask for users phone number?"
|
720 |
msgstr "Moeten we om het telefoonnummer van de gebruiker vragen?"
|
721 |
|
722 |
+
#: php/qmn_options_option_tab.php:276
|
723 |
msgid "Would you like a place for the user to enter comments?"
|
724 |
msgstr "Wil je een plek voor de gebruiker om opmerkingen te plaatsen?"
|
725 |
|
726 |
+
#: php/qmn_options_option_tab.php:283
|
727 |
msgid "Show question number on quiz?"
|
728 |
msgstr "Laat het nummer van de vraag zien in de quiz?"
|
729 |
|
730 |
+
#: php/qmn_options_option_tab.php:290
|
731 |
msgid "Show social media sharing buttons? (Twitter & Facebook)"
|
732 |
msgstr "Laat social media knoppen zien (Twitter & Facebook)?"
|
733 |
|
734 |
+
#: php/qmn_options_option_tab.php:290
|
735 |
msgid ""
|
736 |
"This option is for here only for users of older versions. Please use the new "
|
737 |
"template variables %FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages "
|
741 |
"nieuwe template variabelen %FACEBOOK_SHARE% %TWITTER_SHARE% op je "
|
742 |
"resultatenpagina in plaats van deze optie te gebruiken!"
|
743 |
|
744 |
+
#: php/qmn_options_option_tab.php:297
|
745 |
msgid ""
|
746 |
"Disable question once user selects answer? (Currently only work on multiple "
|
747 |
"choice)"
|
748 |
msgstr ""
|
749 |
|
750 |
+
#: php/qmn_options_option_tab.php:304
|
751 |
msgid ""
|
752 |
"Dynamically add class for incorrect/correct answer after user selects "
|
753 |
"answer? (Currently only works on multiple choice)"
|
765 |
msgid "Answer"
|
766 |
msgstr "Antwoord"
|
767 |
|
768 |
+
#: php/qmn_options_questions_tab.php:62
|
769 |
+
msgid "The question order has been updated successfully."
|
770 |
+
msgstr ""
|
771 |
+
|
772 |
+
#: php/qmn_options_questions_tab.php:167
|
773 |
msgid "The question has been updated successfully."
|
774 |
msgstr "De vraag is succesvol bijgewerkt."
|
775 |
|
776 |
+
#: php/qmn_options_questions_tab.php:212
|
777 |
msgid "The question has been deleted successfully."
|
778 |
msgstr "De vraag is succesvol verwijderd."
|
779 |
|
780 |
+
#: php/qmn_options_questions_tab.php:304
|
781 |
msgid "The question has been duplicated successfully."
|
782 |
msgstr "De vraag is succesvol gedupliceerd."
|
783 |
|
784 |
+
#: php/qmn_options_questions_tab.php:401
|
785 |
msgid "The question has been created successfully."
|
786 |
msgstr "De vraag is succesvol gemaakt."
|
787 |
|
788 |
+
#: php/qmn_options_questions_tab.php:536
|
789 |
msgid "Add Question"
|
790 |
msgstr "Vraag toevoegen"
|
791 |
|
792 |
+
#: php/qmn_options_questions_tab.php:537
|
793 |
+
msgid "Save Question Order"
|
794 |
+
msgstr ""
|
795 |
+
|
796 |
+
#: php/qmn_options_questions_tab.php:550
|
797 |
#, php-format
|
798 |
msgid "One question"
|
799 |
msgid_plural "%s questions"
|
800 |
msgstr[0] "Een vraag"
|
801 |
msgstr[1] "%s vragen"
|
802 |
|
803 |
+
#: php/qmn_options_questions_tab.php:556 php/qmn_options_questions_tab.php:564
|
804 |
+
#: php/qmn_options_questions_tab.php:692
|
805 |
msgid "Question Order"
|
806 |
msgstr "Vraag volgorde"
|
807 |
|
808 |
+
#: php/qmn_options_questions_tab.php:557 php/qmn_options_questions_tab.php:565
|
809 |
+
#: php/qmn_options_questions_tab.php:642
|
810 |
msgid "Question Type"
|
811 |
msgstr "Vraag type"
|
812 |
|
813 |
+
#: php/qmn_options_questions_tab.php:558 php/qmn_options_questions_tab.php:566
|
814 |
+
#: php/qmn_options_questions_tab.php:705
|
815 |
msgid "Category"
|
816 |
msgstr "Categorie"
|
817 |
|
818 |
+
#: php/qmn_options_questions_tab.php:559 php/qmn_options_questions_tab.php:567
|
819 |
msgid "Question"
|
820 |
msgstr "Vraag"
|
821 |
|
822 |
+
#: php/qmn_options_questions_tab.php:660
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
823 |
msgid "Answers"
|
824 |
msgstr "Antwoorden"
|
825 |
|
826 |
+
#: php/qmn_options_questions_tab.php:661
|
827 |
msgid "Points Worth"
|
828 |
msgstr "Punten waard"
|
829 |
|
830 |
+
#: php/qmn_options_questions_tab.php:662
|
831 |
msgid "Correct Answer"
|
832 |
msgstr "Goed antwoord"
|
833 |
|
834 |
+
#: php/qmn_options_questions_tab.php:667
|
835 |
msgid "Add New Answer!"
|
836 |
msgstr "Voeg nieuw antwoord toe!"
|
837 |
|
838 |
+
#: php/qmn_options_questions_tab.php:673
|
839 |
msgid "Correct Answer Info"
|
840 |
msgstr "Juiste antwoord informatie"
|
841 |
|
842 |
+
#: php/qmn_options_questions_tab.php:678 php/qmn_quiz.php:493
|
843 |
msgid "Hint"
|
844 |
msgstr "Aanwijzing"
|
845 |
|
846 |
+
#: php/qmn_options_questions_tab.php:683
|
847 |
msgid "Comment Field"
|
848 |
msgstr "Opmerkingenveld"
|
849 |
|
850 |
+
#: php/qmn_options_questions_tab.php:685
|
851 |
msgid "Small Text Field"
|
852 |
msgstr "Klein tekstveld"
|
853 |
|
854 |
+
#: php/qmn_options_questions_tab.php:686
|
855 |
msgid "Large Text Field"
|
856 |
msgstr "Groot tekstveld"
|
857 |
|
858 |
+
#: php/qmn_options_questions_tab.php:687
|
859 |
msgid "None"
|
860 |
msgstr "Geen"
|
861 |
|
862 |
+
#: php/qmn_options_questions_tab.php:697
|
863 |
msgid "Required?"
|
864 |
msgstr "Vereist?"
|
865 |
|
866 |
+
#: php/qmn_options_questions_tab.php:728
|
867 |
msgid "Create Question"
|
868 |
msgstr "Maak vraag"
|
869 |
|
870 |
+
#: php/qmn_options_questions_tab.php:733
|
871 |
msgid "Are you sure you want to delete this question?"
|
872 |
msgstr "Weet je zeker dat je deze vraag wil verwijderen?"
|
873 |
|
874 |
+
#: php/qmn_options_questions_tab.php:738
|
875 |
msgid "Delete Question"
|
876 |
msgstr "Verwijder vraag"
|
877 |
|
878 |
+
#: php/qmn_options_questions_tab.php:743
|
879 |
msgid "Are you sure you want to duplicate this question?"
|
880 |
msgstr "Weet je zeker dat je deze vraag wil dupliceren?"
|
881 |
|
882 |
+
#: php/qmn_options_questions_tab.php:748
|
883 |
msgid "Duplicate Question"
|
884 |
msgstr "Dupliceer vraag"
|
885 |
|
891 |
msgid "The results page has been added successfully."
|
892 |
msgstr "De resultaten pagina is succesvol toegevoegd."
|
893 |
|
894 |
+
#: php/qmn_options_results_page_tab.php:104
|
895 |
msgid "The results page has been saved successfully."
|
896 |
msgstr "De resultaten pagina is succesvol opgeslagen."
|
897 |
|
898 |
+
#: php/qmn_options_results_page_tab.php:205
|
899 |
msgid "The amount of time user spent taking quiz in minutes"
|
900 |
msgstr ""
|
901 |
|
902 |
+
#: php/qmn_options_results_page_tab.php:208
|
903 |
msgid "The amount of time user spent taking quiz in seconds"
|
904 |
msgstr ""
|
905 |
|
906 |
+
#: php/qmn_options_results_page_tab.php:226
|
907 |
msgid "Displays button to share on Facebook."
|
908 |
msgstr "Geeft knop om op facebook te delen."
|
909 |
|
910 |
+
#: php/qmn_options_results_page_tab.php:229
|
911 |
msgid "Displays button to share on Twitter."
|
912 |
msgstr "Geeft knop om op Twitter te delen."
|
913 |
|
914 |
+
#: php/qmn_options_results_page_tab.php:234
|
915 |
+
#: php/qmn_options_results_page_tab.php:315
|
916 |
msgid "Save Results Pages"
|
917 |
msgstr "Bewaar resultaten pagina's"
|
918 |
|
919 |
+
#: php/qmn_options_results_page_tab.php:235
|
920 |
+
#: php/qmn_options_results_page_tab.php:320
|
921 |
msgid "Add New Results Page"
|
922 |
msgstr "Voeg nieuwe resultaten pagina toe"
|
923 |
|
924 |
+
#: php/qmn_options_results_page_tab.php:243
|
925 |
+
#: php/qmn_options_results_page_tab.php:307
|
926 |
msgid "Results Page Shown"
|
927 |
msgstr "De resultaten pagina wordt getoond"
|
928 |
|
929 |
+
#: php/qmn_options_results_page_tab.php:244
|
930 |
+
#: php/qmn_options_results_page_tab.php:308
|
931 |
msgid "Redirect URL (Beta)"
|
932 |
msgstr "Redirect URL (Beta)"
|
933 |
|
934 |
+
#: php/qmn_options_results_page_tab.php:282 php/qmn_quiz_admin.php:283
|
935 |
msgid "Delete"
|
936 |
msgstr "Verwijder"
|
937 |
|
938 |
+
#: php/qmn_options_results_page_tab.php:282
|
939 |
msgid "Are you sure?"
|
940 |
msgstr "Weet je het zeker?"
|
941 |
|
947 |
msgid "The style has been saved successfully."
|
948 |
msgstr "De stijl is succesvol bewaard."
|
949 |
|
950 |
+
#: php/qmn_options_style_tab.php:88
|
951 |
msgid "Quiz Styles"
|
952 |
msgstr "Quiz stijlen"
|
953 |
|
954 |
+
#: php/qmn_options_style_tab.php:89
|
955 |
msgid "Choose your style:"
|
956 |
msgstr "Kies je stijl:"
|
957 |
|
958 |
+
#: php/qmn_options_style_tab.php:118
|
959 |
msgid "Custom"
|
960 |
msgstr "Aangepast"
|
961 |
|
962 |
+
#: php/qmn_options_style_tab.php:123 php/qmn_options_style_tab.php:135
|
963 |
msgid "Save Quiz Style"
|
964 |
msgstr "Bewaar quiz stijl"
|
965 |
|
966 |
+
#: php/qmn_options_style_tab.php:125
|
967 |
msgid "Custom Style CSS"
|
968 |
msgstr "Eigen stijl CSS"
|
969 |
|
970 |
+
#: php/qmn_options_style_tab.php:126
|
971 |
msgid ""
|
972 |
"For detailed help and guidance along with a list of different classes used "
|
973 |
"in this plugin, please visit the following link:"
|
979 |
msgid "Text"
|
980 |
msgstr "Tekst"
|
981 |
|
982 |
+
#: php/qmn_options_text_tab.php:102
|
983 |
msgid "The templates has been updated successfully."
|
984 |
msgstr "De templates zijn succesvol opgeslagen."
|
985 |
|
986 |
+
#: php/qmn_options_text_tab.php:142 php/qmn_quiz.php:1262
|
987 |
msgid "Previous"
|
988 |
msgstr "Vorige"
|
989 |
|
990 |
+
#: php/qmn_options_text_tab.php:242 php/qmn_options_text_tab.php:402
|
991 |
msgid "Save Templates"
|
992 |
msgstr "Bewaar teplates"
|
993 |
|
994 |
+
#: php/qmn_options_text_tab.php:248
|
995 |
msgid "Message Templates"
|
996 |
msgstr "Bericht templates"
|
997 |
|
998 |
+
#: php/qmn_options_text_tab.php:252
|
999 |
msgid "Message Displayed Before Quiz"
|
1000 |
msgstr "Bericht getoond voor aanvang quiz"
|
1001 |
|
1002 |
+
#: php/qmn_options_text_tab.php:262
|
1003 |
msgid "Message Displayed Before Comments Box If Enabled"
|
1004 |
msgstr "Bericht getoond voor opmerkingen box indien ingeschakeld"
|
1005 |
|
1006 |
+
#: php/qmn_options_text_tab.php:272
|
1007 |
msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
|
1008 |
msgstr ""
|
1009 |
"Bericht getoond aan het einde van de quiz (Laat leeg om de tekst sectie weg "
|
1010 |
"te laten)"
|
1011 |
|
1012 |
+
#: php/qmn_options_text_tab.php:282
|
1013 |
msgid "Message Displayed If User Has Tried Quiz Too Many Times"
|
1014 |
msgstr ""
|
1015 |
"Bericht getoond indien de gebruiker de quiz te vaak heeft proberen te maken"
|
1016 |
|
1017 |
+
#: php/qmn_options_text_tab.php:292
|
1018 |
msgid ""
|
1019 |
"Message Displayed If User Is Not Logged In And Quiz Requires Users To Be "
|
1020 |
"Logged In"
|
1022 |
"Bericht getoond indien de gebruiker niet is ingelogd en de quiz dit wel "
|
1023 |
"vereist"
|
1024 |
|
1025 |
+
#: php/qmn_options_text_tab.php:302
|
1026 |
msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
|
1027 |
msgstr "Bericht getoond indien de datum buiten het tijdspad is"
|
1028 |
|
1029 |
+
#: php/qmn_options_text_tab.php:312
|
1030 |
msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
|
1031 |
msgstr "Bericht getoond indien de grens van het aantal invoeren is bereikt"
|
1032 |
|
1033 |
+
#: php/qmn_options_text_tab.php:322
|
1034 |
msgid "%QUESTIONS_ANSWERS% Text"
|
1035 |
msgstr "%QUESTIONS_ANSWERS% Tekst"
|
1036 |
|
1037 |
+
#: php/qmn_options_text_tab.php:335
|
1038 |
msgid "Twitter Sharing Text"
|
1039 |
msgstr "Twitter Delen tekst"
|
1040 |
|
1041 |
+
#: php/qmn_options_text_tab.php:352
|
1042 |
msgid "Facebook Sharing Text"
|
1043 |
msgstr "Facebook Delen tekst"
|
1044 |
|
1045 |
+
#: php/qmn_options_text_tab.php:367
|
1046 |
msgid "Other Templates"
|
1047 |
msgstr "Andere templates"
|
1048 |
|
1049 |
+
#: php/qmn_options_text_tab.php:370
|
1050 |
msgid "Text for submit button"
|
1051 |
msgstr "Teskt voor verstuur knop"
|
1052 |
|
1053 |
+
#: php/qmn_options_text_tab.php:374
|
1054 |
msgid "Text for name field"
|
1055 |
msgstr "Tekst voor naam veld"
|
1056 |
|
1057 |
+
#: php/qmn_options_text_tab.php:378
|
1058 |
msgid "Text for business field"
|
1059 |
msgstr "Tekst voor bedrijfsveld"
|
1060 |
|
1061 |
+
#: php/qmn_options_text_tab.php:382
|
1062 |
msgid "Text for email field"
|
1063 |
msgstr "Tekst voor email veld"
|
1064 |
|
1065 |
+
#: php/qmn_options_text_tab.php:386
|
1066 |
msgid "Text for phone number field"
|
1067 |
msgstr "Tekst voor telefoonnummer veld"
|
1068 |
|
1069 |
+
#: php/qmn_options_text_tab.php:390
|
1070 |
msgid "Text for comments field"
|
1071 |
msgstr "Tekst voor opmerkingen veld"
|
1072 |
|
1073 |
+
#: php/qmn_options_text_tab.php:394
|
1074 |
msgid "Text for previous button"
|
1075 |
msgstr "Tekst voor vorige knop"
|
1076 |
|
1077 |
+
#: php/qmn_options_text_tab.php:398
|
1078 |
msgid "Text for next button"
|
1079 |
msgstr "Tekst voor volgende knop"
|
1080 |
|
1081 |
+
#: php/qmn_options_tools_tab.php:49
|
1082 |
msgid "The stats has been reset successfully."
|
1083 |
msgstr "De stats zijn succesvol gereset."
|
1084 |
|
1085 |
+
#: php/qmn_options_tools_tab.php:107
|
1086 |
msgid ""
|
1087 |
"Use this button to reset all the stats collected for this quiz (Quiz Views "
|
1088 |
"and Times Quiz Has Been Taken)."
|
1090 |
"Gebruik deze knop om alle stats van deze quiz te resetten (Quiz weergaves en "
|
1091 |
"keren dat de quiz is afgenomen)."
|
1092 |
|
1093 |
+
#: php/qmn_options_tools_tab.php:108
|
1094 |
msgid "Reset Quiz Views And Taken Stats"
|
1095 |
msgstr "Reset weergeven quiz en afgenomen quiz stats"
|
1096 |
|
1097 |
+
#: php/qmn_options_tools_tab.php:119
|
1098 |
msgid ""
|
1099 |
"Are you sure you want to reset the stats to 0? All views and taken stats for "
|
1100 |
"this quiz will be reset. This is permanent and cannot be undone."
|
1103 |
"afgenomen stats zullen gereset worden. Dit is permanent en kan niet ongedaan "
|
1104 |
"gemaakt worden."
|
1105 |
|
1106 |
+
#: php/qmn_options_tools_tab.php:123
|
1107 |
msgid "Reset All Stats For Quiz"
|
1108 |
msgstr "Reset alle stats voor deze quiz"
|
1109 |
|
1111 |
msgid "Multiple Choice"
|
1112 |
msgstr "Meerkeuze"
|
1113 |
|
1114 |
+
#: php/qmn_question_types.php:105
|
1115 |
msgid "Horizontal Multiple Choice"
|
1116 |
msgstr "Horizontale meerkeuze"
|
1117 |
|
1118 |
+
#: php/qmn_question_types.php:195
|
1119 |
msgid "Drop Down"
|
1120 |
msgstr "Vervolgkeuze"
|
1121 |
|
1122 |
+
#: php/qmn_question_types.php:282
|
1123 |
msgid "Small Open Answer"
|
1124 |
msgstr "Klein open antwoord"
|
1125 |
|
1126 |
+
#: php/qmn_question_types.php:353
|
1127 |
msgid "Multiple Response"
|
1128 |
msgstr "Meerdere antwoorden"
|
1129 |
|
1130 |
+
#: php/qmn_question_types.php:452
|
1131 |
msgid "Large Open Answer"
|
1132 |
msgstr "Groot open antwoord"
|
1133 |
|
1134 |
+
#: php/qmn_question_types.php:531
|
1135 |
msgid "Text Block"
|
1136 |
msgstr "Tekst blok"
|
1137 |
|
1138 |
+
#: php/qmn_question_types.php:566
|
1139 |
msgid "Number"
|
1140 |
msgstr "Nummer"
|
1141 |
|
1142 |
+
#: php/qmn_question_types.php:648
|
1143 |
msgid "Accept"
|
1144 |
msgstr "Accepteer"
|
1145 |
|
1146 |
+
#: php/qmn_question_types.php:692
|
1147 |
msgid "Captcha"
|
1148 |
msgstr "Captcha"
|
1149 |
|
1150 |
+
#: php/qmn_question_types.php:750
|
1151 |
msgid "Horizontal Multiple Response"
|
1152 |
msgstr "Horizontale meerdere antwoorden"
|
1153 |
|
1154 |
+
#: php/qmn_question_types.php:861
|
1155 |
+
msgid ""
|
1156 |
+
"For fill in the blank types, use %BLANK% to represent where to put the text "
|
1157 |
+
"box in your text."
|
1158 |
+
msgstr ""
|
1159 |
+
"Voor vul het lege veld in types, gebruik %BLANK% om aan te geven waar je in "
|
1160 |
+
"je tekst de tekstbox wil hebben."
|
1161 |
+
|
1162 |
+
#: php/qmn_question_types.php:865
|
1163 |
msgid "Fill In The Blank"
|
1164 |
msgstr "Vul het lege veld in"
|
1165 |
|
1166 |
+
#: php/qmn_quiz.php:187
|
1167 |
+
msgid "It appears that this quiz is not set up correctly"
|
1168 |
+
msgstr ""
|
1169 |
+
|
1170 |
+
#: php/qmn_quiz.php:376
|
1171 |
msgid "Not a valid e-mail address!"
|
1172 |
msgstr "Geen geldig email adres!"
|
1173 |
|
1174 |
+
#: php/qmn_quiz.php:377
|
1175 |
msgid "This field must be a number!"
|
1176 |
msgstr "Dit veld moet een getal zijn!"
|
1177 |
|
1178 |
+
#: php/qmn_quiz.php:378
|
1179 |
msgid "The entered text is not correct!"
|
1180 |
msgstr "De ingevoerde tekst is niet correct!"
|
1181 |
|
1182 |
+
#: php/qmn_quiz.php:379
|
1183 |
msgid "Please complete all required fields!"
|
1184 |
msgstr "Vul alle verplichte velden in!"
|
1185 |
|
1195 |
msgstr[1] "%s quizzen"
|
1196 |
|
1197 |
#: php/qmn_quiz_admin.php:259 php/qmn_quiz_admin.php:310
|
1198 |
+
#: php/qmn_quiz_admin.php:378 php/qmn_results.php:267
|
1199 |
msgid "Quiz Name"
|
1200 |
msgstr "Quiz naam"
|
1201 |
|
1271 |
msgid "Delete Quiz"
|
1272 |
msgstr "Verwijder quiz"
|
1273 |
|
1274 |
+
#: php/qmn_quiz_creator.php:294
|
1275 |
msgid ""
|
1276 |
"Your new quiz has been created successfully. To begin editing your quiz, "
|
1277 |
"click the Edit link on the new quiz."
|
1279 |
"Je nieuwe quiz is succesvol gemaakt. Klik op de Bewerken link in de nieuwe "
|
1280 |
"quiz om je quiz te gaan bewerken."
|
1281 |
|
1282 |
+
#: php/qmn_quiz_creator.php:369
|
1283 |
msgid "Your quiz has been deleted successfully."
|
1284 |
msgstr "Je quiz is succesvol verwijderd."
|
1285 |
|
1286 |
+
#: php/qmn_quiz_creator.php:420
|
1287 |
msgid "Your quiz name has been updated successfully."
|
1288 |
msgstr "Je quiz is succesvol bijgewerkt."
|
1289 |
|
1290 |
+
#: php/qmn_quiz_creator.php:586
|
1291 |
msgid "Your quiz has been duplicated successfully."
|
1292 |
msgstr "Je quiz is succesvol gedupliceerd."
|
1293 |
|
1304 |
"Ga naar de quizzen pagina en klik op de Bewerken link van de quiz die je wil "
|
1305 |
"gaan bewerken."
|
1306 |
|
1307 |
+
#: php/qmn_results.php:37
|
1308 |
msgid "Your results has been deleted successfully."
|
1309 |
msgstr "Je resultaten zijn succesvol verwijderd."
|
1310 |
|
1311 |
+
#: php/qmn_results.php:202
|
1312 |
#, php-format
|
1313 |
msgid "One result"
|
1314 |
msgid_plural "%s results"
|
1315 |
msgstr[0] "Een resultaat"
|
1316 |
msgstr[1] "%s resultaten"
|
1317 |
|
1318 |
+
#: php/qmn_results.php:266
|
1319 |
msgid "Actions"
|
1320 |
msgstr "Akties"
|
1321 |
|
1322 |
+
#: php/qmn_results.php:268
|
1323 |
msgid "Score"
|
1324 |
msgstr "Score"
|
1325 |
|
1326 |
+
#: php/qmn_results.php:269
|
1327 |
msgid "Time To Complete"
|
1328 |
msgstr "Gebruikte tijd"
|
1329 |
|
1330 |
+
#: php/qmn_results.php:270
|
1331 |
msgid "Name"
|
1332 |
msgstr "Naam"
|
1333 |
|
1334 |
+
#: php/qmn_results.php:271
|
1335 |
msgid "Business"
|
1336 |
msgstr "Bedrijf"
|
1337 |
|
1338 |
+
#: php/qmn_results.php:272
|
1339 |
msgid "Email"
|
1340 |
msgstr "Email"
|
1341 |
|
1342 |
+
#: php/qmn_results.php:273
|
1343 |
msgid "Phone"
|
1344 |
msgstr "Telefoon"
|
1345 |
|
1346 |
+
#: php/qmn_results.php:274
|
1347 |
msgid "Time Taken"
|
1348 |
msgstr "Benodigde tijd"
|
1349 |
|
1350 |
+
#: php/qmn_results.php:333
|
1351 |
msgid "Are you sure you want to delete these results?"
|
1352 |
msgstr "Weet je zeker dat je deze resultaten wil verwijderen?"
|
1353 |
|
1354 |
+
#: php/qmn_results.php:338
|
1355 |
msgid "Delete Results"
|
1356 |
msgstr "Verwijder resultaten"
|
1357 |
|
1438 |
msgid "Quiz ID"
|
1439 |
msgstr "Quiz ID"
|
1440 |
|
1441 |
+
#~ msgid ""
|
1442 |
+
#~ "Enter in your text here to fill in the certificate for this quiz. Be sure "
|
1443 |
+
#~ "to enter in the link variable into the templates on the Quiz Text tab so "
|
1444 |
+
#~ "the user can access the certificate."
|
1445 |
+
#~ msgstr ""
|
1446 |
+
#~ "Voer hier je tekst in voor het certificaat van deze quiz. Let er op om de "
|
1447 |
+
#~ "linkvariabele in te voeren in de templates op de Quiz Next tab zodat de "
|
1448 |
+
#~ "gebruiker toegang heeft tot het certificaat."
|
1449 |
+
|
1450 |
#~ msgid "The amount of time user spent of quiz"
|
1451 |
#~ msgstr "De hoeveelheid tijd die de gebruiker heeft besteedt aan de quiz"
|
1452 |
|
languages/quiz-master-next-pt_BR.mo
CHANGED
Binary file
|
languages/quiz-master-next-pt_BR.po
CHANGED
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
19 |
"X-Poedit-KeywordsList: _;_e;__;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
20 |
-
"X-Generator: Poedit 1.8.
|
21 |
"X-Poedit-SearchPath-0: ..\n"
|
22 |
|
23 |
#: ../mlw_quizmaster2.php:217
|
@@ -58,8 +58,7 @@ msgstr "Configurações de complemento"
|
|
58 |
msgid "Help"
|
59 |
msgstr "Página de Ajuda"
|
60 |
|
61 |
-
#: ../mlw_quizmaster2.php:228
|
62 |
-
#: ../mlw_quizmaster2.php:229
|
63 |
msgid "QMN About"
|
64 |
msgstr "Sobre QMN"
|
65 |
|
@@ -67,26 +66,20 @@ msgstr "Sobre QMN"
|
|
67 |
msgid "Emails"
|
68 |
msgstr ""
|
69 |
|
70 |
-
#: ../php/qmn_options_email_tab.php:55
|
71 |
-
#: ../php/qmn_options_email_tab.php:114
|
72 |
msgid "The email has been added successfully."
|
73 |
msgstr "E-mail adicionado com sucesso"
|
74 |
|
75 |
-
#: ../php/qmn_options_email_tab.php:68
|
76 |
-
#: ../php/qmn_options_email_tab.php:
|
77 |
-
#: ../php/
|
78 |
-
#: ../php/qmn_quiz_creator.php:
|
79 |
-
#: ../php/qmn_quiz_creator.php:451
|
80 |
-
#: ../php/qmn_quiz_creator.php:493
|
81 |
-
#: ../php/qmn_quiz_creator.php:651
|
82 |
-
#: ../php/qmn_quiz_creator.php:716
|
83 |
#: ../php/qmn_options_leaderboard_tab.php:52
|
84 |
#, php-format
|
85 |
msgid "There has been an error in this action. Please share this with the developer. Error Code: %s"
|
86 |
msgstr "Houve um erro nesta ação. Por favor, compartilhe isso com o desenvolvedor. Código de erro:%s"
|
87 |
|
88 |
-
#: ../php/qmn_options_email_tab.php:86
|
89 |
-
#: ../php/qmn_options_email_tab.php:104
|
90 |
msgid "Enter text here"
|
91 |
msgstr "Coloque o texto aqui"
|
92 |
|
@@ -202,8 +195,7 @@ msgstr "Razão pela qual a resposta está correta"
|
|
202 |
msgid "The Current Date"
|
203 |
msgstr "Data atual"
|
204 |
|
205 |
-
#: ../php/qmn_options_email_tab.php:348
|
206 |
-
#: ../php/qmn_options_email_tab.php:547
|
207 |
msgid "Save Email Templates And Settings"
|
208 |
msgstr "Salvar modelo de e-mail e configurações"
|
209 |
|
@@ -211,13 +203,11 @@ msgstr "Salvar modelo de e-mail e configurações"
|
|
211 |
msgid "Send user email upon completion?"
|
212 |
msgstr "Enviar e-mail do usuário após a conclusão?"
|
213 |
|
214 |
-
#: ../php/qmn_options_email_tab.php:354
|
215 |
-
#: ../php/qmn_options_email_tab.php:361
|
216 |
msgid "Yes"
|
217 |
msgstr "Sim"
|
218 |
|
219 |
-
#: ../php/qmn_options_email_tab.php:355
|
220 |
-
#: ../php/qmn_options_email_tab.php:362
|
221 |
msgid "No"
|
222 |
msgstr "Não"
|
223 |
|
@@ -237,36 +227,27 @@ msgstr "Qual é o nome a partir do e-mail enviado aos usuários e administrador?
|
|
237 |
msgid "Email Sent To User"
|
238 |
msgstr "e-mail enviado ao usuário"
|
239 |
|
240 |
-
#: ../php/qmn_options_email_tab.php:377
|
241 |
-
#: ../php/qmn_options_email_tab.php:455
|
242 |
msgid "Add New User Email"
|
243 |
msgstr "Adicionar novo usuário de e-mail"
|
244 |
|
245 |
-
#: ../php/qmn_options_email_tab.php:382
|
246 |
-
#: ../php/qmn_options_email_tab.php:
|
247 |
-
#: ../php/qmn_options_email_tab.php:469
|
248 |
-
#: ../php/qmn_options_email_tab.php:535
|
249 |
msgid "Score Greater Than Or Equal To"
|
250 |
msgstr "Escore maior ou igual a"
|
251 |
|
252 |
-
#: ../php/qmn_options_email_tab.php:383
|
253 |
-
#: ../php/qmn_options_email_tab.php:
|
254 |
-
#: ../php/qmn_options_email_tab.php:470
|
255 |
-
#: ../php/qmn_options_email_tab.php:536
|
256 |
msgid "Score Less Than Or Equal To"
|
257 |
msgstr "Escore menor ou igual a"
|
258 |
|
259 |
-
#: ../php/qmn_options_email_tab.php:384
|
260 |
-
#: ../php/qmn_options_email_tab.php:
|
261 |
-
#: ../php/qmn_options_email_tab.php:471
|
262 |
-
#: ../php/qmn_options_email_tab.php:537
|
263 |
msgid "Subject"
|
264 |
msgstr "Assunto"
|
265 |
|
266 |
-
#: ../php/qmn_options_email_tab.php:385
|
267 |
-
#: ../php/qmn_options_email_tab.php:
|
268 |
-
#: ../php/qmn_options_email_tab.php:472
|
269 |
-
#: ../php/qmn_options_email_tab.php:538
|
270 |
msgid "Email To Send"
|
271 |
msgstr "Enviar e-mail para"
|
272 |
|
@@ -274,8 +255,7 @@ msgstr "Enviar e-mail para"
|
|
274 |
msgid "Email Sent To Admin"
|
275 |
msgstr "Enviar e-mail para admin"
|
276 |
|
277 |
-
#: ../php/qmn_options_email_tab.php:464
|
278 |
-
#: ../php/qmn_options_email_tab.php:542
|
279 |
msgid "Add New Admin Email"
|
280 |
msgstr "Adicionar novo e-mail de administrador"
|
281 |
|
@@ -429,8 +409,7 @@ msgstr "texto"
|
|
429 |
msgid "The templates has been updated successfully."
|
430 |
msgstr "Os modelos foram atualizados com sucesso"
|
431 |
|
432 |
-
#: ../php/qmn_options_text_tab.php:186
|
433 |
-
#: ../php/qmn_options_text_tab.php:346
|
434 |
msgid "Save Templates"
|
435 |
msgstr "Salvar modelos"
|
436 |
|
@@ -805,8 +784,7 @@ msgstr "Fone"
|
|
805 |
msgid "Time Taken"
|
806 |
msgstr "Tempo necessário"
|
807 |
|
808 |
-
#: ../php/qmn_results.php:265
|
809 |
-
#: ../php/qmn_options_option_tab.php:160
|
810 |
msgid "Not Graded"
|
811 |
msgstr "Sem Classificação"
|
812 |
|
@@ -898,8 +876,7 @@ msgstr "Opções"
|
|
898 |
msgid "The options has been updated successfully."
|
899 |
msgstr "As Opções foram atualizadas com sucesso."
|
900 |
|
901 |
-
#: ../php/qmn_options_option_tab.php:148
|
902 |
-
#: ../php/qmn_options_option_tab.php:299
|
903 |
msgid "Save Options"
|
904 |
msgstr "Salvar Opções"
|
905 |
|
@@ -983,10 +960,8 @@ msgstr "Usuário poderá edita informações de contato? Se definido como não,
|
|
983 |
msgid "Should we ask for users name?"
|
984 |
msgstr "Nome de usuário"
|
985 |
|
986 |
-
#: ../php/qmn_options_option_tab.php:235
|
987 |
-
#: ../php/qmn_options_option_tab.php:
|
988 |
-
#: ../php/qmn_options_option_tab.php:251
|
989 |
-
#: ../php/qmn_options_option_tab.php:259
|
990 |
msgid "Require"
|
991 |
msgstr "Exigir"
|
992 |
|
@@ -1046,8 +1021,7 @@ msgstr "Escolha seu estilo"
|
|
1046 |
msgid "Custom"
|
1047 |
msgstr ""
|
1048 |
|
1049 |
-
#: ../php/qmn_options_style_tab.php:107
|
1050 |
-
#: ../php/qmn_options_style_tab.php:119
|
1051 |
msgid "Save Quiz Style"
|
1052 |
msgstr "Salvar Estilo de Questionário"
|
1053 |
|
@@ -1091,14 +1065,12 @@ msgstr "Escolha uma Avaliação no drop down e, em seguida, clique no botão par
|
|
1091 |
msgid "Restore Quiz"
|
1092 |
msgstr "Recuperar Avaliação"
|
1093 |
|
1094 |
-
#: ../php/qmn_tools.php:176
|
1095 |
-
#: ../php/qmn_tools.php:192
|
1096 |
#, php-format
|
1097 |
msgid "Previous %s Audits"
|
1098 |
msgstr "Anterior % s Auditorias"
|
1099 |
|
1100 |
-
#: ../php/qmn_tools.php:179
|
1101 |
-
#: ../php/qmn_tools.php:186
|
1102 |
#, php-format
|
1103 |
msgid "Next %s Audits"
|
1104 |
msgstr "Próximo% s Auditorias"
|
@@ -1200,33 +1172,27 @@ msgid_plural "%s quizzes"
|
|
1200 |
msgstr[0] "Uma questão"
|
1201 |
msgstr[1] "%s questões"
|
1202 |
|
1203 |
-
#: ../php/qmn_quiz_admin.php:260
|
1204 |
-
#: ../php/qmn_quiz_admin.php:311
|
1205 |
msgid "URL"
|
1206 |
msgstr "URL"
|
1207 |
|
1208 |
-
#: ../php/qmn_quiz_admin.php:261
|
1209 |
-
#: ../php/qmn_quiz_admin.php:312
|
1210 |
msgid "Quiz Shortcode"
|
1211 |
msgstr "Shortcode do teste"
|
1212 |
|
1213 |
-
#: ../php/qmn_quiz_admin.php:262
|
1214 |
-
#: ../php/qmn_quiz_admin.php:313
|
1215 |
msgid "Leaderboard Shortcode"
|
1216 |
msgstr "Shortcode da Pontuação"
|
1217 |
|
1218 |
-
#: ../php/qmn_quiz_admin.php:263
|
1219 |
-
#: ../php/qmn_quiz_admin.php:314
|
1220 |
msgid "Quiz Views"
|
1221 |
msgstr "Visualização do Questionário"
|
1222 |
|
1223 |
-
#: ../php/qmn_quiz_admin.php:264
|
1224 |
-
#: ../php/qmn_quiz_admin.php:315
|
1225 |
msgid "Quiz Taken"
|
1226 |
msgstr "Questionário Tomado"
|
1227 |
|
1228 |
-
#: ../php/qmn_quiz_admin.php:265
|
1229 |
-
#: ../php/qmn_quiz_admin.php:316
|
1230 |
msgid "Last Modified"
|
1231 |
msgstr "Ultima modificação"
|
1232 |
|
@@ -1239,8 +1205,7 @@ msgstr "Editar nome"
|
|
1239 |
msgid "Edit"
|
1240 |
msgstr "Editar nome"
|
1241 |
|
1242 |
-
#: ../php/qmn_quiz_admin.php:282
|
1243 |
-
#: ../php/qmn_quiz_admin.php:411
|
1244 |
msgid "Duplicate"
|
1245 |
msgstr "Duplicar"
|
1246 |
|
@@ -1288,12 +1253,8 @@ msgstr ""
|
|
1288 |
msgid "Quiz ID"
|
1289 |
msgstr "ID de Avaliação"
|
1290 |
|
1291 |
-
#~ msgid ""
|
1292 |
-
#~ "
|
1293 |
-
#~ "question types"
|
1294 |
-
#~ msgstr ""
|
1295 |
-
#~ "Necessário atualmente só funciona com resposta aberta, número, aceitar e "
|
1296 |
-
#~ "tipos de captcha."
|
1297 |
|
1298 |
#~ msgid "Edit Question"
|
1299 |
#~ msgstr "Editar Pergunta"
|
17 |
"X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
19 |
"X-Poedit-KeywordsList: _;_e;__;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
20 |
+
"X-Generator: Poedit 1.8.4\n"
|
21 |
"X-Poedit-SearchPath-0: ..\n"
|
22 |
|
23 |
#: ../mlw_quizmaster2.php:217
|
58 |
msgid "Help"
|
59 |
msgstr "Página de Ajuda"
|
60 |
|
61 |
+
#: ../mlw_quizmaster2.php:228 ../mlw_quizmaster2.php:229
|
|
|
62 |
msgid "QMN About"
|
63 |
msgstr "Sobre QMN"
|
64 |
|
66 |
msgid "Emails"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: ../php/qmn_options_email_tab.php:55 ../php/qmn_options_email_tab.php:114
|
|
|
70 |
msgid "The email has been added successfully."
|
71 |
msgstr "E-mail adicionado com sucesso"
|
72 |
|
73 |
+
#: ../php/qmn_options_email_tab.php:68 ../php/qmn_options_email_tab.php:127
|
74 |
+
#: ../php/qmn_options_email_tab.php:191 ../php/qmn_quiz_creator.php:385
|
75 |
+
#: ../php/qmn_quiz_creator.php:451 ../php/qmn_quiz_creator.php:493
|
76 |
+
#: ../php/qmn_quiz_creator.php:651 ../php/qmn_quiz_creator.php:716
|
|
|
|
|
|
|
|
|
77 |
#: ../php/qmn_options_leaderboard_tab.php:52
|
78 |
#, php-format
|
79 |
msgid "There has been an error in this action. Please share this with the developer. Error Code: %s"
|
80 |
msgstr "Houve um erro nesta ação. Por favor, compartilhe isso com o desenvolvedor. Código de erro:%s"
|
81 |
|
82 |
+
#: ../php/qmn_options_email_tab.php:86 ../php/qmn_options_email_tab.php:104
|
|
|
83 |
msgid "Enter text here"
|
84 |
msgstr "Coloque o texto aqui"
|
85 |
|
195 |
msgid "The Current Date"
|
196 |
msgstr "Data atual"
|
197 |
|
198 |
+
#: ../php/qmn_options_email_tab.php:348 ../php/qmn_options_email_tab.php:547
|
|
|
199 |
msgid "Save Email Templates And Settings"
|
200 |
msgstr "Salvar modelo de e-mail e configurações"
|
201 |
|
203 |
msgid "Send user email upon completion?"
|
204 |
msgstr "Enviar e-mail do usuário após a conclusão?"
|
205 |
|
206 |
+
#: ../php/qmn_options_email_tab.php:354 ../php/qmn_options_email_tab.php:361
|
|
|
207 |
msgid "Yes"
|
208 |
msgstr "Sim"
|
209 |
|
210 |
+
#: ../php/qmn_options_email_tab.php:355 ../php/qmn_options_email_tab.php:362
|
|
|
211 |
msgid "No"
|
212 |
msgstr "Não"
|
213 |
|
227 |
msgid "Email Sent To User"
|
228 |
msgstr "e-mail enviado ao usuário"
|
229 |
|
230 |
+
#: ../php/qmn_options_email_tab.php:377 ../php/qmn_options_email_tab.php:455
|
|
|
231 |
msgid "Add New User Email"
|
232 |
msgstr "Adicionar novo usuário de e-mail"
|
233 |
|
234 |
+
#: ../php/qmn_options_email_tab.php:382 ../php/qmn_options_email_tab.php:448
|
235 |
+
#: ../php/qmn_options_email_tab.php:469 ../php/qmn_options_email_tab.php:535
|
|
|
|
|
236 |
msgid "Score Greater Than Or Equal To"
|
237 |
msgstr "Escore maior ou igual a"
|
238 |
|
239 |
+
#: ../php/qmn_options_email_tab.php:383 ../php/qmn_options_email_tab.php:449
|
240 |
+
#: ../php/qmn_options_email_tab.php:470 ../php/qmn_options_email_tab.php:536
|
|
|
|
|
241 |
msgid "Score Less Than Or Equal To"
|
242 |
msgstr "Escore menor ou igual a"
|
243 |
|
244 |
+
#: ../php/qmn_options_email_tab.php:384 ../php/qmn_options_email_tab.php:450
|
245 |
+
#: ../php/qmn_options_email_tab.php:471 ../php/qmn_options_email_tab.php:537
|
|
|
|
|
246 |
msgid "Subject"
|
247 |
msgstr "Assunto"
|
248 |
|
249 |
+
#: ../php/qmn_options_email_tab.php:385 ../php/qmn_options_email_tab.php:451
|
250 |
+
#: ../php/qmn_options_email_tab.php:472 ../php/qmn_options_email_tab.php:538
|
|
|
|
|
251 |
msgid "Email To Send"
|
252 |
msgstr "Enviar e-mail para"
|
253 |
|
255 |
msgid "Email Sent To Admin"
|
256 |
msgstr "Enviar e-mail para admin"
|
257 |
|
258 |
+
#: ../php/qmn_options_email_tab.php:464 ../php/qmn_options_email_tab.php:542
|
|
|
259 |
msgid "Add New Admin Email"
|
260 |
msgstr "Adicionar novo e-mail de administrador"
|
261 |
|
409 |
msgid "The templates has been updated successfully."
|
410 |
msgstr "Os modelos foram atualizados com sucesso"
|
411 |
|
412 |
+
#: ../php/qmn_options_text_tab.php:186 ../php/qmn_options_text_tab.php:346
|
|
|
413 |
msgid "Save Templates"
|
414 |
msgstr "Salvar modelos"
|
415 |
|
784 |
msgid "Time Taken"
|
785 |
msgstr "Tempo necessário"
|
786 |
|
787 |
+
#: ../php/qmn_results.php:265 ../php/qmn_options_option_tab.php:160
|
|
|
788 |
msgid "Not Graded"
|
789 |
msgstr "Sem Classificação"
|
790 |
|
876 |
msgid "The options has been updated successfully."
|
877 |
msgstr "As Opções foram atualizadas com sucesso."
|
878 |
|
879 |
+
#: ../php/qmn_options_option_tab.php:148 ../php/qmn_options_option_tab.php:299
|
|
|
880 |
msgid "Save Options"
|
881 |
msgstr "Salvar Opções"
|
882 |
|
960 |
msgid "Should we ask for users name?"
|
961 |
msgstr "Nome de usuário"
|
962 |
|
963 |
+
#: ../php/qmn_options_option_tab.php:235 ../php/qmn_options_option_tab.php:243
|
964 |
+
#: ../php/qmn_options_option_tab.php:251 ../php/qmn_options_option_tab.php:259
|
|
|
|
|
965 |
msgid "Require"
|
966 |
msgstr "Exigir"
|
967 |
|
1021 |
msgid "Custom"
|
1022 |
msgstr ""
|
1023 |
|
1024 |
+
#: ../php/qmn_options_style_tab.php:107 ../php/qmn_options_style_tab.php:119
|
|
|
1025 |
msgid "Save Quiz Style"
|
1026 |
msgstr "Salvar Estilo de Questionário"
|
1027 |
|
1065 |
msgid "Restore Quiz"
|
1066 |
msgstr "Recuperar Avaliação"
|
1067 |
|
1068 |
+
#: ../php/qmn_tools.php:176 ../php/qmn_tools.php:192
|
|
|
1069 |
#, php-format
|
1070 |
msgid "Previous %s Audits"
|
1071 |
msgstr "Anterior % s Auditorias"
|
1072 |
|
1073 |
+
#: ../php/qmn_tools.php:179 ../php/qmn_tools.php:186
|
|
|
1074 |
#, php-format
|
1075 |
msgid "Next %s Audits"
|
1076 |
msgstr "Próximo% s Auditorias"
|
1172 |
msgstr[0] "Uma questão"
|
1173 |
msgstr[1] "%s questões"
|
1174 |
|
1175 |
+
#: ../php/qmn_quiz_admin.php:260 ../php/qmn_quiz_admin.php:311
|
|
|
1176 |
msgid "URL"
|
1177 |
msgstr "URL"
|
1178 |
|
1179 |
+
#: ../php/qmn_quiz_admin.php:261 ../php/qmn_quiz_admin.php:312
|
|
|
1180 |
msgid "Quiz Shortcode"
|
1181 |
msgstr "Shortcode do teste"
|
1182 |
|
1183 |
+
#: ../php/qmn_quiz_admin.php:262 ../php/qmn_quiz_admin.php:313
|
|
|
1184 |
msgid "Leaderboard Shortcode"
|
1185 |
msgstr "Shortcode da Pontuação"
|
1186 |
|
1187 |
+
#: ../php/qmn_quiz_admin.php:263 ../php/qmn_quiz_admin.php:314
|
|
|
1188 |
msgid "Quiz Views"
|
1189 |
msgstr "Visualização do Questionário"
|
1190 |
|
1191 |
+
#: ../php/qmn_quiz_admin.php:264 ../php/qmn_quiz_admin.php:315
|
|
|
1192 |
msgid "Quiz Taken"
|
1193 |
msgstr "Questionário Tomado"
|
1194 |
|
1195 |
+
#: ../php/qmn_quiz_admin.php:265 ../php/qmn_quiz_admin.php:316
|
|
|
1196 |
msgid "Last Modified"
|
1197 |
msgstr "Ultima modificação"
|
1198 |
|
1205 |
msgid "Edit"
|
1206 |
msgstr "Editar nome"
|
1207 |
|
1208 |
+
#: ../php/qmn_quiz_admin.php:282 ../php/qmn_quiz_admin.php:411
|
|
|
1209 |
msgid "Duplicate"
|
1210 |
msgstr "Duplicar"
|
1211 |
|
1253 |
msgid "Quiz ID"
|
1254 |
msgstr "ID de Avaliação"
|
1255 |
|
1256 |
+
#~ msgid "Required currently only works on open answer, number, accept, and captcha question types"
|
1257 |
+
#~ msgstr "Necessário atualmente só funciona com resposta aberta, número, aceitar e tipos de captcha."
|
|
|
|
|
|
|
|
|
1258 |
|
1259 |
#~ msgid "Edit Question"
|
1260 |
#~ msgstr "Editar Pergunta"
|
languages/quiz-master-next-th.mo
CHANGED
Binary file
|
languages/quiz-master-next-th.po
CHANGED
@@ -5,7 +5,7 @@ msgid ""
|
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Quiz Master Next\n"
|
7 |
"Report-Msgid-Bugs-To: \n"
|
8 |
-
"POT-Creation-Date: 2015-
|
9 |
"PO-Revision-Date: \n"
|
10 |
"Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
|
11 |
"Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
|
@@ -19,50 +19,71 @@ msgstr ""
|
|
19 |
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;esc_attr_x:1,2c;"
|
20 |
"esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;"
|
21 |
"__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
22 |
-
"X-Poedit-Basepath:
|
23 |
-
"X-Generator: Poedit 1.8.
|
24 |
"X-Poedit-SearchPath-0: .\n"
|
25 |
|
26 |
-
#: mlw_quizmaster2.php:
|
27 |
msgid "Quizzes"
|
28 |
msgstr "แบบทดสอบ"
|
29 |
|
30 |
-
#: mlw_quizmaster2.php:
|
31 |
msgid "Quiz Settings"
|
32 |
msgstr "ตั้งค่าแบบทดสอบ"
|
33 |
|
34 |
-
#: mlw_quizmaster2.php:
|
35 |
msgid "Quiz Results"
|
36 |
msgstr "ผลลัพธ์แบบทดสอบ"
|
37 |
|
38 |
-
#: mlw_quizmaster2.php:
|
39 |
msgid "Quiz Result Details"
|
40 |
msgstr "รายละเอียดผลลัพธ์ของแบบทดสอบ"
|
41 |
|
42 |
-
#: mlw_quizmaster2.php:
|
43 |
msgid "Settings"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: mlw_quizmaster2.php:
|
47 |
msgid "Tools"
|
48 |
msgstr "เครื่องมือ"
|
49 |
|
50 |
-
#: mlw_quizmaster2.php:
|
51 |
msgid "Stats"
|
52 |
msgstr "สถิติ"
|
53 |
|
54 |
-
#: mlw_quizmaster2.php:
|
55 |
msgid "Addon Settings"
|
56 |
msgstr "ตั้งค่าส่วนเพิ่มเติม"
|
57 |
|
58 |
-
#: mlw_quizmaster2.php:
|
59 |
msgid "Help"
|
60 |
msgstr "ช่วยเหลือ"
|
61 |
|
62 |
-
#: mlw_quizmaster2.php:
|
63 |
msgid "QMN About"
|
64 |
msgstr "เกี่ยวกับ QMN"
|
65 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
#: php/qmn-stats-page.php:29
|
67 |
msgid "Quiz Statistics"
|
68 |
msgstr "สถิติการทดสอบ"
|
@@ -108,6 +129,15 @@ msgstr "มีอะไรใหม่!"
|
|
108 |
msgid "Changelog"
|
109 |
msgstr "บันทึกการเปลี่ยนแปลง"
|
110 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
#: php/qmn_dashboard_widgets.php:16
|
112 |
msgid "Quiz Master Next Snapshot"
|
113 |
msgstr "Quiz Master Next Snapshot"
|
@@ -146,23 +176,23 @@ msgstr "แบบทดสอบเป็นที่นิยมสูงสุ
|
|
146 |
msgid "least popular quiz"
|
147 |
msgstr "แบบทดสอบเป็นที่นิยมต่ำสุด"
|
148 |
|
149 |
-
#: php/qmn_help.php:
|
150 |
msgid "Need Help?"
|
151 |
msgstr "ต้องการความช่วยเหลือ?"
|
152 |
|
153 |
-
#: php/qmn_help.php:
|
154 |
msgid "Support"
|
155 |
msgstr "สนับสนุน"
|
156 |
|
157 |
-
#: php/qmn_help.php:
|
158 |
msgid "System Info"
|
159 |
msgstr "ข้อมูลระบบ"
|
160 |
|
161 |
-
#: php/qmn_help.php:
|
162 |
msgid "Help Page"
|
163 |
msgstr "หน้าช่วยเหลือ"
|
164 |
|
165 |
-
#: php/qmn_help.php:
|
166 |
msgid "Need help with the plugin? Try any of the following:"
|
167 |
msgstr "ต้องการความช่วยเหลือ? ลองทำสิ่งต่อไปนี้"
|
168 |
|
@@ -170,103 +200,102 @@ msgstr "ต้องการความช่วยเหลือ? ลอง
|
|
170 |
msgid "Certificate (Beta)"
|
171 |
msgstr "ประกาศนียบัตร (รุ่นทดสอบ)"
|
172 |
|
173 |
-
#: php/qmn_options_certificate_tab.php:
|
174 |
msgid "The certificate has been updated successfully."
|
175 |
msgstr "อัพเดทประกาศนียบัตรเรียบร้อย"
|
176 |
|
177 |
-
#: php/qmn_options_certificate_tab.php:
|
178 |
-
#: php/qmn_options_email_tab.php:
|
179 |
-
#: php/qmn_options_leaderboard_tab.php:
|
180 |
-
#: php/qmn_options_questions_tab.php:
|
181 |
-
#: php/qmn_options_questions_tab.php:
|
182 |
-
#: php/qmn_options_results_page_tab.php:
|
183 |
-
#: php/qmn_options_style_tab.php:
|
184 |
-
#: php/qmn_options_tools_tab.php:
|
185 |
-
#: php/qmn_quiz_creator.php:
|
186 |
-
#: php/qmn_results.php:
|
187 |
#, php-format
|
188 |
msgid ""
|
189 |
"There has been an error in this action. Please share this with the developer. Error Code: %s"
|
190 |
msgstr "เกิดข้อผิดพลาดในการทำงาน โปรดแชร์ให้กับผู้พัฒนา หมายเลขข้อผิดพลาด Error Code: %s"
|
191 |
|
192 |
-
#: php/qmn_options_certificate_tab.php:
|
193 |
msgid "Enter title here"
|
194 |
msgstr "กรอกหัวข้อที่นี่"
|
195 |
|
196 |
-
#: php/qmn_options_certificate_tab.php:
|
197 |
-
#: php/qmn_options_email_tab.php:
|
198 |
msgid "Enter text here"
|
199 |
msgstr "กรอกข้อความที่นี่"
|
200 |
|
201 |
-
#: php/qmn_options_certificate_tab.php:
|
202 |
msgid "Quiz Certificate (Beta)"
|
203 |
msgstr "ประกาศนียบัตรสำหรับแบบทดสอบ (รุ่นทดลอง)"
|
204 |
|
205 |
-
#: php/qmn_options_certificate_tab.php:
|
206 |
msgid ""
|
207 |
"Enter in your text here to fill in the certificate for this quiz. Be sure to enter in the link "
|
208 |
-
"variable into the templates on the
|
|
|
209 |
msgstr ""
|
210 |
-
"กรอกข้อความที่นี่เพื่อเติมลงในประกาศนียบัตรสำหรับแบบทดสอบนี้ โปรดใส่ลิงค์ไปยังตัวแปรในแม่แบบ (Templates) ในแท็บ "
|
211 |
-
"ข้อความแบบทดสอบ เพื่อให้ผู้ใช้งานสามารถเข้าสู่ประกาศนียบัตรได้"
|
212 |
|
213 |
-
#: php/qmn_options_certificate_tab.php:
|
214 |
msgid "These fields cannot contain HTML."
|
215 |
msgstr "ไม่สามารถใช้ HTML ในช่องนี้"
|
216 |
|
217 |
-
#: php/qmn_options_certificate_tab.php:
|
218 |
msgid "Save Certificate Options"
|
219 |
msgstr "บันทึกการตั้งค่าประกาศนียบัตร"
|
220 |
|
221 |
-
#: php/qmn_options_certificate_tab.php:
|
222 |
msgid "Enable Certificates For This Quiz?"
|
223 |
msgstr "ใช้งานประกาศนียบัตรสำหรับแบบทดสอบนี้?"
|
224 |
|
225 |
-
#: php/qmn_options_certificate_tab.php:
|
226 |
-
#: php/qmn_options_email_tab.php:
|
227 |
-
#: php/qmn_options_option_tab.php:
|
228 |
-
#: php/qmn_options_option_tab.php:
|
229 |
-
#: php/qmn_options_option_tab.php:
|
230 |
-
#: php/qmn_options_option_tab.php:
|
231 |
-
#: php/qmn_options_option_tab.php:
|
232 |
-
#: php/qmn_options_questions_tab.php:
|
233 |
msgid "Yes"
|
234 |
msgstr "ใช่"
|
235 |
|
236 |
-
#: php/qmn_options_certificate_tab.php:
|
237 |
-
#: php/qmn_options_email_tab.php:
|
238 |
-
#: php/qmn_options_option_tab.php:
|
239 |
-
#: php/qmn_options_option_tab.php:
|
240 |
-
#: php/qmn_options_option_tab.php:
|
241 |
-
#: php/qmn_options_option_tab.php:
|
242 |
-
#: php/qmn_options_option_tab.php:
|
243 |
-
#: php/qmn_options_option_tab.php:
|
244 |
-
#: php/qmn_options_results_page_tab.php:
|
245 |
msgid "No"
|
246 |
msgstr "ไม่ใช่"
|
247 |
|
248 |
-
#: php/qmn_options_certificate_tab.php:
|
249 |
msgid "Certificate Title"
|
250 |
msgstr "หัวข้อประกาศนียบัตร"
|
251 |
|
252 |
-
#: php/qmn_options_certificate_tab.php:
|
253 |
msgid "Message Displayed On Certificate"
|
254 |
msgstr "ข้อความแสดงบนประกาศนียบัตร"
|
255 |
|
256 |
-
#: php/qmn_options_certificate_tab.php:
|
257 |
-
#: php/qmn_options_text_tab.php:
|
258 |
-
#: php/qmn_options_text_tab.php:
|
259 |
-
#: php/qmn_options_text_tab.php:
|
260 |
-
#: php/qmn_options_text_tab.php:
|
261 |
-
#: php/qmn_options_text_tab.php:
|
262 |
msgid "Allowed Variables:"
|
263 |
msgstr "ตัวแปรที่อนุญาตื"
|
264 |
|
265 |
-
#: php/qmn_options_certificate_tab.php:
|
266 |
msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
|
267 |
msgstr "URL ไปยังโลโก้ (ชนิด JPG, JPEG, PNG or GIF)"
|
268 |
|
269 |
-
#: php/qmn_options_certificate_tab.php:
|
270 |
msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
|
271 |
msgstr "URL ไปยังภาพพื้นหลัง (ชนิด JPG, JPEG, PNG or GIF)"
|
272 |
|
@@ -274,191 +303,191 @@ msgstr "URL ไปยังภาพพื้นหลัง (ชนิด JPG,
|
|
274 |
msgid "Emails"
|
275 |
msgstr "อีเมล์"
|
276 |
|
277 |
-
#: php/qmn_options_email_tab.php:55 php/qmn_options_email_tab.php:
|
278 |
msgid "The email has been added successfully."
|
279 |
msgstr "เพิ่มอีเมล์เรียบร้อย"
|
280 |
|
281 |
-
#: php/qmn_options_email_tab.php:
|
282 |
msgid "The email has been updated successfully."
|
283 |
msgstr "อัพเดทอีเมล์เรียบร้อย"
|
284 |
|
285 |
-
#: php/qmn_options_email_tab.php:
|
286 |
-
#: php/qmn_options_results_page_tab.php:
|
287 |
msgid "Template Variables"
|
288 |
msgstr "ตัวแปรแม่แบบ"
|
289 |
|
290 |
-
#: php/qmn_options_email_tab.php:
|
291 |
-
#: php/qmn_options_text_tab.php:
|
292 |
msgid "Score for the quiz when using points"
|
293 |
msgstr "คะแนนแบบทดสอบ ใช้งานคะแนน"
|
294 |
|
295 |
-
#: php/qmn_options_email_tab.php:
|
296 |
-
#: php/qmn_options_text_tab.php:
|
297 |
msgid "The average amount of points user had per question"
|
298 |
msgstr "คะแนนเฉลี่ยของผู้ใช้งาน ต่อคำถาม"
|
299 |
|
300 |
-
#: php/qmn_options_email_tab.php:
|
301 |
-
#: php/qmn_options_text_tab.php:
|
302 |
msgid "The number of correct answers the user had"
|
303 |
msgstr "จำนวนข้อถูกของผู้ใช้"
|
304 |
|
305 |
-
#: php/qmn_options_email_tab.php:
|
306 |
-
#: php/qmn_options_text_tab.php:
|
307 |
msgid "The total number of questions in the quiz"
|
308 |
msgstr "จำนวนคำถามทั้งหมดของแบบทดสอบนี้"
|
309 |
|
310 |
-
#: php/qmn_options_email_tab.php:
|
311 |
-
#: php/qmn_options_text_tab.php:
|
312 |
msgid "Score for the quiz when using correct answers"
|
313 |
msgstr "คะแนนแบบทดสอบ ใช้งานคำตอบที่ถูก"
|
314 |
|
315 |
-
#: php/qmn_options_email_tab.php:
|
316 |
-
#: php/qmn_options_text_tab.php:
|
317 |
msgid "The name the user entered before the quiz"
|
318 |
msgstr "ชื่อที่ผู้ใช้กรอกก่อนทำแบบทดสอบ"
|
319 |
|
320 |
-
#: php/qmn_options_email_tab.php:
|
321 |
-
#: php/qmn_options_text_tab.php:
|
322 |
msgid "The business the user entered before the quiz"
|
323 |
msgstr "ที่ทำงานที่ผู้ใช้กรอกก่อนทำแบบทดสอบ"
|
324 |
|
325 |
-
#: php/qmn_options_email_tab.php:
|
326 |
-
#: php/qmn_options_text_tab.php:
|
327 |
msgid "The phone number the user entered before the quiz"
|
328 |
msgstr "โทรศัพท์ที่ผู้ใช้กรอกก่อนทำแบบทดสอบ"
|
329 |
|
330 |
-
#: php/qmn_options_email_tab.php:
|
331 |
-
#: php/qmn_options_text_tab.php:
|
332 |
msgid "The email the user entered before the quiz"
|
333 |
msgstr "อีเมล์ที่ผู้ใช้กรอกก่อนทำแบบทดสอบ"
|
334 |
|
335 |
-
#: php/qmn_options_email_tab.php:
|
336 |
-
#: php/qmn_options_results_page_tab.php:
|
337 |
msgid "The name of the quiz"
|
338 |
msgstr "ชื่อของแบบทดสอบ"
|
339 |
|
340 |
-
#: php/qmn_options_email_tab.php:
|
341 |
-
#: php/qmn_options_text_tab.php:
|
342 |
msgid "Shows the question, the answer the user provided, and the correct answer"
|
343 |
msgstr "แสดงคำถาม, คำตอบจากผู้ใช้, และข้อที่ถูกต้อง"
|
344 |
|
345 |
-
#: php/qmn_options_email_tab.php:
|
346 |
-
#: php/qmn_options_text_tab.php:
|
347 |
msgid "The comments the user entered into comment box if enabled"
|
348 |
msgstr "ข้อแนะนำที่ได้รับจากผู้ใช้"
|
349 |
|
350 |
-
#: php/qmn_options_email_tab.php:
|
351 |
msgid "The amount of time user spent on quiz in seconds"
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: php/qmn_options_email_tab.php:
|
355 |
msgid "The amount of time user spent on quiz in minutes"
|
356 |
msgstr ""
|
357 |
|
358 |
-
#: php/qmn_options_email_tab.php:
|
359 |
-
#: php/qmn_options_text_tab.php:
|
360 |
msgid "The link to the certificate after completing the quiz"
|
361 |
msgstr "ลิงค์ไปสู่ประกาศนียบัตรหลังทำแบบทดสอบเรียบร้อย"
|
362 |
|
363 |
-
#: php/qmn_options_email_tab.php:
|
364 |
-
#: php/qmn_options_text_tab.php:
|
365 |
msgid "The amount of points a specific category earned."
|
366 |
msgstr "คะแนนเฉพาะจากหมวดหมู่"
|
367 |
|
368 |
-
#: php/qmn_options_email_tab.php:
|
369 |
-
#: php/qmn_options_text_tab.php:
|
370 |
msgid "The score a specific category earned."
|
371 |
msgstr "คะแนนเฉพาะจากหมวดหมู่"
|
372 |
|
373 |
-
#: php/qmn_options_email_tab.php:
|
374 |
-
#: php/qmn_options_text_tab.php:
|
375 |
msgid "The average points from all categories."
|
376 |
msgstr "คะแนนเฉลี่ยจากหมวดหมู่ทั้งหมด"
|
377 |
|
378 |
-
#: php/qmn_options_email_tab.php:
|
379 |
-
#: php/qmn_options_text_tab.php:
|
380 |
msgid "The average score from all categories."
|
381 |
msgstr "คะแนนเฉลี่ยจากหมวดหมู่ทั้งหมด"
|
382 |
|
383 |
-
#: php/qmn_options_email_tab.php:
|
384 |
msgid "The question that the user answered"
|
385 |
msgstr "คำถามที่ผู้ใช้ตอบ"
|
386 |
|
387 |
-
#: php/qmn_options_email_tab.php:
|
388 |
msgid "The answer the user gave for the question"
|
389 |
msgstr "คำตอบที่ผู้ใช้ตอบคำถาม"
|
390 |
|
391 |
-
#: php/qmn_options_email_tab.php:
|
392 |
msgid "The correct answer for the question"
|
393 |
msgstr "คำตอบที่ถูกต้อง"
|
394 |
|
395 |
-
#: php/qmn_options_email_tab.php:
|
396 |
msgid "The comments the user provided in the comment field for the question"
|
397 |
msgstr "ข้อเสนอแนะที่ผู้ใช้กรอกสำหรับคำถาม"
|
398 |
|
399 |
-
#: php/qmn_options_email_tab.php:
|
400 |
msgid "Reason why the correct answer is the correct answer"
|
401 |
msgstr "เหตุผลอธิบายข้อถูก"
|
402 |
|
403 |
-
#: php/qmn_options_email_tab.php:
|
404 |
msgid "The Current Date"
|
405 |
msgstr "วันที่ปัจจุบัน"
|
406 |
|
407 |
-
#: php/qmn_options_email_tab.php:
|
408 |
msgid "Save Email Templates And Settings"
|
409 |
msgstr "บันทึกแม่แบบอีเมล์และการตั้งค่า"
|
410 |
|
411 |
-
#: php/qmn_options_email_tab.php:
|
412 |
msgid "Send user email upon completion?"
|
413 |
msgstr "ส่งอีเมล์หาผู้ใช้เมื่อเสร็จเรียบร้อย"
|
414 |
|
415 |
-
#: php/qmn_options_email_tab.php:
|
416 |
msgid "Send admin email upon completion?"
|
417 |
msgstr "ส่งอีเมล์หาผู้ดูแลระบบเมื่อเสร็จเรียบร้อย"
|
418 |
|
419 |
-
#: php/qmn_options_email_tab.php:
|
420 |
msgid "What emails should we send the admin email to? Separate emails with a comma."
|
421 |
msgstr "อีเมล์ใดที่จะใช้ส่งไปยังผู้ดูแลระบบ แยกแต่ละอีเมล์ด้วยเครื่องหมายลูกน่ำ"
|
422 |
|
423 |
-
#: php/qmn_options_email_tab.php:
|
424 |
msgid "What is the From Name for the email sent to users and admin?"
|
425 |
msgstr "ชื่อฟอร์มใดที่ต้องการใช้ส่งอีเมล์ไปยังผู้ใช้และผู้ดูแลระบบ"
|
426 |
|
427 |
-
#: php/qmn_options_email_tab.php:
|
428 |
msgid "Email Sent To User"
|
429 |
msgstr "ส่งอีเมล์ให้ผู้ใช้เรียบร้อย"
|
430 |
|
431 |
-
#: php/qmn_options_email_tab.php:
|
432 |
msgid "Add New User Email"
|
433 |
msgstr "เพิ่มอีเมล์ผู้ใช่ใหม่"
|
434 |
|
435 |
-
#: php/qmn_options_email_tab.php:
|
436 |
-
#: php/qmn_options_email_tab.php:
|
437 |
-
#: php/qmn_options_results_page_tab.php:
|
438 |
msgid "Score Greater Than Or Equal To"
|
439 |
msgstr "คะแนนมากกว่าหรือเท่ากับ"
|
440 |
|
441 |
-
#: php/qmn_options_email_tab.php:
|
442 |
-
#: php/qmn_options_email_tab.php:
|
443 |
-
#: php/qmn_options_results_page_tab.php:
|
444 |
msgid "Score Less Than Or Equal To"
|
445 |
msgstr "คะแนนน้อยกว่าหรือเท่ากับ"
|
446 |
|
447 |
-
#: php/qmn_options_email_tab.php:
|
448 |
-
#: php/qmn_options_email_tab.php:
|
449 |
msgid "Subject"
|
450 |
msgstr "หัวเรื่อง"
|
451 |
|
452 |
-
#: php/qmn_options_email_tab.php:
|
453 |
-
#: php/qmn_options_email_tab.php:
|
454 |
msgid "Email To Send"
|
455 |
msgstr "อีเมล์ที่จะส่ง"
|
456 |
|
457 |
-
#: php/qmn_options_email_tab.php:
|
458 |
msgid "Email Sent To Admin"
|
459 |
msgstr "ส่งอีเมล์ไปหาผู้ดูแลระบบแล้ว"
|
460 |
|
461 |
-
#: php/qmn_options_email_tab.php:
|
462 |
msgid "Add New Admin Email"
|
463 |
msgstr "เพื่ออีเมล์ผู้ดูแลระบบใหม่"
|
464 |
|
@@ -466,55 +495,55 @@ msgstr "เพื่ออีเมล์ผู้ดูแลระบบให
|
|
466 |
msgid "Leaderboard"
|
467 |
msgstr "กระดานผู้นำ"
|
468 |
|
469 |
-
#: php/qmn_options_leaderboard_tab.php:
|
470 |
msgid "The leaderboards has been updated successfully."
|
471 |
msgstr "อัพเดทกระดานผู้นำเรียบร้อย"
|
472 |
|
473 |
-
#: php/qmn_options_leaderboard_tab.php:
|
474 |
msgid "The name of the user who is in first place"
|
475 |
msgstr "ชื่อผู้ใช้งานที่อยู่ในลำดับที่ 1"
|
476 |
|
477 |
-
#: php/qmn_options_leaderboard_tab.php:
|
478 |
msgid "The score from the first place's quiz"
|
479 |
msgstr "คะแนนจากแบบทดสอบลำดับที่ 1"
|
480 |
|
481 |
-
#: php/qmn_options_leaderboard_tab.php:
|
482 |
msgid "The name of the user who is in second place"
|
483 |
msgstr "ชื่อผู้ใช้งานที่อยู่ในลำดับที่ 2"
|
484 |
|
485 |
-
#: php/qmn_options_leaderboard_tab.php:
|
486 |
msgid "The score from the second place's quiz"
|
487 |
msgstr "คะแนนจากแบบทดสอบลำดับที่ 2"
|
488 |
|
489 |
-
#: php/qmn_options_leaderboard_tab.php:
|
490 |
msgid "The name of the user who is in third place"
|
491 |
msgstr "ชื่อผู้ใช้งานที่อยู่ในลำดับที่ 3"
|
492 |
|
493 |
-
#: php/qmn_options_leaderboard_tab.php:
|
494 |
msgid "The score from the third place's quiz"
|
495 |
msgstr "คะแนนจากแบบทดสอบลำดับที่ 3"
|
496 |
|
497 |
-
#: php/qmn_options_leaderboard_tab.php:
|
498 |
msgid "The name of the user who is in fourth place"
|
499 |
msgstr "ชื่อผู้ใช้งานที่อยู่ในลำดับที่ 4"
|
500 |
|
501 |
-
#: php/qmn_options_leaderboard_tab.php:
|
502 |
msgid "The score from the fourth place's quiz"
|
503 |
msgstr "คะแนนจากแบบทดสอบลำดับที่ 4"
|
504 |
|
505 |
-
#: php/qmn_options_leaderboard_tab.php:
|
506 |
msgid "The name of the user who is in fifth place"
|
507 |
msgstr "ชื่อผู้ใช้งานที่อยู่ในลำดับที่ 5"
|
508 |
|
509 |
-
#: php/qmn_options_leaderboard_tab.php:
|
510 |
msgid "The score from the fifth place's quiz"
|
511 |
msgstr "คะแนนจากแบบทดสอบลำดับที่ 5"
|
512 |
|
513 |
-
#: php/qmn_options_leaderboard_tab.php:
|
514 |
msgid "Save Leaderboard Options"
|
515 |
msgstr "บันทึกการตั้งค่ากระดานผู้นำ"
|
516 |
|
517 |
-
#: php/qmn_options_leaderboard_tab.php:
|
518 |
msgid "Leaderboard Template"
|
519 |
msgstr "แม่แบบกระดานผู้นำ"
|
520 |
|
@@ -522,97 +551,97 @@ msgstr "แม่แบบกระดานผู้นำ"
|
|
522 |
msgid "Options"
|
523 |
msgstr "ตัวเลือก"
|
524 |
|
525 |
-
#: php/qmn_options_option_tab.php:
|
526 |
msgid "The options has been updated successfully."
|
527 |
msgstr "อัพเดทตัวเลือกเรียบร้อย"
|
528 |
|
529 |
-
#: php/qmn_options_option_tab.php:
|
530 |
msgid "Save Options"
|
531 |
msgstr "บันทึกตัวเลือก"
|
532 |
|
533 |
-
#: php/qmn_options_option_tab.php:
|
534 |
msgid "Which system is this quiz graded on?"
|
535 |
msgstr "รูปแบบการให้คะแนน"
|
536 |
|
537 |
-
#: php/qmn_options_option_tab.php:
|
538 |
msgid "Correct/Incorrect"
|
539 |
msgstr "ข้อถูก/ข้อผิด"
|
540 |
|
541 |
-
#: php/qmn_options_option_tab.php:
|
542 |
msgid "Points"
|
543 |
msgstr "คะแนนรวม"
|
544 |
|
545 |
-
#: php/qmn_options_option_tab.php:
|
546 |
msgid "Not Graded"
|
547 |
msgstr "ไม่คิดคะแนน"
|
548 |
|
549 |
-
#: php/qmn_options_option_tab.php:
|
550 |
msgid "Should the user be required to be logged in to take this quiz?"
|
551 |
msgstr "ผู้ใช้งานต้อง ลงชื่อเข้าระบบ เพื่อทำแบบทดสอบ?"
|
552 |
|
553 |
-
#: php/qmn_options_option_tab.php:
|
554 |
msgid "How many questions per page would you like? (Leave 0 for all questions on one page)"
|
555 |
msgstr "จำนวนคำถามต่อหน้า? (ใส่ 0 จะแสดงคำถามทั้งหมดในหน้าเดียว)"
|
556 |
|
557 |
-
#: php/qmn_options_option_tab.php:
|
558 |
msgid "How many minutes does the user have to finish the quiz? (Leave 0 for no time limit)"
|
559 |
msgstr "ให้เวลา กี่นาที สำหรับแบบทดสอบนี้? (ใส่ 0 จะไม่กำหนดเวลา)"
|
560 |
|
561 |
-
#: php/qmn_options_option_tab.php:
|
562 |
msgid ""
|
563 |
"How many times can a user take this quiz? (Leave 0 for as many times as the user wants to. "
|
564 |
"Currently only works for registered users)"
|
565 |
msgstr ""
|
566 |
"จำกัดจำนวนครั้งที่ผู้ใช้งานทำแบบทดสอบนี้? (ใส่ 0 จะไม่จำกัดจำนวนครั้ง ใช้จำกัดได้เฉพาะผู้ใช้งานอยู่่ในระบบและลงชื่อเข้าใช้)"
|
567 |
|
568 |
-
#: php/qmn_options_option_tab.php:
|
569 |
msgid "How many total entries can this quiz have? (Leave 0 for unlimited entries"
|
570 |
msgstr "จำนวนรายการทั้งหมดที่แบบทดสอบมีได้? (ใส่ 0 จะไม่จำกัดจำนวน)"
|
571 |
|
572 |
-
#: php/qmn_options_option_tab.php:
|
573 |
msgid "How many questions should be loaded for quiz? (Leave 0 to load all questions)"
|
574 |
msgstr "กำหนดจำนวนคำถามที่เลือกมาใช้ในแบบทดสอบนี้ (ใส่ 0 จะเลือกคำถามทั้งหมด)"
|
575 |
|
576 |
-
#: php/qmn_options_option_tab.php:
|
577 |
msgid ""
|
578 |
"What time-frame should the user be able to access the quiz? (Leave blank if the user can access "
|
579 |
"anytime)"
|
580 |
msgstr "กำหนดช่วงเวลาที่อนุญาติให้เข้าทำแบบทดสอบ (ใส่ 0 จะไม่กำหนดเวลา)"
|
581 |
|
582 |
-
#: php/qmn_options_option_tab.php:
|
583 |
msgid "start date"
|
584 |
msgstr "วันที่เริ่มต้น"
|
585 |
|
586 |
-
#: php/qmn_options_option_tab.php:
|
587 |
msgid "end date"
|
588 |
msgstr "วันที่สิ้นสุด"
|
589 |
|
590 |
-
#: php/qmn_options_option_tab.php:
|
591 |
msgid "Are the questions random? (Question Order will not apply if this is yes)"
|
592 |
msgstr "สุ่มเลือกคำถาม? (ระบบจะไม่สนใจการเรียงลำดับคำถาม)"
|
593 |
|
594 |
-
#: php/qmn_options_option_tab.php:
|
595 |
msgid "Random Questions"
|
596 |
msgstr "สุ่มคำถาม"
|
597 |
|
598 |
-
#: php/qmn_options_option_tab.php:
|
599 |
msgid "Random Questions And Answers"
|
600 |
msgstr "สุ่มลำดับคำถามและคำตอบ"
|
601 |
|
602 |
-
#: php/qmn_options_option_tab.php:
|
603 |
msgid ""
|
604 |
"Would you like to ask for the contact information at the beginning or at the end of the quiz?"
|
605 |
msgstr "ต้องการถามที่อยู่่เพื่อติดต่อกลับ ที่ตอนต้นหรือตอนท้ายของแบบทดสอบ?"
|
606 |
|
607 |
-
#: php/qmn_options_option_tab.php:
|
608 |
msgid "Beginning"
|
609 |
msgstr "ตอนต้น"
|
610 |
|
611 |
-
#: php/qmn_options_option_tab.php:
|
612 |
msgid "End"
|
613 |
msgstr "ตอนท้าย"
|
614 |
|
615 |
-
#: php/qmn_options_option_tab.php:
|
616 |
msgid ""
|
617 |
"If a logged-in user takes the quiz, would you like them to be able to edit contact information? "
|
618 |
"If set to no, the fields will not show up for logged in users; however, the users information "
|
@@ -621,50 +650,50 @@ msgstr ""
|
|
621 |
"ถ้าผู้ทำแบบทดสอบเข้าใช้ระบบอยู่ คุณต้องการให้ผู้ใช้สามารถแก้ไขที่อยู่ติดต่อหรือไม่? หากเลือกไม่ ช่องต่างๆ จะไม่แสดงผล "
|
622 |
"อย่างไรก็ตามข้อมูลต่างๆ จะยังคงถูกบันทึกช่องนั้นๆ ในฐานข้อมูล"
|
623 |
|
624 |
-
#: php/qmn_options_option_tab.php:
|
625 |
msgid "Should we ask for users name?"
|
626 |
msgstr "ถามชื่อผู้ใช้งาน?"
|
627 |
|
628 |
-
#: php/qmn_options_option_tab.php:
|
629 |
-
#: php/qmn_options_option_tab.php:
|
630 |
msgid "Require"
|
631 |
msgstr "บังคับ"
|
632 |
|
633 |
-
#: php/qmn_options_option_tab.php:
|
634 |
msgid "Should we ask for users business?"
|
635 |
msgstr "ถามสถานที่ทำงานของผู้ใช้?"
|
636 |
|
637 |
-
#: php/qmn_options_option_tab.php:
|
638 |
msgid "Should we ask for users email?"
|
639 |
msgstr "ถามอีเมล์ของผู้ใช้?"
|
640 |
|
641 |
-
#: php/qmn_options_option_tab.php:
|
642 |
msgid "Should we ask for users phone number?"
|
643 |
msgstr "ถามเบอร์โทรศัพท์ของผู้ใช้?"
|
644 |
|
645 |
-
#: php/qmn_options_option_tab.php:
|
646 |
msgid "Would you like a place for the user to enter comments?"
|
647 |
msgstr "ต้องการให้ผู้ใช้กรอกความคิดเห็น?"
|
648 |
|
649 |
-
#: php/qmn_options_option_tab.php:
|
650 |
msgid "Show question number on quiz?"
|
651 |
msgstr "แสดงหมายเลขข้อของแบบทดสอบ?"
|
652 |
|
653 |
-
#: php/qmn_options_option_tab.php:
|
654 |
msgid "Show social media sharing buttons? (Twitter & Facebook)"
|
655 |
msgstr "แสดงปุ่มสำหรับสื่อสังคมออนไลน์ (Twitter & Facebook)"
|
656 |
|
657 |
-
#: php/qmn_options_option_tab.php:
|
658 |
msgid ""
|
659 |
"This option is for here only for users of older versions. Please use the new template variables "
|
660 |
"%FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages instead of using this option!"
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: php/qmn_options_option_tab.php:
|
664 |
msgid "Disable question once user selects answer? (Currently only work on multiple choice)"
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: php/qmn_options_option_tab.php:
|
668 |
msgid ""
|
669 |
"Dynamically add class for incorrect/correct answer after user selects answer? (Currently only "
|
670 |
"works on multiple choice)"
|
@@ -682,118 +711,121 @@ msgstr "คำถาม"
|
|
682 |
msgid "Answer"
|
683 |
msgstr "คำตอบ"
|
684 |
|
685 |
-
#: php/qmn_options_questions_tab.php:
|
|
|
|
|
|
|
|
|
686 |
msgid "The question has been updated successfully."
|
687 |
msgstr "ปรับปรุงคำถามเรียบร้อย"
|
688 |
|
689 |
-
#: php/qmn_options_questions_tab.php:
|
690 |
msgid "The question has been deleted successfully."
|
691 |
msgstr "ลบคำถามเรียบร้อย"
|
692 |
|
693 |
-
#: php/qmn_options_questions_tab.php:
|
694 |
msgid "The question has been duplicated successfully."
|
695 |
msgstr "ทำสำเนาคำถามเรียบร้อย"
|
696 |
|
697 |
-
#: php/qmn_options_questions_tab.php:
|
698 |
msgid "The question has been created successfully."
|
699 |
msgstr "สร้างคำถามเรียบร้อย"
|
700 |
|
701 |
-
#: php/qmn_options_questions_tab.php:
|
702 |
msgid "Add Question"
|
703 |
msgstr "เพิ่มคำถาม"
|
704 |
|
705 |
-
#: php/qmn_options_questions_tab.php:
|
|
|
|
|
|
|
|
|
706 |
#, php-format
|
707 |
msgid "One question"
|
708 |
msgid_plural "%s questions"
|
709 |
msgstr[0] "หนึ่งคำถาม"
|
710 |
msgstr[1] "%s คำถาม"
|
711 |
|
712 |
-
#: php/qmn_options_questions_tab.php:
|
713 |
-
#: php/qmn_options_questions_tab.php:
|
714 |
msgid "Question Order"
|
715 |
msgstr "ลำดับคำถาม"
|
716 |
|
717 |
-
#: php/qmn_options_questions_tab.php:
|
718 |
-
#: php/qmn_options_questions_tab.php:
|
719 |
msgid "Question Type"
|
720 |
msgstr "ชนิดคำถาม"
|
721 |
|
722 |
-
#: php/qmn_options_questions_tab.php:
|
723 |
-
#: php/qmn_options_questions_tab.php:
|
724 |
msgid "Category"
|
725 |
msgstr "หมวดหมู่"
|
726 |
|
727 |
-
#: php/qmn_options_questions_tab.php:
|
728 |
msgid "Question"
|
729 |
msgstr "คำถาม"
|
730 |
|
731 |
-
#: php/qmn_options_questions_tab.php:
|
732 |
-
msgid ""
|
733 |
-
"For fill in the blank types, use %BLANK% to represent where to put the text box in your text."
|
734 |
-
msgstr ""
|
735 |
-
|
736 |
-
#: php/qmn_options_questions_tab.php:553
|
737 |
msgid "Answers"
|
738 |
msgstr "คำตอบ"
|
739 |
|
740 |
-
#: php/qmn_options_questions_tab.php:
|
741 |
msgid "Points Worth"
|
742 |
msgstr "ค่าคะแนน"
|
743 |
|
744 |
-
#: php/qmn_options_questions_tab.php:
|
745 |
msgid "Correct Answer"
|
746 |
msgstr "ข้อที่ถูกต้อง"
|
747 |
|
748 |
-
#: php/qmn_options_questions_tab.php:
|
749 |
msgid "Add New Answer!"
|
750 |
msgstr "เพิ่มคำตอบใหม่"
|
751 |
|
752 |
-
#: php/qmn_options_questions_tab.php:
|
753 |
msgid "Correct Answer Info"
|
754 |
msgstr "ข้อความข้อที่ถูกต้อง"
|
755 |
|
756 |
-
#: php/qmn_options_questions_tab.php:
|
757 |
msgid "Hint"
|
758 |
msgstr "บอกใบ้"
|
759 |
|
760 |
-
#: php/qmn_options_questions_tab.php:
|
761 |
msgid "Comment Field"
|
762 |
msgstr "ข้อเสนอแนะ"
|
763 |
|
764 |
-
#: php/qmn_options_questions_tab.php:
|
765 |
msgid "Small Text Field"
|
766 |
msgstr "ข้อความสั้น"
|
767 |
|
768 |
-
#: php/qmn_options_questions_tab.php:
|
769 |
msgid "Large Text Field"
|
770 |
msgstr "ข้อความยาว"
|
771 |
|
772 |
-
#: php/qmn_options_questions_tab.php:
|
773 |
msgid "None"
|
774 |
msgstr "ไม่มี"
|
775 |
|
776 |
-
#: php/qmn_options_questions_tab.php:
|
777 |
msgid "Required?"
|
778 |
msgstr "บังคับ?"
|
779 |
|
780 |
-
#: php/qmn_options_questions_tab.php:
|
781 |
msgid "Create Question"
|
782 |
msgstr "สร้างคำถาม"
|
783 |
|
784 |
-
#: php/qmn_options_questions_tab.php:
|
785 |
msgid "Are you sure you want to delete this question?"
|
786 |
msgstr "คุณแน่ใจหรือไม่ที่จะลบคำถามนี้?"
|
787 |
|
788 |
-
#: php/qmn_options_questions_tab.php:
|
789 |
msgid "Delete Question"
|
790 |
msgstr "ลบคำถาม"
|
791 |
|
792 |
-
#: php/qmn_options_questions_tab.php:
|
793 |
msgid "Are you sure you want to duplicate this question?"
|
794 |
msgstr "คุณแน่ใจหรือไม่ที่จะสำเนาคำถามนี้?"
|
795 |
|
796 |
-
#: php/qmn_options_questions_tab.php:
|
797 |
msgid "Duplicate Question"
|
798 |
msgstr "ทำสำเนาคำถาม"
|
799 |
|
@@ -805,47 +837,47 @@ msgstr "หน้าแสดงผลลัพธ์"
|
|
805 |
msgid "The results page has been added successfully."
|
806 |
msgstr "เพิ่มหน้าแสดงผลลัพธ์เรียบร้อย"
|
807 |
|
808 |
-
#: php/qmn_options_results_page_tab.php:
|
809 |
msgid "The results page has been saved successfully."
|
810 |
msgstr "บันทึกหน้าแสดงผลลัพธ์เรียบร้อย"
|
811 |
|
812 |
-
#: php/qmn_options_results_page_tab.php:
|
813 |
msgid "The amount of time user spent taking quiz in minutes"
|
814 |
msgstr ""
|
815 |
|
816 |
-
#: php/qmn_options_results_page_tab.php:
|
817 |
msgid "The amount of time user spent taking quiz in seconds"
|
818 |
msgstr ""
|
819 |
|
820 |
-
#: php/qmn_options_results_page_tab.php:
|
821 |
msgid "Displays button to share on Facebook."
|
822 |
msgstr ""
|
823 |
|
824 |
-
#: php/qmn_options_results_page_tab.php:
|
825 |
msgid "Displays button to share on Twitter."
|
826 |
msgstr ""
|
827 |
|
828 |
-
#: php/qmn_options_results_page_tab.php:
|
829 |
msgid "Save Results Pages"
|
830 |
msgstr "บันทึกหน้าแสดงผลลัพธ์"
|
831 |
|
832 |
-
#: php/qmn_options_results_page_tab.php:
|
833 |
msgid "Add New Results Page"
|
834 |
msgstr "เพิ่มหน้าแสดงผลลัพธ์ใหม่"
|
835 |
|
836 |
-
#: php/qmn_options_results_page_tab.php:
|
837 |
msgid "Results Page Shown"
|
838 |
msgstr "แสดงหน้าแสดงผลลัพธ์"
|
839 |
|
840 |
-
#: php/qmn_options_results_page_tab.php:
|
841 |
msgid "Redirect URL (Beta)"
|
842 |
msgstr ""
|
843 |
|
844 |
-
#: php/qmn_options_results_page_tab.php:
|
845 |
msgid "Delete"
|
846 |
msgstr "ลบ"
|
847 |
|
848 |
-
#: php/qmn_options_results_page_tab.php:
|
849 |
msgid "Are you sure?"
|
850 |
msgstr "คุณแน่ใจหรือไม่?"
|
851 |
|
@@ -857,27 +889,27 @@ msgstr "รูปแบบ"
|
|
857 |
msgid "The style has been saved successfully."
|
858 |
msgstr "บันทึกรูปแบบเรียบร้อย"
|
859 |
|
860 |
-
#: php/qmn_options_style_tab.php:
|
861 |
msgid "Quiz Styles"
|
862 |
msgstr "รูปแบบคำถาม"
|
863 |
|
864 |
-
#: php/qmn_options_style_tab.php:
|
865 |
msgid "Choose your style:"
|
866 |
msgstr "เลือกรูปแบบ:"
|
867 |
|
868 |
-
#: php/qmn_options_style_tab.php:
|
869 |
msgid "Custom"
|
870 |
msgstr "กำหนดเอง"
|
871 |
|
872 |
-
#: php/qmn_options_style_tab.php:
|
873 |
msgid "Save Quiz Style"
|
874 |
msgstr "บันทึกรูปแบบคำถาม"
|
875 |
|
876 |
-
#: php/qmn_options_style_tab.php:
|
877 |
msgid "Custom Style CSS"
|
878 |
msgstr "กำหนด CSS เอง"
|
879 |
|
880 |
-
#: php/qmn_options_style_tab.php:
|
881 |
msgid ""
|
882 |
"For detailed help and guidance along with a list of different classes used in this plugin, "
|
883 |
"please visit the following link:"
|
@@ -887,120 +919,120 @@ msgstr "ข้อมูลความช่วยเหลือและห้
|
|
887 |
msgid "Text"
|
888 |
msgstr "ข้อความ"
|
889 |
|
890 |
-
#: php/qmn_options_text_tab.php:
|
891 |
msgid "The templates has been updated successfully."
|
892 |
msgstr "อัพเดทแม่แบบเรียบร้อย"
|
893 |
|
894 |
-
#: php/qmn_options_text_tab.php:
|
895 |
msgid "Previous"
|
896 |
msgstr "ก่อนหน้า"
|
897 |
|
898 |
-
#: php/qmn_options_text_tab.php:
|
899 |
msgid "Save Templates"
|
900 |
msgstr "บันทึกแม่แบบ"
|
901 |
|
902 |
-
#: php/qmn_options_text_tab.php:
|
903 |
msgid "Message Templates"
|
904 |
msgstr "แม่แบบข้อความ"
|
905 |
|
906 |
-
#: php/qmn_options_text_tab.php:
|
907 |
msgid "Message Displayed Before Quiz"
|
908 |
msgstr "ข้อความที่แสดงก่อนทำแบบทดสอบ"
|
909 |
|
910 |
-
#: php/qmn_options_text_tab.php:
|
911 |
msgid "Message Displayed Before Comments Box If Enabled"
|
912 |
msgstr "ข้อความที่ถูกแสดงก่อนช่องข้อแนะนำ, หากเปิดใช้"
|
913 |
|
914 |
-
#: php/qmn_options_text_tab.php:
|
915 |
msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
|
916 |
msgstr "ข้อความที่ถูกแสดงทำแบบทดสอบเสร็จ (ปล่อยว่างเพื่อละเว้นการเลือกข้อความ)"
|
917 |
|
918 |
-
#: php/qmn_options_text_tab.php:
|
919 |
msgid "Message Displayed If User Has Tried Quiz Too Many Times"
|
920 |
msgstr "ข้อความที่ถูกแสดงหากผู้ใช้ทำแบบทดสอบหลายครั้งเกินไป"
|
921 |
|
922 |
-
#: php/qmn_options_text_tab.php:
|
923 |
msgid "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be Logged In"
|
924 |
msgstr "ข้อความที่ถูกแสดง เมื่อผู้ใช้ไม่ได้ลงชื่อเข้าใช้ เมื่อแบบทดสอบต้องการลงชื่อเข้าใช้งาน"
|
925 |
|
926 |
-
#: php/qmn_options_text_tab.php:
|
927 |
msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
|
928 |
msgstr "ข้อความที่ถูกแสดงถ้าวันที่อยู่นอกวันเวลาที่อนุญาติใช้งาน"
|
929 |
|
930 |
-
#: php/qmn_options_text_tab.php:
|
931 |
msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
|
932 |
msgstr "ข้อความที่ถูกแสดงหากจำนวนรายการเกินกำหนด"
|
933 |
|
934 |
-
#: php/qmn_options_text_tab.php:
|
935 |
msgid "%QUESTIONS_ANSWERS% Text"
|
936 |
msgstr "%QUESTIONS_ANSWERS% ข้อความ"
|
937 |
|
938 |
-
#: php/qmn_options_text_tab.php:
|
939 |
msgid "Twitter Sharing Text"
|
940 |
msgstr "ข้อความแชร์ทวิตเตอร์"
|
941 |
|
942 |
-
#: php/qmn_options_text_tab.php:
|
943 |
msgid "Facebook Sharing Text"
|
944 |
msgstr "ข้อความแชร์เฟสบุค"
|
945 |
|
946 |
-
#: php/qmn_options_text_tab.php:
|
947 |
msgid "Other Templates"
|
948 |
msgstr "แม่แบบอื่นๆ"
|
949 |
|
950 |
-
#: php/qmn_options_text_tab.php:
|
951 |
msgid "Text for submit button"
|
952 |
msgstr "ข้อความสำหรับปุ่ม ส่ง"
|
953 |
|
954 |
-
#: php/qmn_options_text_tab.php:
|
955 |
msgid "Text for name field"
|
956 |
msgstr "ข้อความสำหรับช่องชื่อ"
|
957 |
|
958 |
-
#: php/qmn_options_text_tab.php:
|
959 |
msgid "Text for business field"
|
960 |
msgstr "ข้อความสำหรับช่องที่ทำงาน"
|
961 |
|
962 |
-
#: php/qmn_options_text_tab.php:
|
963 |
msgid "Text for email field"
|
964 |
msgstr "ข้อความสำหรับข่องอีเมล์"
|
965 |
|
966 |
-
#: php/qmn_options_text_tab.php:
|
967 |
msgid "Text for phone number field"
|
968 |
msgstr "ข้อความสำหรับช่องโทรศัพท์"
|
969 |
|
970 |
-
#: php/qmn_options_text_tab.php:
|
971 |
msgid "Text for comments field"
|
972 |
msgstr "ข้อความสำหรับช่องข้อแนะนำ"
|
973 |
|
974 |
-
#: php/qmn_options_text_tab.php:
|
975 |
msgid "Text for previous button"
|
976 |
msgstr "ข้อความสำหรับปุ่ม ก่อนหน้า"
|
977 |
|
978 |
-
#: php/qmn_options_text_tab.php:
|
979 |
msgid "Text for next button"
|
980 |
msgstr "ข้อความสำหรับปุ่ม ถัดไป"
|
981 |
|
982 |
-
#: php/qmn_options_tools_tab.php:
|
983 |
msgid "The stats has been reset successfully."
|
984 |
msgstr "ล้างค่าสถิติเรียบร้อย"
|
985 |
|
986 |
-
#: php/qmn_options_tools_tab.php:
|
987 |
msgid ""
|
988 |
"Use this button to reset all the stats collected for this quiz (Quiz Views and Times Quiz Has "
|
989 |
"Been Taken)."
|
990 |
msgstr "ใช้ปุ่มนี้ เพื่อล้างค่าสถิติที่เก็บข้อมูลแบบทดสอบนี้"
|
991 |
|
992 |
-
#: php/qmn_options_tools_tab.php:
|
993 |
msgid "Reset Quiz Views And Taken Stats"
|
994 |
msgstr "ล้างสถิติการดูและทำแบบทดสอบ"
|
995 |
|
996 |
-
#: php/qmn_options_tools_tab.php:
|
997 |
msgid ""
|
998 |
"Are you sure you want to reset the stats to 0? All views and taken stats for this quiz will be "
|
999 |
"reset. This is permanent and cannot be undone."
|
1000 |
msgstr ""
|
1001 |
"คุณแน่ใจหรือไม่ ว่าต้องการลบสถิติทั้งหมดเป็น 0? ข้อมูลสถิติการดูและทำแบบทำสอบจะถูกตั้งค่าใหม่ ไม่สามารถกู้คืนข้อมูลได้!!"
|
1002 |
|
1003 |
-
#: php/qmn_options_tools_tab.php:
|
1004 |
msgid "Reset All Stats For Quiz"
|
1005 |
msgstr "ล้างสถิติทั้งหมดของแบบทดสอบ"
|
1006 |
|
@@ -1008,63 +1040,72 @@ msgstr "ล้างสถิติทั้งหมดของแบบทด
|
|
1008 |
msgid "Multiple Choice"
|
1009 |
msgstr "หลายตัวเลือก"
|
1010 |
|
1011 |
-
#: php/qmn_question_types.php:
|
1012 |
msgid "Horizontal Multiple Choice"
|
1013 |
msgstr "ตัวเลือกแนวนอน"
|
1014 |
|
1015 |
-
#: php/qmn_question_types.php:
|
1016 |
msgid "Drop Down"
|
1017 |
msgstr "ดรอปดาวน์"
|
1018 |
|
1019 |
-
#: php/qmn_question_types.php:
|
1020 |
msgid "Small Open Answer"
|
1021 |
msgstr "คำตอบปลายเปิดแบบสั้น"
|
1022 |
|
1023 |
-
#: php/qmn_question_types.php:
|
1024 |
msgid "Multiple Response"
|
1025 |
msgstr "เลือกหลายคำตอบ"
|
1026 |
|
1027 |
-
#: php/qmn_question_types.php:
|
1028 |
msgid "Large Open Answer"
|
1029 |
msgstr "กรอกคำตอบแบบยาว"
|
1030 |
|
1031 |
-
#: php/qmn_question_types.php:
|
1032 |
msgid "Text Block"
|
1033 |
msgstr "ช่องข้อความ"
|
1034 |
|
1035 |
-
#: php/qmn_question_types.php:
|
1036 |
msgid "Number"
|
1037 |
msgstr "ตัวเลข"
|
1038 |
|
1039 |
-
#: php/qmn_question_types.php:
|
1040 |
msgid "Accept"
|
1041 |
msgstr "ยอมรับ"
|
1042 |
|
1043 |
-
#: php/qmn_question_types.php:
|
1044 |
msgid "Captcha"
|
1045 |
msgstr "Captcha"
|
1046 |
|
1047 |
-
#: php/qmn_question_types.php:
|
1048 |
msgid "Horizontal Multiple Response"
|
1049 |
msgstr "เลือกได้หลายคำตอบแนวนอน"
|
1050 |
|
1051 |
-
#: php/qmn_question_types.php:
|
|
|
|
|
|
|
|
|
|
|
1052 |
msgid "Fill In The Blank"
|
1053 |
msgstr ""
|
1054 |
|
1055 |
-
#: php/qmn_quiz.php:
|
|
|
|
|
|
|
|
|
1056 |
msgid "Not a valid e-mail address!"
|
1057 |
msgstr "รูปแบบอีเมล์ไม่ถูกต้อง"
|
1058 |
|
1059 |
-
#: php/qmn_quiz.php:
|
1060 |
msgid "This field must be a number!"
|
1061 |
msgstr "ใช้ตัวเลขในช่องนี้เท่านั้น"
|
1062 |
|
1063 |
-
#: php/qmn_quiz.php:
|
1064 |
msgid "The entered text is not correct!"
|
1065 |
msgstr "ข้อความที่กรอกไม่ถูกต้อง!"
|
1066 |
|
1067 |
-
#: php/qmn_quiz.php:
|
1068 |
msgid "Please complete all required fields!"
|
1069 |
msgstr "กรุณาตอบช่องบังคับทุกช่อง!"
|
1070 |
|
@@ -1080,7 +1121,7 @@ msgstr[0] "หนึ่งแบบทดสอบ"
|
|
1080 |
msgstr[1] "%s แบบทดสอบ"
|
1081 |
|
1082 |
#: php/qmn_quiz_admin.php:259 php/qmn_quiz_admin.php:310 php/qmn_quiz_admin.php:378
|
1083 |
-
#: php/qmn_results.php:
|
1084 |
msgid "Quiz Name"
|
1085 |
msgstr "ชื่อแบบทดสอบ"
|
1086 |
|
@@ -1156,21 +1197,21 @@ msgstr "คุณแน่ใจหรือไม่ที่จะลบแบ
|
|
1156 |
msgid "Delete Quiz"
|
1157 |
msgstr "ลบแบบทดสอบ"
|
1158 |
|
1159 |
-
#: php/qmn_quiz_creator.php:
|
1160 |
msgid ""
|
1161 |
"Your new quiz has been created successfully. To begin editing your quiz, click the Edit link on "
|
1162 |
"the new quiz."
|
1163 |
msgstr "แบบทดสอบใหม่จองท่านได้ถูกสร้างเรียบร้อย คลิ้กลิงค์แก้ไขที่แบบทดสอบใหม่ เพื่อทำการแก้ไข"
|
1164 |
|
1165 |
-
#: php/qmn_quiz_creator.php:
|
1166 |
msgid "Your quiz has been deleted successfully."
|
1167 |
msgstr "แบบทดสอบของท่านได้ถูกลบเรียบร้อย"
|
1168 |
|
1169 |
-
#: php/qmn_quiz_creator.php:
|
1170 |
msgid "Your quiz name has been updated successfully."
|
1171 |
msgstr "ชื่อแบบทดสอบของท่านได้ถูกอัพเดทเรียบร้อย"
|
1172 |
|
1173 |
-
#: php/qmn_quiz_creator.php:
|
1174 |
msgid "Your quiz has been duplicated successfully."
|
1175 |
msgstr "แบบทดสอบของท่านได้ถูกทำสำเนาเรียบร้อย"
|
1176 |
|
@@ -1183,54 +1224,54 @@ msgstr "ตั้งค่าแบบทดสอบสำหรับ %s"
|
|
1183 |
msgid "Please go to the quizzes page and click on the Edit link from the quiz you wish to edit."
|
1184 |
msgstr "กรุณาไปยังหน้ารายการแบบทดสอบและ คลิ้ก แก้ไขลิงค์ ของแบบทดสอบที่ต้องการแก้ไข"
|
1185 |
|
1186 |
-
#: php/qmn_results.php:
|
1187 |
msgid "Your results has been deleted successfully."
|
1188 |
msgstr "ผลลัพท์ของท่านได้ถูกลบเรียบร้อย"
|
1189 |
|
1190 |
-
#: php/qmn_results.php:
|
1191 |
#, php-format
|
1192 |
msgid "One result"
|
1193 |
msgid_plural "%s results"
|
1194 |
msgstr[0] ""
|
1195 |
msgstr[1] ""
|
1196 |
|
1197 |
-
#: php/qmn_results.php:
|
1198 |
msgid "Actions"
|
1199 |
msgstr "กระทำ"
|
1200 |
|
1201 |
-
#: php/qmn_results.php:
|
1202 |
msgid "Score"
|
1203 |
msgstr "คำแนน"
|
1204 |
|
1205 |
-
#: php/qmn_results.php:
|
1206 |
msgid "Time To Complete"
|
1207 |
msgstr "เวลาที่ทำสำเร็จ"
|
1208 |
|
1209 |
-
#: php/qmn_results.php:
|
1210 |
msgid "Name"
|
1211 |
msgstr "ชื่อ"
|
1212 |
|
1213 |
-
#: php/qmn_results.php:
|
1214 |
msgid "Business"
|
1215 |
msgstr "ที่ทำงาน"
|
1216 |
|
1217 |
-
#: php/qmn_results.php:
|
1218 |
msgid "Email"
|
1219 |
msgstr "อีเมล์"
|
1220 |
|
1221 |
-
#: php/qmn_results.php:
|
1222 |
msgid "Phone"
|
1223 |
msgstr "โทรศัพท์"
|
1224 |
|
1225 |
-
#: php/qmn_results.php:
|
1226 |
msgid "Time Taken"
|
1227 |
msgstr "ใช้เวลาไป"
|
1228 |
|
1229 |
-
#: php/qmn_results.php:
|
1230 |
msgid "Are you sure you want to delete these results?"
|
1231 |
msgstr "คุณแน่ใจหรือไม่ที่จะลบผลลัพธ์"
|
1232 |
|
1233 |
-
#: php/qmn_results.php:
|
1234 |
msgid "Delete Results"
|
1235 |
msgstr "ลบผลลัพธ์"
|
1236 |
|
@@ -1310,6 +1351,13 @@ msgstr "ชื่อหัวข้อวิตเจ็ต"
|
|
1310 |
msgid "Quiz ID"
|
1311 |
msgstr "หมายเลขแบบทดสอบ"
|
1312 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1313 |
#~ msgid "The amount of time user spent of quiz"
|
1314 |
#~ msgstr "เวลาที่ใช้ทั่งหมดในการทำแบบทดสอบ"
|
1315 |
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Quiz Master Next\n"
|
7 |
"Report-Msgid-Bugs-To: \n"
|
8 |
+
"POT-Creation-Date: 2015-08-04 13:54-0400\n"
|
9 |
"PO-Revision-Date: \n"
|
10 |
"Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
|
11 |
"Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
|
19 |
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;esc_attr_x:1,2c;"
|
20 |
"esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;"
|
21 |
"__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
22 |
+
"X-Poedit-Basepath: ..\n"
|
23 |
+
"X-Generator: Poedit 1.8.4\n"
|
24 |
"X-Poedit-SearchPath-0: .\n"
|
25 |
|
26 |
+
#: mlw_quizmaster2.php:224 php/qmn_quiz_admin.php:196
|
27 |
msgid "Quizzes"
|
28 |
msgstr "แบบทดสอบ"
|
29 |
|
30 |
+
#: mlw_quizmaster2.php:225
|
31 |
msgid "Quiz Settings"
|
32 |
msgstr "ตั้งค่าแบบทดสอบ"
|
33 |
|
34 |
+
#: mlw_quizmaster2.php:226 php/qmn_results.php:193 php/qmn_results_details.php:20
|
35 |
msgid "Quiz Results"
|
36 |
msgstr "ผลลัพธ์แบบทดสอบ"
|
37 |
|
38 |
+
#: mlw_quizmaster2.php:227
|
39 |
msgid "Quiz Result Details"
|
40 |
msgstr "รายละเอียดผลลัพธ์ของแบบทดสอบ"
|
41 |
|
42 |
+
#: mlw_quizmaster2.php:228
|
43 |
msgid "Settings"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: mlw_quizmaster2.php:229 php/qmn_options_tools_tab.php:13 php/qmn_tools.php:65
|
47 |
msgid "Tools"
|
48 |
msgstr "เครื่องมือ"
|
49 |
|
50 |
+
#: mlw_quizmaster2.php:230
|
51 |
msgid "Stats"
|
52 |
msgstr "สถิติ"
|
53 |
|
54 |
+
#: mlw_quizmaster2.php:231
|
55 |
msgid "Addon Settings"
|
56 |
msgstr "ตั้งค่าส่วนเพิ่มเติม"
|
57 |
|
58 |
+
#: mlw_quizmaster2.php:232
|
59 |
msgid "Help"
|
60 |
msgstr "ช่วยเหลือ"
|
61 |
|
62 |
+
#: mlw_quizmaster2.php:235 mlw_quizmaster2.php:236
|
63 |
msgid "QMN About"
|
64 |
msgstr "เกี่ยวกับ QMN"
|
65 |
|
66 |
+
#: php/class-qmn-review-message.php:83
|
67 |
+
#, php-format
|
68 |
+
msgid ""
|
69 |
+
"Greetings! I just noticed that you now have more than %d quiz results. That is\n"
|
70 |
+
"\t\tawesome! Could you please help me out by giving this plugin a 5-star rating on WordPress? "
|
71 |
+
"This\n"
|
72 |
+
"\t\twill help us by helping other users discover this plugin. %s"
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: php/class-qmn-review-message.php:89
|
76 |
+
msgid "Yeah, you deserve it!"
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: php/class-qmn-review-message.php:90
|
80 |
+
msgid "I already did!"
|
81 |
+
msgstr ""
|
82 |
+
|
83 |
+
#: php/class-qmn-review-message.php:91
|
84 |
+
msgid "No, this plugin is not good enough"
|
85 |
+
msgstr ""
|
86 |
+
|
87 |
#: php/qmn-stats-page.php:29
|
88 |
msgid "Quiz Statistics"
|
89 |
msgstr "สถิติการทดสอบ"
|
129 |
msgid "Changelog"
|
130 |
msgstr "บันทึกการเปลี่ยนแปลง"
|
131 |
|
132 |
+
#: php/qmn_credits.php:39
|
133 |
+
msgid "People Who Make QMN Possible"
|
134 |
+
msgstr ""
|
135 |
+
|
136 |
+
#: php/qmn_credits.php:108
|
137 |
+
#, php-format
|
138 |
+
msgid "View %s"
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
#: php/qmn_dashboard_widgets.php:16
|
142 |
msgid "Quiz Master Next Snapshot"
|
143 |
msgstr "Quiz Master Next Snapshot"
|
176 |
msgid "least popular quiz"
|
177 |
msgstr "แบบทดสอบเป็นที่นิยมต่ำสุด"
|
178 |
|
179 |
+
#: php/qmn_help.php:20
|
180 |
msgid "Need Help?"
|
181 |
msgstr "ต้องการความช่วยเหลือ?"
|
182 |
|
183 |
+
#: php/qmn_help.php:21
|
184 |
msgid "Support"
|
185 |
msgstr "สนับสนุน"
|
186 |
|
187 |
+
#: php/qmn_help.php:22
|
188 |
msgid "System Info"
|
189 |
msgstr "ข้อมูลระบบ"
|
190 |
|
191 |
+
#: php/qmn_help.php:25
|
192 |
msgid "Help Page"
|
193 |
msgstr "หน้าช่วยเหลือ"
|
194 |
|
195 |
+
#: php/qmn_help.php:55
|
196 |
msgid "Need help with the plugin? Try any of the following:"
|
197 |
msgstr "ต้องการความช่วยเหลือ? ลองทำสิ่งต่อไปนี้"
|
198 |
|
200 |
msgid "Certificate (Beta)"
|
201 |
msgstr "ประกาศนียบัตร (รุ่นทดสอบ)"
|
202 |
|
203 |
+
#: php/qmn_options_certificate_tab.php:64
|
204 |
msgid "The certificate has been updated successfully."
|
205 |
msgstr "อัพเดทประกาศนียบัตรเรียบร้อย"
|
206 |
|
207 |
+
#: php/qmn_options_certificate_tab.php:83 php/qmn_options_email_tab.php:76
|
208 |
+
#: php/qmn_options_email_tab.php:144 php/qmn_options_email_tab.php:217
|
209 |
+
#: php/qmn_options_leaderboard_tab.php:68 php/qmn_options_option_tab.php:131
|
210 |
+
#: php/qmn_options_questions_tab.php:188 php/qmn_options_questions_tab.php:233
|
211 |
+
#: php/qmn_options_questions_tab.php:325 php/qmn_options_questions_tab.php:422
|
212 |
+
#: php/qmn_options_results_page_tab.php:76 php/qmn_options_results_page_tab.php:125
|
213 |
+
#: php/qmn_options_style_tab.php:60 php/qmn_options_text_tab.php:123
|
214 |
+
#: php/qmn_options_tools_tab.php:68 php/qmn_quiz_creator.php:315 php/qmn_quiz_creator.php:390
|
215 |
+
#: php/qmn_quiz_creator.php:441 php/qmn_quiz_creator.php:608 php/qmn_quiz_creator.php:674
|
216 |
+
#: php/qmn_results.php:58
|
217 |
#, php-format
|
218 |
msgid ""
|
219 |
"There has been an error in this action. Please share this with the developer. Error Code: %s"
|
220 |
msgstr "เกิดข้อผิดพลาดในการทำงาน โปรดแชร์ให้กับผู้พัฒนา หมายเลขข้อผิดพลาด Error Code: %s"
|
221 |
|
222 |
+
#: php/qmn_options_certificate_tab.php:100
|
223 |
msgid "Enter title here"
|
224 |
msgstr "กรอกหัวข้อที่นี่"
|
225 |
|
226 |
+
#: php/qmn_options_certificate_tab.php:100 php/qmn_options_email_tab.php:95
|
227 |
+
#: php/qmn_options_email_tab.php:113
|
228 |
msgid "Enter text here"
|
229 |
msgstr "กรอกข้อความที่นี่"
|
230 |
|
231 |
+
#: php/qmn_options_certificate_tab.php:104
|
232 |
msgid "Quiz Certificate (Beta)"
|
233 |
msgstr "ประกาศนียบัตรสำหรับแบบทดสอบ (รุ่นทดลอง)"
|
234 |
|
235 |
+
#: php/qmn_options_certificate_tab.php:105
|
236 |
msgid ""
|
237 |
"Enter in your text here to fill in the certificate for this quiz. Be sure to enter in the link "
|
238 |
+
"variable into the templates on the Emails and Results Page tabs so the user can access the "
|
239 |
+
"certificate."
|
240 |
msgstr ""
|
|
|
|
|
241 |
|
242 |
+
#: php/qmn_options_certificate_tab.php:106
|
243 |
msgid "These fields cannot contain HTML."
|
244 |
msgstr "ไม่สามารถใช้ HTML ในช่องนี้"
|
245 |
|
246 |
+
#: php/qmn_options_certificate_tab.php:107 php/qmn_options_certificate_tab.php:163
|
247 |
msgid "Save Certificate Options"
|
248 |
msgstr "บันทึกการตั้งค่าประกาศนียบัตร"
|
249 |
|
250 |
+
#: php/qmn_options_certificate_tab.php:115
|
251 |
msgid "Enable Certificates For This Quiz?"
|
252 |
msgstr "ใช้งานประกาศนียบัตรสำหรับแบบทดสอบนี้?"
|
253 |
|
254 |
+
#: php/qmn_options_certificate_tab.php:117 php/qmn_options_email_tab.php:381
|
255 |
+
#: php/qmn_options_email_tab.php:388 php/qmn_options_option_tab.php:178
|
256 |
+
#: php/qmn_options_option_tab.php:239 php/qmn_options_option_tab.php:246
|
257 |
+
#: php/qmn_options_option_tab.php:254 php/qmn_options_option_tab.php:262
|
258 |
+
#: php/qmn_options_option_tab.php:270 php/qmn_options_option_tab.php:278
|
259 |
+
#: php/qmn_options_option_tab.php:285 php/qmn_options_option_tab.php:292
|
260 |
+
#: php/qmn_options_option_tab.php:299 php/qmn_options_option_tab.php:306
|
261 |
+
#: php/qmn_options_questions_tab.php:699 php/qmn_options_results_page_tab.php:282
|
262 |
msgid "Yes"
|
263 |
msgstr "ใช่"
|
264 |
|
265 |
+
#: php/qmn_options_certificate_tab.php:118 php/qmn_options_email_tab.php:382
|
266 |
+
#: php/qmn_options_email_tab.php:389 php/qmn_options_option_tab.php:179
|
267 |
+
#: php/qmn_options_option_tab.php:226 php/qmn_options_option_tab.php:240
|
268 |
+
#: php/qmn_options_option_tab.php:248 php/qmn_options_option_tab.php:256
|
269 |
+
#: php/qmn_options_option_tab.php:264 php/qmn_options_option_tab.php:272
|
270 |
+
#: php/qmn_options_option_tab.php:279 php/qmn_options_option_tab.php:286
|
271 |
+
#: php/qmn_options_option_tab.php:293 php/qmn_options_option_tab.php:300
|
272 |
+
#: php/qmn_options_option_tab.php:307 php/qmn_options_questions_tab.php:700
|
273 |
+
#: php/qmn_options_results_page_tab.php:282
|
274 |
msgid "No"
|
275 |
msgstr "ไม่ใช่"
|
276 |
|
277 |
+
#: php/qmn_options_certificate_tab.php:123
|
278 |
msgid "Certificate Title"
|
279 |
msgstr "หัวข้อประกาศนียบัตร"
|
280 |
|
281 |
+
#: php/qmn_options_certificate_tab.php:130
|
282 |
msgid "Message Displayed On Certificate"
|
283 |
msgstr "ข้อความแสดงบนประกาศนียบัตร"
|
284 |
|
285 |
+
#: php/qmn_options_certificate_tab.php:132 php/qmn_options_leaderboard_tab.php:122
|
286 |
+
#: php/qmn_options_text_tab.php:254 php/qmn_options_text_tab.php:264
|
287 |
+
#: php/qmn_options_text_tab.php:274 php/qmn_options_text_tab.php:284
|
288 |
+
#: php/qmn_options_text_tab.php:294 php/qmn_options_text_tab.php:304
|
289 |
+
#: php/qmn_options_text_tab.php:314 php/qmn_options_text_tab.php:324
|
290 |
+
#: php/qmn_options_text_tab.php:337 php/qmn_options_text_tab.php:354
|
291 |
msgid "Allowed Variables:"
|
292 |
msgstr "ตัวแปรที่อนุญาตื"
|
293 |
|
294 |
+
#: php/qmn_options_certificate_tab.php:150
|
295 |
msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
|
296 |
msgstr "URL ไปยังโลโก้ (ชนิด JPG, JPEG, PNG or GIF)"
|
297 |
|
298 |
+
#: php/qmn_options_certificate_tab.php:157
|
299 |
msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
|
300 |
msgstr "URL ไปยังภาพพื้นหลัง (ชนิด JPG, JPEG, PNG or GIF)"
|
301 |
|
303 |
msgid "Emails"
|
304 |
msgstr "อีเมล์"
|
305 |
|
306 |
+
#: php/qmn_options_email_tab.php:55 php/qmn_options_email_tab.php:123
|
307 |
msgid "The email has been added successfully."
|
308 |
msgstr "เพิ่มอีเมล์เรียบร้อย"
|
309 |
|
310 |
+
#: php/qmn_options_email_tab.php:196
|
311 |
msgid "The email has been updated successfully."
|
312 |
msgstr "อัพเดทอีเมล์เรียบร้อย"
|
313 |
|
314 |
+
#: php/qmn_options_email_tab.php:285 php/qmn_options_leaderboard_tab.php:80
|
315 |
+
#: php/qmn_options_results_page_tab.php:166 php/qmn_options_text_tab.php:161
|
316 |
msgid "Template Variables"
|
317 |
msgstr "ตัวแปรแม่แบบ"
|
318 |
|
319 |
+
#: php/qmn_options_email_tab.php:288 php/qmn_options_results_page_tab.php:169
|
320 |
+
#: php/qmn_options_text_tab.php:164
|
321 |
msgid "Score for the quiz when using points"
|
322 |
msgstr "คะแนนแบบทดสอบ ใช้งานคะแนน"
|
323 |
|
324 |
+
#: php/qmn_options_email_tab.php:291 php/qmn_options_results_page_tab.php:172
|
325 |
+
#: php/qmn_options_text_tab.php:167
|
326 |
msgid "The average amount of points user had per question"
|
327 |
msgstr "คะแนนเฉลี่ยของผู้ใช้งาน ต่อคำถาม"
|
328 |
|
329 |
+
#: php/qmn_options_email_tab.php:294 php/qmn_options_results_page_tab.php:175
|
330 |
+
#: php/qmn_options_text_tab.php:170
|
331 |
msgid "The number of correct answers the user had"
|
332 |
msgstr "จำนวนข้อถูกของผู้ใช้"
|
333 |
|
334 |
+
#: php/qmn_options_email_tab.php:297 php/qmn_options_results_page_tab.php:178
|
335 |
+
#: php/qmn_options_text_tab.php:173
|
336 |
msgid "The total number of questions in the quiz"
|
337 |
msgstr "จำนวนคำถามทั้งหมดของแบบทดสอบนี้"
|
338 |
|
339 |
+
#: php/qmn_options_email_tab.php:300 php/qmn_options_results_page_tab.php:181
|
340 |
+
#: php/qmn_options_text_tab.php:176
|
341 |
msgid "Score for the quiz when using correct answers"
|
342 |
msgstr "คะแนนแบบทดสอบ ใช้งานคำตอบที่ถูก"
|
343 |
|
344 |
+
#: php/qmn_options_email_tab.php:303 php/qmn_options_results_page_tab.php:184
|
345 |
+
#: php/qmn_options_text_tab.php:179
|
346 |
msgid "The name the user entered before the quiz"
|
347 |
msgstr "ชื่อที่ผู้ใช้กรอกก่อนทำแบบทดสอบ"
|
348 |
|
349 |
+
#: php/qmn_options_email_tab.php:306 php/qmn_options_results_page_tab.php:187
|
350 |
+
#: php/qmn_options_text_tab.php:182
|
351 |
msgid "The business the user entered before the quiz"
|
352 |
msgstr "ที่ทำงานที่ผู้ใช้กรอกก่อนทำแบบทดสอบ"
|
353 |
|
354 |
+
#: php/qmn_options_email_tab.php:309 php/qmn_options_results_page_tab.php:190
|
355 |
+
#: php/qmn_options_text_tab.php:185
|
356 |
msgid "The phone number the user entered before the quiz"
|
357 |
msgstr "โทรศัพท์ที่ผู้ใช้กรอกก่อนทำแบบทดสอบ"
|
358 |
|
359 |
+
#: php/qmn_options_email_tab.php:312 php/qmn_options_results_page_tab.php:193
|
360 |
+
#: php/qmn_options_text_tab.php:188
|
361 |
msgid "The email the user entered before the quiz"
|
362 |
msgstr "อีเมล์ที่ผู้ใช้กรอกก่อนทำแบบทดสอบ"
|
363 |
|
364 |
+
#: php/qmn_options_email_tab.php:315 php/qmn_options_leaderboard_tab.php:108
|
365 |
+
#: php/qmn_options_results_page_tab.php:196 php/qmn_options_text_tab.php:191
|
366 |
msgid "The name of the quiz"
|
367 |
msgstr "ชื่อของแบบทดสอบ"
|
368 |
|
369 |
+
#: php/qmn_options_email_tab.php:318 php/qmn_options_results_page_tab.php:199
|
370 |
+
#: php/qmn_options_text_tab.php:194
|
371 |
msgid "Shows the question, the answer the user provided, and the correct answer"
|
372 |
msgstr "แสดงคำถาม, คำตอบจากผู้ใช้, และข้อที่ถูกต้อง"
|
373 |
|
374 |
+
#: php/qmn_options_email_tab.php:321 php/qmn_options_results_page_tab.php:202
|
375 |
+
#: php/qmn_options_text_tab.php:197
|
376 |
msgid "The comments the user entered into comment box if enabled"
|
377 |
msgstr "ข้อแนะนำที่ได้รับจากผู้ใช้"
|
378 |
|
379 |
+
#: php/qmn_options_email_tab.php:324 php/qmn_options_text_tab.php:200
|
380 |
msgid "The amount of time user spent on quiz in seconds"
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: php/qmn_options_email_tab.php:327 php/qmn_options_text_tab.php:203
|
384 |
msgid "The amount of time user spent on quiz in minutes"
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: php/qmn_options_email_tab.php:330 php/qmn_options_results_page_tab.php:211
|
388 |
+
#: php/qmn_options_text_tab.php:206
|
389 |
msgid "The link to the certificate after completing the quiz"
|
390 |
msgstr "ลิงค์ไปสู่ประกาศนียบัตรหลังทำแบบทดสอบเรียบร้อย"
|
391 |
|
392 |
+
#: php/qmn_options_email_tab.php:333 php/qmn_options_results_page_tab.php:214
|
393 |
+
#: php/qmn_options_text_tab.php:209
|
394 |
msgid "The amount of points a specific category earned."
|
395 |
msgstr "คะแนนเฉพาะจากหมวดหมู่"
|
396 |
|
397 |
+
#: php/qmn_options_email_tab.php:336 php/qmn_options_results_page_tab.php:217
|
398 |
+
#: php/qmn_options_text_tab.php:212
|
399 |
msgid "The score a specific category earned."
|
400 |
msgstr "คะแนนเฉพาะจากหมวดหมู่"
|
401 |
|
402 |
+
#: php/qmn_options_email_tab.php:339 php/qmn_options_results_page_tab.php:220
|
403 |
+
#: php/qmn_options_text_tab.php:215
|
404 |
msgid "The average points from all categories."
|
405 |
msgstr "คะแนนเฉลี่ยจากหมวดหมู่ทั้งหมด"
|
406 |
|
407 |
+
#: php/qmn_options_email_tab.php:342 php/qmn_options_results_page_tab.php:223
|
408 |
+
#: php/qmn_options_text_tab.php:218
|
409 |
msgid "The average score from all categories."
|
410 |
msgstr "คะแนนเฉลี่ยจากหมวดหมู่ทั้งหมด"
|
411 |
|
412 |
+
#: php/qmn_options_email_tab.php:345 php/qmn_options_text_tab.php:221
|
413 |
msgid "The question that the user answered"
|
414 |
msgstr "คำถามที่ผู้ใช้ตอบ"
|
415 |
|
416 |
+
#: php/qmn_options_email_tab.php:348 php/qmn_options_text_tab.php:224
|
417 |
msgid "The answer the user gave for the question"
|
418 |
msgstr "คำตอบที่ผู้ใช้ตอบคำถาม"
|
419 |
|
420 |
+
#: php/qmn_options_email_tab.php:351 php/qmn_options_text_tab.php:227
|
421 |
msgid "The correct answer for the question"
|
422 |
msgstr "คำตอบที่ถูกต้อง"
|
423 |
|
424 |
+
#: php/qmn_options_email_tab.php:354 php/qmn_options_text_tab.php:230
|
425 |
msgid "The comments the user provided in the comment field for the question"
|
426 |
msgstr "ข้อเสนอแนะที่ผู้ใช้กรอกสำหรับคำถาม"
|
427 |
|
428 |
+
#: php/qmn_options_email_tab.php:357 php/qmn_options_text_tab.php:233
|
429 |
msgid "Reason why the correct answer is the correct answer"
|
430 |
msgstr "เหตุผลอธิบายข้อถูก"
|
431 |
|
432 |
+
#: php/qmn_options_email_tab.php:360 php/qmn_options_text_tab.php:236
|
433 |
msgid "The Current Date"
|
434 |
msgstr "วันที่ปัจจุบัน"
|
435 |
|
436 |
+
#: php/qmn_options_email_tab.php:375 php/qmn_options_email_tab.php:574
|
437 |
msgid "Save Email Templates And Settings"
|
438 |
msgstr "บันทึกแม่แบบอีเมล์และการตั้งค่า"
|
439 |
|
440 |
+
#: php/qmn_options_email_tab.php:379
|
441 |
msgid "Send user email upon completion?"
|
442 |
msgstr "ส่งอีเมล์หาผู้ใช้เมื่อเสร็จเรียบร้อย"
|
443 |
|
444 |
+
#: php/qmn_options_email_tab.php:386
|
445 |
msgid "Send admin email upon completion?"
|
446 |
msgstr "ส่งอีเมล์หาผู้ดูแลระบบเมื่อเสร็จเรียบร้อย"
|
447 |
|
448 |
+
#: php/qmn_options_email_tab.php:393
|
449 |
msgid "What emails should we send the admin email to? Separate emails with a comma."
|
450 |
msgstr "อีเมล์ใดที่จะใช้ส่งไปยังผู้ดูแลระบบ แยกแต่ละอีเมล์ด้วยเครื่องหมายลูกน่ำ"
|
451 |
|
452 |
+
#: php/qmn_options_email_tab.php:397
|
453 |
msgid "What is the From Name for the email sent to users and admin?"
|
454 |
msgstr "ชื่อฟอร์มใดที่ต้องการใช้ส่งอีเมล์ไปยังผู้ใช้และผู้ดูแลระบบ"
|
455 |
|
456 |
+
#: php/qmn_options_email_tab.php:403
|
457 |
msgid "Email Sent To User"
|
458 |
msgstr "ส่งอีเมล์ให้ผู้ใช้เรียบร้อย"
|
459 |
|
460 |
+
#: php/qmn_options_email_tab.php:404 php/qmn_options_email_tab.php:482
|
461 |
msgid "Add New User Email"
|
462 |
msgstr "เพิ่มอีเมล์ผู้ใช่ใหม่"
|
463 |
|
464 |
+
#: php/qmn_options_email_tab.php:409 php/qmn_options_email_tab.php:475
|
465 |
+
#: php/qmn_options_email_tab.php:496 php/qmn_options_email_tab.php:562
|
466 |
+
#: php/qmn_options_results_page_tab.php:241 php/qmn_options_results_page_tab.php:305
|
467 |
msgid "Score Greater Than Or Equal To"
|
468 |
msgstr "คะแนนมากกว่าหรือเท่ากับ"
|
469 |
|
470 |
+
#: php/qmn_options_email_tab.php:410 php/qmn_options_email_tab.php:476
|
471 |
+
#: php/qmn_options_email_tab.php:497 php/qmn_options_email_tab.php:563
|
472 |
+
#: php/qmn_options_results_page_tab.php:242 php/qmn_options_results_page_tab.php:306
|
473 |
msgid "Score Less Than Or Equal To"
|
474 |
msgstr "คะแนนน้อยกว่าหรือเท่ากับ"
|
475 |
|
476 |
+
#: php/qmn_options_email_tab.php:411 php/qmn_options_email_tab.php:477
|
477 |
+
#: php/qmn_options_email_tab.php:498 php/qmn_options_email_tab.php:564
|
478 |
msgid "Subject"
|
479 |
msgstr "หัวเรื่อง"
|
480 |
|
481 |
+
#: php/qmn_options_email_tab.php:412 php/qmn_options_email_tab.php:478
|
482 |
+
#: php/qmn_options_email_tab.php:499 php/qmn_options_email_tab.php:565
|
483 |
msgid "Email To Send"
|
484 |
msgstr "อีเมล์ที่จะส่ง"
|
485 |
|
486 |
+
#: php/qmn_options_email_tab.php:490
|
487 |
msgid "Email Sent To Admin"
|
488 |
msgstr "ส่งอีเมล์ไปหาผู้ดูแลระบบแล้ว"
|
489 |
|
490 |
+
#: php/qmn_options_email_tab.php:491 php/qmn_options_email_tab.php:569
|
491 |
msgid "Add New Admin Email"
|
492 |
msgstr "เพื่ออีเมล์ผู้ดูแลระบบใหม่"
|
493 |
|
495 |
msgid "Leaderboard"
|
496 |
msgstr "กระดานผู้นำ"
|
497 |
|
498 |
+
#: php/qmn_options_leaderboard_tab.php:49
|
499 |
msgid "The leaderboards has been updated successfully."
|
500 |
msgstr "อัพเดทกระดานผู้นำเรียบร้อย"
|
501 |
|
502 |
+
#: php/qmn_options_leaderboard_tab.php:83
|
503 |
msgid "The name of the user who is in first place"
|
504 |
msgstr "ชื่อผู้ใช้งานที่อยู่ในลำดับที่ 1"
|
505 |
|
506 |
+
#: php/qmn_options_leaderboard_tab.php:84
|
507 |
msgid "The score from the first place's quiz"
|
508 |
msgstr "คะแนนจากแบบทดสอบลำดับที่ 1"
|
509 |
|
510 |
+
#: php/qmn_options_leaderboard_tab.php:88
|
511 |
msgid "The name of the user who is in second place"
|
512 |
msgstr "ชื่อผู้ใช้งานที่อยู่ในลำดับที่ 2"
|
513 |
|
514 |
+
#: php/qmn_options_leaderboard_tab.php:89
|
515 |
msgid "The score from the second place's quiz"
|
516 |
msgstr "คะแนนจากแบบทดสอบลำดับที่ 2"
|
517 |
|
518 |
+
#: php/qmn_options_leaderboard_tab.php:93
|
519 |
msgid "The name of the user who is in third place"
|
520 |
msgstr "ชื่อผู้ใช้งานที่อยู่ในลำดับที่ 3"
|
521 |
|
522 |
+
#: php/qmn_options_leaderboard_tab.php:94
|
523 |
msgid "The score from the third place's quiz"
|
524 |
msgstr "คะแนนจากแบบทดสอบลำดับที่ 3"
|
525 |
|
526 |
+
#: php/qmn_options_leaderboard_tab.php:98
|
527 |
msgid "The name of the user who is in fourth place"
|
528 |
msgstr "ชื่อผู้ใช้งานที่อยู่ในลำดับที่ 4"
|
529 |
|
530 |
+
#: php/qmn_options_leaderboard_tab.php:99
|
531 |
msgid "The score from the fourth place's quiz"
|
532 |
msgstr "คะแนนจากแบบทดสอบลำดับที่ 4"
|
533 |
|
534 |
+
#: php/qmn_options_leaderboard_tab.php:103
|
535 |
msgid "The name of the user who is in fifth place"
|
536 |
msgstr "ชื่อผู้ใช้งานที่อยู่ในลำดับที่ 5"
|
537 |
|
538 |
+
#: php/qmn_options_leaderboard_tab.php:104
|
539 |
msgid "The score from the fifth place's quiz"
|
540 |
msgstr "คะแนนจากแบบทดสอบลำดับที่ 5"
|
541 |
|
542 |
+
#: php/qmn_options_leaderboard_tab.php:111 php/qmn_options_leaderboard_tab.php:139
|
543 |
msgid "Save Leaderboard Options"
|
544 |
msgstr "บันทึกการตั้งค่ากระดานผู้นำ"
|
545 |
|
546 |
+
#: php/qmn_options_leaderboard_tab.php:120
|
547 |
msgid "Leaderboard Template"
|
548 |
msgstr "แม่แบบกระดานผู้นำ"
|
549 |
|
551 |
msgid "Options"
|
552 |
msgstr "ตัวเลือก"
|
553 |
|
554 |
+
#: php/qmn_options_option_tab.php:110
|
555 |
msgid "The options has been updated successfully."
|
556 |
msgstr "อัพเดทตัวเลือกเรียบร้อย"
|
557 |
|
558 |
+
#: php/qmn_options_option_tab.php:160 php/qmn_options_option_tab.php:311
|
559 |
msgid "Save Options"
|
560 |
msgstr "บันทึกตัวเลือก"
|
561 |
|
562 |
+
#: php/qmn_options_option_tab.php:168
|
563 |
msgid "Which system is this quiz graded on?"
|
564 |
msgstr "รูปแบบการให้คะแนน"
|
565 |
|
566 |
+
#: php/qmn_options_option_tab.php:170
|
567 |
msgid "Correct/Incorrect"
|
568 |
msgstr "ข้อถูก/ข้อผิด"
|
569 |
|
570 |
+
#: php/qmn_options_option_tab.php:171
|
571 |
msgid "Points"
|
572 |
msgstr "คะแนนรวม"
|
573 |
|
574 |
+
#: php/qmn_options_option_tab.php:172 php/qmn_results.php:316
|
575 |
msgid "Not Graded"
|
576 |
msgstr "ไม่คิดคะแนน"
|
577 |
|
578 |
+
#: php/qmn_options_option_tab.php:176
|
579 |
msgid "Should the user be required to be logged in to take this quiz?"
|
580 |
msgstr "ผู้ใช้งานต้อง ลงชื่อเข้าระบบ เพื่อทำแบบทดสอบ?"
|
581 |
|
582 |
+
#: php/qmn_options_option_tab.php:183
|
583 |
msgid "How many questions per page would you like? (Leave 0 for all questions on one page)"
|
584 |
msgstr "จำนวนคำถามต่อหน้า? (ใส่ 0 จะแสดงคำถามทั้งหมดในหน้าเดียว)"
|
585 |
|
586 |
+
#: php/qmn_options_option_tab.php:189
|
587 |
msgid "How many minutes does the user have to finish the quiz? (Leave 0 for no time limit)"
|
588 |
msgstr "ให้เวลา กี่นาที สำหรับแบบทดสอบนี้? (ใส่ 0 จะไม่กำหนดเวลา)"
|
589 |
|
590 |
+
#: php/qmn_options_option_tab.php:195
|
591 |
msgid ""
|
592 |
"How many times can a user take this quiz? (Leave 0 for as many times as the user wants to. "
|
593 |
"Currently only works for registered users)"
|
594 |
msgstr ""
|
595 |
"จำกัดจำนวนครั้งที่ผู้ใช้งานทำแบบทดสอบนี้? (ใส่ 0 จะไม่จำกัดจำนวนครั้ง ใช้จำกัดได้เฉพาะผู้ใช้งานอยู่่ในระบบและลงชื่อเข้าใช้)"
|
596 |
|
597 |
+
#: php/qmn_options_option_tab.php:201
|
598 |
msgid "How many total entries can this quiz have? (Leave 0 for unlimited entries"
|
599 |
msgstr "จำนวนรายการทั้งหมดที่แบบทดสอบมีได้? (ใส่ 0 จะไม่จำกัดจำนวน)"
|
600 |
|
601 |
+
#: php/qmn_options_option_tab.php:207
|
602 |
msgid "How many questions should be loaded for quiz? (Leave 0 to load all questions)"
|
603 |
msgstr "กำหนดจำนวนคำถามที่เลือกมาใช้ในแบบทดสอบนี้ (ใส่ 0 จะเลือกคำถามทั้งหมด)"
|
604 |
|
605 |
+
#: php/qmn_options_option_tab.php:213
|
606 |
msgid ""
|
607 |
"What time-frame should the user be able to access the quiz? (Leave blank if the user can access "
|
608 |
"anytime)"
|
609 |
msgstr "กำหนดช่วงเวลาที่อนุญาติให้เข้าทำแบบทดสอบ (ใส่ 0 จะไม่กำหนดเวลา)"
|
610 |
|
611 |
+
#: php/qmn_options_option_tab.php:215
|
612 |
msgid "start date"
|
613 |
msgstr "วันที่เริ่มต้น"
|
614 |
|
615 |
+
#: php/qmn_options_option_tab.php:218
|
616 |
msgid "end date"
|
617 |
msgstr "วันที่สิ้นสุด"
|
618 |
|
619 |
+
#: php/qmn_options_option_tab.php:222
|
620 |
msgid "Are the questions random? (Question Order will not apply if this is yes)"
|
621 |
msgstr "สุ่มเลือกคำถาม? (ระบบจะไม่สนใจการเรียงลำดับคำถาม)"
|
622 |
|
623 |
+
#: php/qmn_options_option_tab.php:224
|
624 |
msgid "Random Questions"
|
625 |
msgstr "สุ่มคำถาม"
|
626 |
|
627 |
+
#: php/qmn_options_option_tab.php:225
|
628 |
msgid "Random Questions And Answers"
|
629 |
msgstr "สุ่มลำดับคำถามและคำตอบ"
|
630 |
|
631 |
+
#: php/qmn_options_option_tab.php:230
|
632 |
msgid ""
|
633 |
"Would you like to ask for the contact information at the beginning or at the end of the quiz?"
|
634 |
msgstr "ต้องการถามที่อยู่่เพื่อติดต่อกลับ ที่ตอนต้นหรือตอนท้ายของแบบทดสอบ?"
|
635 |
|
636 |
+
#: php/qmn_options_option_tab.php:232
|
637 |
msgid "Beginning"
|
638 |
msgstr "ตอนต้น"
|
639 |
|
640 |
+
#: php/qmn_options_option_tab.php:233
|
641 |
msgid "End"
|
642 |
msgstr "ตอนท้าย"
|
643 |
|
644 |
+
#: php/qmn_options_option_tab.php:237
|
645 |
msgid ""
|
646 |
"If a logged-in user takes the quiz, would you like them to be able to edit contact information? "
|
647 |
"If set to no, the fields will not show up for logged in users; however, the users information "
|
650 |
"ถ้าผู้ทำแบบทดสอบเข้าใช้ระบบอยู่ คุณต้องการให้ผู้ใช้สามารถแก้ไขที่อยู่ติดต่อหรือไม่? หากเลือกไม่ ช่องต่างๆ จะไม่แสดงผล "
|
651 |
"อย่างไรก็ตามข้อมูลต่างๆ จะยังคงถูกบันทึกช่องนั้นๆ ในฐานข้อมูล"
|
652 |
|
653 |
+
#: php/qmn_options_option_tab.php:244
|
654 |
msgid "Should we ask for users name?"
|
655 |
msgstr "ถามชื่อผู้ใช้งาน?"
|
656 |
|
657 |
+
#: php/qmn_options_option_tab.php:247 php/qmn_options_option_tab.php:255
|
658 |
+
#: php/qmn_options_option_tab.php:263 php/qmn_options_option_tab.php:271
|
659 |
msgid "Require"
|
660 |
msgstr "บังคับ"
|
661 |
|
662 |
+
#: php/qmn_options_option_tab.php:252
|
663 |
msgid "Should we ask for users business?"
|
664 |
msgstr "ถามสถานที่ทำงานของผู้ใช้?"
|
665 |
|
666 |
+
#: php/qmn_options_option_tab.php:260
|
667 |
msgid "Should we ask for users email?"
|
668 |
msgstr "ถามอีเมล์ของผู้ใช้?"
|
669 |
|
670 |
+
#: php/qmn_options_option_tab.php:268
|
671 |
msgid "Should we ask for users phone number?"
|
672 |
msgstr "ถามเบอร์โทรศัพท์ของผู้ใช้?"
|
673 |
|
674 |
+
#: php/qmn_options_option_tab.php:276
|
675 |
msgid "Would you like a place for the user to enter comments?"
|
676 |
msgstr "ต้องการให้ผู้ใช้กรอกความคิดเห็น?"
|
677 |
|
678 |
+
#: php/qmn_options_option_tab.php:283
|
679 |
msgid "Show question number on quiz?"
|
680 |
msgstr "แสดงหมายเลขข้อของแบบทดสอบ?"
|
681 |
|
682 |
+
#: php/qmn_options_option_tab.php:290
|
683 |
msgid "Show social media sharing buttons? (Twitter & Facebook)"
|
684 |
msgstr "แสดงปุ่มสำหรับสื่อสังคมออนไลน์ (Twitter & Facebook)"
|
685 |
|
686 |
+
#: php/qmn_options_option_tab.php:290
|
687 |
msgid ""
|
688 |
"This option is for here only for users of older versions. Please use the new template variables "
|
689 |
"%FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages instead of using this option!"
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: php/qmn_options_option_tab.php:297
|
693 |
msgid "Disable question once user selects answer? (Currently only work on multiple choice)"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: php/qmn_options_option_tab.php:304
|
697 |
msgid ""
|
698 |
"Dynamically add class for incorrect/correct answer after user selects answer? (Currently only "
|
699 |
"works on multiple choice)"
|
711 |
msgid "Answer"
|
712 |
msgstr "คำตอบ"
|
713 |
|
714 |
+
#: php/qmn_options_questions_tab.php:62
|
715 |
+
msgid "The question order has been updated successfully."
|
716 |
+
msgstr ""
|
717 |
+
|
718 |
+
#: php/qmn_options_questions_tab.php:167
|
719 |
msgid "The question has been updated successfully."
|
720 |
msgstr "ปรับปรุงคำถามเรียบร้อย"
|
721 |
|
722 |
+
#: php/qmn_options_questions_tab.php:212
|
723 |
msgid "The question has been deleted successfully."
|
724 |
msgstr "ลบคำถามเรียบร้อย"
|
725 |
|
726 |
+
#: php/qmn_options_questions_tab.php:304
|
727 |
msgid "The question has been duplicated successfully."
|
728 |
msgstr "ทำสำเนาคำถามเรียบร้อย"
|
729 |
|
730 |
+
#: php/qmn_options_questions_tab.php:401
|
731 |
msgid "The question has been created successfully."
|
732 |
msgstr "สร้างคำถามเรียบร้อย"
|
733 |
|
734 |
+
#: php/qmn_options_questions_tab.php:536
|
735 |
msgid "Add Question"
|
736 |
msgstr "เพิ่มคำถาม"
|
737 |
|
738 |
+
#: php/qmn_options_questions_tab.php:537
|
739 |
+
msgid "Save Question Order"
|
740 |
+
msgstr ""
|
741 |
+
|
742 |
+
#: php/qmn_options_questions_tab.php:550
|
743 |
#, php-format
|
744 |
msgid "One question"
|
745 |
msgid_plural "%s questions"
|
746 |
msgstr[0] "หนึ่งคำถาม"
|
747 |
msgstr[1] "%s คำถาม"
|
748 |
|
749 |
+
#: php/qmn_options_questions_tab.php:556 php/qmn_options_questions_tab.php:564
|
750 |
+
#: php/qmn_options_questions_tab.php:692
|
751 |
msgid "Question Order"
|
752 |
msgstr "ลำดับคำถาม"
|
753 |
|
754 |
+
#: php/qmn_options_questions_tab.php:557 php/qmn_options_questions_tab.php:565
|
755 |
+
#: php/qmn_options_questions_tab.php:642
|
756 |
msgid "Question Type"
|
757 |
msgstr "ชนิดคำถาม"
|
758 |
|
759 |
+
#: php/qmn_options_questions_tab.php:558 php/qmn_options_questions_tab.php:566
|
760 |
+
#: php/qmn_options_questions_tab.php:705
|
761 |
msgid "Category"
|
762 |
msgstr "หมวดหมู่"
|
763 |
|
764 |
+
#: php/qmn_options_questions_tab.php:559 php/qmn_options_questions_tab.php:567
|
765 |
msgid "Question"
|
766 |
msgstr "คำถาม"
|
767 |
|
768 |
+
#: php/qmn_options_questions_tab.php:660
|
|
|
|
|
|
|
|
|
|
|
769 |
msgid "Answers"
|
770 |
msgstr "คำตอบ"
|
771 |
|
772 |
+
#: php/qmn_options_questions_tab.php:661
|
773 |
msgid "Points Worth"
|
774 |
msgstr "ค่าคะแนน"
|
775 |
|
776 |
+
#: php/qmn_options_questions_tab.php:662
|
777 |
msgid "Correct Answer"
|
778 |
msgstr "ข้อที่ถูกต้อง"
|
779 |
|
780 |
+
#: php/qmn_options_questions_tab.php:667
|
781 |
msgid "Add New Answer!"
|
782 |
msgstr "เพิ่มคำตอบใหม่"
|
783 |
|
784 |
+
#: php/qmn_options_questions_tab.php:673
|
785 |
msgid "Correct Answer Info"
|
786 |
msgstr "ข้อความข้อที่ถูกต้อง"
|
787 |
|
788 |
+
#: php/qmn_options_questions_tab.php:678 php/qmn_quiz.php:493
|
789 |
msgid "Hint"
|
790 |
msgstr "บอกใบ้"
|
791 |
|
792 |
+
#: php/qmn_options_questions_tab.php:683
|
793 |
msgid "Comment Field"
|
794 |
msgstr "ข้อเสนอแนะ"
|
795 |
|
796 |
+
#: php/qmn_options_questions_tab.php:685
|
797 |
msgid "Small Text Field"
|
798 |
msgstr "ข้อความสั้น"
|
799 |
|
800 |
+
#: php/qmn_options_questions_tab.php:686
|
801 |
msgid "Large Text Field"
|
802 |
msgstr "ข้อความยาว"
|
803 |
|
804 |
+
#: php/qmn_options_questions_tab.php:687
|
805 |
msgid "None"
|
806 |
msgstr "ไม่มี"
|
807 |
|
808 |
+
#: php/qmn_options_questions_tab.php:697
|
809 |
msgid "Required?"
|
810 |
msgstr "บังคับ?"
|
811 |
|
812 |
+
#: php/qmn_options_questions_tab.php:728
|
813 |
msgid "Create Question"
|
814 |
msgstr "สร้างคำถาม"
|
815 |
|
816 |
+
#: php/qmn_options_questions_tab.php:733
|
817 |
msgid "Are you sure you want to delete this question?"
|
818 |
msgstr "คุณแน่ใจหรือไม่ที่จะลบคำถามนี้?"
|
819 |
|
820 |
+
#: php/qmn_options_questions_tab.php:738
|
821 |
msgid "Delete Question"
|
822 |
msgstr "ลบคำถาม"
|
823 |
|
824 |
+
#: php/qmn_options_questions_tab.php:743
|
825 |
msgid "Are you sure you want to duplicate this question?"
|
826 |
msgstr "คุณแน่ใจหรือไม่ที่จะสำเนาคำถามนี้?"
|
827 |
|
828 |
+
#: php/qmn_options_questions_tab.php:748
|
829 |
msgid "Duplicate Question"
|
830 |
msgstr "ทำสำเนาคำถาม"
|
831 |
|
837 |
msgid "The results page has been added successfully."
|
838 |
msgstr "เพิ่มหน้าแสดงผลลัพธ์เรียบร้อย"
|
839 |
|
840 |
+
#: php/qmn_options_results_page_tab.php:104
|
841 |
msgid "The results page has been saved successfully."
|
842 |
msgstr "บันทึกหน้าแสดงผลลัพธ์เรียบร้อย"
|
843 |
|
844 |
+
#: php/qmn_options_results_page_tab.php:205
|
845 |
msgid "The amount of time user spent taking quiz in minutes"
|
846 |
msgstr ""
|
847 |
|
848 |
+
#: php/qmn_options_results_page_tab.php:208
|
849 |
msgid "The amount of time user spent taking quiz in seconds"
|
850 |
msgstr ""
|
851 |
|
852 |
+
#: php/qmn_options_results_page_tab.php:226
|
853 |
msgid "Displays button to share on Facebook."
|
854 |
msgstr ""
|
855 |
|
856 |
+
#: php/qmn_options_results_page_tab.php:229
|
857 |
msgid "Displays button to share on Twitter."
|
858 |
msgstr ""
|
859 |
|
860 |
+
#: php/qmn_options_results_page_tab.php:234 php/qmn_options_results_page_tab.php:315
|
861 |
msgid "Save Results Pages"
|
862 |
msgstr "บันทึกหน้าแสดงผลลัพธ์"
|
863 |
|
864 |
+
#: php/qmn_options_results_page_tab.php:235 php/qmn_options_results_page_tab.php:320
|
865 |
msgid "Add New Results Page"
|
866 |
msgstr "เพิ่มหน้าแสดงผลลัพธ์ใหม่"
|
867 |
|
868 |
+
#: php/qmn_options_results_page_tab.php:243 php/qmn_options_results_page_tab.php:307
|
869 |
msgid "Results Page Shown"
|
870 |
msgstr "แสดงหน้าแสดงผลลัพธ์"
|
871 |
|
872 |
+
#: php/qmn_options_results_page_tab.php:244 php/qmn_options_results_page_tab.php:308
|
873 |
msgid "Redirect URL (Beta)"
|
874 |
msgstr ""
|
875 |
|
876 |
+
#: php/qmn_options_results_page_tab.php:282 php/qmn_quiz_admin.php:283
|
877 |
msgid "Delete"
|
878 |
msgstr "ลบ"
|
879 |
|
880 |
+
#: php/qmn_options_results_page_tab.php:282
|
881 |
msgid "Are you sure?"
|
882 |
msgstr "คุณแน่ใจหรือไม่?"
|
883 |
|
889 |
msgid "The style has been saved successfully."
|
890 |
msgstr "บันทึกรูปแบบเรียบร้อย"
|
891 |
|
892 |
+
#: php/qmn_options_style_tab.php:88
|
893 |
msgid "Quiz Styles"
|
894 |
msgstr "รูปแบบคำถาม"
|
895 |
|
896 |
+
#: php/qmn_options_style_tab.php:89
|
897 |
msgid "Choose your style:"
|
898 |
msgstr "เลือกรูปแบบ:"
|
899 |
|
900 |
+
#: php/qmn_options_style_tab.php:118
|
901 |
msgid "Custom"
|
902 |
msgstr "กำหนดเอง"
|
903 |
|
904 |
+
#: php/qmn_options_style_tab.php:123 php/qmn_options_style_tab.php:135
|
905 |
msgid "Save Quiz Style"
|
906 |
msgstr "บันทึกรูปแบบคำถาม"
|
907 |
|
908 |
+
#: php/qmn_options_style_tab.php:125
|
909 |
msgid "Custom Style CSS"
|
910 |
msgstr "กำหนด CSS เอง"
|
911 |
|
912 |
+
#: php/qmn_options_style_tab.php:126
|
913 |
msgid ""
|
914 |
"For detailed help and guidance along with a list of different classes used in this plugin, "
|
915 |
"please visit the following link:"
|
919 |
msgid "Text"
|
920 |
msgstr "ข้อความ"
|
921 |
|
922 |
+
#: php/qmn_options_text_tab.php:102
|
923 |
msgid "The templates has been updated successfully."
|
924 |
msgstr "อัพเดทแม่แบบเรียบร้อย"
|
925 |
|
926 |
+
#: php/qmn_options_text_tab.php:142 php/qmn_quiz.php:1262
|
927 |
msgid "Previous"
|
928 |
msgstr "ก่อนหน้า"
|
929 |
|
930 |
+
#: php/qmn_options_text_tab.php:242 php/qmn_options_text_tab.php:402
|
931 |
msgid "Save Templates"
|
932 |
msgstr "บันทึกแม่แบบ"
|
933 |
|
934 |
+
#: php/qmn_options_text_tab.php:248
|
935 |
msgid "Message Templates"
|
936 |
msgstr "แม่แบบข้อความ"
|
937 |
|
938 |
+
#: php/qmn_options_text_tab.php:252
|
939 |
msgid "Message Displayed Before Quiz"
|
940 |
msgstr "ข้อความที่แสดงก่อนทำแบบทดสอบ"
|
941 |
|
942 |
+
#: php/qmn_options_text_tab.php:262
|
943 |
msgid "Message Displayed Before Comments Box If Enabled"
|
944 |
msgstr "ข้อความที่ถูกแสดงก่อนช่องข้อแนะนำ, หากเปิดใช้"
|
945 |
|
946 |
+
#: php/qmn_options_text_tab.php:272
|
947 |
msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
|
948 |
msgstr "ข้อความที่ถูกแสดงทำแบบทดสอบเสร็จ (ปล่อยว่างเพื่อละเว้นการเลือกข้อความ)"
|
949 |
|
950 |
+
#: php/qmn_options_text_tab.php:282
|
951 |
msgid "Message Displayed If User Has Tried Quiz Too Many Times"
|
952 |
msgstr "ข้อความที่ถูกแสดงหากผู้ใช้ทำแบบทดสอบหลายครั้งเกินไป"
|
953 |
|
954 |
+
#: php/qmn_options_text_tab.php:292
|
955 |
msgid "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be Logged In"
|
956 |
msgstr "ข้อความที่ถูกแสดง เมื่อผู้ใช้ไม่ได้ลงชื่อเข้าใช้ เมื่อแบบทดสอบต้องการลงชื่อเข้าใช้งาน"
|
957 |
|
958 |
+
#: php/qmn_options_text_tab.php:302
|
959 |
msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
|
960 |
msgstr "ข้อความที่ถูกแสดงถ้าวันที่อยู่นอกวันเวลาที่อนุญาติใช้งาน"
|
961 |
|
962 |
+
#: php/qmn_options_text_tab.php:312
|
963 |
msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
|
964 |
msgstr "ข้อความที่ถูกแสดงหากจำนวนรายการเกินกำหนด"
|
965 |
|
966 |
+
#: php/qmn_options_text_tab.php:322
|
967 |
msgid "%QUESTIONS_ANSWERS% Text"
|
968 |
msgstr "%QUESTIONS_ANSWERS% ข้อความ"
|
969 |
|
970 |
+
#: php/qmn_options_text_tab.php:335
|
971 |
msgid "Twitter Sharing Text"
|
972 |
msgstr "ข้อความแชร์ทวิตเตอร์"
|
973 |
|
974 |
+
#: php/qmn_options_text_tab.php:352
|
975 |
msgid "Facebook Sharing Text"
|
976 |
msgstr "ข้อความแชร์เฟสบุค"
|
977 |
|
978 |
+
#: php/qmn_options_text_tab.php:367
|
979 |
msgid "Other Templates"
|
980 |
msgstr "แม่แบบอื่นๆ"
|
981 |
|
982 |
+
#: php/qmn_options_text_tab.php:370
|
983 |
msgid "Text for submit button"
|
984 |
msgstr "ข้อความสำหรับปุ่ม ส่ง"
|
985 |
|
986 |
+
#: php/qmn_options_text_tab.php:374
|
987 |
msgid "Text for name field"
|
988 |
msgstr "ข้อความสำหรับช่องชื่อ"
|
989 |
|
990 |
+
#: php/qmn_options_text_tab.php:378
|
991 |
msgid "Text for business field"
|
992 |
msgstr "ข้อความสำหรับช่องที่ทำงาน"
|
993 |
|
994 |
+
#: php/qmn_options_text_tab.php:382
|
995 |
msgid "Text for email field"
|
996 |
msgstr "ข้อความสำหรับข่องอีเมล์"
|
997 |
|
998 |
+
#: php/qmn_options_text_tab.php:386
|
999 |
msgid "Text for phone number field"
|
1000 |
msgstr "ข้อความสำหรับช่องโทรศัพท์"
|
1001 |
|
1002 |
+
#: php/qmn_options_text_tab.php:390
|
1003 |
msgid "Text for comments field"
|
1004 |
msgstr "ข้อความสำหรับช่องข้อแนะนำ"
|
1005 |
|
1006 |
+
#: php/qmn_options_text_tab.php:394
|
1007 |
msgid "Text for previous button"
|
1008 |
msgstr "ข้อความสำหรับปุ่ม ก่อนหน้า"
|
1009 |
|
1010 |
+
#: php/qmn_options_text_tab.php:398
|
1011 |
msgid "Text for next button"
|
1012 |
msgstr "ข้อความสำหรับปุ่ม ถัดไป"
|
1013 |
|
1014 |
+
#: php/qmn_options_tools_tab.php:49
|
1015 |
msgid "The stats has been reset successfully."
|
1016 |
msgstr "ล้างค่าสถิติเรียบร้อย"
|
1017 |
|
1018 |
+
#: php/qmn_options_tools_tab.php:107
|
1019 |
msgid ""
|
1020 |
"Use this button to reset all the stats collected for this quiz (Quiz Views and Times Quiz Has "
|
1021 |
"Been Taken)."
|
1022 |
msgstr "ใช้ปุ่มนี้ เพื่อล้างค่าสถิติที่เก็บข้อมูลแบบทดสอบนี้"
|
1023 |
|
1024 |
+
#: php/qmn_options_tools_tab.php:108
|
1025 |
msgid "Reset Quiz Views And Taken Stats"
|
1026 |
msgstr "ล้างสถิติการดูและทำแบบทดสอบ"
|
1027 |
|
1028 |
+
#: php/qmn_options_tools_tab.php:119
|
1029 |
msgid ""
|
1030 |
"Are you sure you want to reset the stats to 0? All views and taken stats for this quiz will be "
|
1031 |
"reset. This is permanent and cannot be undone."
|
1032 |
msgstr ""
|
1033 |
"คุณแน่ใจหรือไม่ ว่าต้องการลบสถิติทั้งหมดเป็น 0? ข้อมูลสถิติการดูและทำแบบทำสอบจะถูกตั้งค่าใหม่ ไม่สามารถกู้คืนข้อมูลได้!!"
|
1034 |
|
1035 |
+
#: php/qmn_options_tools_tab.php:123
|
1036 |
msgid "Reset All Stats For Quiz"
|
1037 |
msgstr "ล้างสถิติทั้งหมดของแบบทดสอบ"
|
1038 |
|
1040 |
msgid "Multiple Choice"
|
1041 |
msgstr "หลายตัวเลือก"
|
1042 |
|
1043 |
+
#: php/qmn_question_types.php:105
|
1044 |
msgid "Horizontal Multiple Choice"
|
1045 |
msgstr "ตัวเลือกแนวนอน"
|
1046 |
|
1047 |
+
#: php/qmn_question_types.php:195
|
1048 |
msgid "Drop Down"
|
1049 |
msgstr "ดรอปดาวน์"
|
1050 |
|
1051 |
+
#: php/qmn_question_types.php:282
|
1052 |
msgid "Small Open Answer"
|
1053 |
msgstr "คำตอบปลายเปิดแบบสั้น"
|
1054 |
|
1055 |
+
#: php/qmn_question_types.php:353
|
1056 |
msgid "Multiple Response"
|
1057 |
msgstr "เลือกหลายคำตอบ"
|
1058 |
|
1059 |
+
#: php/qmn_question_types.php:452
|
1060 |
msgid "Large Open Answer"
|
1061 |
msgstr "กรอกคำตอบแบบยาว"
|
1062 |
|
1063 |
+
#: php/qmn_question_types.php:531
|
1064 |
msgid "Text Block"
|
1065 |
msgstr "ช่องข้อความ"
|
1066 |
|
1067 |
+
#: php/qmn_question_types.php:566
|
1068 |
msgid "Number"
|
1069 |
msgstr "ตัวเลข"
|
1070 |
|
1071 |
+
#: php/qmn_question_types.php:648
|
1072 |
msgid "Accept"
|
1073 |
msgstr "ยอมรับ"
|
1074 |
|
1075 |
+
#: php/qmn_question_types.php:692
|
1076 |
msgid "Captcha"
|
1077 |
msgstr "Captcha"
|
1078 |
|
1079 |
+
#: php/qmn_question_types.php:750
|
1080 |
msgid "Horizontal Multiple Response"
|
1081 |
msgstr "เลือกได้หลายคำตอบแนวนอน"
|
1082 |
|
1083 |
+
#: php/qmn_question_types.php:861
|
1084 |
+
msgid ""
|
1085 |
+
"For fill in the blank types, use %BLANK% to represent where to put the text box in your text."
|
1086 |
+
msgstr ""
|
1087 |
+
|
1088 |
+
#: php/qmn_question_types.php:865
|
1089 |
msgid "Fill In The Blank"
|
1090 |
msgstr ""
|
1091 |
|
1092 |
+
#: php/qmn_quiz.php:187
|
1093 |
+
msgid "It appears that this quiz is not set up correctly"
|
1094 |
+
msgstr ""
|
1095 |
+
|
1096 |
+
#: php/qmn_quiz.php:376
|
1097 |
msgid "Not a valid e-mail address!"
|
1098 |
msgstr "รูปแบบอีเมล์ไม่ถูกต้อง"
|
1099 |
|
1100 |
+
#: php/qmn_quiz.php:377
|
1101 |
msgid "This field must be a number!"
|
1102 |
msgstr "ใช้ตัวเลขในช่องนี้เท่านั้น"
|
1103 |
|
1104 |
+
#: php/qmn_quiz.php:378
|
1105 |
msgid "The entered text is not correct!"
|
1106 |
msgstr "ข้อความที่กรอกไม่ถูกต้อง!"
|
1107 |
|
1108 |
+
#: php/qmn_quiz.php:379
|
1109 |
msgid "Please complete all required fields!"
|
1110 |
msgstr "กรุณาตอบช่องบังคับทุกช่อง!"
|
1111 |
|
1121 |
msgstr[1] "%s แบบทดสอบ"
|
1122 |
|
1123 |
#: php/qmn_quiz_admin.php:259 php/qmn_quiz_admin.php:310 php/qmn_quiz_admin.php:378
|
1124 |
+
#: php/qmn_results.php:267
|
1125 |
msgid "Quiz Name"
|
1126 |
msgstr "ชื่อแบบทดสอบ"
|
1127 |
|
1197 |
msgid "Delete Quiz"
|
1198 |
msgstr "ลบแบบทดสอบ"
|
1199 |
|
1200 |
+
#: php/qmn_quiz_creator.php:294
|
1201 |
msgid ""
|
1202 |
"Your new quiz has been created successfully. To begin editing your quiz, click the Edit link on "
|
1203 |
"the new quiz."
|
1204 |
msgstr "แบบทดสอบใหม่จองท่านได้ถูกสร้างเรียบร้อย คลิ้กลิงค์แก้ไขที่แบบทดสอบใหม่ เพื่อทำการแก้ไข"
|
1205 |
|
1206 |
+
#: php/qmn_quiz_creator.php:369
|
1207 |
msgid "Your quiz has been deleted successfully."
|
1208 |
msgstr "แบบทดสอบของท่านได้ถูกลบเรียบร้อย"
|
1209 |
|
1210 |
+
#: php/qmn_quiz_creator.php:420
|
1211 |
msgid "Your quiz name has been updated successfully."
|
1212 |
msgstr "ชื่อแบบทดสอบของท่านได้ถูกอัพเดทเรียบร้อย"
|
1213 |
|
1214 |
+
#: php/qmn_quiz_creator.php:586
|
1215 |
msgid "Your quiz has been duplicated successfully."
|
1216 |
msgstr "แบบทดสอบของท่านได้ถูกทำสำเนาเรียบร้อย"
|
1217 |
|
1224 |
msgid "Please go to the quizzes page and click on the Edit link from the quiz you wish to edit."
|
1225 |
msgstr "กรุณาไปยังหน้ารายการแบบทดสอบและ คลิ้ก แก้ไขลิงค์ ของแบบทดสอบที่ต้องการแก้ไข"
|
1226 |
|
1227 |
+
#: php/qmn_results.php:37
|
1228 |
msgid "Your results has been deleted successfully."
|
1229 |
msgstr "ผลลัพท์ของท่านได้ถูกลบเรียบร้อย"
|
1230 |
|
1231 |
+
#: php/qmn_results.php:202
|
1232 |
#, php-format
|
1233 |
msgid "One result"
|
1234 |
msgid_plural "%s results"
|
1235 |
msgstr[0] ""
|
1236 |
msgstr[1] ""
|
1237 |
|
1238 |
+
#: php/qmn_results.php:266
|
1239 |
msgid "Actions"
|
1240 |
msgstr "กระทำ"
|
1241 |
|
1242 |
+
#: php/qmn_results.php:268
|
1243 |
msgid "Score"
|
1244 |
msgstr "คำแนน"
|
1245 |
|
1246 |
+
#: php/qmn_results.php:269
|
1247 |
msgid "Time To Complete"
|
1248 |
msgstr "เวลาที่ทำสำเร็จ"
|
1249 |
|
1250 |
+
#: php/qmn_results.php:270
|
1251 |
msgid "Name"
|
1252 |
msgstr "ชื่อ"
|
1253 |
|
1254 |
+
#: php/qmn_results.php:271
|
1255 |
msgid "Business"
|
1256 |
msgstr "ที่ทำงาน"
|
1257 |
|
1258 |
+
#: php/qmn_results.php:272
|
1259 |
msgid "Email"
|
1260 |
msgstr "อีเมล์"
|
1261 |
|
1262 |
+
#: php/qmn_results.php:273
|
1263 |
msgid "Phone"
|
1264 |
msgstr "โทรศัพท์"
|
1265 |
|
1266 |
+
#: php/qmn_results.php:274
|
1267 |
msgid "Time Taken"
|
1268 |
msgstr "ใช้เวลาไป"
|
1269 |
|
1270 |
+
#: php/qmn_results.php:333
|
1271 |
msgid "Are you sure you want to delete these results?"
|
1272 |
msgstr "คุณแน่ใจหรือไม่ที่จะลบผลลัพธ์"
|
1273 |
|
1274 |
+
#: php/qmn_results.php:338
|
1275 |
msgid "Delete Results"
|
1276 |
msgstr "ลบผลลัพธ์"
|
1277 |
|
1351 |
msgid "Quiz ID"
|
1352 |
msgstr "หมายเลขแบบทดสอบ"
|
1353 |
|
1354 |
+
#~ msgid ""
|
1355 |
+
#~ "Enter in your text here to fill in the certificate for this quiz. Be sure to enter in the "
|
1356 |
+
#~ "link variable into the templates on the Quiz Text tab so the user can access the certificate."
|
1357 |
+
#~ msgstr ""
|
1358 |
+
#~ "กรอกข้อความที่นี่เพื่อเติมลงในประกาศนียบัตรสำหรับแบบทดสอบนี้ โปรดใส่ลิงค์ไปยังตัวแปรในแม่แบบ (Templates) ในแท็บ "
|
1359 |
+
#~ "ข้อความแบบทดสอบ เพื่อให้ผู้ใช้งานสามารถเข้าสู่ประกาศนียบัตรได้"
|
1360 |
+
|
1361 |
#~ msgid "The amount of time user spent of quiz"
|
1362 |
#~ msgstr "เวลาที่ใช้ทั่งหมดในการทำแบบทดสอบ"
|
1363 |
|
languages/quiz-master-next.pot
CHANGED
@@ -6,7 +6,7 @@ msgid ""
|
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Quiz Master Next\n"
|
8 |
"Report-Msgid-Bugs-To: \n"
|
9 |
-
"POT-Creation-Date: 2015-
|
10 |
"PO-Revision-Date: \n"
|
11 |
"Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
|
12 |
"Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
|
@@ -18,52 +18,72 @@ msgstr ""
|
|
18 |
"X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
|
19 |
"X-Poedit-SourceCharset: UTF-8\n"
|
20 |
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
21 |
-
"X-Poedit-Basepath:
|
22 |
-
"X-Generator: Poedit 1.8.
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
|
25 |
-
#: mlw_quizmaster2.php:
|
26 |
msgid "Quizzes"
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: mlw_quizmaster2.php:
|
30 |
msgid "Quiz Settings"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: mlw_quizmaster2.php:
|
34 |
#: php/qmn_results_details.php:20
|
35 |
msgid "Quiz Results"
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: mlw_quizmaster2.php:
|
39 |
msgid "Quiz Result Details"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: mlw_quizmaster2.php:
|
43 |
msgid "Settings"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: mlw_quizmaster2.php:
|
47 |
#: php/qmn_tools.php:65
|
48 |
msgid "Tools"
|
49 |
msgstr ""
|
50 |
|
51 |
-
#: mlw_quizmaster2.php:
|
52 |
msgid "Stats"
|
53 |
msgstr ""
|
54 |
|
55 |
-
#: mlw_quizmaster2.php:
|
56 |
msgid "Addon Settings"
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: mlw_quizmaster2.php:
|
60 |
msgid "Help"
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: mlw_quizmaster2.php:
|
64 |
msgid "QMN About"
|
65 |
msgstr ""
|
66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
#: php/qmn-stats-page.php:29
|
68 |
msgid "Quiz Statistics"
|
69 |
msgstr ""
|
@@ -108,6 +128,15 @@ msgstr ""
|
|
108 |
msgid "Changelog"
|
109 |
msgstr ""
|
110 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
#: php/qmn_dashboard_widgets.php:16
|
112 |
msgid "Quiz Master Next Snapshot"
|
113 |
msgstr ""
|
@@ -144,23 +173,23 @@ msgstr ""
|
|
144 |
msgid "least popular quiz"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: php/qmn_help.php:
|
148 |
msgid "Need Help?"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: php/qmn_help.php:
|
152 |
msgid "Support"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: php/qmn_help.php:
|
156 |
msgid "System Info"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: php/qmn_help.php:
|
160 |
msgid "Help Page"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: php/qmn_help.php:
|
164 |
msgid "Need help with the plugin? Try any of the following:"
|
165 |
msgstr ""
|
166 |
|
@@ -168,102 +197,102 @@ msgstr ""
|
|
168 |
msgid "Certificate (Beta)"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: php/qmn_options_certificate_tab.php:
|
172 |
msgid "The certificate has been updated successfully."
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: php/qmn_options_certificate_tab.php:
|
176 |
-
#: php/qmn_options_email_tab.php:
|
177 |
-
#: php/qmn_options_leaderboard_tab.php:
|
178 |
-
#: php/qmn_options_questions_tab.php:
|
179 |
-
#: php/qmn_options_questions_tab.php:
|
180 |
-
#: php/qmn_options_results_page_tab.php:
|
181 |
-
#: php/qmn_options_results_page_tab.php:
|
182 |
-
#: php/qmn_options_text_tab.php:
|
183 |
-
#: php/qmn_quiz_creator.php:
|
184 |
-
#: php/qmn_quiz_creator.php:
|
185 |
-
#: php/qmn_quiz_creator.php:
|
186 |
#, php-format
|
187 |
msgid "There has been an error in this action. Please share this with the developer. Error Code: %s"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: php/qmn_options_certificate_tab.php:
|
191 |
msgid "Enter title here"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: php/qmn_options_certificate_tab.php:
|
195 |
-
#: php/qmn_options_email_tab.php:
|
196 |
msgid "Enter text here"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: php/qmn_options_certificate_tab.php:
|
200 |
msgid "Quiz Certificate (Beta)"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: php/qmn_options_certificate_tab.php:
|
204 |
-
msgid "Enter in your text here to fill in the certificate for this quiz. Be sure to enter in the link variable into the templates on the
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: php/qmn_options_certificate_tab.php:
|
208 |
msgid "These fields cannot contain HTML."
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: php/qmn_options_certificate_tab.php:
|
212 |
-
#: php/qmn_options_certificate_tab.php:
|
213 |
msgid "Save Certificate Options"
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: php/qmn_options_certificate_tab.php:
|
217 |
msgid "Enable Certificates For This Quiz?"
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: php/qmn_options_certificate_tab.php:
|
221 |
-
#: php/qmn_options_email_tab.php:
|
222 |
-
#: php/qmn_options_option_tab.php:
|
223 |
-
#: php/qmn_options_option_tab.php:
|
224 |
-
#: php/qmn_options_option_tab.php:
|
225 |
-
#: php/qmn_options_option_tab.php:
|
226 |
-
#: php/qmn_options_option_tab.php:
|
227 |
-
#: php/qmn_options_questions_tab.php:
|
228 |
-
#: php/qmn_options_results_page_tab.php:
|
229 |
msgid "Yes"
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: php/qmn_options_certificate_tab.php:
|
233 |
-
#: php/qmn_options_email_tab.php:
|
234 |
-
#: php/qmn_options_option_tab.php:
|
235 |
-
#: php/qmn_options_option_tab.php:
|
236 |
-
#: php/qmn_options_option_tab.php:
|
237 |
-
#: php/qmn_options_option_tab.php:
|
238 |
-
#: php/qmn_options_option_tab.php:
|
239 |
-
#: php/qmn_options_option_tab.php:
|
240 |
-
#: php/qmn_options_results_page_tab.php:
|
241 |
msgid "No"
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: php/qmn_options_certificate_tab.php:
|
245 |
msgid "Certificate Title"
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: php/qmn_options_certificate_tab.php:
|
249 |
msgid "Message Displayed On Certificate"
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: php/qmn_options_certificate_tab.php:
|
253 |
-
#: php/qmn_options_leaderboard_tab.php:
|
254 |
-
#: php/qmn_options_text_tab.php:
|
255 |
-
#: php/qmn_options_text_tab.php:
|
256 |
-
#: php/qmn_options_text_tab.php:
|
257 |
-
#: php/qmn_options_text_tab.php:
|
258 |
-
#: php/qmn_options_text_tab.php:
|
259 |
msgid "Allowed Variables:"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: php/qmn_options_certificate_tab.php:
|
263 |
msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: php/qmn_options_certificate_tab.php:
|
267 |
msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
|
268 |
msgstr ""
|
269 |
|
@@ -271,193 +300,193 @@ msgstr ""
|
|
271 |
msgid "Emails"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: php/qmn_options_email_tab.php:55 php/qmn_options_email_tab.php:
|
275 |
msgid "The email has been added successfully."
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: php/qmn_options_email_tab.php:
|
279 |
msgid "The email has been updated successfully."
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: php/qmn_options_email_tab.php:
|
283 |
-
#: php/qmn_options_results_page_tab.php:
|
284 |
msgid "Template Variables"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: php/qmn_options_email_tab.php:
|
288 |
-
#: php/qmn_options_text_tab.php:
|
289 |
msgid "Score for the quiz when using points"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: php/qmn_options_email_tab.php:
|
293 |
-
#: php/qmn_options_text_tab.php:
|
294 |
msgid "The average amount of points user had per question"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: php/qmn_options_email_tab.php:
|
298 |
-
#: php/qmn_options_text_tab.php:
|
299 |
msgid "The number of correct answers the user had"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: php/qmn_options_email_tab.php:
|
303 |
-
#: php/qmn_options_text_tab.php:
|
304 |
msgid "The total number of questions in the quiz"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: php/qmn_options_email_tab.php:
|
308 |
-
#: php/qmn_options_text_tab.php:
|
309 |
msgid "Score for the quiz when using correct answers"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: php/qmn_options_email_tab.php:
|
313 |
-
#: php/qmn_options_text_tab.php:
|
314 |
msgid "The name the user entered before the quiz"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: php/qmn_options_email_tab.php:
|
318 |
-
#: php/qmn_options_text_tab.php:
|
319 |
msgid "The business the user entered before the quiz"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: php/qmn_options_email_tab.php:
|
323 |
-
#: php/qmn_options_text_tab.php:
|
324 |
msgid "The phone number the user entered before the quiz"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: php/qmn_options_email_tab.php:
|
328 |
-
#: php/qmn_options_text_tab.php:
|
329 |
msgid "The email the user entered before the quiz"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: php/qmn_options_email_tab.php:
|
333 |
-
#: php/qmn_options_results_page_tab.php:
|
334 |
msgid "The name of the quiz"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: php/qmn_options_email_tab.php:
|
338 |
-
#: php/qmn_options_text_tab.php:
|
339 |
msgid "Shows the question, the answer the user provided, and the correct answer"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: php/qmn_options_email_tab.php:
|
343 |
-
#: php/qmn_options_text_tab.php:
|
344 |
msgid "The comments the user entered into comment box if enabled"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: php/qmn_options_email_tab.php:
|
348 |
msgid "The amount of time user spent on quiz in seconds"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: php/qmn_options_email_tab.php:
|
352 |
msgid "The amount of time user spent on quiz in minutes"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: php/qmn_options_email_tab.php:
|
356 |
-
#: php/qmn_options_text_tab.php:
|
357 |
msgid "The link to the certificate after completing the quiz"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: php/qmn_options_email_tab.php:
|
361 |
-
#: php/qmn_options_text_tab.php:
|
362 |
msgid "The amount of points a specific category earned."
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: php/qmn_options_email_tab.php:
|
366 |
-
#: php/qmn_options_text_tab.php:
|
367 |
msgid "The score a specific category earned."
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: php/qmn_options_email_tab.php:
|
371 |
-
#: php/qmn_options_text_tab.php:
|
372 |
msgid "The average points from all categories."
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: php/qmn_options_email_tab.php:
|
376 |
-
#: php/qmn_options_text_tab.php:
|
377 |
msgid "The average score from all categories."
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: php/qmn_options_email_tab.php:
|
381 |
msgid "The question that the user answered"
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: php/qmn_options_email_tab.php:
|
385 |
msgid "The answer the user gave for the question"
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: php/qmn_options_email_tab.php:
|
389 |
msgid "The correct answer for the question"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: php/qmn_options_email_tab.php:
|
393 |
msgid "The comments the user provided in the comment field for the question"
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: php/qmn_options_email_tab.php:
|
397 |
msgid "Reason why the correct answer is the correct answer"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: php/qmn_options_email_tab.php:
|
401 |
msgid "The Current Date"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: php/qmn_options_email_tab.php:
|
405 |
msgid "Save Email Templates And Settings"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: php/qmn_options_email_tab.php:
|
409 |
msgid "Send user email upon completion?"
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: php/qmn_options_email_tab.php:
|
413 |
msgid "Send admin email upon completion?"
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: php/qmn_options_email_tab.php:
|
417 |
msgid "What emails should we send the admin email to? Separate emails with a comma."
|
418 |
msgstr ""
|
419 |
|
420 |
-
#: php/qmn_options_email_tab.php:
|
421 |
msgid "What is the From Name for the email sent to users and admin?"
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: php/qmn_options_email_tab.php:
|
425 |
msgid "Email Sent To User"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: php/qmn_options_email_tab.php:
|
429 |
msgid "Add New User Email"
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: php/qmn_options_email_tab.php:
|
433 |
-
#: php/qmn_options_email_tab.php:
|
434 |
-
#: php/qmn_options_results_page_tab.php:
|
435 |
-
#: php/qmn_options_results_page_tab.php:
|
436 |
msgid "Score Greater Than Or Equal To"
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: php/qmn_options_email_tab.php:
|
440 |
-
#: php/qmn_options_email_tab.php:
|
441 |
-
#: php/qmn_options_results_page_tab.php:
|
442 |
-
#: php/qmn_options_results_page_tab.php:
|
443 |
msgid "Score Less Than Or Equal To"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: php/qmn_options_email_tab.php:
|
447 |
-
#: php/qmn_options_email_tab.php:
|
448 |
msgid "Subject"
|
449 |
msgstr ""
|
450 |
|
451 |
-
#: php/qmn_options_email_tab.php:
|
452 |
-
#: php/qmn_options_email_tab.php:
|
453 |
msgid "Email To Send"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: php/qmn_options_email_tab.php:
|
457 |
msgid "Email Sent To Admin"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: php/qmn_options_email_tab.php:
|
461 |
msgid "Add New Admin Email"
|
462 |
msgstr ""
|
463 |
|
@@ -465,56 +494,56 @@ msgstr ""
|
|
465 |
msgid "Leaderboard"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: php/qmn_options_leaderboard_tab.php:
|
469 |
msgid "The leaderboards has been updated successfully."
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: php/qmn_options_leaderboard_tab.php:
|
473 |
msgid "The name of the user who is in first place"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: php/qmn_options_leaderboard_tab.php:
|
477 |
msgid "The score from the first place's quiz"
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: php/qmn_options_leaderboard_tab.php:
|
481 |
msgid "The name of the user who is in second place"
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: php/qmn_options_leaderboard_tab.php:
|
485 |
msgid "The score from the second place's quiz"
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: php/qmn_options_leaderboard_tab.php:
|
489 |
msgid "The name of the user who is in third place"
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: php/qmn_options_leaderboard_tab.php:
|
493 |
msgid "The score from the third place's quiz"
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: php/qmn_options_leaderboard_tab.php:
|
497 |
msgid "The name of the user who is in fourth place"
|
498 |
msgstr ""
|
499 |
|
500 |
-
#: php/qmn_options_leaderboard_tab.php:
|
501 |
msgid "The score from the fourth place's quiz"
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: php/qmn_options_leaderboard_tab.php:
|
505 |
msgid "The name of the user who is in fifth place"
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: php/qmn_options_leaderboard_tab.php:
|
509 |
msgid "The score from the fifth place's quiz"
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: php/qmn_options_leaderboard_tab.php:
|
513 |
-
#: php/qmn_options_leaderboard_tab.php:
|
514 |
msgid "Save Leaderboard Options"
|
515 |
msgstr ""
|
516 |
|
517 |
-
#: php/qmn_options_leaderboard_tab.php:
|
518 |
msgid "Leaderboard Template"
|
519 |
msgstr ""
|
520 |
|
@@ -522,136 +551,136 @@ msgstr ""
|
|
522 |
msgid "Options"
|
523 |
msgstr ""
|
524 |
|
525 |
-
#: php/qmn_options_option_tab.php:
|
526 |
msgid "The options has been updated successfully."
|
527 |
msgstr ""
|
528 |
|
529 |
-
#: php/qmn_options_option_tab.php:
|
530 |
msgid "Save Options"
|
531 |
msgstr ""
|
532 |
|
533 |
-
#: php/qmn_options_option_tab.php:
|
534 |
msgid "Which system is this quiz graded on?"
|
535 |
msgstr ""
|
536 |
|
537 |
-
#: php/qmn_options_option_tab.php:
|
538 |
msgid "Correct/Incorrect"
|
539 |
msgstr ""
|
540 |
|
541 |
-
#: php/qmn_options_option_tab.php:
|
542 |
msgid "Points"
|
543 |
msgstr ""
|
544 |
|
545 |
-
#: php/qmn_options_option_tab.php:
|
546 |
msgid "Not Graded"
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: php/qmn_options_option_tab.php:
|
550 |
msgid "Should the user be required to be logged in to take this quiz?"
|
551 |
msgstr ""
|
552 |
|
553 |
-
#: php/qmn_options_option_tab.php:
|
554 |
msgid "How many questions per page would you like? (Leave 0 for all questions on one page)"
|
555 |
msgstr ""
|
556 |
|
557 |
-
#: php/qmn_options_option_tab.php:
|
558 |
msgid "How many minutes does the user have to finish the quiz? (Leave 0 for no time limit)"
|
559 |
msgstr ""
|
560 |
|
561 |
-
#: php/qmn_options_option_tab.php:
|
562 |
msgid "How many times can a user take this quiz? (Leave 0 for as many times as the user wants to. Currently only works for registered users)"
|
563 |
msgstr ""
|
564 |
|
565 |
-
#: php/qmn_options_option_tab.php:
|
566 |
msgid "How many total entries can this quiz have? (Leave 0 for unlimited entries"
|
567 |
msgstr ""
|
568 |
|
569 |
-
#: php/qmn_options_option_tab.php:
|
570 |
msgid "How many questions should be loaded for quiz? (Leave 0 to load all questions)"
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: php/qmn_options_option_tab.php:
|
574 |
msgid "What time-frame should the user be able to access the quiz? (Leave blank if the user can access anytime)"
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: php/qmn_options_option_tab.php:
|
578 |
msgid "start date"
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: php/qmn_options_option_tab.php:
|
582 |
msgid "end date"
|
583 |
msgstr ""
|
584 |
|
585 |
-
#: php/qmn_options_option_tab.php:
|
586 |
msgid "Are the questions random? (Question Order will not apply if this is yes)"
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: php/qmn_options_option_tab.php:
|
590 |
msgid "Random Questions"
|
591 |
msgstr ""
|
592 |
|
593 |
-
#: php/qmn_options_option_tab.php:
|
594 |
msgid "Random Questions And Answers"
|
595 |
msgstr ""
|
596 |
|
597 |
-
#: php/qmn_options_option_tab.php:
|
598 |
msgid "Would you like to ask for the contact information at the beginning or at the end of the quiz?"
|
599 |
msgstr ""
|
600 |
|
601 |
-
#: php/qmn_options_option_tab.php:
|
602 |
msgid "Beginning"
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: php/qmn_options_option_tab.php:
|
606 |
msgid "End"
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: php/qmn_options_option_tab.php:
|
610 |
msgid "If a logged-in user takes the quiz, would you like them to be able to edit contact information? If set to no, the fields will not show up for logged in users; however, the users information will be saved for the fields."
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: php/qmn_options_option_tab.php:
|
614 |
msgid "Should we ask for users name?"
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: php/qmn_options_option_tab.php:
|
618 |
-
#: php/qmn_options_option_tab.php:
|
619 |
msgid "Require"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: php/qmn_options_option_tab.php:
|
623 |
msgid "Should we ask for users business?"
|
624 |
msgstr ""
|
625 |
|
626 |
-
#: php/qmn_options_option_tab.php:
|
627 |
msgid "Should we ask for users email?"
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: php/qmn_options_option_tab.php:
|
631 |
msgid "Should we ask for users phone number?"
|
632 |
msgstr ""
|
633 |
|
634 |
-
#: php/qmn_options_option_tab.php:
|
635 |
msgid "Would you like a place for the user to enter comments?"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: php/qmn_options_option_tab.php:
|
639 |
msgid "Show question number on quiz?"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: php/qmn_options_option_tab.php:
|
643 |
msgid "Show social media sharing buttons? (Twitter & Facebook)"
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: php/qmn_options_option_tab.php:
|
647 |
msgid "This option is for here only for users of older versions. Please use the new template variables %FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages instead of using this option!"
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: php/qmn_options_option_tab.php:
|
651 |
msgid "Disable question once user selects answer? (Currently only work on multiple choice)"
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: php/qmn_options_option_tab.php:
|
655 |
msgid "Dynamically add class for incorrect/correct answer after user selects answer? (Currently only works on multiple choice)"
|
656 |
msgstr ""
|
657 |
|
@@ -667,117 +696,121 @@ msgstr ""
|
|
667 |
msgid "Answer"
|
668 |
msgstr ""
|
669 |
|
670 |
-
#: php/qmn_options_questions_tab.php:
|
|
|
|
|
|
|
|
|
671 |
msgid "The question has been updated successfully."
|
672 |
msgstr ""
|
673 |
|
674 |
-
#: php/qmn_options_questions_tab.php:
|
675 |
msgid "The question has been deleted successfully."
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: php/qmn_options_questions_tab.php:
|
679 |
msgid "The question has been duplicated successfully."
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: php/qmn_options_questions_tab.php:
|
683 |
msgid "The question has been created successfully."
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: php/qmn_options_questions_tab.php:
|
687 |
msgid "Add Question"
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: php/qmn_options_questions_tab.php:
|
|
|
|
|
|
|
|
|
691 |
#, php-format
|
692 |
msgid "One question"
|
693 |
msgid_plural "%s questions"
|
694 |
msgstr[0] ""
|
695 |
msgstr[1] ""
|
696 |
|
697 |
-
#: php/qmn_options_questions_tab.php:
|
698 |
-
#: php/qmn_options_questions_tab.php:
|
699 |
msgid "Question Order"
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: php/qmn_options_questions_tab.php:
|
703 |
-
#: php/qmn_options_questions_tab.php:
|
704 |
msgid "Question Type"
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: php/qmn_options_questions_tab.php:
|
708 |
-
#: php/qmn_options_questions_tab.php:
|
709 |
msgid "Category"
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: php/qmn_options_questions_tab.php:
|
713 |
msgid "Question"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: php/qmn_options_questions_tab.php:
|
717 |
-
msgid "For fill in the blank types, use %BLANK% to represent where to put the text box in your text."
|
718 |
-
msgstr ""
|
719 |
-
|
720 |
-
#: php/qmn_options_questions_tab.php:553
|
721 |
msgid "Answers"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: php/qmn_options_questions_tab.php:
|
725 |
msgid "Points Worth"
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: php/qmn_options_questions_tab.php:
|
729 |
msgid "Correct Answer"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: php/qmn_options_questions_tab.php:
|
733 |
msgid "Add New Answer!"
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: php/qmn_options_questions_tab.php:
|
737 |
msgid "Correct Answer Info"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: php/qmn_options_questions_tab.php:
|
741 |
msgid "Hint"
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: php/qmn_options_questions_tab.php:
|
745 |
msgid "Comment Field"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: php/qmn_options_questions_tab.php:
|
749 |
msgid "Small Text Field"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: php/qmn_options_questions_tab.php:
|
753 |
msgid "Large Text Field"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: php/qmn_options_questions_tab.php:
|
757 |
msgid "None"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: php/qmn_options_questions_tab.php:
|
761 |
msgid "Required?"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: php/qmn_options_questions_tab.php:
|
765 |
msgid "Create Question"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: php/qmn_options_questions_tab.php:
|
769 |
msgid "Are you sure you want to delete this question?"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: php/qmn_options_questions_tab.php:
|
773 |
msgid "Delete Question"
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: php/qmn_options_questions_tab.php:
|
777 |
msgid "Are you sure you want to duplicate this question?"
|
778 |
msgstr ""
|
779 |
|
780 |
-
#: php/qmn_options_questions_tab.php:
|
781 |
msgid "Duplicate Question"
|
782 |
msgstr ""
|
783 |
|
@@ -789,51 +822,51 @@ msgstr ""
|
|
789 |
msgid "The results page has been added successfully."
|
790 |
msgstr ""
|
791 |
|
792 |
-
#: php/qmn_options_results_page_tab.php:
|
793 |
msgid "The results page has been saved successfully."
|
794 |
msgstr ""
|
795 |
|
796 |
-
#: php/qmn_options_results_page_tab.php:
|
797 |
msgid "The amount of time user spent taking quiz in minutes"
|
798 |
msgstr ""
|
799 |
|
800 |
-
#: php/qmn_options_results_page_tab.php:
|
801 |
msgid "The amount of time user spent taking quiz in seconds"
|
802 |
msgstr ""
|
803 |
|
804 |
-
#: php/qmn_options_results_page_tab.php:
|
805 |
msgid "Displays button to share on Facebook."
|
806 |
msgstr ""
|
807 |
|
808 |
-
#: php/qmn_options_results_page_tab.php:
|
809 |
msgid "Displays button to share on Twitter."
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: php/qmn_options_results_page_tab.php:
|
813 |
-
#: php/qmn_options_results_page_tab.php:
|
814 |
msgid "Save Results Pages"
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: php/qmn_options_results_page_tab.php:
|
818 |
-
#: php/qmn_options_results_page_tab.php:
|
819 |
msgid "Add New Results Page"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: php/qmn_options_results_page_tab.php:
|
823 |
-
#: php/qmn_options_results_page_tab.php:
|
824 |
msgid "Results Page Shown"
|
825 |
msgstr ""
|
826 |
|
827 |
-
#: php/qmn_options_results_page_tab.php:
|
828 |
-
#: php/qmn_options_results_page_tab.php:
|
829 |
msgid "Redirect URL (Beta)"
|
830 |
msgstr ""
|
831 |
|
832 |
-
#: php/qmn_options_results_page_tab.php:
|
833 |
msgid "Delete"
|
834 |
msgstr ""
|
835 |
|
836 |
-
#: php/qmn_options_results_page_tab.php:
|
837 |
msgid "Are you sure?"
|
838 |
msgstr ""
|
839 |
|
@@ -845,27 +878,27 @@ msgstr ""
|
|
845 |
msgid "The style has been saved successfully."
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: php/qmn_options_style_tab.php:
|
849 |
msgid "Quiz Styles"
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: php/qmn_options_style_tab.php:
|
853 |
msgid "Choose your style:"
|
854 |
msgstr ""
|
855 |
|
856 |
-
#: php/qmn_options_style_tab.php:
|
857 |
msgid "Custom"
|
858 |
msgstr ""
|
859 |
|
860 |
-
#: php/qmn_options_style_tab.php:
|
861 |
msgid "Save Quiz Style"
|
862 |
msgstr ""
|
863 |
|
864 |
-
#: php/qmn_options_style_tab.php:
|
865 |
msgid "Custom Style CSS"
|
866 |
msgstr ""
|
867 |
|
868 |
-
#: php/qmn_options_style_tab.php:
|
869 |
msgid "For detailed help and guidance along with a list of different classes used in this plugin, please visit the following link:"
|
870 |
msgstr ""
|
871 |
|
@@ -873,115 +906,115 @@ msgstr ""
|
|
873 |
msgid "Text"
|
874 |
msgstr ""
|
875 |
|
876 |
-
#: php/qmn_options_text_tab.php:
|
877 |
msgid "The templates has been updated successfully."
|
878 |
msgstr ""
|
879 |
|
880 |
-
#: php/qmn_options_text_tab.php:
|
881 |
msgid "Previous"
|
882 |
msgstr ""
|
883 |
|
884 |
-
#: php/qmn_options_text_tab.php:
|
885 |
msgid "Save Templates"
|
886 |
msgstr ""
|
887 |
|
888 |
-
#: php/qmn_options_text_tab.php:
|
889 |
msgid "Message Templates"
|
890 |
msgstr ""
|
891 |
|
892 |
-
#: php/qmn_options_text_tab.php:
|
893 |
msgid "Message Displayed Before Quiz"
|
894 |
msgstr ""
|
895 |
|
896 |
-
#: php/qmn_options_text_tab.php:
|
897 |
msgid "Message Displayed Before Comments Box If Enabled"
|
898 |
msgstr ""
|
899 |
|
900 |
-
#: php/qmn_options_text_tab.php:
|
901 |
msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
|
902 |
msgstr ""
|
903 |
|
904 |
-
#: php/qmn_options_text_tab.php:
|
905 |
msgid "Message Displayed If User Has Tried Quiz Too Many Times"
|
906 |
msgstr ""
|
907 |
|
908 |
-
#: php/qmn_options_text_tab.php:
|
909 |
msgid "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be Logged In"
|
910 |
msgstr ""
|
911 |
|
912 |
-
#: php/qmn_options_text_tab.php:
|
913 |
msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
|
914 |
msgstr ""
|
915 |
|
916 |
-
#: php/qmn_options_text_tab.php:
|
917 |
msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
|
918 |
msgstr ""
|
919 |
|
920 |
-
#: php/qmn_options_text_tab.php:
|
921 |
msgid "%QUESTIONS_ANSWERS% Text"
|
922 |
msgstr ""
|
923 |
|
924 |
-
#: php/qmn_options_text_tab.php:
|
925 |
msgid "Twitter Sharing Text"
|
926 |
msgstr ""
|
927 |
|
928 |
-
#: php/qmn_options_text_tab.php:
|
929 |
msgid "Facebook Sharing Text"
|
930 |
msgstr ""
|
931 |
|
932 |
-
#: php/qmn_options_text_tab.php:
|
933 |
msgid "Other Templates"
|
934 |
msgstr ""
|
935 |
|
936 |
-
#: php/qmn_options_text_tab.php:
|
937 |
msgid "Text for submit button"
|
938 |
msgstr ""
|
939 |
|
940 |
-
#: php/qmn_options_text_tab.php:
|
941 |
msgid "Text for name field"
|
942 |
msgstr ""
|
943 |
|
944 |
-
#: php/qmn_options_text_tab.php:
|
945 |
msgid "Text for business field"
|
946 |
msgstr ""
|
947 |
|
948 |
-
#: php/qmn_options_text_tab.php:
|
949 |
msgid "Text for email field"
|
950 |
msgstr ""
|
951 |
|
952 |
-
#: php/qmn_options_text_tab.php:
|
953 |
msgid "Text for phone number field"
|
954 |
msgstr ""
|
955 |
|
956 |
-
#: php/qmn_options_text_tab.php:
|
957 |
msgid "Text for comments field"
|
958 |
msgstr ""
|
959 |
|
960 |
-
#: php/qmn_options_text_tab.php:
|
961 |
msgid "Text for previous button"
|
962 |
msgstr ""
|
963 |
|
964 |
-
#: php/qmn_options_text_tab.php:
|
965 |
msgid "Text for next button"
|
966 |
msgstr ""
|
967 |
|
968 |
-
#: php/qmn_options_tools_tab.php:
|
969 |
msgid "The stats has been reset successfully."
|
970 |
msgstr ""
|
971 |
|
972 |
-
#: php/qmn_options_tools_tab.php:
|
973 |
msgid "Use this button to reset all the stats collected for this quiz (Quiz Views and Times Quiz Has Been Taken)."
|
974 |
msgstr ""
|
975 |
|
976 |
-
#: php/qmn_options_tools_tab.php:
|
977 |
msgid "Reset Quiz Views And Taken Stats"
|
978 |
msgstr ""
|
979 |
|
980 |
-
#: php/qmn_options_tools_tab.php:
|
981 |
msgid "Are you sure you want to reset the stats to 0? All views and taken stats for this quiz will be reset. This is permanent and cannot be undone."
|
982 |
msgstr ""
|
983 |
|
984 |
-
#: php/qmn_options_tools_tab.php:
|
985 |
msgid "Reset All Stats For Quiz"
|
986 |
msgstr ""
|
987 |
|
@@ -989,63 +1022,71 @@ msgstr ""
|
|
989 |
msgid "Multiple Choice"
|
990 |
msgstr ""
|
991 |
|
992 |
-
#: php/qmn_question_types.php:
|
993 |
msgid "Horizontal Multiple Choice"
|
994 |
msgstr ""
|
995 |
|
996 |
-
#: php/qmn_question_types.php:
|
997 |
msgid "Drop Down"
|
998 |
msgstr ""
|
999 |
|
1000 |
-
#: php/qmn_question_types.php:
|
1001 |
msgid "Small Open Answer"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
-
#: php/qmn_question_types.php:
|
1005 |
msgid "Multiple Response"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
-
#: php/qmn_question_types.php:
|
1009 |
msgid "Large Open Answer"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
-
#: php/qmn_question_types.php:
|
1013 |
msgid "Text Block"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
-
#: php/qmn_question_types.php:
|
1017 |
msgid "Number"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
-
#: php/qmn_question_types.php:
|
1021 |
msgid "Accept"
|
1022 |
msgstr ""
|
1023 |
|
1024 |
-
#: php/qmn_question_types.php:
|
1025 |
msgid "Captcha"
|
1026 |
msgstr ""
|
1027 |
|
1028 |
-
#: php/qmn_question_types.php:
|
1029 |
msgid "Horizontal Multiple Response"
|
1030 |
msgstr ""
|
1031 |
|
1032 |
-
#: php/qmn_question_types.php:
|
|
|
|
|
|
|
|
|
1033 |
msgid "Fill In The Blank"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
-
#: php/qmn_quiz.php:
|
|
|
|
|
|
|
|
|
1037 |
msgid "Not a valid e-mail address!"
|
1038 |
msgstr ""
|
1039 |
|
1040 |
-
#: php/qmn_quiz.php:
|
1041 |
msgid "This field must be a number!"
|
1042 |
msgstr ""
|
1043 |
|
1044 |
-
#: php/qmn_quiz.php:
|
1045 |
msgid "The entered text is not correct!"
|
1046 |
msgstr ""
|
1047 |
|
1048 |
-
#: php/qmn_quiz.php:
|
1049 |
msgid "Please complete all required fields!"
|
1050 |
msgstr ""
|
1051 |
|
@@ -1061,7 +1102,7 @@ msgstr[0] ""
|
|
1061 |
msgstr[1] ""
|
1062 |
|
1063 |
#: php/qmn_quiz_admin.php:259 php/qmn_quiz_admin.php:310
|
1064 |
-
#: php/qmn_quiz_admin.php:378 php/qmn_results.php:
|
1065 |
msgid "Quiz Name"
|
1066 |
msgstr ""
|
1067 |
|
@@ -1137,19 +1178,19 @@ msgstr ""
|
|
1137 |
msgid "Delete Quiz"
|
1138 |
msgstr ""
|
1139 |
|
1140 |
-
#: php/qmn_quiz_creator.php:
|
1141 |
msgid "Your new quiz has been created successfully. To begin editing your quiz, click the Edit link on the new quiz."
|
1142 |
msgstr ""
|
1143 |
|
1144 |
-
#: php/qmn_quiz_creator.php:
|
1145 |
msgid "Your quiz has been deleted successfully."
|
1146 |
msgstr ""
|
1147 |
|
1148 |
-
#: php/qmn_quiz_creator.php:
|
1149 |
msgid "Your quiz name has been updated successfully."
|
1150 |
msgstr ""
|
1151 |
|
1152 |
-
#: php/qmn_quiz_creator.php:
|
1153 |
msgid "Your quiz has been duplicated successfully."
|
1154 |
msgstr ""
|
1155 |
|
@@ -1162,54 +1203,54 @@ msgstr ""
|
|
1162 |
msgid "Please go to the quizzes page and click on the Edit link from the quiz you wish to edit."
|
1163 |
msgstr ""
|
1164 |
|
1165 |
-
#: php/qmn_results.php:
|
1166 |
msgid "Your results has been deleted successfully."
|
1167 |
msgstr ""
|
1168 |
|
1169 |
-
#: php/qmn_results.php:
|
1170 |
#, php-format
|
1171 |
msgid "One result"
|
1172 |
msgid_plural "%s results"
|
1173 |
msgstr[0] ""
|
1174 |
msgstr[1] ""
|
1175 |
|
1176 |
-
#: php/qmn_results.php:
|
1177 |
msgid "Actions"
|
1178 |
msgstr ""
|
1179 |
|
1180 |
-
#: php/qmn_results.php:
|
1181 |
msgid "Score"
|
1182 |
msgstr ""
|
1183 |
|
1184 |
-
#: php/qmn_results.php:
|
1185 |
msgid "Time To Complete"
|
1186 |
msgstr ""
|
1187 |
|
1188 |
-
#: php/qmn_results.php:
|
1189 |
msgid "Name"
|
1190 |
msgstr ""
|
1191 |
|
1192 |
-
#: php/qmn_results.php:
|
1193 |
msgid "Business"
|
1194 |
msgstr ""
|
1195 |
|
1196 |
-
#: php/qmn_results.php:
|
1197 |
msgid "Email"
|
1198 |
msgstr ""
|
1199 |
|
1200 |
-
#: php/qmn_results.php:
|
1201 |
msgid "Phone"
|
1202 |
msgstr ""
|
1203 |
|
1204 |
-
#: php/qmn_results.php:
|
1205 |
msgid "Time Taken"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
-
#: php/qmn_results.php:
|
1209 |
msgid "Are you sure you want to delete these results?"
|
1210 |
msgstr ""
|
1211 |
|
1212 |
-
#: php/qmn_results.php:
|
1213 |
msgid "Delete Results"
|
1214 |
msgstr ""
|
1215 |
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Quiz Master Next\n"
|
8 |
"Report-Msgid-Bugs-To: \n"
|
9 |
+
"POT-Creation-Date: 2015-08-04 13:53-0400\n"
|
10 |
"PO-Revision-Date: \n"
|
11 |
"Last-Translator: Frank Corso <frank@mylocalwebstop.com>\n"
|
12 |
"Language-Team: My Local Webstop <fpcorso@mylocalwebstop.com>\n"
|
18 |
"X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
|
19 |
"X-Poedit-SourceCharset: UTF-8\n"
|
20 |
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
21 |
+
"X-Poedit-Basepath: ..\n"
|
22 |
+
"X-Generator: Poedit 1.8.4\n"
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
|
25 |
+
#: mlw_quizmaster2.php:224 php/qmn_quiz_admin.php:196
|
26 |
msgid "Quizzes"
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: mlw_quizmaster2.php:225
|
30 |
msgid "Quiz Settings"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: mlw_quizmaster2.php:226 php/qmn_results.php:193
|
34 |
#: php/qmn_results_details.php:20
|
35 |
msgid "Quiz Results"
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: mlw_quizmaster2.php:227
|
39 |
msgid "Quiz Result Details"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: mlw_quizmaster2.php:228
|
43 |
msgid "Settings"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: mlw_quizmaster2.php:229 php/qmn_options_tools_tab.php:13
|
47 |
#: php/qmn_tools.php:65
|
48 |
msgid "Tools"
|
49 |
msgstr ""
|
50 |
|
51 |
+
#: mlw_quizmaster2.php:230
|
52 |
msgid "Stats"
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: mlw_quizmaster2.php:231
|
56 |
msgid "Addon Settings"
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: mlw_quizmaster2.php:232
|
60 |
msgid "Help"
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: mlw_quizmaster2.php:235 mlw_quizmaster2.php:236
|
64 |
msgid "QMN About"
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: php/class-qmn-review-message.php:83
|
68 |
+
#, php-format
|
69 |
+
msgid ""
|
70 |
+
"Greetings! I just noticed that you now have more than %d quiz results. That is\n"
|
71 |
+
"\t\tawesome! Could you please help me out by giving this plugin a 5-star rating on WordPress? This\n"
|
72 |
+
"\t\twill help us by helping other users discover this plugin. %s"
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: php/class-qmn-review-message.php:89
|
76 |
+
msgid "Yeah, you deserve it!"
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: php/class-qmn-review-message.php:90
|
80 |
+
msgid "I already did!"
|
81 |
+
msgstr ""
|
82 |
+
|
83 |
+
#: php/class-qmn-review-message.php:91
|
84 |
+
msgid "No, this plugin is not good enough"
|
85 |
+
msgstr ""
|
86 |
+
|
87 |
#: php/qmn-stats-page.php:29
|
88 |
msgid "Quiz Statistics"
|
89 |
msgstr ""
|
128 |
msgid "Changelog"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: php/qmn_credits.php:39
|
132 |
+
msgid "People Who Make QMN Possible"
|
133 |
+
msgstr ""
|
134 |
+
|
135 |
+
#: php/qmn_credits.php:108
|
136 |
+
#, php-format
|
137 |
+
msgid "View %s"
|
138 |
+
msgstr ""
|
139 |
+
|
140 |
#: php/qmn_dashboard_widgets.php:16
|
141 |
msgid "Quiz Master Next Snapshot"
|
142 |
msgstr ""
|
173 |
msgid "least popular quiz"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: php/qmn_help.php:20
|
177 |
msgid "Need Help?"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: php/qmn_help.php:21
|
181 |
msgid "Support"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: php/qmn_help.php:22
|
185 |
msgid "System Info"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: php/qmn_help.php:25
|
189 |
msgid "Help Page"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: php/qmn_help.php:55
|
193 |
msgid "Need help with the plugin? Try any of the following:"
|
194 |
msgstr ""
|
195 |
|
197 |
msgid "Certificate (Beta)"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: php/qmn_options_certificate_tab.php:64
|
201 |
msgid "The certificate has been updated successfully."
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: php/qmn_options_certificate_tab.php:83 php/qmn_options_email_tab.php:76
|
205 |
+
#: php/qmn_options_email_tab.php:144 php/qmn_options_email_tab.php:217
|
206 |
+
#: php/qmn_options_leaderboard_tab.php:68 php/qmn_options_option_tab.php:131
|
207 |
+
#: php/qmn_options_questions_tab.php:188 php/qmn_options_questions_tab.php:233
|
208 |
+
#: php/qmn_options_questions_tab.php:325 php/qmn_options_questions_tab.php:422
|
209 |
+
#: php/qmn_options_results_page_tab.php:76
|
210 |
+
#: php/qmn_options_results_page_tab.php:125 php/qmn_options_style_tab.php:60
|
211 |
+
#: php/qmn_options_text_tab.php:123 php/qmn_options_tools_tab.php:68
|
212 |
+
#: php/qmn_quiz_creator.php:315 php/qmn_quiz_creator.php:390
|
213 |
+
#: php/qmn_quiz_creator.php:441 php/qmn_quiz_creator.php:608
|
214 |
+
#: php/qmn_quiz_creator.php:674 php/qmn_results.php:58
|
215 |
#, php-format
|
216 |
msgid "There has been an error in this action. Please share this with the developer. Error Code: %s"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: php/qmn_options_certificate_tab.php:100
|
220 |
msgid "Enter title here"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: php/qmn_options_certificate_tab.php:100 php/qmn_options_email_tab.php:95
|
224 |
+
#: php/qmn_options_email_tab.php:113
|
225 |
msgid "Enter text here"
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: php/qmn_options_certificate_tab.php:104
|
229 |
msgid "Quiz Certificate (Beta)"
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: php/qmn_options_certificate_tab.php:105
|
233 |
+
msgid "Enter in your text here to fill in the certificate for this quiz. Be sure to enter in the link variable into the templates on the Emails and Results Page tabs so the user can access the certificate."
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: php/qmn_options_certificate_tab.php:106
|
237 |
msgid "These fields cannot contain HTML."
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: php/qmn_options_certificate_tab.php:107
|
241 |
+
#: php/qmn_options_certificate_tab.php:163
|
242 |
msgid "Save Certificate Options"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: php/qmn_options_certificate_tab.php:115
|
246 |
msgid "Enable Certificates For This Quiz?"
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: php/qmn_options_certificate_tab.php:117 php/qmn_options_email_tab.php:381
|
250 |
+
#: php/qmn_options_email_tab.php:388 php/qmn_options_option_tab.php:178
|
251 |
+
#: php/qmn_options_option_tab.php:239 php/qmn_options_option_tab.php:246
|
252 |
+
#: php/qmn_options_option_tab.php:254 php/qmn_options_option_tab.php:262
|
253 |
+
#: php/qmn_options_option_tab.php:270 php/qmn_options_option_tab.php:278
|
254 |
+
#: php/qmn_options_option_tab.php:285 php/qmn_options_option_tab.php:292
|
255 |
+
#: php/qmn_options_option_tab.php:299 php/qmn_options_option_tab.php:306
|
256 |
+
#: php/qmn_options_questions_tab.php:699
|
257 |
+
#: php/qmn_options_results_page_tab.php:282
|
258 |
msgid "Yes"
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: php/qmn_options_certificate_tab.php:118 php/qmn_options_email_tab.php:382
|
262 |
+
#: php/qmn_options_email_tab.php:389 php/qmn_options_option_tab.php:179
|
263 |
+
#: php/qmn_options_option_tab.php:226 php/qmn_options_option_tab.php:240
|
264 |
+
#: php/qmn_options_option_tab.php:248 php/qmn_options_option_tab.php:256
|
265 |
+
#: php/qmn_options_option_tab.php:264 php/qmn_options_option_tab.php:272
|
266 |
+
#: php/qmn_options_option_tab.php:279 php/qmn_options_option_tab.php:286
|
267 |
+
#: php/qmn_options_option_tab.php:293 php/qmn_options_option_tab.php:300
|
268 |
+
#: php/qmn_options_option_tab.php:307 php/qmn_options_questions_tab.php:700
|
269 |
+
#: php/qmn_options_results_page_tab.php:282
|
270 |
msgid "No"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: php/qmn_options_certificate_tab.php:123
|
274 |
msgid "Certificate Title"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: php/qmn_options_certificate_tab.php:130
|
278 |
msgid "Message Displayed On Certificate"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: php/qmn_options_certificate_tab.php:132
|
282 |
+
#: php/qmn_options_leaderboard_tab.php:122 php/qmn_options_text_tab.php:254
|
283 |
+
#: php/qmn_options_text_tab.php:264 php/qmn_options_text_tab.php:274
|
284 |
+
#: php/qmn_options_text_tab.php:284 php/qmn_options_text_tab.php:294
|
285 |
+
#: php/qmn_options_text_tab.php:304 php/qmn_options_text_tab.php:314
|
286 |
+
#: php/qmn_options_text_tab.php:324 php/qmn_options_text_tab.php:337
|
287 |
+
#: php/qmn_options_text_tab.php:354
|
288 |
msgid "Allowed Variables:"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: php/qmn_options_certificate_tab.php:150
|
292 |
msgid "URL To Logo (Must be JPG, JPEG, PNG or GIF)"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: php/qmn_options_certificate_tab.php:157
|
296 |
msgid "URL To Background Img (Must be JPG, JPEG, PNG or GIF)"
|
297 |
msgstr ""
|
298 |
|
300 |
msgid "Emails"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: php/qmn_options_email_tab.php:55 php/qmn_options_email_tab.php:123
|
304 |
msgid "The email has been added successfully."
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: php/qmn_options_email_tab.php:196
|
308 |
msgid "The email has been updated successfully."
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: php/qmn_options_email_tab.php:285 php/qmn_options_leaderboard_tab.php:80
|
312 |
+
#: php/qmn_options_results_page_tab.php:166 php/qmn_options_text_tab.php:161
|
313 |
msgid "Template Variables"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: php/qmn_options_email_tab.php:288 php/qmn_options_results_page_tab.php:169
|
317 |
+
#: php/qmn_options_text_tab.php:164
|
318 |
msgid "Score for the quiz when using points"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: php/qmn_options_email_tab.php:291 php/qmn_options_results_page_tab.php:172
|
322 |
+
#: php/qmn_options_text_tab.php:167
|
323 |
msgid "The average amount of points user had per question"
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: php/qmn_options_email_tab.php:294 php/qmn_options_results_page_tab.php:175
|
327 |
+
#: php/qmn_options_text_tab.php:170
|
328 |
msgid "The number of correct answers the user had"
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: php/qmn_options_email_tab.php:297 php/qmn_options_results_page_tab.php:178
|
332 |
+
#: php/qmn_options_text_tab.php:173
|
333 |
msgid "The total number of questions in the quiz"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: php/qmn_options_email_tab.php:300 php/qmn_options_results_page_tab.php:181
|
337 |
+
#: php/qmn_options_text_tab.php:176
|
338 |
msgid "Score for the quiz when using correct answers"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: php/qmn_options_email_tab.php:303 php/qmn_options_results_page_tab.php:184
|
342 |
+
#: php/qmn_options_text_tab.php:179
|
343 |
msgid "The name the user entered before the quiz"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: php/qmn_options_email_tab.php:306 php/qmn_options_results_page_tab.php:187
|
347 |
+
#: php/qmn_options_text_tab.php:182
|
348 |
msgid "The business the user entered before the quiz"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: php/qmn_options_email_tab.php:309 php/qmn_options_results_page_tab.php:190
|
352 |
+
#: php/qmn_options_text_tab.php:185
|
353 |
msgid "The phone number the user entered before the quiz"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: php/qmn_options_email_tab.php:312 php/qmn_options_results_page_tab.php:193
|
357 |
+
#: php/qmn_options_text_tab.php:188
|
358 |
msgid "The email the user entered before the quiz"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: php/qmn_options_email_tab.php:315 php/qmn_options_leaderboard_tab.php:108
|
362 |
+
#: php/qmn_options_results_page_tab.php:196 php/qmn_options_text_tab.php:191
|
363 |
msgid "The name of the quiz"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: php/qmn_options_email_tab.php:318 php/qmn_options_results_page_tab.php:199
|
367 |
+
#: php/qmn_options_text_tab.php:194
|
368 |
msgid "Shows the question, the answer the user provided, and the correct answer"
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: php/qmn_options_email_tab.php:321 php/qmn_options_results_page_tab.php:202
|
372 |
+
#: php/qmn_options_text_tab.php:197
|
373 |
msgid "The comments the user entered into comment box if enabled"
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: php/qmn_options_email_tab.php:324 php/qmn_options_text_tab.php:200
|
377 |
msgid "The amount of time user spent on quiz in seconds"
|
378 |
msgstr ""
|
379 |
|
380 |
+
#: php/qmn_options_email_tab.php:327 php/qmn_options_text_tab.php:203
|
381 |
msgid "The amount of time user spent on quiz in minutes"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: php/qmn_options_email_tab.php:330 php/qmn_options_results_page_tab.php:211
|
385 |
+
#: php/qmn_options_text_tab.php:206
|
386 |
msgid "The link to the certificate after completing the quiz"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: php/qmn_options_email_tab.php:333 php/qmn_options_results_page_tab.php:214
|
390 |
+
#: php/qmn_options_text_tab.php:209
|
391 |
msgid "The amount of points a specific category earned."
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: php/qmn_options_email_tab.php:336 php/qmn_options_results_page_tab.php:217
|
395 |
+
#: php/qmn_options_text_tab.php:212
|
396 |
msgid "The score a specific category earned."
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: php/qmn_options_email_tab.php:339 php/qmn_options_results_page_tab.php:220
|
400 |
+
#: php/qmn_options_text_tab.php:215
|
401 |
msgid "The average points from all categories."
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: php/qmn_options_email_tab.php:342 php/qmn_options_results_page_tab.php:223
|
405 |
+
#: php/qmn_options_text_tab.php:218
|
406 |
msgid "The average score from all categories."
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: php/qmn_options_email_tab.php:345 php/qmn_options_text_tab.php:221
|
410 |
msgid "The question that the user answered"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: php/qmn_options_email_tab.php:348 php/qmn_options_text_tab.php:224
|
414 |
msgid "The answer the user gave for the question"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: php/qmn_options_email_tab.php:351 php/qmn_options_text_tab.php:227
|
418 |
msgid "The correct answer for the question"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: php/qmn_options_email_tab.php:354 php/qmn_options_text_tab.php:230
|
422 |
msgid "The comments the user provided in the comment field for the question"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: php/qmn_options_email_tab.php:357 php/qmn_options_text_tab.php:233
|
426 |
msgid "Reason why the correct answer is the correct answer"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: php/qmn_options_email_tab.php:360 php/qmn_options_text_tab.php:236
|
430 |
msgid "The Current Date"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: php/qmn_options_email_tab.php:375 php/qmn_options_email_tab.php:574
|
434 |
msgid "Save Email Templates And Settings"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: php/qmn_options_email_tab.php:379
|
438 |
msgid "Send user email upon completion?"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: php/qmn_options_email_tab.php:386
|
442 |
msgid "Send admin email upon completion?"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: php/qmn_options_email_tab.php:393
|
446 |
msgid "What emails should we send the admin email to? Separate emails with a comma."
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: php/qmn_options_email_tab.php:397
|
450 |
msgid "What is the From Name for the email sent to users and admin?"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: php/qmn_options_email_tab.php:403
|
454 |
msgid "Email Sent To User"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: php/qmn_options_email_tab.php:404 php/qmn_options_email_tab.php:482
|
458 |
msgid "Add New User Email"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: php/qmn_options_email_tab.php:409 php/qmn_options_email_tab.php:475
|
462 |
+
#: php/qmn_options_email_tab.php:496 php/qmn_options_email_tab.php:562
|
463 |
+
#: php/qmn_options_results_page_tab.php:241
|
464 |
+
#: php/qmn_options_results_page_tab.php:305
|
465 |
msgid "Score Greater Than Or Equal To"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: php/qmn_options_email_tab.php:410 php/qmn_options_email_tab.php:476
|
469 |
+
#: php/qmn_options_email_tab.php:497 php/qmn_options_email_tab.php:563
|
470 |
+
#: php/qmn_options_results_page_tab.php:242
|
471 |
+
#: php/qmn_options_results_page_tab.php:306
|
472 |
msgid "Score Less Than Or Equal To"
|
473 |
msgstr ""
|
474 |
|
475 |
+
#: php/qmn_options_email_tab.php:411 php/qmn_options_email_tab.php:477
|
476 |
+
#: php/qmn_options_email_tab.php:498 php/qmn_options_email_tab.php:564
|
477 |
msgid "Subject"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: php/qmn_options_email_tab.php:412 php/qmn_options_email_tab.php:478
|
481 |
+
#: php/qmn_options_email_tab.php:499 php/qmn_options_email_tab.php:565
|
482 |
msgid "Email To Send"
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: php/qmn_options_email_tab.php:490
|
486 |
msgid "Email Sent To Admin"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: php/qmn_options_email_tab.php:491 php/qmn_options_email_tab.php:569
|
490 |
msgid "Add New Admin Email"
|
491 |
msgstr ""
|
492 |
|
494 |
msgid "Leaderboard"
|
495 |
msgstr ""
|
496 |
|
497 |
+
#: php/qmn_options_leaderboard_tab.php:49
|
498 |
msgid "The leaderboards has been updated successfully."
|
499 |
msgstr ""
|
500 |
|
501 |
+
#: php/qmn_options_leaderboard_tab.php:83
|
502 |
msgid "The name of the user who is in first place"
|
503 |
msgstr ""
|
504 |
|
505 |
+
#: php/qmn_options_leaderboard_tab.php:84
|
506 |
msgid "The score from the first place's quiz"
|
507 |
msgstr ""
|
508 |
|
509 |
+
#: php/qmn_options_leaderboard_tab.php:88
|
510 |
msgid "The name of the user who is in second place"
|
511 |
msgstr ""
|
512 |
|
513 |
+
#: php/qmn_options_leaderboard_tab.php:89
|
514 |
msgid "The score from the second place's quiz"
|
515 |
msgstr ""
|
516 |
|
517 |
+
#: php/qmn_options_leaderboard_tab.php:93
|
518 |
msgid "The name of the user who is in third place"
|
519 |
msgstr ""
|
520 |
|
521 |
+
#: php/qmn_options_leaderboard_tab.php:94
|
522 |
msgid "The score from the third place's quiz"
|
523 |
msgstr ""
|
524 |
|
525 |
+
#: php/qmn_options_leaderboard_tab.php:98
|
526 |
msgid "The name of the user who is in fourth place"
|
527 |
msgstr ""
|
528 |
|
529 |
+
#: php/qmn_options_leaderboard_tab.php:99
|
530 |
msgid "The score from the fourth place's quiz"
|
531 |
msgstr ""
|
532 |
|
533 |
+
#: php/qmn_options_leaderboard_tab.php:103
|
534 |
msgid "The name of the user who is in fifth place"
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: php/qmn_options_leaderboard_tab.php:104
|
538 |
msgid "The score from the fifth place's quiz"
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: php/qmn_options_leaderboard_tab.php:111
|
542 |
+
#: php/qmn_options_leaderboard_tab.php:139
|
543 |
msgid "Save Leaderboard Options"
|
544 |
msgstr ""
|
545 |
|
546 |
+
#: php/qmn_options_leaderboard_tab.php:120
|
547 |
msgid "Leaderboard Template"
|
548 |
msgstr ""
|
549 |
|
551 |
msgid "Options"
|
552 |
msgstr ""
|
553 |
|
554 |
+
#: php/qmn_options_option_tab.php:110
|
555 |
msgid "The options has been updated successfully."
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: php/qmn_options_option_tab.php:160 php/qmn_options_option_tab.php:311
|
559 |
msgid "Save Options"
|
560 |
msgstr ""
|
561 |
|
562 |
+
#: php/qmn_options_option_tab.php:168
|
563 |
msgid "Which system is this quiz graded on?"
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: php/qmn_options_option_tab.php:170
|
567 |
msgid "Correct/Incorrect"
|
568 |
msgstr ""
|
569 |
|
570 |
+
#: php/qmn_options_option_tab.php:171
|
571 |
msgid "Points"
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: php/qmn_options_option_tab.php:172 php/qmn_results.php:316
|
575 |
msgid "Not Graded"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: php/qmn_options_option_tab.php:176
|
579 |
msgid "Should the user be required to be logged in to take this quiz?"
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: php/qmn_options_option_tab.php:183
|
583 |
msgid "How many questions per page would you like? (Leave 0 for all questions on one page)"
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: php/qmn_options_option_tab.php:189
|
587 |
msgid "How many minutes does the user have to finish the quiz? (Leave 0 for no time limit)"
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: php/qmn_options_option_tab.php:195
|
591 |
msgid "How many times can a user take this quiz? (Leave 0 for as many times as the user wants to. Currently only works for registered users)"
|
592 |
msgstr ""
|
593 |
|
594 |
+
#: php/qmn_options_option_tab.php:201
|
595 |
msgid "How many total entries can this quiz have? (Leave 0 for unlimited entries"
|
596 |
msgstr ""
|
597 |
|
598 |
+
#: php/qmn_options_option_tab.php:207
|
599 |
msgid "How many questions should be loaded for quiz? (Leave 0 to load all questions)"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: php/qmn_options_option_tab.php:213
|
603 |
msgid "What time-frame should the user be able to access the quiz? (Leave blank if the user can access anytime)"
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: php/qmn_options_option_tab.php:215
|
607 |
msgid "start date"
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: php/qmn_options_option_tab.php:218
|
611 |
msgid "end date"
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: php/qmn_options_option_tab.php:222
|
615 |
msgid "Are the questions random? (Question Order will not apply if this is yes)"
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: php/qmn_options_option_tab.php:224
|
619 |
msgid "Random Questions"
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: php/qmn_options_option_tab.php:225
|
623 |
msgid "Random Questions And Answers"
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: php/qmn_options_option_tab.php:230
|
627 |
msgid "Would you like to ask for the contact information at the beginning or at the end of the quiz?"
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: php/qmn_options_option_tab.php:232
|
631 |
msgid "Beginning"
|
632 |
msgstr ""
|
633 |
|
634 |
+
#: php/qmn_options_option_tab.php:233
|
635 |
msgid "End"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: php/qmn_options_option_tab.php:237
|
639 |
msgid "If a logged-in user takes the quiz, would you like them to be able to edit contact information? If set to no, the fields will not show up for logged in users; however, the users information will be saved for the fields."
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: php/qmn_options_option_tab.php:244
|
643 |
msgid "Should we ask for users name?"
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: php/qmn_options_option_tab.php:247 php/qmn_options_option_tab.php:255
|
647 |
+
#: php/qmn_options_option_tab.php:263 php/qmn_options_option_tab.php:271
|
648 |
msgid "Require"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: php/qmn_options_option_tab.php:252
|
652 |
msgid "Should we ask for users business?"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: php/qmn_options_option_tab.php:260
|
656 |
msgid "Should we ask for users email?"
|
657 |
msgstr ""
|
658 |
|
659 |
+
#: php/qmn_options_option_tab.php:268
|
660 |
msgid "Should we ask for users phone number?"
|
661 |
msgstr ""
|
662 |
|
663 |
+
#: php/qmn_options_option_tab.php:276
|
664 |
msgid "Would you like a place for the user to enter comments?"
|
665 |
msgstr ""
|
666 |
|
667 |
+
#: php/qmn_options_option_tab.php:283
|
668 |
msgid "Show question number on quiz?"
|
669 |
msgstr ""
|
670 |
|
671 |
+
#: php/qmn_options_option_tab.php:290
|
672 |
msgid "Show social media sharing buttons? (Twitter & Facebook)"
|
673 |
msgstr ""
|
674 |
|
675 |
+
#: php/qmn_options_option_tab.php:290
|
676 |
msgid "This option is for here only for users of older versions. Please use the new template variables %FACEBOOK_SHARE% %TWITTER_SHARE% on your results pages instead of using this option!"
|
677 |
msgstr ""
|
678 |
|
679 |
+
#: php/qmn_options_option_tab.php:297
|
680 |
msgid "Disable question once user selects answer? (Currently only work on multiple choice)"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: php/qmn_options_option_tab.php:304
|
684 |
msgid "Dynamically add class for incorrect/correct answer after user selects answer? (Currently only works on multiple choice)"
|
685 |
msgstr ""
|
686 |
|
696 |
msgid "Answer"
|
697 |
msgstr ""
|
698 |
|
699 |
+
#: php/qmn_options_questions_tab.php:62
|
700 |
+
msgid "The question order has been updated successfully."
|
701 |
+
msgstr ""
|
702 |
+
|
703 |
+
#: php/qmn_options_questions_tab.php:167
|
704 |
msgid "The question has been updated successfully."
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: php/qmn_options_questions_tab.php:212
|
708 |
msgid "The question has been deleted successfully."
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: php/qmn_options_questions_tab.php:304
|
712 |
msgid "The question has been duplicated successfully."
|
713 |
msgstr ""
|
714 |
|
715 |
+
#: php/qmn_options_questions_tab.php:401
|
716 |
msgid "The question has been created successfully."
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: php/qmn_options_questions_tab.php:536
|
720 |
msgid "Add Question"
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: php/qmn_options_questions_tab.php:537
|
724 |
+
msgid "Save Question Order"
|
725 |
+
msgstr ""
|
726 |
+
|
727 |
+
#: php/qmn_options_questions_tab.php:550
|
728 |
#, php-format
|
729 |
msgid "One question"
|
730 |
msgid_plural "%s questions"
|
731 |
msgstr[0] ""
|
732 |
msgstr[1] ""
|
733 |
|
734 |
+
#: php/qmn_options_questions_tab.php:556 php/qmn_options_questions_tab.php:564
|
735 |
+
#: php/qmn_options_questions_tab.php:692
|
736 |
msgid "Question Order"
|
737 |
msgstr ""
|
738 |
|
739 |
+
#: php/qmn_options_questions_tab.php:557 php/qmn_options_questions_tab.php:565
|
740 |
+
#: php/qmn_options_questions_tab.php:642
|
741 |
msgid "Question Type"
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: php/qmn_options_questions_tab.php:558 php/qmn_options_questions_tab.php:566
|
745 |
+
#: php/qmn_options_questions_tab.php:705
|
746 |
msgid "Category"
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: php/qmn_options_questions_tab.php:559 php/qmn_options_questions_tab.php:567
|
750 |
msgid "Question"
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: php/qmn_options_questions_tab.php:660
|
|
|
|
|
|
|
|
|
754 |
msgid "Answers"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: php/qmn_options_questions_tab.php:661
|
758 |
msgid "Points Worth"
|
759 |
msgstr ""
|
760 |
|
761 |
+
#: php/qmn_options_questions_tab.php:662
|
762 |
msgid "Correct Answer"
|
763 |
msgstr ""
|
764 |
|
765 |
+
#: php/qmn_options_questions_tab.php:667
|
766 |
msgid "Add New Answer!"
|
767 |
msgstr ""
|
768 |
|
769 |
+
#: php/qmn_options_questions_tab.php:673
|
770 |
msgid "Correct Answer Info"
|
771 |
msgstr ""
|
772 |
|
773 |
+
#: php/qmn_options_questions_tab.php:678 php/qmn_quiz.php:493
|
774 |
msgid "Hint"
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: php/qmn_options_questions_tab.php:683
|
778 |
msgid "Comment Field"
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: php/qmn_options_questions_tab.php:685
|
782 |
msgid "Small Text Field"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: php/qmn_options_questions_tab.php:686
|
786 |
msgid "Large Text Field"
|
787 |
msgstr ""
|
788 |
|
789 |
+
#: php/qmn_options_questions_tab.php:687
|
790 |
msgid "None"
|
791 |
msgstr ""
|
792 |
|
793 |
+
#: php/qmn_options_questions_tab.php:697
|
794 |
msgid "Required?"
|
795 |
msgstr ""
|
796 |
|
797 |
+
#: php/qmn_options_questions_tab.php:728
|
798 |
msgid "Create Question"
|
799 |
msgstr ""
|
800 |
|
801 |
+
#: php/qmn_options_questions_tab.php:733
|
802 |
msgid "Are you sure you want to delete this question?"
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: php/qmn_options_questions_tab.php:738
|
806 |
msgid "Delete Question"
|
807 |
msgstr ""
|
808 |
|
809 |
+
#: php/qmn_options_questions_tab.php:743
|
810 |
msgid "Are you sure you want to duplicate this question?"
|
811 |
msgstr ""
|
812 |
|
813 |
+
#: php/qmn_options_questions_tab.php:748
|
814 |
msgid "Duplicate Question"
|
815 |
msgstr ""
|
816 |
|
822 |
msgid "The results page has been added successfully."
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: php/qmn_options_results_page_tab.php:104
|
826 |
msgid "The results page has been saved successfully."
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: php/qmn_options_results_page_tab.php:205
|
830 |
msgid "The amount of time user spent taking quiz in minutes"
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: php/qmn_options_results_page_tab.php:208
|
834 |
msgid "The amount of time user spent taking quiz in seconds"
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: php/qmn_options_results_page_tab.php:226
|
838 |
msgid "Displays button to share on Facebook."
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: php/qmn_options_results_page_tab.php:229
|
842 |
msgid "Displays button to share on Twitter."
|
843 |
msgstr ""
|
844 |
|
845 |
+
#: php/qmn_options_results_page_tab.php:234
|
846 |
+
#: php/qmn_options_results_page_tab.php:315
|
847 |
msgid "Save Results Pages"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: php/qmn_options_results_page_tab.php:235
|
851 |
+
#: php/qmn_options_results_page_tab.php:320
|
852 |
msgid "Add New Results Page"
|
853 |
msgstr ""
|
854 |
|
855 |
+
#: php/qmn_options_results_page_tab.php:243
|
856 |
+
#: php/qmn_options_results_page_tab.php:307
|
857 |
msgid "Results Page Shown"
|
858 |
msgstr ""
|
859 |
|
860 |
+
#: php/qmn_options_results_page_tab.php:244
|
861 |
+
#: php/qmn_options_results_page_tab.php:308
|
862 |
msgid "Redirect URL (Beta)"
|
863 |
msgstr ""
|
864 |
|
865 |
+
#: php/qmn_options_results_page_tab.php:282 php/qmn_quiz_admin.php:283
|
866 |
msgid "Delete"
|
867 |
msgstr ""
|
868 |
|
869 |
+
#: php/qmn_options_results_page_tab.php:282
|
870 |
msgid "Are you sure?"
|
871 |
msgstr ""
|
872 |
|
878 |
msgid "The style has been saved successfully."
|
879 |
msgstr ""
|
880 |
|
881 |
+
#: php/qmn_options_style_tab.php:88
|
882 |
msgid "Quiz Styles"
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: php/qmn_options_style_tab.php:89
|
886 |
msgid "Choose your style:"
|
887 |
msgstr ""
|
888 |
|
889 |
+
#: php/qmn_options_style_tab.php:118
|
890 |
msgid "Custom"
|
891 |
msgstr ""
|
892 |
|
893 |
+
#: php/qmn_options_style_tab.php:123 php/qmn_options_style_tab.php:135
|
894 |
msgid "Save Quiz Style"
|
895 |
msgstr ""
|
896 |
|
897 |
+
#: php/qmn_options_style_tab.php:125
|
898 |
msgid "Custom Style CSS"
|
899 |
msgstr ""
|
900 |
|
901 |
+
#: php/qmn_options_style_tab.php:126
|
902 |
msgid "For detailed help and guidance along with a list of different classes used in this plugin, please visit the following link:"
|
903 |
msgstr ""
|
904 |
|
906 |
msgid "Text"
|
907 |
msgstr ""
|
908 |
|
909 |
+
#: php/qmn_options_text_tab.php:102
|
910 |
msgid "The templates has been updated successfully."
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: php/qmn_options_text_tab.php:142 php/qmn_quiz.php:1262
|
914 |
msgid "Previous"
|
915 |
msgstr ""
|
916 |
|
917 |
+
#: php/qmn_options_text_tab.php:242 php/qmn_options_text_tab.php:402
|
918 |
msgid "Save Templates"
|
919 |
msgstr ""
|
920 |
|
921 |
+
#: php/qmn_options_text_tab.php:248
|
922 |
msgid "Message Templates"
|
923 |
msgstr ""
|
924 |
|
925 |
+
#: php/qmn_options_text_tab.php:252
|
926 |
msgid "Message Displayed Before Quiz"
|
927 |
msgstr ""
|
928 |
|
929 |
+
#: php/qmn_options_text_tab.php:262
|
930 |
msgid "Message Displayed Before Comments Box If Enabled"
|
931 |
msgstr ""
|
932 |
|
933 |
+
#: php/qmn_options_text_tab.php:272
|
934 |
msgid "Message Displayed At End Of Quiz (Leave Blank To Omit Text Section)"
|
935 |
msgstr ""
|
936 |
|
937 |
+
#: php/qmn_options_text_tab.php:282
|
938 |
msgid "Message Displayed If User Has Tried Quiz Too Many Times"
|
939 |
msgstr ""
|
940 |
|
941 |
+
#: php/qmn_options_text_tab.php:292
|
942 |
msgid "Message Displayed If User Is Not Logged In And Quiz Requires Users To Be Logged In"
|
943 |
msgstr ""
|
944 |
|
945 |
+
#: php/qmn_options_text_tab.php:302
|
946 |
msgid "Message Displayed If Date Is Outside Scheduled Timeframe"
|
947 |
msgstr ""
|
948 |
|
949 |
+
#: php/qmn_options_text_tab.php:312
|
950 |
msgid "Message Displayed If The Limit Of Total Entries Has Been Reached"
|
951 |
msgstr ""
|
952 |
|
953 |
+
#: php/qmn_options_text_tab.php:322
|
954 |
msgid "%QUESTIONS_ANSWERS% Text"
|
955 |
msgstr ""
|
956 |
|
957 |
+
#: php/qmn_options_text_tab.php:335
|
958 |
msgid "Twitter Sharing Text"
|
959 |
msgstr ""
|
960 |
|
961 |
+
#: php/qmn_options_text_tab.php:352
|
962 |
msgid "Facebook Sharing Text"
|
963 |
msgstr ""
|
964 |
|
965 |
+
#: php/qmn_options_text_tab.php:367
|
966 |
msgid "Other Templates"
|
967 |
msgstr ""
|
968 |
|
969 |
+
#: php/qmn_options_text_tab.php:370
|
970 |
msgid "Text for submit button"
|
971 |
msgstr ""
|
972 |
|
973 |
+
#: php/qmn_options_text_tab.php:374
|
974 |
msgid "Text for name field"
|
975 |
msgstr ""
|
976 |
|
977 |
+
#: php/qmn_options_text_tab.php:378
|
978 |
msgid "Text for business field"
|
979 |
msgstr ""
|
980 |
|
981 |
+
#: php/qmn_options_text_tab.php:382
|
982 |
msgid "Text for email field"
|
983 |
msgstr ""
|
984 |
|
985 |
+
#: php/qmn_options_text_tab.php:386
|
986 |
msgid "Text for phone number field"
|
987 |
msgstr ""
|
988 |
|
989 |
+
#: php/qmn_options_text_tab.php:390
|
990 |
msgid "Text for comments field"
|
991 |
msgstr ""
|
992 |
|
993 |
+
#: php/qmn_options_text_tab.php:394
|
994 |
msgid "Text for previous button"
|
995 |
msgstr ""
|
996 |
|
997 |
+
#: php/qmn_options_text_tab.php:398
|
998 |
msgid "Text for next button"
|
999 |
msgstr ""
|
1000 |
|
1001 |
+
#: php/qmn_options_tools_tab.php:49
|
1002 |
msgid "The stats has been reset successfully."
|
1003 |
msgstr ""
|
1004 |
|
1005 |
+
#: php/qmn_options_tools_tab.php:107
|
1006 |
msgid "Use this button to reset all the stats collected for this quiz (Quiz Views and Times Quiz Has Been Taken)."
|
1007 |
msgstr ""
|
1008 |
|
1009 |
+
#: php/qmn_options_tools_tab.php:108
|
1010 |
msgid "Reset Quiz Views And Taken Stats"
|
1011 |
msgstr ""
|
1012 |
|
1013 |
+
#: php/qmn_options_tools_tab.php:119
|
1014 |
msgid "Are you sure you want to reset the stats to 0? All views and taken stats for this quiz will be reset. This is permanent and cannot be undone."
|
1015 |
msgstr ""
|
1016 |
|
1017 |
+
#: php/qmn_options_tools_tab.php:123
|
1018 |
msgid "Reset All Stats For Quiz"
|
1019 |
msgstr ""
|
1020 |
|
1022 |
msgid "Multiple Choice"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
+
#: php/qmn_question_types.php:105
|
1026 |
msgid "Horizontal Multiple Choice"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
+
#: php/qmn_question_types.php:195
|
1030 |
msgid "Drop Down"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
+
#: php/qmn_question_types.php:282
|
1034 |
msgid "Small Open Answer"
|
1035 |
msgstr ""
|
1036 |
|
1037 |
+
#: php/qmn_question_types.php:353
|
1038 |
msgid "Multiple Response"
|
1039 |
msgstr ""
|
1040 |
|
1041 |
+
#: php/qmn_question_types.php:452
|
1042 |
msgid "Large Open Answer"
|
1043 |
msgstr ""
|
1044 |
|
1045 |
+
#: php/qmn_question_types.php:531
|
1046 |
msgid "Text Block"
|
1047 |
msgstr ""
|
1048 |
|
1049 |
+
#: php/qmn_question_types.php:566
|
1050 |
msgid "Number"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
+
#: php/qmn_question_types.php:648
|
1054 |
msgid "Accept"
|
1055 |
msgstr ""
|
1056 |
|
1057 |
+
#: php/qmn_question_types.php:692
|
1058 |
msgid "Captcha"
|
1059 |
msgstr ""
|
1060 |
|
1061 |
+
#: php/qmn_question_types.php:750
|
1062 |
msgid "Horizontal Multiple Response"
|
1063 |
msgstr ""
|
1064 |
|
1065 |
+
#: php/qmn_question_types.php:861
|
1066 |
+
msgid "For fill in the blank types, use %BLANK% to represent where to put the text box in your text."
|
1067 |
+
msgstr ""
|
1068 |
+
|
1069 |
+
#: php/qmn_question_types.php:865
|
1070 |
msgid "Fill In The Blank"
|
1071 |
msgstr ""
|
1072 |
|
1073 |
+
#: php/qmn_quiz.php:187
|
1074 |
+
msgid "It appears that this quiz is not set up correctly"
|
1075 |
+
msgstr ""
|
1076 |
+
|
1077 |
+
#: php/qmn_quiz.php:376
|
1078 |
msgid "Not a valid e-mail address!"
|
1079 |
msgstr ""
|
1080 |
|
1081 |
+
#: php/qmn_quiz.php:377
|
1082 |
msgid "This field must be a number!"
|
1083 |
msgstr ""
|
1084 |
|
1085 |
+
#: php/qmn_quiz.php:378
|
1086 |
msgid "The entered text is not correct!"
|
1087 |
msgstr ""
|
1088 |
|
1089 |
+
#: php/qmn_quiz.php:379
|
1090 |
msgid "Please complete all required fields!"
|
1091 |
msgstr ""
|
1092 |
|
1102 |
msgstr[1] ""
|
1103 |
|
1104 |
#: php/qmn_quiz_admin.php:259 php/qmn_quiz_admin.php:310
|
1105 |
+
#: php/qmn_quiz_admin.php:378 php/qmn_results.php:267
|
1106 |
msgid "Quiz Name"
|
1107 |
msgstr ""
|
1108 |
|
1178 |
msgid "Delete Quiz"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
+
#: php/qmn_quiz_creator.php:294
|
1182 |
msgid "Your new quiz has been created successfully. To begin editing your quiz, click the Edit link on the new quiz."
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: php/qmn_quiz_creator.php:369
|
1186 |
msgid "Your quiz has been deleted successfully."
|
1187 |
msgstr ""
|
1188 |
|
1189 |
+
#: php/qmn_quiz_creator.php:420
|
1190 |
msgid "Your quiz name has been updated successfully."
|
1191 |
msgstr ""
|
1192 |
|
1193 |
+
#: php/qmn_quiz_creator.php:586
|
1194 |
msgid "Your quiz has been duplicated successfully."
|
1195 |
msgstr ""
|
1196 |
|
1203 |
msgid "Please go to the quizzes page and click on the Edit link from the quiz you wish to edit."
|
1204 |
msgstr ""
|
1205 |
|
1206 |
+
#: php/qmn_results.php:37
|
1207 |
msgid "Your results has been deleted successfully."
|
1208 |
msgstr ""
|
1209 |
|
1210 |
+
#: php/qmn_results.php:202
|
1211 |
#, php-format
|
1212 |
msgid "One result"
|
1213 |
msgid_plural "%s results"
|
1214 |
msgstr[0] ""
|
1215 |
msgstr[1] ""
|
1216 |
|
1217 |
+
#: php/qmn_results.php:266
|
1218 |
msgid "Actions"
|
1219 |
msgstr ""
|
1220 |
|
1221 |
+
#: php/qmn_results.php:268
|
1222 |
msgid "Score"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
+
#: php/qmn_results.php:269
|
1226 |
msgid "Time To Complete"
|
1227 |
msgstr ""
|
1228 |
|
1229 |
+
#: php/qmn_results.php:270
|
1230 |
msgid "Name"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: php/qmn_results.php:271
|
1234 |
msgid "Business"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: php/qmn_results.php:272
|
1238 |
msgid "Email"
|
1239 |
msgstr ""
|
1240 |
|
1241 |
+
#: php/qmn_results.php:273
|
1242 |
msgid "Phone"
|
1243 |
msgstr ""
|
1244 |
|
1245 |
+
#: php/qmn_results.php:274
|
1246 |
msgid "Time Taken"
|
1247 |
msgstr ""
|
1248 |
|
1249 |
+
#: php/qmn_results.php:333
|
1250 |
msgid "Are you sure you want to delete these results?"
|
1251 |
msgstr ""
|
1252 |
|
1253 |
+
#: php/qmn_results.php:338
|
1254 |
msgid "Delete Results"
|
1255 |
msgstr ""
|
1256 |
|
mlw_quizmaster2.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Plugin Name: Quiz Master Next
|
4 |
* Description: Use this plugin to add multiple quizzes, tests, or surveys to your website.
|
5 |
-
* Version: 4.
|
6 |
* Author: Frank Corso
|
7 |
* Author URI: http://www.mylocalwebstop.com/
|
8 |
* Plugin URI: http://www.quizmasternext.com/
|
@@ -10,7 +10,7 @@
|
|
10 |
* Domain Path: /languages
|
11 |
*
|
12 |
* @author Frank Corso
|
13 |
-
* @version 4.
|
14 |
*/
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
16 |
/**
|
@@ -28,7 +28,7 @@ class MLWQuizMasterNext
|
|
28 |
* @var string
|
29 |
* @since 4.0.0
|
30 |
*/
|
31 |
-
public $version = '4.
|
32 |
|
33 |
/**
|
34 |
* QMN Alert Manager Object
|
@@ -54,6 +54,14 @@ class MLWQuizMasterNext
|
|
54 |
*/
|
55 |
public $quizCreator;
|
56 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
/**
|
58 |
* Main Construct Function
|
59 |
*
|
@@ -78,6 +86,9 @@ class MLWQuizMasterNext
|
|
78 |
*/
|
79 |
private function load_dependencies()
|
80 |
{
|
|
|
|
|
|
|
81 |
if (is_admin())
|
82 |
{
|
83 |
include("php/qmn-stats-page.php");
|
@@ -102,6 +113,7 @@ class MLWQuizMasterNext
|
|
102 |
include("php/qmn_addons.php");
|
103 |
include("php/qmn_global_settings.php");
|
104 |
include("php/qmn_usage_tracking.php");
|
|
|
105 |
}
|
106 |
include("php/qmn_quiz.php");
|
107 |
include("php/qmn_quiz_install.php");
|
@@ -111,6 +123,7 @@ class MLWQuizMasterNext
|
|
111 |
include("php/qmn_template_variables.php");
|
112 |
include("php/qmn_adverts.php");
|
113 |
include("php/qmn_question_types.php");
|
|
|
114 |
|
115 |
include("php/qmn_alerts.php");
|
116 |
$this->alertManager = new MlwQmnAlertManager();
|
2 |
/**
|
3 |
* Plugin Name: Quiz Master Next
|
4 |
* Description: Use this plugin to add multiple quizzes, tests, or surveys to your website.
|
5 |
+
* Version: 4.5.0
|
6 |
* Author: Frank Corso
|
7 |
* Author URI: http://www.mylocalwebstop.com/
|
8 |
* Plugin URI: http://www.quizmasternext.com/
|
10 |
* Domain Path: /languages
|
11 |
*
|
12 |
* @author Frank Corso
|
13 |
+
* @version 4.5.0
|
14 |
*/
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
16 |
/**
|
28 |
* @var string
|
29 |
* @since 4.0.0
|
30 |
*/
|
31 |
+
public $version = '4.5.0';
|
32 |
|
33 |
/**
|
34 |
* QMN Alert Manager Object
|
54 |
*/
|
55 |
public $quizCreator;
|
56 |
|
57 |
+
/**
|
58 |
+
* QMN Log Manager Object
|
59 |
+
*
|
60 |
+
* @var object
|
61 |
+
* @since 4.5.0
|
62 |
+
*/
|
63 |
+
public $log_manager;
|
64 |
+
|
65 |
/**
|
66 |
* Main Construct Function
|
67 |
*
|
86 |
*/
|
87 |
private function load_dependencies()
|
88 |
{
|
89 |
+
include("php/class-qmn-log-manager.php");
|
90 |
+
$this->log_manager = new QMN_Log_Manager;
|
91 |
+
|
92 |
if (is_admin())
|
93 |
{
|
94 |
include("php/qmn-stats-page.php");
|
113 |
include("php/qmn_addons.php");
|
114 |
include("php/qmn_global_settings.php");
|
115 |
include("php/qmn_usage_tracking.php");
|
116 |
+
include("php/class-qmn-review-message.php");
|
117 |
}
|
118 |
include("php/qmn_quiz.php");
|
119 |
include("php/qmn_quiz_install.php");
|
123 |
include("php/qmn_template_variables.php");
|
124 |
include("php/qmn_adverts.php");
|
125 |
include("php/qmn_question_types.php");
|
126 |
+
include("php/qmn-default-templates.php");
|
127 |
|
128 |
include("php/qmn_alerts.php");
|
129 |
$this->alertManager = new MlwQmnAlertManager();
|
php/class-qmn-log-manager.php
ADDED
@@ -0,0 +1,170 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Log Manager For Quiz Master Next
|
5 |
+
*
|
6 |
+
* Used to log errors and events into a custom post type of qmn_log
|
7 |
+
*
|
8 |
+
* @since 4.5.0
|
9 |
+
*/
|
10 |
+
class QMN_Log_Manager
|
11 |
+
{
|
12 |
+
|
13 |
+
/**
|
14 |
+
* Main constructor
|
15 |
+
*
|
16 |
+
* @since 4.5.0
|
17 |
+
*/
|
18 |
+
function __construct()
|
19 |
+
{
|
20 |
+
// create the log post type
|
21 |
+
add_action( 'init', array( $this, 'register_post_type' ) );
|
22 |
+
// create types taxonomy and default types
|
23 |
+
add_action( 'init', array( $this, 'register_taxonomy' ) );
|
24 |
+
}
|
25 |
+
|
26 |
+
/**
|
27 |
+
* Returns an array of the available log types
|
28 |
+
*
|
29 |
+
* @return array The available log types
|
30 |
+
* @since 4.5.0
|
31 |
+
*/
|
32 |
+
private function log_types() {
|
33 |
+
$terms = array(
|
34 |
+
'error', 'event'
|
35 |
+
);
|
36 |
+
return apply_filters( 'qmn_log_types', $terms );
|
37 |
+
}
|
38 |
+
|
39 |
+
/**
|
40 |
+
* Registers the qmn_log custom post type
|
41 |
+
*
|
42 |
+
* @since 4.5.0
|
43 |
+
*/
|
44 |
+
public function register_post_type() {
|
45 |
+
/* logs post type */
|
46 |
+
$log_args = array(
|
47 |
+
'labels' => array( 'name' => 'QMN Logs' ),
|
48 |
+
'public' => defined( 'WP_DEBUG' ) && WP_DEBUG,
|
49 |
+
'query_var' => false,
|
50 |
+
'rewrite' => false,
|
51 |
+
'capability_type' => 'post',
|
52 |
+
'supports' => array( 'title', 'editor' ),
|
53 |
+
'can_export' => false
|
54 |
+
);
|
55 |
+
register_post_type( 'qmn_log', apply_filters( 'qmn_log_post_type_args', $log_args ) );
|
56 |
+
}
|
57 |
+
|
58 |
+
/**
|
59 |
+
* Registers the qmn_log taxonomies which are the log types
|
60 |
+
*
|
61 |
+
* @since 4.5.0
|
62 |
+
*/
|
63 |
+
public function register_taxonomy() {
|
64 |
+
register_taxonomy( 'qmn_log_type', 'qmn_log', array( 'public' => defined( 'WP_DEBUG' ) && WP_DEBUG ) );
|
65 |
+
$types = $this->log_types();
|
66 |
+
foreach ( $types as $type ) {
|
67 |
+
if( ! term_exists( $type, 'qmn_log_type' ) ) {
|
68 |
+
wp_insert_term( $type, 'qmn_log_type' );
|
69 |
+
}
|
70 |
+
}
|
71 |
+
}
|
72 |
+
|
73 |
+
/**
|
74 |
+
* Checks to see if the type is one of the available types
|
75 |
+
*
|
76 |
+
*
|
77 |
+
* @param $type string A type that needs to be check to see if available
|
78 |
+
* @since 4.5.0
|
79 |
+
* @return bool True if the type is available
|
80 |
+
*/
|
81 |
+
private function valid_type( $type ) {
|
82 |
+
return in_array( $type, $this->log_types() );
|
83 |
+
}
|
84 |
+
|
85 |
+
/**
|
86 |
+
* Prepares the log to be inserted
|
87 |
+
*
|
88 |
+
* @since 4.5.0
|
89 |
+
* @param $title string The title of the log
|
90 |
+
* @param $message string The message of the log
|
91 |
+
* @param $parent int The object ID associated with the log
|
92 |
+
* @param $type string The type of the log
|
93 |
+
* @return bool|int False if error else id of the newly inserted post
|
94 |
+
*/
|
95 |
+
public function add( $title = '', $message = '', $parent = 0, $type = null ) {
|
96 |
+
$log_data = array(
|
97 |
+
'post_title' => $title,
|
98 |
+
'post_content' => $message,
|
99 |
+
'post_parent' => $parent,
|
100 |
+
'log_type' => $type
|
101 |
+
);
|
102 |
+
return $this->insert_log( $log_data );
|
103 |
+
}
|
104 |
+
|
105 |
+
/**
|
106 |
+
* Inserts the log into the posts
|
107 |
+
*
|
108 |
+
* @since 4.5.0
|
109 |
+
* @param $log_data Array of data about the log including title, message, and type
|
110 |
+
* @return bool|int False if error else id of the newly inserted post
|
111 |
+
*/
|
112 |
+
public function insert_log( $log_data = array() ) {
|
113 |
+
$defaults = array(
|
114 |
+
'post_type' => 'qmn_log',
|
115 |
+
'post_status' => 'publish',
|
116 |
+
'post_parent' => 0,
|
117 |
+
'post_content' => '',
|
118 |
+
'log_type' => false
|
119 |
+
);
|
120 |
+
$args = wp_parse_args( $log_data, $defaults );
|
121 |
+
do_action( 'wp_pre_insert_log' );
|
122 |
+
// store the log entry
|
123 |
+
$log_id = wp_insert_post( $args );
|
124 |
+
// set the log type, if any
|
125 |
+
if( $log_data['log_type'] && $this->valid_type( $log_data['log_type'] ) ) {
|
126 |
+
wp_set_object_terms( $log_id, $log_data['log_type'], 'qmn_log_type', false );
|
127 |
+
}
|
128 |
+
// set log meta, if any
|
129 |
+
if( $log_id && ! empty( $log_meta ) ) {
|
130 |
+
foreach( (array) $log_meta as $key => $meta ) {
|
131 |
+
update_post_meta( $log_id, '_qmn_log_' . sanitize_key( $key ), $meta );
|
132 |
+
}
|
133 |
+
}
|
134 |
+
do_action( 'wp_post_insert_qmn_log', $log_id );
|
135 |
+
return $log_id;
|
136 |
+
}
|
137 |
+
|
138 |
+
/**
|
139 |
+
* Retrieves the logs
|
140 |
+
*
|
141 |
+
* @since 4.5.0
|
142 |
+
* @param $type string The type of log to return
|
143 |
+
* @param $amount int The amount of logs to return
|
144 |
+
* @return bool|array Returns an array of logs or false on error
|
145 |
+
*/
|
146 |
+
public function get_logs( $type = false, $amount = 5 ) {
|
147 |
+
$query_args = array(
|
148 |
+
'post_parent' => 0,
|
149 |
+
'post_type' => 'qmn_log',
|
150 |
+
'posts_per_page' => intval($amount),
|
151 |
+
'post_status' => 'publish'
|
152 |
+
);
|
153 |
+
if( $type && $this->valid_type( $type ) ) {
|
154 |
+
$query_args['tax_query'] = array(
|
155 |
+
array(
|
156 |
+
'taxonomy' => 'qmn_log_type',
|
157 |
+
'field' => 'slug',
|
158 |
+
'terms' => $type
|
159 |
+
)
|
160 |
+
);
|
161 |
+
}
|
162 |
+
$logs = get_posts( $query_args );
|
163 |
+
if( $logs )
|
164 |
+
return $logs;
|
165 |
+
// no logs found
|
166 |
+
return false;
|
167 |
+
}
|
168 |
+
}
|
169 |
+
|
170 |
+
?>
|
php/class-qmn-review-message.php
ADDED
@@ -0,0 +1,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Class that handles displaying of review notice
|
5 |
+
*
|
6 |
+
* @since 4.5.0
|
7 |
+
*/
|
8 |
+
class QMN_Review_Message {
|
9 |
+
|
10 |
+
/**
|
11 |
+
* Variable to hold how many results needed to show message
|
12 |
+
*
|
13 |
+
* @since 4.5.0
|
14 |
+
*/
|
15 |
+
public $trigger = -1;
|
16 |
+
|
17 |
+
/**
|
18 |
+
* Main Construct Function
|
19 |
+
*
|
20 |
+
* Adds the notice check to init and then check to display message
|
21 |
+
*
|
22 |
+
* @since 4.5.0
|
23 |
+
*/
|
24 |
+
function __construct() {
|
25 |
+
$this->check_message_display();
|
26 |
+
}
|
27 |
+
|
28 |
+
/**
|
29 |
+
* Checks if message should be displayed
|
30 |
+
*
|
31 |
+
* @since 4.5.0
|
32 |
+
*/
|
33 |
+
public function check_message_display() {
|
34 |
+
$this->admin_notice_check();
|
35 |
+
$this->trigger = $this->check_message_trigger();
|
36 |
+
if ( $this->trigger !== -1 ) {
|
37 |
+
$amount = $this->check_results_amount();
|
38 |
+
if ( $amount > $this->trigger ) {
|
39 |
+
add_action( 'admin_notices', array( $this, 'display_admin_message' ) );
|
40 |
+
}
|
41 |
+
}
|
42 |
+
}
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Retrieves what the next trigger value is
|
46 |
+
*
|
47 |
+
* @since 4.5.0
|
48 |
+
* @return int The amount of results needed to display message
|
49 |
+
*/
|
50 |
+
public function check_message_trigger() {
|
51 |
+
$trigger = get_option( 'qmn_review_message_trigger' );
|
52 |
+
if ( empty( $trigger ) || is_null( $trigger ) ) {
|
53 |
+
add_option('qmn_review_message_trigger', 10 );
|
54 |
+
return 10;
|
55 |
+
}
|
56 |
+
return intval( $trigger );
|
57 |
+
}
|
58 |
+
|
59 |
+
/**
|
60 |
+
* Checks the amount of results
|
61 |
+
*
|
62 |
+
* @since 4.5.0
|
63 |
+
* @return int The amount of quiz results
|
64 |
+
*/
|
65 |
+
public function check_results_amount() {
|
66 |
+
global $wpdb;
|
67 |
+
$table_name = $wpdb->prefix."mlw_results";
|
68 |
+
$amount = $wpdb->get_var( "SELECT COUNT(result_id) FROM $table_name WHERE deleted=0" );
|
69 |
+
return intval( $amount );
|
70 |
+
}
|
71 |
+
|
72 |
+
/**
|
73 |
+
* Displays the message
|
74 |
+
*
|
75 |
+
* Displays the message asking for review
|
76 |
+
*
|
77 |
+
* @since 4.5.0
|
78 |
+
*/
|
79 |
+
public function display_admin_message() {
|
80 |
+
$already_url = esc_url( add_query_arg( 'qmn_review_notice_check', 'already_did' ) );
|
81 |
+
$nope_url = esc_url( add_query_arg( 'qmn_review_notice_check', 'remove_message' ) );
|
82 |
+
echo "<div class='updated'><br />";
|
83 |
+
echo sprintf( __('Greetings! I just noticed that you now have more than %d quiz results. That is
|
84 |
+
awesome! Could you please help me out by giving this plugin a 5-star rating on WordPress? This
|
85 |
+
will help us by helping other users discover this plugin. %s', 'quiz_master_next'),
|
86 |
+
$this->trigger,
|
87 |
+
'<br /><strong><em>~ Frank Corso</em></strong><br /><br />'
|
88 |
+
);
|
89 |
+
echo ' <a target="_blank" href="https://wordpress.org/support/view/plugin-reviews/quiz-master-next?rate=5#postform" class="button-primary">' . __( 'Yeah, you deserve it!', 'quiz-master-next' ) . '</a>';
|
90 |
+
echo ' <a href="' . esc_url( $already_url ) . '" class="button-secondary">' . __( 'I already did!', 'quiz-master-next' ) . '</a>';
|
91 |
+
echo ' <a href="' . esc_url( $nope_url ) . '" class="button-secondary">' . __( 'No, this plugin is not good enough', 'quiz-master-next' ) . '</a>';
|
92 |
+
echo "<br /><br /></div>";
|
93 |
+
}
|
94 |
+
|
95 |
+
/**
|
96 |
+
* Checks if a link in the admin message has been clicked
|
97 |
+
*
|
98 |
+
* @since 4.5.0
|
99 |
+
*/
|
100 |
+
public function admin_notice_check() {
|
101 |
+
if ( isset( $_GET["qmn_review_notice_check"] ) && $_GET["qmn_review_notice_check"] == 'remove_message' ) {
|
102 |
+
$this->trigger = $this->check_message_trigger();
|
103 |
+
$update_trigger = -1;
|
104 |
+
if ( $this->trigger === -1 ) {
|
105 |
+
exit;
|
106 |
+
} else if ( $this->trigger === 10 ) {
|
107 |
+
$update_trigger = 100;
|
108 |
+
} else if ( $this->trigger === 100 ) {
|
109 |
+
$update_trigger = 1000;
|
110 |
+
}
|
111 |
+
update_option( 'qmn_review_message_trigger', $update_trigger );
|
112 |
+
}
|
113 |
+
if ( isset( $_GET["qmn_review_notice_check"] ) && $_GET["qmn_review_notice_check"] == 'already_did' ) {
|
114 |
+
update_option( 'qmn_review_message_trigger', -1 );
|
115 |
+
}
|
116 |
+
}
|
117 |
+
}
|
118 |
+
|
119 |
+
$qmn_review_message = new QMN_Review_Message();
|
120 |
+
?>
|
php/qmn-default-templates.php
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
function qmn_register_default_templates() {
|
3 |
+
global $mlwQuizMasterNext;
|
4 |
+
$mlwQuizMasterNext->pluginHelper->register_quiz_template( 'Primary', 'qmn_primary.css');
|
5 |
+
}
|
6 |
+
add_action( 'plugins_loaded', 'qmn_register_default_templates' );
|
7 |
+
?>
|
php/qmn_adverts.php
CHANGED
@@ -2,11 +2,11 @@
|
|
2 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
3 |
|
4 |
/**
|
5 |
-
* Creates the advertisements that are used throughout the plugin page.
|
6 |
*
|
7 |
* The advertisements are randomly generated every time the page is loaded. The function also handles the CSS for this.
|
8 |
-
*
|
9 |
-
* @return $mlw_advert This variable is the main variable of the function and contains the advertisement content.
|
10 |
* @since 4.4.0
|
11 |
*/
|
12 |
function mlw_qmn_show_adverts()
|
@@ -15,22 +15,22 @@ function mlw_qmn_show_adverts()
|
|
15 |
$mlw_advert_text = "";
|
16 |
if ( get_option('mlw_advert_shows') == 'true' )
|
17 |
{
|
18 |
-
$mlw_random_int = rand(0,
|
19 |
switch ($mlw_random_int) {
|
20 |
case 0:
|
21 |
-
$mlw_advert_text = "Need support or features? Check out our Premium Support options! Visit our <a href=\"http://quizmasternext.com/
|
22 |
break;
|
23 |
case 1:
|
24 |
-
$mlw_advert_text = "
|
25 |
break;
|
26 |
-
case
|
27 |
$mlw_advert_text = "Would you like to support this plugin but do not need or want premium support? Please consider our inexpensive 'Advertisements Be Gone' add-on which will get rid of these ads. Visit our <a href=\"http://quizmasternext.com/addons/\">Addon Store</a> for details!";
|
28 |
break;
|
29 |
-
case
|
30 |
-
$mlw_advert_text = "Need help keeping your plugins, themes, and WordPress up to date? Want around the clock security monitoring and off-site back-ups? How about WordPress training videos, a monthly status report, and support/consultation? Check out our <a href=\"http://mylocalwebstop.com/
|
31 |
break;
|
32 |
default:
|
33 |
-
$mlw_advert_text = "Need support or features? Check out our Premium Support options! Visit our <a href=\"http://quizmasternext.com/
|
34 |
}
|
35 |
$mlw_advert .= "
|
36 |
<style>
|
2 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
3 |
|
4 |
/**
|
5 |
+
* Creates the advertisements that are used throughout the plugin page.
|
6 |
*
|
7 |
* The advertisements are randomly generated every time the page is loaded. The function also handles the CSS for this.
|
8 |
+
*
|
9 |
+
* @return $mlw_advert This variable is the main variable of the function and contains the advertisement content.
|
10 |
* @since 4.4.0
|
11 |
*/
|
12 |
function mlw_qmn_show_adverts()
|
15 |
$mlw_advert_text = "";
|
16 |
if ( get_option('mlw_advert_shows') == 'true' )
|
17 |
{
|
18 |
+
$mlw_random_int = rand(0, 4);
|
19 |
switch ($mlw_random_int) {
|
20 |
case 0:
|
21 |
+
$mlw_advert_text = "Need support or features? Check out our Premium Support options! Visit our <a href=\"http://quizmasternext.com/support-levels/\">Quiz Master Next Support</a> for details!";
|
22 |
break;
|
23 |
case 1:
|
24 |
+
$mlw_advert_text = "Want 25% off your next addon purchase? Keep updated on our news, updated, and more by <a href=\"http://quizmasternext.com/subscribe-to-our-newsletter/\">subscribing to our mailing list</a> and receive a 25% discount on your next purchase!";
|
25 |
break;
|
26 |
+
case 2:
|
27 |
$mlw_advert_text = "Would you like to support this plugin but do not need or want premium support? Please consider our inexpensive 'Advertisements Be Gone' add-on which will get rid of these ads. Visit our <a href=\"http://quizmasternext.com/addons/\">Addon Store</a> for details!";
|
28 |
break;
|
29 |
+
case 3:
|
30 |
+
$mlw_advert_text = "Need help keeping your plugins, themes, and WordPress up to date? Want around the clock security monitoring and off-site back-ups? How about WordPress training videos, a monthly status report, and support/consultation? Check out our <a href=\"http://mylocalwebstop.com/maintenance/\">WordPress Maintenance Services</a> for more details!";
|
31 |
break;
|
32 |
default:
|
33 |
+
$mlw_advert_text = "Need support or features? Check out our Premium Support options! Visit our <a href=\"http://quizmasternext.com/support-levels/\">Quiz Master Next Support</a> for details!";
|
34 |
}
|
35 |
$mlw_advert .= "
|
36 |
<style>
|
php/qmn_credits.php
CHANGED
@@ -31,18 +31,22 @@ function mlw_generate_about_page()
|
|
31 |
<div class="about-text"><?php _e('Thank you for updating!', 'quiz-master-next'); ?></div>
|
32 |
<div class="mlw_qmn_icon_wrap"><?php echo $mlw_quiz_version; ?></div>
|
33 |
<h2 class="nav-tab-wrapper">
|
34 |
-
<a href="javascript:
|
35 |
<?php _e("What's New!", 'quiz-master-next'); ?></a>
|
36 |
-
<a href="javascript:
|
37 |
<?php _e('Changelog', 'quiz-master-next'); ?></a>
|
|
|
|
|
38 |
</h2>
|
39 |
-
<div id="mlw_quiz_what_new">
|
40 |
-
<h2 style="margin: 1.1em 0 .2em;font-size: 2.4em;font-weight: 300;line-height: 1.3;text-align: center;">Added
|
41 |
-
<p style="text-align: center;">
|
42 |
<br />
|
43 |
-
<h2 style="margin: 1.1em 0 .2em;font-size: 2.4em;font-weight: 300;line-height: 1.3;text-align: center;">
|
44 |
-
<p style="text-align: center;">
|
45 |
<br />
|
|
|
|
|
46 |
|
47 |
<h2 style="margin: 1.1em 0 .2em;font-size: 2.4em;font-weight: 300;line-height: 1.3;text-align: center;">This Plugin Is Now Translation Ready!</h2>
|
48 |
<p style="text-align: center;">For those who wish to assist in translating, you can find the POT in the languages folder. If you do not know what that is, feel free to contact me and I will assist you with it.</p>
|
@@ -50,17 +54,74 @@ function mlw_generate_about_page()
|
|
50 |
<hr />
|
51 |
<h2 style="margin: 1.1em 0 .2em;font-size: 2.4em;font-weight: 300;line-height: 1.3;text-align: center;">For Developers:</h2>
|
52 |
<br />
|
53 |
-
|
|
|
|
|
|
|
|
|
|
|
54 |
<h2 style="margin: 1.1em 0 .2em;font-size: 2.4em;font-weight: 300;line-height: 1.3;text-align: center;">We Are On GitHub Now</h2>
|
55 |
<p style="text-align: center;">We love github and use it for all of our plugins! Be sure to <a href="https://github.com/fpcorso/quiz_master_next/">make suggestions or contribute</a> to our Quiz Master Next repository.</p>
|
56 |
<br />
|
57 |
</div>
|
58 |
-
<div id="mlw_quiz_changelog" style="display: none;">
|
59 |
-
|
60 |
-
|
61 |
-
<
|
62 |
-
|
63 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
</div>
|
65 |
</div>
|
66 |
<?php
|
31 |
<div class="about-text"><?php _e('Thank you for updating!', 'quiz-master-next'); ?></div>
|
32 |
<div class="mlw_qmn_icon_wrap"><?php echo $mlw_quiz_version; ?></div>
|
33 |
<h2 class="nav-tab-wrapper">
|
34 |
+
<a href="javascript:qmn_select_tab(1, 'mlw_quiz_what_new');" id="mlw_qmn_tab_1" class="nav-tab nav-tab-active">
|
35 |
<?php _e("What's New!", 'quiz-master-next'); ?></a>
|
36 |
+
<a href="javascript:qmn_select_tab(2, 'mlw_quiz_changelog');" id="mlw_qmn_tab_2" class="nav-tab">
|
37 |
<?php _e('Changelog', 'quiz-master-next'); ?></a>
|
38 |
+
<a href="javascript:qmn_select_tab(3, 'qmn_contributors');" id="mlw_qmn_tab_3" class="nav-tab">
|
39 |
+
<?php _e('People Who Make QMN Possible', 'quiz-master-next'); ?></a>
|
40 |
</h2>
|
41 |
+
<div id="mlw_quiz_what_new" class="qmn_tab">
|
42 |
+
<h2 style="margin: 1.1em 0 .2em;font-size: 2.4em;font-weight: 300;line-height: 1.3;text-align: center;">Added ability to reorder questions by drag and drop!</h2>
|
43 |
+
<p style="text-align: center;">When editing your questions you can now drag and drop your questions to reorganize them. </p>
|
44 |
<br />
|
45 |
+
<h2 style="margin: 1.1em 0 .2em;font-size: 2.4em;font-weight: 300;line-height: 1.3;text-align: center;">Quiz Results are now searchable!</h2>
|
46 |
+
<p style="text-align: center;">You can now search quiz results based on several different criteria as well as sort the results.</p>
|
47 |
<br />
|
48 |
+
<h2 style="margin: 1.1em 0 .2em;font-size: 2.4em;font-weight: 300;line-height: 1.3;text-align: center;">Added new primary template</h2>
|
49 |
+
<p style="text-align: center;">Many versions ago, I added a new template system that would allow me to include different styles to choose from. This update adds the first template.</p>
|
50 |
|
51 |
<h2 style="margin: 1.1em 0 .2em;font-size: 2.4em;font-weight: 300;line-height: 1.3;text-align: center;">This Plugin Is Now Translation Ready!</h2>
|
52 |
<p style="text-align: center;">For those who wish to assist in translating, you can find the POT in the languages folder. If you do not know what that is, feel free to contact me and I will assist you with it.</p>
|
54 |
<hr />
|
55 |
<h2 style="margin: 1.1em 0 .2em;font-size: 2.4em;font-weight: 300;line-height: 1.3;text-align: center;">For Developers:</h2>
|
56 |
<br />
|
57 |
+
<h2 style="margin: 1.1em 0 .2em;font-size: 2.4em;font-weight: 300;line-height: 1.3;text-align: center;">New Template API</h2>
|
58 |
+
<p style="text-align: center;">A new template API has been created to help with creating CSS templates. </p>
|
59 |
+
<br />
|
60 |
+
<h2 style="margin: 1.1em 0 .2em;font-size: 2.4em;font-weight: 300;line-height: 1.3;text-align: center;">Changes to Question API</h2>
|
61 |
+
<p style="text-align: center;">Changes were made to the Question API to only show relevant fields for each question type. </p>
|
62 |
+
<br />
|
63 |
<h2 style="margin: 1.1em 0 .2em;font-size: 2.4em;font-weight: 300;line-height: 1.3;text-align: center;">We Are On GitHub Now</h2>
|
64 |
<p style="text-align: center;">We love github and use it for all of our plugins! Be sure to <a href="https://github.com/fpcorso/quiz_master_next/">make suggestions or contribute</a> to our Quiz Master Next repository.</p>
|
65 |
<br />
|
66 |
</div>
|
67 |
+
<div id="mlw_quiz_changelog" class="qmn_tab" style="display: none;">
|
68 |
+
<h2>Changelog</h2>
|
69 |
+
<h3><?php echo $mlw_quiz_version; ?> (August 7, 2015)</h3>
|
70 |
+
<ul class="changelog">
|
71 |
+
<!--
|
72 |
+
Examples:
|
73 |
+
<li class="add"><div class="two">Add</div>Some feature was added</li>
|
74 |
+
<li class="fixed"><div class="two">Fixed</div>Fixed some bug</li>
|
75 |
+
-->
|
76 |
+
<li class="add"><div class="two">Add</div>Added a brand new log system to track errors in the plugin.</li>
|
77 |
+
<li class="add"><div class="two">Add</div>Added the ability to drag and drop questions when creating your quiz.</li>
|
78 |
+
<li class="add"><div class="two">Add</div>Added new CSS template system for quizzes.</li>
|
79 |
+
<li class="add"><div class="two">Add</div>Added new classes for Correct/Incorrect Answers.</li>
|
80 |
+
<li class="add"><div class="two">Add</div>Added ability to search quiz results and sort the results.</li>
|
81 |
+
<li class="add"><div class="two">Add</div>Added the ability to search quiz results by quiz name, score, time taken, and completion time.</li>
|
82 |
+
<li class="add"><div class="two">Add</div>Added the ability for developers to show only relevant fields when adding/editing questions on different question types.</li>
|
83 |
+
<li class="add"><div class="two">Add</div>Added new register template functions to the API.</li>
|
84 |
+
<li class="add"><div class="two">Add</div>Added a new contributor tab to the credits page.</li>
|
85 |
+
<li class="add"><div class="two">Add</div>Added a checkbox to the quiz results page to delete results.</li>
|
86 |
+
<li class="add"><div class="two">Add</div>Added a brand new review message system.</li>
|
87 |
+
<li class="fixed"><div class="two">Fixed</div>Fixed a bug where slashes were appearing with the category name.</li>
|
88 |
+
<li class="fixed"><div class="two">Fixed</div>Fixed a timer bug that prevented the timer form working when using pagination.</li>
|
89 |
+
|
90 |
+
|
91 |
+
</ul>
|
92 |
+
</div>
|
93 |
+
<div id="qmn_contributors" class="qmn_tab" style="display:none;">
|
94 |
+
<h2>GitHub Contributors</h2>
|
95 |
+
<?php
|
96 |
+
$contributors = get_transient( 'qmn_contributors' );
|
97 |
+
if ( false === $contributors ) {
|
98 |
+
$response = wp_remote_get( 'https://api.github.com/repos/fpcorso/quiz_master_next/contributors', array( 'sslverify' => false ) );
|
99 |
+
if ( is_wp_error( $response ) || 200 != wp_remote_retrieve_response_code( $response ) ) {
|
100 |
+
$contributors = array();
|
101 |
+
} else {
|
102 |
+
$contributors = json_decode( wp_remote_retrieve_body( $response ) );
|
103 |
+
}
|
104 |
+
}
|
105 |
+
if ( is_array( $contributors ) & ! empty( $contributors ) ) {
|
106 |
+
set_transient( 'qmn_contributors', $contributors, 3600 );
|
107 |
+
$contributor_list = '<ul class="wp-people-group">';
|
108 |
+
foreach ( $contributors as $contributor ) {
|
109 |
+
$contributor_list .= '<li class="wp-person">';
|
110 |
+
$contributor_list .= sprintf( '<a href="%s" title="%s">',
|
111 |
+
esc_url( 'https://github.com/' . $contributor->login ),
|
112 |
+
esc_html( sprintf( __( 'View %s', 'edd' ), $contributor->login ) )
|
113 |
+
);
|
114 |
+
$contributor_list .= sprintf( '<img src="%s" width="64" height="64" class="gravatar" alt="%s" />', esc_url( $contributor->avatar_url ), esc_html( $contributor->login ) );
|
115 |
+
$contributor_list .= '</a>';
|
116 |
+
$contributor_list .= sprintf( '<a class="web" href="%s" target="_blank">%s</a>', esc_url( 'https://github.com/' . $contributor->login ), esc_html( $contributor->login ) );
|
117 |
+
$contributor_list .= '</a>';
|
118 |
+
$contributor_list .= '</li>';
|
119 |
+
}
|
120 |
+
$contributor_list .= '</ul>';
|
121 |
+
echo $contributor_list;
|
122 |
+
}
|
123 |
+
?>
|
124 |
+
<a href="https://github.com/fpcorso/quiz_master_next" target="_blank" class="button-primary">View GitHub Repo</a>
|
125 |
</div>
|
126 |
</div>
|
127 |
<?php
|
php/qmn_help.php
CHANGED
@@ -189,6 +189,8 @@ function qmn_system_meta_box_content()
|
|
189 |
function qmn_get_system_info()
|
190 |
{
|
191 |
global $wpdb;
|
|
|
|
|
192 |
$qmn_sys_info = "";
|
193 |
|
194 |
$theme_data = wp_get_theme();
|
@@ -238,13 +240,28 @@ function qmn_get_system_info()
|
|
238 |
$mlw_stat_total_active_quiz = $wpdb->get_var( "SELECT COUNT(*) FROM ".$wpdb->prefix."mlw_quizzes WHERE deleted=0 LIMIT 1" );
|
239 |
$mlw_stat_total_questions = $wpdb->get_var( "SELECT COUNT(*) FROM ".$wpdb->prefix."mlw_questions LIMIT 1" );
|
240 |
$mlw_stat_total_active_questions = $wpdb->get_var( "SELECT COUNT(*) FROM ".$wpdb->prefix."mlw_questions WHERE deleted=0 LIMIT 1" );
|
|
|
|
|
241 |
|
242 |
$qmn_sys_info .= "<h3>QMN Information</h3><br />";
|
|
|
|
|
243 |
$qmn_sys_info .= "Total Quizzes : ".$mlw_stat_total_quiz."<br />";
|
244 |
$qmn_sys_info .= "Total Active Quizzes : ".$mlw_stat_total_active_quiz."<br />";
|
245 |
$qmn_sys_info .= "Total Questions : ".$mlw_stat_total_questions."<br />";
|
246 |
$qmn_sys_info .= "Total Active Questions : ".$mlw_stat_total_active_questions."<br />";
|
247 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
248 |
|
249 |
return $qmn_sys_info;
|
250 |
}
|
189 |
function qmn_get_system_info()
|
190 |
{
|
191 |
global $wpdb;
|
192 |
+
global $mlwQuizMasterNext;
|
193 |
+
|
194 |
$qmn_sys_info = "";
|
195 |
|
196 |
$theme_data = wp_get_theme();
|
240 |
$mlw_stat_total_active_quiz = $wpdb->get_var( "SELECT COUNT(*) FROM ".$wpdb->prefix."mlw_quizzes WHERE deleted=0 LIMIT 1" );
|
241 |
$mlw_stat_total_questions = $wpdb->get_var( "SELECT COUNT(*) FROM ".$wpdb->prefix."mlw_questions LIMIT 1" );
|
242 |
$mlw_stat_total_active_questions = $wpdb->get_var( "SELECT COUNT(*) FROM ".$wpdb->prefix."mlw_questions WHERE deleted=0 LIMIT 1" );
|
243 |
+
$qmn_total_results = $wpdb->get_var( "SELECT COUNT(*) FROM ".$wpdb->prefix."mlw_results LIMIT 1" );
|
244 |
+
$qmn_total_active_results = $wpdb->get_var( "SELECT COUNT(*) FROM ".$wpdb->prefix."mlw_results WHERE deleted=0 LIMIT 1" );
|
245 |
|
246 |
$qmn_sys_info .= "<h3>QMN Information</h3><br />";
|
247 |
+
$qmn_sys_info .= "Initial Version : ".get_option('qmn_original_version')."<br />";
|
248 |
+
$qmn_sys_info .= "Current Version : ".$mlwQuizMasterNext->version."<br />";
|
249 |
$qmn_sys_info .= "Total Quizzes : ".$mlw_stat_total_quiz."<br />";
|
250 |
$qmn_sys_info .= "Total Active Quizzes : ".$mlw_stat_total_active_quiz."<br />";
|
251 |
$qmn_sys_info .= "Total Questions : ".$mlw_stat_total_questions."<br />";
|
252 |
$qmn_sys_info .= "Total Active Questions : ".$mlw_stat_total_active_questions."<br />";
|
253 |
+
$qmn_sys_info .= "Total Results : ".$qmn_total_results."<br />";
|
254 |
+
$qmn_sys_info .= "Total Active Results : ".$qmn_total_active_results."<br />";
|
255 |
+
|
256 |
+
$qmn_sys_info .= "<h3>QMN Recent Logs</h3><br />";
|
257 |
+
$recent_errors = $mlwQuizMasterNext->log_manager->get_logs();
|
258 |
+
if ( $recent_errors ) {
|
259 |
+
foreach( $recent_errors as $error ) {
|
260 |
+
$qmn_sys_info .= "Log created at ". $error->post_date . " : " . $error->post_title . " - " . $error->post_content . "<br />";
|
261 |
+
}
|
262 |
+
} else {
|
263 |
+
$qmn_sys_info .= "No recent logs<br />";
|
264 |
+
}
|
265 |
|
266 |
return $qmn_sys_info;
|
267 |
}
|
php/qmn_helper.php
CHANGED
@@ -50,6 +50,14 @@ class QMNPluginHelper
|
|
50 |
*/
|
51 |
public $question_types = array();
|
52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
/**
|
54 |
* Main Construct Function
|
55 |
*
|
@@ -60,7 +68,39 @@ class QMNPluginHelper
|
|
60 |
*/
|
61 |
public function __construct()
|
62 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
}
|
65 |
|
66 |
/**
|
@@ -76,21 +116,46 @@ class QMNPluginHelper
|
|
76 |
* @param string $slug The slug of the question type to be stored with question in database
|
77 |
* @return void
|
78 |
*/
|
79 |
-
public function register_question_type($name, $display_function, $graded, $review_function = null, $slug = null)
|
80 |
{
|
81 |
-
if (is_null($slug))
|
82 |
-
{
|
83 |
$slug = strtolower(str_replace( " ", "-", $name));
|
84 |
-
}
|
85 |
-
else
|
86 |
-
{
|
87 |
$slug = strtolower(str_replace( " ", "-", $slug));
|
88 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
$new_type = array(
|
90 |
'name' => $name,
|
91 |
'display' => $display_function,
|
92 |
'review' => $review_function,
|
93 |
'graded' => $graded,
|
|
|
|
|
94 |
'slug' => $slug
|
95 |
);
|
96 |
$this->question_types[] = $new_type;
|
@@ -117,6 +182,15 @@ class QMNPluginHelper
|
|
117 |
return $type_array;
|
118 |
}
|
119 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
/**
|
121 |
* Displays A Question
|
122 |
*
|
50 |
*/
|
51 |
public $question_types = array();
|
52 |
|
53 |
+
/**
|
54 |
+
* Template array
|
55 |
+
*
|
56 |
+
* @var array
|
57 |
+
* @since 4.5.0
|
58 |
+
*/
|
59 |
+
public $quiz_templates = array();
|
60 |
+
|
61 |
/**
|
62 |
* Main Construct Function
|
63 |
*
|
68 |
*/
|
69 |
public function __construct()
|
70 |
{
|
71 |
+
add_action( 'wp_ajax_qmn_question_type_change', array( $this, 'get_question_type_edit_content' ) );
|
72 |
+
}
|
73 |
+
|
74 |
+
/**
|
75 |
+
* Registers Quiz Templates
|
76 |
+
*
|
77 |
+
* @since 4.5.0
|
78 |
+
* @param $name String of the name of the template
|
79 |
+
* @param $file_path String of the path to the css file
|
80 |
+
*/
|
81 |
+
public function register_quiz_template( $name, $file_path ) {
|
82 |
+
$slug = strtolower(str_replace( " ", "-", $name));
|
83 |
+
$this->quiz_templates[$slug] = array(
|
84 |
+
"name" => $name,
|
85 |
+
"path" => $file_path
|
86 |
+
);
|
87 |
+
}
|
88 |
|
89 |
+
/**
|
90 |
+
* Returns Template Array
|
91 |
+
*
|
92 |
+
* @since 4.5.0
|
93 |
+
* @param $name String of the name of the template. If left empty, will return all templates
|
94 |
+
* @return array The array of quiz templates
|
95 |
+
*/
|
96 |
+
public function get_quiz_templates( $slug = null ) {
|
97 |
+
if ( is_null( $slug ) ) {
|
98 |
+
return $this->quiz_templates;
|
99 |
+
} elseif ( isset( $this->quiz_templates[$slug] ) ) {
|
100 |
+
return $this->quiz_templates[$slug];
|
101 |
+
} else {
|
102 |
+
return false;
|
103 |
+
}
|
104 |
}
|
105 |
|
106 |
/**
|
116 |
* @param string $slug The slug of the question type to be stored with question in database
|
117 |
* @return void
|
118 |
*/
|
119 |
+
public function register_question_type($name, $display_function, $graded, $review_function = null, $edit_args = null, $save_edit_function = null, $slug = null)
|
120 |
{
|
121 |
+
if (is_null($slug)) {
|
|
|
122 |
$slug = strtolower(str_replace( " ", "-", $name));
|
123 |
+
} else {
|
|
|
|
|
124 |
$slug = strtolower(str_replace( " ", "-", $slug));
|
125 |
}
|
126 |
+
if ( is_null( $edit_args ) || !is_array( $edit_args ) ) {
|
127 |
+
$validated_edit_function = array(
|
128 |
+
'inputs' => array(
|
129 |
+
'question',
|
130 |
+
'answer',
|
131 |
+
'hint',
|
132 |
+
'correct_info',
|
133 |
+
'comments',
|
134 |
+
'category',
|
135 |
+
'required'
|
136 |
+
),
|
137 |
+
'information' => '',
|
138 |
+
'extra_inputs' => array(),
|
139 |
+
'function' => ''
|
140 |
+
);
|
141 |
+
} else {
|
142 |
+
$validated_edit_function = array(
|
143 |
+
'inputs' => $edit_args['inputs'],
|
144 |
+
'information' => $edit_args['information'],
|
145 |
+
'extra_inputs' => $edit_args['extra_inputs'],
|
146 |
+
'function' => $edit_args['function']
|
147 |
+
);
|
148 |
+
}
|
149 |
+
if ( is_null( $save_edit_function ) ) {
|
150 |
+
$save_edit_function = '';
|
151 |
+
}
|
152 |
$new_type = array(
|
153 |
'name' => $name,
|
154 |
'display' => $display_function,
|
155 |
'review' => $review_function,
|
156 |
'graded' => $graded,
|
157 |
+
'edit' => $validated_edit_function,
|
158 |
+
'save' => $save_edit_function,
|
159 |
'slug' => $slug
|
160 |
);
|
161 |
$this->question_types[] = $new_type;
|
182 |
return $type_array;
|
183 |
}
|
184 |
|
185 |
+
public function get_question_type_edit_fields() {
|
186 |
+
$type_array = array();
|
187 |
+
foreach($this->question_types as $type)
|
188 |
+
{
|
189 |
+
$type_array[$type["slug"]] = $type["edit"];
|
190 |
+
}
|
191 |
+
return $type_array;
|
192 |
+
}
|
193 |
+
|
194 |
/**
|
195 |
* Displays A Question
|
196 |
*
|
php/qmn_options_certificate_tab.php
CHANGED
@@ -81,6 +81,7 @@ function mlw_options_certificate_tab_content()
|
|
81 |
);
|
82 |
} else {
|
83 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0012'), 'error');
|
|
|
84 |
}
|
85 |
}
|
86 |
if (isset($_GET["quiz_id"]))
|
@@ -101,7 +102,7 @@ function mlw_options_certificate_tab_content()
|
|
101 |
?>
|
102 |
<div id="tabs-5" class="mlw_tab_content">
|
103 |
<h3><?php _e('Quiz Certificate (Beta)', 'quiz-master-next'); ?></h3>
|
104 |
-
<p><?php _e('Enter in your text here to fill in the certificate for this quiz. Be sure to enter in the link variable into the templates on the
|
105 |
<p><?php _e('These fields cannot contain HTML.', 'quiz-master-next'); ?></p>
|
106 |
<button id="save_certificate_button" class="button-primary" onclick="javascript: document.quiz_certificate_options_form.submit();"><?php _e('Save Certificate Options', 'quiz-master-next'); ?></button>
|
107 |
<?php
|
81 |
);
|
82 |
} else {
|
83 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0012'), 'error');
|
84 |
+
$mlwQuizMasterNext->log_manager->add("Error 0012", $wpdb->last_error.' from '.$wpdb->last_query, 0, 'error');
|
85 |
}
|
86 |
}
|
87 |
if (isset($_GET["quiz_id"]))
|
102 |
?>
|
103 |
<div id="tabs-5" class="mlw_tab_content">
|
104 |
<h3><?php _e('Quiz Certificate (Beta)', 'quiz-master-next'); ?></h3>
|
105 |
+
<p><?php _e('Enter in your text here to fill in the certificate for this quiz. Be sure to enter in the link variable into the templates on the Emails and Results Page tabs so the user can access the certificate.', 'quiz-master-next'); ?></p>
|
106 |
<p><?php _e('These fields cannot contain HTML.', 'quiz-master-next'); ?></p>
|
107 |
<button id="save_certificate_button" class="button-primary" onclick="javascript: document.quiz_certificate_options_form.submit();"><?php _e('Save Certificate Options', 'quiz-master-next'); ?></button>
|
108 |
<?php
|
php/qmn_options_email_tab.php
CHANGED
@@ -74,6 +74,7 @@ function mlw_options_emails_tab_content()
|
|
74 |
else
|
75 |
{
|
76 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0016'), 'error');
|
|
|
77 |
}
|
78 |
}
|
79 |
|
@@ -141,6 +142,7 @@ function mlw_options_emails_tab_content()
|
|
141 |
else
|
142 |
{
|
143 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0016'), 'error');
|
|
|
144 |
}
|
145 |
}
|
146 |
|
@@ -213,6 +215,7 @@ function mlw_options_emails_tab_content()
|
|
213 |
else
|
214 |
{
|
215 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0017'), 'error');
|
|
|
216 |
}
|
217 |
}
|
218 |
|
74 |
else
|
75 |
{
|
76 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0016'), 'error');
|
77 |
+
$mlwQuizMasterNext->log_manager->add("Error 0016", $wpdb->last_error.' from '.$wpdb->last_query, 0, 'error');
|
78 |
}
|
79 |
}
|
80 |
|
142 |
else
|
143 |
{
|
144 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0016'), 'error');
|
145 |
+
$mlwQuizMasterNext->log_manager->add("Error 0016", $wpdb->last_error.' from '.$wpdb->last_query, 0, 'error');
|
146 |
}
|
147 |
}
|
148 |
|
215 |
else
|
216 |
{
|
217 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0017'), 'error');
|
218 |
+
$mlwQuizMasterNext->log_manager->add("Error 0017", $wpdb->last_error.' from '.$wpdb->last_query, 0, 'error');
|
219 |
}
|
220 |
}
|
221 |
|
php/qmn_options_leaderboard_tab.php
CHANGED
@@ -66,6 +66,7 @@ function mlw_options_leaderboard_tab_content()
|
|
66 |
);
|
67 |
} else {
|
68 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0009'), 'error');
|
|
|
69 |
}
|
70 |
}
|
71 |
|
66 |
);
|
67 |
} else {
|
68 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0009'), 'error');
|
69 |
+
$mlwQuizMasterNext->log_manager->add("Error 0009", $wpdb->last_error.' from '.$wpdb->last_query, 0, 'error');
|
70 |
}
|
71 |
}
|
72 |
|
php/qmn_options_option_tab.php
CHANGED
@@ -129,6 +129,7 @@ function mlw_options_option_tab_content()
|
|
129 |
else
|
130 |
{
|
131 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0008'), 'error');
|
|
|
132 |
}
|
133 |
}
|
134 |
|
129 |
else
|
130 |
{
|
131 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0008'), 'error');
|
132 |
+
$mlwQuizMasterNext->log_manager->add("Error 0008", $wpdb->last_error.' from '.$wpdb->last_query, 0, 'error');
|
133 |
}
|
134 |
}
|
135 |
|
php/qmn_options_preview_tab.php
CHANGED
@@ -24,6 +24,7 @@ function mlw_options_preview_tab_content()
|
|
24 |
{
|
25 |
?>
|
26 |
<div id="tabs-preview" class="mlw_tab_content">
|
|
|
27 |
<?php
|
28 |
echo do_shortcode( '[mlw_quizmaster quiz='.intval($_GET["quiz_id"]).']' );
|
29 |
?>
|
24 |
{
|
25 |
?>
|
26 |
<div id="tabs-preview" class="mlw_tab_content">
|
27 |
+
<p>If your quiz looks different on the front end compared to this preview, then there is a conflict with your theme. Check out our <a href="http://quizmasternext.com/common-theme-conflict-fixes/">Common Theme Conflict Fixes</a>.</a></p>
|
28 |
<?php
|
29 |
echo do_shortcode( '[mlw_quizmaster quiz='.intval($_GET["quiz_id"]).']' );
|
30 |
?>
|
php/qmn_options_questions_tab.php
CHANGED
@@ -30,26 +30,72 @@ function mlw_options_questions_tab_content()
|
|
30 |
<?php
|
31 |
wp_enqueue_script('qmn_admin_question_js', plugins_url( '../js/admin_question.js' , __FILE__ ));
|
32 |
wp_enqueue_script( 'math_jax', '//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' );
|
|
|
|
|
33 |
global $wpdb;
|
34 |
global $mlwQuizMasterNext;
|
35 |
$quiz_id = $_GET["quiz_id"];
|
36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
//Edit question
|
38 |
if ( isset( $_POST["question_submission"] ) && $_POST["question_submission"] == "edit_question" ) {
|
39 |
//Variables from edit question form
|
40 |
$edit_question_name = trim(preg_replace('/\s+/',' ', nl2br(htmlspecialchars(stripslashes($_POST["question_name"]), ENT_QUOTES))));
|
41 |
-
$edit_question_answer_info = htmlspecialchars(stripslashes(
|
42 |
-
$mlw_edit_question_id = intval(
|
43 |
$mlw_edit_question_type = sanitize_text_field( $_POST["question_type"] );
|
44 |
-
$edit_comments = htmlspecialchars(
|
45 |
-
$edit_hint = htmlspecialchars(
|
46 |
-
$edit_question_order = intval(
|
47 |
-
$mlw_edit_answer_total = intval(
|
48 |
|
49 |
if ( isset( $_POST["new_category"] ) ) {
|
50 |
$qmn_edit_category = sanitize_text_field( $_POST["new_category"] );
|
51 |
if ( $qmn_edit_category == 'new_category' ) {
|
52 |
-
$qmn_edit_category = sanitize_text_field( $_POST["new_new_category"] );
|
53 |
}
|
54 |
} else {
|
55 |
$qmn_edit_category = '';
|
@@ -140,6 +186,7 @@ function mlw_options_questions_tab_content()
|
|
140 |
else
|
141 |
{
|
142 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0004'), 'error');
|
|
|
143 |
}
|
144 |
}
|
145 |
//Delete question from quiz
|
@@ -184,6 +231,7 @@ function mlw_options_questions_tab_content()
|
|
184 |
else
|
185 |
{
|
186 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0005'), 'error');
|
|
|
187 |
}
|
188 |
}
|
189 |
|
@@ -275,6 +323,7 @@ function mlw_options_questions_tab_content()
|
|
275 |
else
|
276 |
{
|
277 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0019'), 'error');
|
|
|
278 |
}
|
279 |
}
|
280 |
|
@@ -292,7 +341,7 @@ function mlw_options_questions_tab_content()
|
|
292 |
if ( isset( $_POST['new_category'] ) ) {
|
293 |
$qmn_category = sanitize_text_field( $_POST["new_category"] );
|
294 |
if ($qmn_category == 'new_category') {
|
295 |
-
$qmn_category = sanitize_text_field( $_POST["new_new_category"] );
|
296 |
}
|
297 |
} else {
|
298 |
$qmn_category = '';
|
@@ -371,10 +420,13 @@ function mlw_options_questions_tab_content()
|
|
371 |
else
|
372 |
{
|
373 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0006'), 'error');
|
|
|
374 |
}
|
375 |
}
|
376 |
|
377 |
|
|
|
|
|
378 |
$questions = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM " . $wpdb->prefix . "mlw_questions WHERE quiz_id=%d AND deleted='0'
|
379 |
ORDER BY question_order ASC", $quiz_id ) );
|
380 |
$answers = array();
|
@@ -402,6 +454,12 @@ function mlw_options_questions_tab_content()
|
|
402 |
$qmn_question_types = $mlwQuizMasterNext->pluginHelper->get_question_type_options();
|
403 |
|
404 |
|
|
|
|
|
|
|
|
|
|
|
|
|
405 |
echo "<script>
|
406 |
var questions_list = [";
|
407 |
foreach($questions as $question) {
|
@@ -476,6 +534,11 @@ function mlw_options_questions_tab_content()
|
|
476 |
}
|
477 |
</style>
|
478 |
<button class="add-new-h2" id="new_question_button"><?php _e('Add Question', 'quiz-master-next'); ?></button>
|
|
|
|
|
|
|
|
|
|
|
479 |
<br />
|
480 |
<p class="search-box">
|
481 |
<label class="screen-reader-text" for="question_search">Search Questions:</label>
|
@@ -573,47 +636,50 @@ function mlw_options_questions_tab_content()
|
|
573 |
<div class="question_area" id="question_area">
|
574 |
<h2 class="question_area_header_text">Add New Question</h2>
|
575 |
<form action="" method="post" class="question_form">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
576 |
<fieldset>
|
577 |
<legend>Question And Answers</legend>
|
578 |
-
<p
|
579 |
<?php wp_editor( '', "question_name" ); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
580 |
|
581 |
-
|
582 |
-
<
|
583 |
-
<div class="answer_text"><?php _e('Answers', 'quiz-master-next'); ?></div>
|
584 |
-
<div class="answer_points"><?php _e('Points Worth', 'quiz-master-next'); ?></div>
|
585 |
-
<div class="answer_correct"><?php _e('Correct Answer', 'quiz-master-next'); ?></div>
|
586 |
-
</div>
|
587 |
-
<div class="answers" id="answers">
|
588 |
-
|
589 |
</div>
|
590 |
-
<a href="#" class="button" id="new_answer_button"><?php _e('Add New Answer!', 'quiz-master-next'); ?></a>
|
591 |
</fieldset>
|
592 |
<fieldset>
|
593 |
<legend>Question Options</legend>
|
594 |
-
<div class="row">
|
595 |
<label class="option_label"><?php _e('Correct Answer Info', 'quiz-master-next'); ?></label>
|
596 |
<input class="option_input" type="text" name="correct_answer_info" value="" id="correct_answer_info" />
|
597 |
</div>
|
598 |
|
599 |
-
<div class="row">
|
600 |
<label class="option_label"><?php _e('Hint', 'quiz-master-next'); ?></label>
|
601 |
<input class="option_input" type="text" name="hint" value="" id="hint"/>
|
602 |
</div>
|
603 |
|
604 |
-
<div class="row">
|
605 |
-
<label class="option_label"><?php _e('Question Type', 'quiz-master-next'); ?></label>
|
606 |
-
<select class="option_input" name="question_type" id="question_type">
|
607 |
-
<?php
|
608 |
-
foreach($qmn_question_types as $type)
|
609 |
-
{
|
610 |
-
echo "<option value='".$type['slug']."'>".$type['name']."</option>";
|
611 |
-
}
|
612 |
-
?>
|
613 |
-
</select>
|
614 |
-
</div>
|
615 |
-
|
616 |
-
<div class="row">
|
617 |
<label class="option_label"><?php _e('Comment Field', 'quiz-master-next'); ?></label>
|
618 |
<div class="option_input">
|
619 |
<input type="radio" class="comments_radio" id="commentsRadio1" name="comments" value="0" /><label for="commentsRadio1"><?php _e('Small Text Field', 'quiz-master-next'); ?></label><br>
|
@@ -627,7 +693,7 @@ function mlw_options_questions_tab_content()
|
|
627 |
<input class="option_input" type="number" step="1" min="1" name="new_question_order" value="<?php echo count($questions)+1; ?>" id="new_question_order"/>
|
628 |
</div>
|
629 |
|
630 |
-
<div class="row">
|
631 |
<label class="option_label"><?php _e('Required?', 'quiz-master-next'); ?></label>
|
632 |
<select class="option_input" name="required" id="required">
|
633 |
<option value="0" selected="selected"><?php _e('Yes', 'quiz-master-next'); ?></option>
|
@@ -635,7 +701,7 @@ function mlw_options_questions_tab_content()
|
|
635 |
</select>
|
636 |
</div>
|
637 |
|
638 |
-
<div class="row">
|
639 |
<label class="option_label"><?php _e('Category', 'quiz-master-next'); ?></label>
|
640 |
<div class="option_input">
|
641 |
<?php
|
30 |
<?php
|
31 |
wp_enqueue_script('qmn_admin_question_js', plugins_url( '../js/admin_question.js' , __FILE__ ));
|
32 |
wp_enqueue_script( 'math_jax', '//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' );
|
33 |
+
wp_enqueue_script( 'jquery' );
|
34 |
+
wp_enqueue_script( 'jquery-ui-sortable' );
|
35 |
global $wpdb;
|
36 |
global $mlwQuizMasterNext;
|
37 |
$quiz_id = $_GET["quiz_id"];
|
38 |
|
39 |
+
//Re-ordering questions
|
40 |
+
if (isset($_POST['qmn_question_order_nonce']) && wp_verify_nonce( $_POST['qmn_question_order_nonce'], 'qmn_question_order')) {
|
41 |
+
$list_of_questions = explode( ',', $_POST["save_question_order_input"] );
|
42 |
+
$question_order = 0;
|
43 |
+
$success = true;
|
44 |
+
foreach( $list_of_questions as $id ) {
|
45 |
+
$question_order++;
|
46 |
+
$results = $wpdb->update(
|
47 |
+
$wpdb->prefix . "mlw_questions",
|
48 |
+
array(
|
49 |
+
'question_order' => $question_order
|
50 |
+
),
|
51 |
+
array( 'question_id' => explode( '_', $id )[1] ),
|
52 |
+
array(
|
53 |
+
'%d'
|
54 |
+
),
|
55 |
+
array( '%d' )
|
56 |
+
);
|
57 |
+
if ( $results ) {
|
58 |
+
$success = false;
|
59 |
+
}
|
60 |
+
}
|
61 |
+
if ( ! $success ) {
|
62 |
+
$mlwQuizMasterNext->alertManager->newAlert(__('The question order has been updated successfully.', 'quiz-master-next'), 'success');
|
63 |
+
|
64 |
+
//Insert Action Into Audit Trail
|
65 |
+
global $current_user;
|
66 |
+
get_currentuserinfo();
|
67 |
+
$results = $wpdb->insert(
|
68 |
+
$wpdb->prefix . "mlw_qm_audit_trail",
|
69 |
+
array(
|
70 |
+
'action_user' => $current_user->display_name,
|
71 |
+
'action' => "Question Order Has Been Updated On Quiz: $quiz_id",
|
72 |
+
'time' => date("h:i:s A m/d/Y")
|
73 |
+
),
|
74 |
+
array(
|
75 |
+
'%s',
|
76 |
+
'%s',
|
77 |
+
'%s'
|
78 |
+
)
|
79 |
+
);
|
80 |
+
}
|
81 |
+
}
|
82 |
+
|
83 |
//Edit question
|
84 |
if ( isset( $_POST["question_submission"] ) && $_POST["question_submission"] == "edit_question" ) {
|
85 |
//Variables from edit question form
|
86 |
$edit_question_name = trim(preg_replace('/\s+/',' ', nl2br(htmlspecialchars(stripslashes($_POST["question_name"]), ENT_QUOTES))));
|
87 |
+
$edit_question_answer_info = htmlspecialchars(stripslashes($_POST["correct_answer_info"]), ENT_QUOTES);
|
88 |
+
$mlw_edit_question_id = intval($_POST["question_id"]);
|
89 |
$mlw_edit_question_type = sanitize_text_field( $_POST["question_type"] );
|
90 |
+
$edit_comments = htmlspecialchars($_POST["comments"], ENT_QUOTES);
|
91 |
+
$edit_hint = htmlspecialchars($_POST["hint"], ENT_QUOTES);
|
92 |
+
$edit_question_order = intval($_POST["new_question_order"]);
|
93 |
+
$mlw_edit_answer_total = intval($_POST["new_question_answer_total"]);
|
94 |
|
95 |
if ( isset( $_POST["new_category"] ) ) {
|
96 |
$qmn_edit_category = sanitize_text_field( $_POST["new_category"] );
|
97 |
if ( $qmn_edit_category == 'new_category' ) {
|
98 |
+
$qmn_edit_category = sanitize_text_field( stripslashes( $_POST["new_new_category"] ) );
|
99 |
}
|
100 |
} else {
|
101 |
$qmn_edit_category = '';
|
186 |
else
|
187 |
{
|
188 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0004'), 'error');
|
189 |
+
$mlwQuizMasterNext->log_manager->add("Error 0004", $wpdb->last_error.' from '.$wpdb->last_query, 0, 'error');
|
190 |
}
|
191 |
}
|
192 |
//Delete question from quiz
|
231 |
else
|
232 |
{
|
233 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0005'), 'error');
|
234 |
+
$mlwQuizMasterNext->log_manager->add("Error 0005", $wpdb->last_error.' from '.$wpdb->last_query, 0, 'error');
|
235 |
}
|
236 |
}
|
237 |
|
323 |
else
|
324 |
{
|
325 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0019'), 'error');
|
326 |
+
$mlwQuizMasterNext->log_manager->add("Error 00019", $wpdb->last_error.' from '.$wpdb->last_query, 0, 'error');
|
327 |
}
|
328 |
}
|
329 |
|
341 |
if ( isset( $_POST['new_category'] ) ) {
|
342 |
$qmn_category = sanitize_text_field( $_POST["new_category"] );
|
343 |
if ($qmn_category == 'new_category') {
|
344 |
+
$qmn_category = sanitize_text_field( stripslashes( $_POST["new_new_category"] ) );
|
345 |
}
|
346 |
} else {
|
347 |
$qmn_category = '';
|
420 |
else
|
421 |
{
|
422 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0006'), 'error');
|
423 |
+
$mlwQuizMasterNext->log_manager->add("Error 0006", $wpdb->last_error.' from '.$wpdb->last_query, 0, 'error');
|
424 |
}
|
425 |
}
|
426 |
|
427 |
|
428 |
+
|
429 |
+
//Load questions
|
430 |
$questions = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM " . $wpdb->prefix . "mlw_questions WHERE quiz_id=%d AND deleted='0'
|
431 |
ORDER BY question_order ASC", $quiz_id ) );
|
432 |
$answers = array();
|
454 |
$qmn_question_types = $mlwQuizMasterNext->pluginHelper->get_question_type_options();
|
455 |
|
456 |
|
457 |
+
//Load question type edit fields and convert to JavaScript
|
458 |
+
$qmn_question_type_fields = $mlwQuizMasterNext->pluginHelper->get_question_type_edit_fields();
|
459 |
+
echo "<script>
|
460 |
+
var qmn_question_type_fields = ".json_encode($qmn_question_type_fields).";
|
461 |
+
</script>";
|
462 |
+
|
463 |
echo "<script>
|
464 |
var questions_list = [";
|
465 |
foreach($questions as $question) {
|
534 |
}
|
535 |
</style>
|
536 |
<button class="add-new-h2" id="new_question_button"><?php _e('Add Question', 'quiz-master-next'); ?></button>
|
537 |
+
<button class="add-new-h2" id="save_question_order"><?php _e('Save Question Order', 'quiz-master-next'); ?></button>
|
538 |
+
<form style="display:none;" action="" method="post" name="save_question_order_form" id="save_question_order_form">
|
539 |
+
<input type="hidden" name="save_question_order_input" id="save_question_order_input" value="" />
|
540 |
+
<?php wp_nonce_field('qmn_question_order','qmn_question_order_nonce'); ?>
|
541 |
+
</form>
|
542 |
<br />
|
543 |
<p class="search-box">
|
544 |
<label class="screen-reader-text" for="question_search">Search Questions:</label>
|
636 |
<div class="question_area" id="question_area">
|
637 |
<h2 class="question_area_header_text">Add New Question</h2>
|
638 |
<form action="" method="post" class="question_form">
|
639 |
+
<fieldset>
|
640 |
+
<legend>Question Type</legend>
|
641 |
+
<div class="row">
|
642 |
+
<label class="option_label"><?php _e('Question Type', 'quiz-master-next'); ?></label>
|
643 |
+
<select class="option_input" name="question_type" id="question_type">
|
644 |
+
<?php
|
645 |
+
foreach($qmn_question_types as $type)
|
646 |
+
{
|
647 |
+
echo "<option value='".$type['slug']."'>".$type['name']."</option>";
|
648 |
+
}
|
649 |
+
?>
|
650 |
+
</select>
|
651 |
+
</div>
|
652 |
+
</fieldset>
|
653 |
<fieldset>
|
654 |
<legend>Question And Answers</legend>
|
655 |
+
<p id="question_type_info"></p>
|
656 |
<?php wp_editor( '', "question_name" ); ?>
|
657 |
+
<div id="answer_area">
|
658 |
+
<div class="answer_headers">
|
659 |
+
<div class="answer_number"> </div>
|
660 |
+
<div class="answer_text"><?php _e('Answers', 'quiz-master-next'); ?></div>
|
661 |
+
<div class="answer_points"><?php _e('Points Worth', 'quiz-master-next'); ?></div>
|
662 |
+
<div class="answer_correct"><?php _e('Correct Answer', 'quiz-master-next'); ?></div>
|
663 |
+
</div>
|
664 |
+
<div class="answers" id="answers">
|
665 |
|
666 |
+
</div>
|
667 |
+
<a href="#" class="button" id="new_answer_button"><?php _e('Add New Answer!', 'quiz-master-next'); ?></a>
|
|
|
|
|
|
|
|
|
|
|
|
|
668 |
</div>
|
|
|
669 |
</fieldset>
|
670 |
<fieldset>
|
671 |
<legend>Question Options</legend>
|
672 |
+
<div id="correct_answer_area" class="row">
|
673 |
<label class="option_label"><?php _e('Correct Answer Info', 'quiz-master-next'); ?></label>
|
674 |
<input class="option_input" type="text" name="correct_answer_info" value="" id="correct_answer_info" />
|
675 |
</div>
|
676 |
|
677 |
+
<div id="hint_area" class="row">
|
678 |
<label class="option_label"><?php _e('Hint', 'quiz-master-next'); ?></label>
|
679 |
<input class="option_input" type="text" name="hint" value="" id="hint"/>
|
680 |
</div>
|
681 |
|
682 |
+
<div id="comment_area" class="row">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
683 |
<label class="option_label"><?php _e('Comment Field', 'quiz-master-next'); ?></label>
|
684 |
<div class="option_input">
|
685 |
<input type="radio" class="comments_radio" id="commentsRadio1" name="comments" value="0" /><label for="commentsRadio1"><?php _e('Small Text Field', 'quiz-master-next'); ?></label><br>
|
693 |
<input class="option_input" type="number" step="1" min="1" name="new_question_order" value="<?php echo count($questions)+1; ?>" id="new_question_order"/>
|
694 |
</div>
|
695 |
|
696 |
+
<div id="required_area" class="row">
|
697 |
<label class="option_label"><?php _e('Required?', 'quiz-master-next'); ?></label>
|
698 |
<select class="option_input" name="required" id="required">
|
699 |
<option value="0" selected="selected"><?php _e('Yes', 'quiz-master-next'); ?></option>
|
701 |
</select>
|
702 |
</div>
|
703 |
|
704 |
+
<div id="category_area" class="row">
|
705 |
<label class="option_label"><?php _e('Category', 'quiz-master-next'); ?></label>
|
706 |
<div class="option_input">
|
707 |
<?php
|
php/qmn_options_results_page_tab.php
CHANGED
@@ -74,6 +74,7 @@ function mlw_options_results_tab_content()
|
|
74 |
else
|
75 |
{
|
76 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0013'), 'error');
|
|
|
77 |
}
|
78 |
}
|
79 |
|
@@ -122,6 +123,7 @@ function mlw_options_results_tab_content()
|
|
122 |
else
|
123 |
{
|
124 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0014'), 'error');
|
|
|
125 |
}
|
126 |
}
|
127 |
|
74 |
else
|
75 |
{
|
76 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0013'), 'error');
|
77 |
+
$mlwQuizMasterNext->log_manager->add("Error 0013", $wpdb->last_error.' from '.$wpdb->last_query, 0, 'error');
|
78 |
}
|
79 |
}
|
80 |
|
123 |
else
|
124 |
{
|
125 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0014'), 'error');
|
126 |
+
$mlwQuizMasterNext->log_manager->add("Error 0014", $wpdb->last_error.' from '.$wpdb->last_query, 0, 'error');
|
127 |
}
|
128 |
}
|
129 |
|
php/qmn_options_style_tab.php
CHANGED
@@ -58,6 +58,7 @@ function mlw_options_styling_tab_content()
|
|
58 |
else
|
59 |
{
|
60 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0015'), 'error');
|
|
|
61 |
}
|
62 |
}
|
63 |
|
@@ -66,6 +67,7 @@ function mlw_options_styling_tab_content()
|
|
66 |
$table_name = $wpdb->prefix . "mlw_quizzes";
|
67 |
$mlw_quiz_options = $wpdb->get_row($wpdb->prepare("SELECT * FROM $table_name WHERE quiz_id=%d LIMIT 1", $_GET["quiz_id"]));
|
68 |
}
|
|
|
69 |
?>
|
70 |
<div id="tabs-7" class="mlw_tab_content">
|
71 |
<script>
|
@@ -106,8 +108,14 @@ function mlw_options_styling_tab_content()
|
|
106 |
background-color: yellow;
|
107 |
}
|
108 |
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
<div onclick="mlw_qmn_theme('default');" id="mlw_qmn_theme_block_default" class="mlw_qmn_themeBlock <?php if ($mlw_quiz_options->theme_selected == 'default') {echo 'mlw_qmn_themeBlockActive';} ?>"><?php _e('Custom', 'quiz-master-next'); ?></div>
|
110 |
-
<?php do_action('mlw_qmn_quiz_themes'); ?>
|
111 |
<script>
|
112 |
mlw_qmn_theme('<?php echo $mlw_quiz_options->theme_selected; ?>');
|
113 |
</script>
|
58 |
else
|
59 |
{
|
60 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0015'), 'error');
|
61 |
+
$mlwQuizMasterNext->log_manager->add("Error 0015", $wpdb->last_error.' from '.$wpdb->last_query, 0, 'error');
|
62 |
}
|
63 |
}
|
64 |
|
67 |
$table_name = $wpdb->prefix . "mlw_quizzes";
|
68 |
$mlw_quiz_options = $wpdb->get_row($wpdb->prepare("SELECT * FROM $table_name WHERE quiz_id=%d LIMIT 1", $_GET["quiz_id"]));
|
69 |
}
|
70 |
+
$registered_templates = $mlwQuizMasterNext->pluginHelper->get_quiz_templates();
|
71 |
?>
|
72 |
<div id="tabs-7" class="mlw_tab_content">
|
73 |
<script>
|
108 |
background-color: yellow;
|
109 |
}
|
110 |
</style>
|
111 |
+
<?php
|
112 |
+
foreach($registered_templates as $slug => $template) {
|
113 |
+
?>
|
114 |
+
<div onclick="mlw_qmn_theme('<?php echo $slug; ?>');" id="mlw_qmn_theme_block_<?php echo $slug; ?>" class="mlw_qmn_themeBlock <?php if ($mlw_quiz_options->theme_selected == $slug) {echo 'mlw_qmn_themeBlockActive';} ?>"><?php echo $template["name"]; ?></div>
|
115 |
+
<?php
|
116 |
+
}
|
117 |
+
?>
|
118 |
<div onclick="mlw_qmn_theme('default');" id="mlw_qmn_theme_block_default" class="mlw_qmn_themeBlock <?php if ($mlw_quiz_options->theme_selected == 'default') {echo 'mlw_qmn_themeBlockActive';} ?>"><?php _e('Custom', 'quiz-master-next'); ?></div>
|
|
|
119 |
<script>
|
120 |
mlw_qmn_theme('<?php echo $mlw_quiz_options->theme_selected; ?>');
|
121 |
</script>
|
php/qmn_options_text_tab.php
CHANGED
@@ -121,6 +121,7 @@ function mlw_options_text_tab_content()
|
|
121 |
else
|
122 |
{
|
123 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0007'), 'error');
|
|
|
124 |
}
|
125 |
}
|
126 |
|
121 |
else
|
122 |
{
|
123 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0007'), 'error');
|
124 |
+
$mlwQuizMasterNext->log_manager->add("Error 0007", $wpdb->last_error.' from '.$wpdb->last_query, 0, 'error');
|
125 |
}
|
126 |
}
|
127 |
|
php/qmn_options_tools_tab.php
CHANGED
@@ -66,6 +66,7 @@ function mlw_options_tools_tab_content()
|
|
66 |
);
|
67 |
} else {
|
68 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0010'), 'error');
|
|
|
69 |
}
|
70 |
}
|
71 |
|
66 |
);
|
67 |
} else {
|
68 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0010'), 'error');
|
69 |
+
$mlwQuizMasterNext->log_manager->add("Error 0010", $wpdb->last_error.' from '.$wpdb->last_query, 0, 'error');
|
70 |
}
|
71 |
}
|
72 |
|
php/qmn_question_types.php
CHANGED
@@ -11,7 +11,7 @@ add_action("plugins_loaded", 'qmn_question_type_multiple_choice');
|
|
11 |
function qmn_question_type_multiple_choice()
|
12 |
{
|
13 |
global $mlwQuizMasterNext;
|
14 |
-
$mlwQuizMasterNext->pluginHelper->register_question_type(__("Multiple Choice", 'quiz-master-next'), 'qmn_multiple_choice_display', true, 'qmn_multiple_choice_review', 0);
|
15 |
}
|
16 |
|
17 |
/**
|
@@ -102,7 +102,7 @@ add_action("plugins_loaded", 'qmn_question_type_horizontal_multiple_choice');
|
|
102 |
function qmn_question_type_horizontal_multiple_choice()
|
103 |
{
|
104 |
global $mlwQuizMasterNext;
|
105 |
-
$mlwQuizMasterNext->pluginHelper->register_question_type(__("Horizontal Multiple Choice", 'quiz-master-next'), 'qmn_horizontal_multiple_choice_display', true, 'qmn_horizontal_multiple_choice_review', 1);
|
106 |
}
|
107 |
|
108 |
/**
|
@@ -192,7 +192,7 @@ add_action("plugins_loaded", 'qmn_question_type_drop_down');
|
|
192 |
function qmn_question_type_drop_down()
|
193 |
{
|
194 |
global $mlwQuizMasterNext;
|
195 |
-
$mlwQuizMasterNext->pluginHelper->register_question_type(__("Drop Down", 'quiz-master-next'), 'qmn_drop_down_display', true, 'qmn_drop_down_review', 2);
|
196 |
}
|
197 |
|
198 |
/**
|
@@ -279,7 +279,7 @@ add_action("plugins_loaded", 'qmn_question_type_small_open');
|
|
279 |
function qmn_question_type_small_open()
|
280 |
{
|
281 |
global $mlwQuizMasterNext;
|
282 |
-
$mlwQuizMasterNext->pluginHelper->register_question_type(__("Small Open Answer", 'quiz-master-next'), 'qmn_small_open_display', true, 'qmn_small_open_review', 3);
|
283 |
}
|
284 |
|
285 |
/**
|
@@ -350,7 +350,7 @@ add_action("plugins_loaded", 'qmn_question_type_multiple_response');
|
|
350 |
function qmn_question_type_multiple_response()
|
351 |
{
|
352 |
global $mlwQuizMasterNext;
|
353 |
-
$mlwQuizMasterNext->pluginHelper->register_question_type(__("Multiple Response", 'quiz-master-next'), 'qmn_multiple_response_display', true, 'qmn_multiple_response_review', 4);
|
354 |
}
|
355 |
|
356 |
/**
|
@@ -449,7 +449,7 @@ add_action("plugins_loaded", 'qmn_question_type_large_open');
|
|
449 |
function qmn_question_type_large_open()
|
450 |
{
|
451 |
global $mlwQuizMasterNext;
|
452 |
-
$mlwQuizMasterNext->pluginHelper->register_question_type(__("Large Open Answer", 'quiz-master-next'), 'qmn_large_open_display', true, 'qmn_large_open_review', 5);
|
453 |
}
|
454 |
|
455 |
/**
|
@@ -520,7 +520,15 @@ add_action("plugins_loaded", 'qmn_question_type_text_block');
|
|
520 |
function qmn_question_type_text_block()
|
521 |
{
|
522 |
global $mlwQuizMasterNext;
|
523 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
524 |
}
|
525 |
|
526 |
|
@@ -555,7 +563,7 @@ add_action("plugins_loaded", 'qmn_question_type_number');
|
|
555 |
function qmn_question_type_number()
|
556 |
{
|
557 |
global $mlwQuizMasterNext;
|
558 |
-
$mlwQuizMasterNext->pluginHelper->register_question_type(__("Number", 'quiz-master-next'), 'qmn_number_display', true, 'qmn_number_review', 7);
|
559 |
}
|
560 |
|
561 |
|
@@ -628,7 +636,16 @@ add_action("plugins_loaded", 'qmn_question_type_accept');
|
|
628 |
function qmn_question_type_accept()
|
629 |
{
|
630 |
global $mlwQuizMasterNext;
|
631 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
632 |
}
|
633 |
|
634 |
/**
|
@@ -663,7 +680,16 @@ add_action("plugins_loaded", 'qmn_question_type_captcha');
|
|
663 |
function qmn_question_type_captcha()
|
664 |
{
|
665 |
global $mlwQuizMasterNext;
|
666 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
667 |
}
|
668 |
|
669 |
|
@@ -721,7 +747,7 @@ add_action("plugins_loaded", 'qmn_question_type_horizontal_multiple_response');
|
|
721 |
function qmn_question_type_horizontal_multiple_response()
|
722 |
{
|
723 |
global $mlwQuizMasterNext;
|
724 |
-
$mlwQuizMasterNext->pluginHelper->register_question_type(__("Horizontal Multiple Response", 'quiz-master-next'), 'qmn_horizontal_multiple_response_display', true, 'qmn_horizontal_multiple_response_review', 10);
|
725 |
}
|
726 |
|
727 |
|
@@ -822,7 +848,21 @@ add_action("plugins_loaded", 'qmn_question_type_fill_blank');
|
|
822 |
function qmn_question_type_fill_blank()
|
823 |
{
|
824 |
global $mlwQuizMasterNext;
|
825 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
826 |
}
|
827 |
|
828 |
|
11 |
function qmn_question_type_multiple_choice()
|
12 |
{
|
13 |
global $mlwQuizMasterNext;
|
14 |
+
$mlwQuizMasterNext->pluginHelper->register_question_type(__("Multiple Choice", 'quiz-master-next'), 'qmn_multiple_choice_display', true, 'qmn_multiple_choice_review', null, null, 0);
|
15 |
}
|
16 |
|
17 |
/**
|
102 |
function qmn_question_type_horizontal_multiple_choice()
|
103 |
{
|
104 |
global $mlwQuizMasterNext;
|
105 |
+
$mlwQuizMasterNext->pluginHelper->register_question_type(__("Horizontal Multiple Choice", 'quiz-master-next'), 'qmn_horizontal_multiple_choice_display', true, 'qmn_horizontal_multiple_choice_review', null, null, 1);
|
106 |
}
|
107 |
|
108 |
/**
|
192 |
function qmn_question_type_drop_down()
|
193 |
{
|
194 |
global $mlwQuizMasterNext;
|
195 |
+
$mlwQuizMasterNext->pluginHelper->register_question_type(__("Drop Down", 'quiz-master-next'), 'qmn_drop_down_display', true, 'qmn_drop_down_review', null, null, 2);
|
196 |
}
|
197 |
|
198 |
/**
|
279 |
function qmn_question_type_small_open()
|
280 |
{
|
281 |
global $mlwQuizMasterNext;
|
282 |
+
$mlwQuizMasterNext->pluginHelper->register_question_type(__("Small Open Answer", 'quiz-master-next'), 'qmn_small_open_display', true, 'qmn_small_open_review', null, null, 3);
|
283 |
}
|
284 |
|
285 |
/**
|
350 |
function qmn_question_type_multiple_response()
|
351 |
{
|
352 |
global $mlwQuizMasterNext;
|
353 |
+
$mlwQuizMasterNext->pluginHelper->register_question_type(__("Multiple Response", 'quiz-master-next'), 'qmn_multiple_response_display', true, 'qmn_multiple_response_review', null, null, 4);
|
354 |
}
|
355 |
|
356 |
/**
|
449 |
function qmn_question_type_large_open()
|
450 |
{
|
451 |
global $mlwQuizMasterNext;
|
452 |
+
$mlwQuizMasterNext->pluginHelper->register_question_type(__("Large Open Answer", 'quiz-master-next'), 'qmn_large_open_display', true, 'qmn_large_open_review', null, null, 5);
|
453 |
}
|
454 |
|
455 |
/**
|
520 |
function qmn_question_type_text_block()
|
521 |
{
|
522 |
global $mlwQuizMasterNext;
|
523 |
+
$edit_args = array(
|
524 |
+
'inputs' => array(
|
525 |
+
'question'
|
526 |
+
),
|
527 |
+
'information' => '',
|
528 |
+
'extra_inputs' => array(),
|
529 |
+
'function' => ''
|
530 |
+
);
|
531 |
+
$mlwQuizMasterNext->pluginHelper->register_question_type(__("Text Block", 'quiz-master-next'), 'qmn_text_block_display', false, null, $edit_args, null, 6);
|
532 |
}
|
533 |
|
534 |
|
563 |
function qmn_question_type_number()
|
564 |
{
|
565 |
global $mlwQuizMasterNext;
|
566 |
+
$mlwQuizMasterNext->pluginHelper->register_question_type(__("Number", 'quiz-master-next'), 'qmn_number_display', true, 'qmn_number_review', null, null, 7);
|
567 |
}
|
568 |
|
569 |
|
636 |
function qmn_question_type_accept()
|
637 |
{
|
638 |
global $mlwQuizMasterNext;
|
639 |
+
$edit_args = array(
|
640 |
+
'inputs' => array(
|
641 |
+
'question',
|
642 |
+
'required'
|
643 |
+
),
|
644 |
+
'information' => '',
|
645 |
+
'extra_inputs' => array(),
|
646 |
+
'function' => ''
|
647 |
+
);
|
648 |
+
$mlwQuizMasterNext->pluginHelper->register_question_type(__("Accept", 'quiz-master-next'), 'qmn_accept_display', false, null, $edit_args, null, 8);
|
649 |
}
|
650 |
|
651 |
/**
|
680 |
function qmn_question_type_captcha()
|
681 |
{
|
682 |
global $mlwQuizMasterNext;
|
683 |
+
$edit_args = array(
|
684 |
+
'inputs' => array(
|
685 |
+
'question',
|
686 |
+
'required'
|
687 |
+
),
|
688 |
+
'information' => '',
|
689 |
+
'extra_inputs' => array(),
|
690 |
+
'function' => ''
|
691 |
+
);
|
692 |
+
$mlwQuizMasterNext->pluginHelper->register_question_type(__("Captcha", 'quiz-master-next'), 'qmn_captcha_display', false, null, $edit_args, null, 9);
|
693 |
}
|
694 |
|
695 |
|
747 |
function qmn_question_type_horizontal_multiple_response()
|
748 |
{
|
749 |
global $mlwQuizMasterNext;
|
750 |
+
$mlwQuizMasterNext->pluginHelper->register_question_type(__("Horizontal Multiple Response", 'quiz-master-next'), 'qmn_horizontal_multiple_response_display', true, 'qmn_horizontal_multiple_response_review', null, null, 10);
|
751 |
}
|
752 |
|
753 |
|
848 |
function qmn_question_type_fill_blank()
|
849 |
{
|
850 |
global $mlwQuizMasterNext;
|
851 |
+
$edit_args = array(
|
852 |
+
'inputs' => array(
|
853 |
+
'question',
|
854 |
+
'answer',
|
855 |
+
'hint',
|
856 |
+
'correct_info',
|
857 |
+
'comments',
|
858 |
+
'category',
|
859 |
+
'required'
|
860 |
+
),
|
861 |
+
'information' => __('For fill in the blank types, use %BLANK% to represent where to put the text box in your text.', 'quiz-master-next'),
|
862 |
+
'extra_inputs' => array(),
|
863 |
+
'function' => ''
|
864 |
+
);
|
865 |
+
$mlwQuizMasterNext->pluginHelper->register_question_type(__("Fill In The Blank", 'quiz-master-next'), 'qmn_fill_blank_display', true, 'qmn_fill_blank_review', $edit_args );
|
866 |
}
|
867 |
|
868 |
|
php/qmn_quiz.php
CHANGED
@@ -181,11 +181,35 @@ class QMNQuizManager
|
|
181 |
$return_display = '';
|
182 |
$qmn_quiz_options = $this->load_quiz_options($quiz);
|
183 |
|
|
|
184 |
if (is_null($qmn_quiz_options) || $qmn_quiz_options->quiz_name == '')
|
185 |
{
|
186 |
-
return "It appears that this quiz is not set up correctly";
|
187 |
}
|
188 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
189 |
$qmn_array_for_variables = array(
|
190 |
'quiz_id' => $qmn_quiz_options->quiz_id,
|
191 |
'quiz_name' => $qmn_quiz_options->quiz_name,
|
@@ -208,6 +232,7 @@ class QMNQuizManager
|
|
208 |
}
|
209 |
echo "</script>";
|
210 |
|
|
|
211 |
if ($qmn_allowed_visit && !isset($_POST["complete_quiz"]) && $qmn_quiz_options->quiz_name != '')
|
212 |
{
|
213 |
$qmn_quiz_questions = $this->load_questions($quiz, $qmn_quiz_options, true);
|
@@ -329,6 +354,7 @@ class QMNQuizManager
|
|
329 |
public function display_quiz($qmn_quiz_options, $qmn_quiz_questions, $qmn_quiz_answers, $qmn_array_for_variables)
|
330 |
{
|
331 |
global $qmn_allowed_visit;
|
|
|
332 |
$quiz_display = '';
|
333 |
$quiz_display = apply_filters('qmn_begin_quiz', $quiz_display, $qmn_quiz_options, $qmn_array_for_variables);
|
334 |
if (!$qmn_allowed_visit)
|
@@ -356,16 +382,6 @@ class QMNQuizManager
|
|
356 |
wp_enqueue_script( 'qmn_quiz', plugins_url( '../js/qmn_quiz.js' , __FILE__ ), array('jquery') );
|
357 |
wp_enqueue_script( 'math_jax', '//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' );
|
358 |
|
359 |
-
wp_enqueue_style( 'qmn_quiz_style', plugins_url( '../css/qmn_quiz.css' , __FILE__ ) );
|
360 |
-
if ($qmn_quiz_options->theme_selected == "default")
|
361 |
-
{
|
362 |
-
echo "<style type='text/css'>".$qmn_quiz_options->quiz_stye."</style>";
|
363 |
-
}
|
364 |
-
else
|
365 |
-
{
|
366 |
-
echo "<link type='text/css' href='".get_option('mlw_qmn_theme_'.$qmn_quiz_options->theme_selected)."' rel='stylesheet' />";
|
367 |
-
}
|
368 |
-
|
369 |
global $qmn_total_questions;
|
370 |
$qmn_total_questions = 0;
|
371 |
global $mlw_qmn_section_count;
|
@@ -583,15 +599,6 @@ class QMNQuizManager
|
|
583 |
return $result_display;
|
584 |
}
|
585 |
wp_enqueue_script( 'math_jax', '//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' );
|
586 |
-
wp_enqueue_style( 'qmn_quiz_style', plugins_url( '../css/qmn_quiz.css' , __FILE__ ) );
|
587 |
-
if ($qmn_quiz_options->theme_selected == "default")
|
588 |
-
{
|
589 |
-
echo "<style type='text/css'>".$qmn_quiz_options->quiz_stye."</style>";
|
590 |
-
}
|
591 |
-
else
|
592 |
-
{
|
593 |
-
echo "<link type='text/css' href='".get_option('mlw_qmn_theme_'.$qmn_quiz_options->theme_selected)."' rel='stylesheet' />";
|
594 |
-
}
|
595 |
|
596 |
$mlw_user_name = isset($_POST["mlwUserName"]) ? sanitize_text_field( $_POST["mlwUserName"] ) : 'None';
|
597 |
$mlw_user_comp = isset($_POST["mlwUserComp"]) ? sanitize_text_field( $_POST["mlwUserComp"] ) : 'None';
|
@@ -1268,7 +1275,7 @@ function qmn_pagination_check($display, $qmn_quiz_options, $qmn_array_for_variab
|
|
1268 |
return $display;
|
1269 |
}
|
1270 |
|
1271 |
-
add_filter('qmn_begin_quiz', 'qmn_timer_check',
|
1272 |
function qmn_timer_check($display, $qmn_quiz_options, $qmn_array_for_variables)
|
1273 |
{
|
1274 |
global $qmn_allowed_visit;
|
@@ -1281,7 +1288,7 @@ function qmn_timer_check($display, $qmn_quiz_options, $qmn_array_for_variables)
|
|
1281 |
var qmn_timer_limit = <?php echo $qmn_quiz_options->timer_limit; ?>;
|
1282 |
</script>
|
1283 |
<?php
|
1284 |
-
wp_enqueue_script( 'qmn_quiz_timer', plugins_url( '../js/qmn_timer.js' , __FILE__ ), array( 'jquery'
|
1285 |
}
|
1286 |
return $display;
|
1287 |
}
|
181 |
$return_display = '';
|
182 |
$qmn_quiz_options = $this->load_quiz_options($quiz);
|
183 |
|
184 |
+
//If quiz options isn't found, stop function
|
185 |
if (is_null($qmn_quiz_options) || $qmn_quiz_options->quiz_name == '')
|
186 |
{
|
187 |
+
return __("It appears that this quiz is not set up correctly", 'quiz-master-next');
|
188 |
}
|
189 |
|
190 |
+
// Loads Quiz Template
|
191 |
+
if ($qmn_quiz_options->theme_selected == "default")
|
192 |
+
{
|
193 |
+
echo "<style type='text/css'>".$qmn_quiz_options->quiz_stye."</style>";
|
194 |
+
wp_enqueue_style( 'qmn_quiz_style', plugins_url( '../css/qmn_quiz.css' , __FILE__ ) );
|
195 |
+
}
|
196 |
+
else
|
197 |
+
{
|
198 |
+
$registered_template = $mlwQuizMasterNext->pluginHelper->get_quiz_templates($qmn_quiz_options->theme_selected);
|
199 |
+
// Check direct file first, then check templates folder in plugin, then check templates file in theme.
|
200 |
+
// If all fails, then load custom styling instead
|
201 |
+
if ( $registered_template && file_exists( $registered_template["path"] ) ) {
|
202 |
+
wp_enqueue_style( 'qmn_quiz_template', $registered_template["path"] );
|
203 |
+
} elseif ( $registered_template && file_exists( plugin_dir_path(__FILE__).'../templates/'.$registered_template["path"] ) ) {
|
204 |
+
wp_enqueue_style( 'qmn_quiz_template', plugins_url( '../templates/'.$registered_template["path"], __FILE__ ) );
|
205 |
+
} elseif ( $registered_template && file_exists( get_stylesheet_directory_uri().'/templates/'.$registered_template["path"] ) ) {
|
206 |
+
wp_enqueue_style( 'qmn_quiz_template', get_stylesheet_directory_uri().'/templates/'.$registered_template["path"] );
|
207 |
+
} else {
|
208 |
+
echo "<style type='text/css'>".$qmn_quiz_options->quiz_stye."</style>";
|
209 |
+
}
|
210 |
+
}
|
211 |
+
|
212 |
+
//Start to prepare variable array for filters
|
213 |
$qmn_array_for_variables = array(
|
214 |
'quiz_id' => $qmn_quiz_options->quiz_id,
|
215 |
'quiz_name' => $qmn_quiz_options->quiz_name,
|
232 |
}
|
233 |
echo "</script>";
|
234 |
|
235 |
+
//Check if we should be showing quiz or results page
|
236 |
if ($qmn_allowed_visit && !isset($_POST["complete_quiz"]) && $qmn_quiz_options->quiz_name != '')
|
237 |
{
|
238 |
$qmn_quiz_questions = $this->load_questions($quiz, $qmn_quiz_options, true);
|
354 |
public function display_quiz($qmn_quiz_options, $qmn_quiz_questions, $qmn_quiz_answers, $qmn_array_for_variables)
|
355 |
{
|
356 |
global $qmn_allowed_visit;
|
357 |
+
global $mlwQuizMasterNext;
|
358 |
$quiz_display = '';
|
359 |
$quiz_display = apply_filters('qmn_begin_quiz', $quiz_display, $qmn_quiz_options, $qmn_array_for_variables);
|
360 |
if (!$qmn_allowed_visit)
|
382 |
wp_enqueue_script( 'qmn_quiz', plugins_url( '../js/qmn_quiz.js' , __FILE__ ), array('jquery') );
|
383 |
wp_enqueue_script( 'math_jax', '//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' );
|
384 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
385 |
global $qmn_total_questions;
|
386 |
$qmn_total_questions = 0;
|
387 |
global $mlw_qmn_section_count;
|
599 |
return $result_display;
|
600 |
}
|
601 |
wp_enqueue_script( 'math_jax', '//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
|
603 |
$mlw_user_name = isset($_POST["mlwUserName"]) ? sanitize_text_field( $_POST["mlwUserName"] ) : 'None';
|
604 |
$mlw_user_comp = isset($_POST["mlwUserComp"]) ? sanitize_text_field( $_POST["mlwUserComp"] ) : 'None';
|
1275 |
return $display;
|
1276 |
}
|
1277 |
|
1278 |
+
add_filter('qmn_begin_quiz', 'qmn_timer_check', 15, 3);
|
1279 |
function qmn_timer_check($display, $qmn_quiz_options, $qmn_array_for_variables)
|
1280 |
{
|
1281 |
global $qmn_allowed_visit;
|
1288 |
var qmn_timer_limit = <?php echo $qmn_quiz_options->timer_limit; ?>;
|
1289 |
</script>
|
1290 |
<?php
|
1291 |
+
wp_enqueue_script( 'qmn_quiz_timer', plugins_url( '../js/qmn_timer.js' , __FILE__ ), array( 'jquery' ) );
|
1292 |
}
|
1293 |
return $display;
|
1294 |
}
|
php/qmn_quiz_creator.php
CHANGED
@@ -163,85 +163,100 @@ class QMNQuizCreator
|
|
163 |
3. %THIRD_PLACE_NAME%-%THIRD_PLACE_SCORE%<br />
|
164 |
4. %FOURTH_PLACE_NAME%-%FOURTH_PLACE_SCORE%<br />
|
165 |
5. %FIFTH_PLACE_NAME%-%FIFTH_PLACE_SCORE%<br />";
|
166 |
-
$mlw_style_default = "
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
180 |
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
width: 100%;
|
236 |
-
border-radius: 7px;
|
237 |
-
padding: 2px 10px;
|
238 |
-
-webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,.075);
|
239 |
-
box-shadow: inset 0 3px 3px rgba(0,0,0,.075);
|
240 |
-
border: 1px solid #ccc;
|
241 |
-
}
|
242 |
-
.qmn_page_error_message {
|
243 |
-
color: red;
|
244 |
-
}";
|
245 |
$mlw_question_answer_default = "%QUESTION%<br /> Answer Provided: %USER_ANSWER%<br /> Correct Answer: %CORRECT_ANSWER%<br /> Comments Entered: %USER_COMMENTS%<br />";
|
246 |
$results = $wpdb->insert(
|
247 |
$wpdb->prefix . "mlw_quizzes",
|
@@ -287,7 +302,7 @@ class QMNQuizCreator
|
|
287 |
'quiz_stye' => $mlw_style_default,
|
288 |
'question_numbering' => 0,
|
289 |
'quiz_settings' => '',
|
290 |
-
'theme_selected' => '
|
291 |
'last_activity' => date("Y-m-d H:i:s"),
|
292 |
'require_log_in' => 0,
|
293 |
'require_log_in_text' => 'This quiz is for logged in users only.',
|
@@ -391,6 +406,7 @@ class QMNQuizCreator
|
|
391 |
else
|
392 |
{
|
393 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0001'), 'error');
|
|
|
394 |
}
|
395 |
}
|
396 |
|
@@ -465,6 +481,7 @@ class QMNQuizCreator
|
|
465 |
else
|
466 |
{
|
467 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0002'), 'error');
|
|
|
468 |
}
|
469 |
do_action('qmn_quiz_deleted', $quiz_id);
|
470 |
}
|
@@ -515,6 +532,7 @@ class QMNQuizCreator
|
|
515 |
else
|
516 |
{
|
517 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0003'), 'error');
|
|
|
518 |
}
|
519 |
do_action('qmn_quiz_name_edited', $quiz_id);
|
520 |
}
|
@@ -681,6 +699,7 @@ class QMNQuizCreator
|
|
681 |
else
|
682 |
{
|
683 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0011'), 'error');
|
|
|
684 |
}
|
685 |
if ($is_duplicating_questions)
|
686 |
{
|
@@ -746,6 +765,7 @@ class QMNQuizCreator
|
|
746 |
if ($question_results == false)
|
747 |
{
|
748 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0020'), 'error');
|
|
|
749 |
}
|
750 |
}
|
751 |
}
|
163 |
3. %THIRD_PLACE_NAME%-%THIRD_PLACE_SCORE%<br />
|
164 |
4. %FOURTH_PLACE_NAME%-%FOURTH_PLACE_SCORE%<br />
|
165 |
5. %FIFTH_PLACE_NAME%-%FIFTH_PLACE_SCORE%<br />";
|
166 |
+
$mlw_style_default = ".mlw_qmn_quiz label {
|
167 |
+
display: inline;
|
168 |
+
}
|
169 |
+
.ui-tooltip
|
170 |
+
{
|
171 |
+
max-width: 500px !important;
|
172 |
+
}
|
173 |
+
.ui-tooltip-content
|
174 |
+
{
|
175 |
+
max-width: 500px !important;
|
176 |
+
}
|
177 |
+
.qmn_error, .qmn_page_error_message
|
178 |
+
{
|
179 |
+
color: red;
|
180 |
+
}
|
181 |
+
.mlw_qmn_hint_link
|
182 |
+
{
|
183 |
+
text-decoration:underline;
|
184 |
+
color:rgb(0,0,255);
|
185 |
+
}
|
186 |
+
.mlw_qmn_quiz_link
|
187 |
+
{
|
188 |
+
display: inline;
|
189 |
+
vertical-align:top !important;
|
190 |
+
text-decoration: none;
|
191 |
+
}
|
192 |
+
div.mlw_qmn_quiz input[type=radio],
|
193 |
+
div.mlw_qmn_quiz input[type=submit],
|
194 |
+
div.mlw_qmn_quiz label {
|
195 |
+
cursor: pointer;
|
196 |
+
}
|
197 |
+
div.mlw_qmn_quiz input:not([type=submit]):focus,
|
198 |
+
div.mlw_qmn_quiz textarea:focus {
|
199 |
+
background: #eaeaea;
|
200 |
+
}
|
201 |
+
div.mlw_qmn_quiz {
|
202 |
+
text-align: left;
|
203 |
+
}
|
204 |
+
div.quiz_section {
|
205 |
|
206 |
+
}
|
207 |
+
.mlw_horizontal_choice
|
208 |
+
{
|
209 |
+
margin-right: 20px;
|
210 |
+
}
|
211 |
+
div.mlw_qmn_timer {
|
212 |
+
position:fixed;
|
213 |
+
top:200px;
|
214 |
+
right:0px;
|
215 |
+
width:130px;
|
216 |
+
color:#00CCFF;
|
217 |
+
border-radius: 15px;
|
218 |
+
background:#000000;
|
219 |
+
text-align: center;
|
220 |
+
padding: 15px 15px 15px 15px
|
221 |
+
}
|
222 |
+
div.mlw_qmn_quiz input[type=submit],
|
223 |
+
a.mlw_qmn_quiz_link
|
224 |
+
{
|
225 |
+
border-radius: 4px;
|
226 |
+
position: relative;
|
227 |
+
background-image: linear-gradient(#fff,#dedede);
|
228 |
+
background-color: #eee;
|
229 |
+
border: #ccc solid 1px;
|
230 |
+
color: #333;
|
231 |
+
text-shadow: 0 1px 0 rgba(255,255,255,.5);
|
232 |
+
box-sizing: border-box;
|
233 |
+
display: inline-block;
|
234 |
+
padding: 7px 7px 7px 7px;
|
235 |
+
margin: auto;
|
236 |
+
font-weight: bold;
|
237 |
+
cursor: pointer;
|
238 |
+
}
|
239 |
+
.mlw_qmn_question, .mlw_qmn_question_number, .mlw_qmn_comment_section_text
|
240 |
+
{
|
241 |
+
font-weight: bold;
|
242 |
+
}
|
243 |
+
.mlw_next
|
244 |
+
{
|
245 |
+
float: right;
|
246 |
+
}
|
247 |
+
.mlw_previous
|
248 |
+
{
|
249 |
+
float: left;
|
250 |
+
}
|
251 |
+
.mlw_qmn_question_comment, .mlw_answer_open_text, .qmn_comment_section {
|
252 |
+
width: 100%;
|
253 |
+
border-radius: 7px;
|
254 |
+
padding: 2px 10px;
|
255 |
+
-webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,.075);
|
256 |
+
box-shadow: inset 0 3px 3px rgba(0,0,0,.075);
|
257 |
+
border: 1px solid #ccc;
|
258 |
+
}
|
259 |
+
";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
260 |
$mlw_question_answer_default = "%QUESTION%<br /> Answer Provided: %USER_ANSWER%<br /> Correct Answer: %CORRECT_ANSWER%<br /> Comments Entered: %USER_COMMENTS%<br />";
|
261 |
$results = $wpdb->insert(
|
262 |
$wpdb->prefix . "mlw_quizzes",
|
302 |
'quiz_stye' => $mlw_style_default,
|
303 |
'question_numbering' => 0,
|
304 |
'quiz_settings' => '',
|
305 |
+
'theme_selected' => 'primary',
|
306 |
'last_activity' => date("Y-m-d H:i:s"),
|
307 |
'require_log_in' => 0,
|
308 |
'require_log_in_text' => 'This quiz is for logged in users only.',
|
406 |
else
|
407 |
{
|
408 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0001'), 'error');
|
409 |
+
$mlwQuizMasterNext->log_manager->add("Error 0001", $wpdb->last_error.' from '.$wpdb->last_query, 0, 'error');
|
410 |
}
|
411 |
}
|
412 |
|
481 |
else
|
482 |
{
|
483 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0002'), 'error');
|
484 |
+
$mlwQuizMasterNext->log_manager->add("Error 0002", $wpdb->last_error.' from '.$wpdb->last_query, 0, 'error');
|
485 |
}
|
486 |
do_action('qmn_quiz_deleted', $quiz_id);
|
487 |
}
|
532 |
else
|
533 |
{
|
534 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0003'), 'error');
|
535 |
+
$mlwQuizMasterNext->log_manager->add("Error 0003", $wpdb->last_error.' from '.$wpdb->last_query, 0, 'error');
|
536 |
}
|
537 |
do_action('qmn_quiz_name_edited', $quiz_id);
|
538 |
}
|
699 |
else
|
700 |
{
|
701 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0011'), 'error');
|
702 |
+
$mlwQuizMasterNext->log_manager->add("Error 0011", $wpdb->last_error.' from '.$wpdb->last_query, 0, 'error');
|
703 |
}
|
704 |
if ($is_duplicating_questions)
|
705 |
{
|
765 |
if ($question_results == false)
|
766 |
{
|
767 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0020'), 'error');
|
768 |
+
$mlwQuizMasterNext->log_manager->add("Error 0020", $wpdb->last_error.' from '.$wpdb->last_query, 0, 'error');
|
769 |
}
|
770 |
}
|
771 |
}
|
php/qmn_results.php
CHANGED
@@ -56,6 +56,7 @@ function mlw_generate_quiz_results()
|
|
56 |
else
|
57 |
{
|
58 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0021'), 'error');
|
|
|
59 |
}
|
60 |
}
|
61 |
|
@@ -99,8 +100,35 @@ function mlw_generate_quiz_results()
|
|
99 |
}
|
100 |
|
101 |
global $wpdb;
|
|
|
102 |
$mlw_qmn_table_limit = 40;
|
103 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
104 |
|
105 |
if( isset($_GET['mlw_result_page'] ) )
|
106 |
{
|
@@ -115,11 +143,11 @@ function mlw_generate_quiz_results()
|
|
115 |
$mlw_qmn_result_left = $mlw_qmn_results_count - ($mlw_qmn_result_page * $mlw_qmn_table_limit);
|
116 |
if (isset($_GET["quiz_id"]) && $_GET["quiz_id"] != "")
|
117 |
{
|
118 |
-
$mlw_quiz_data = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM " . $wpdb->prefix . "mlw_results WHERE deleted='0' AND quiz_id=%d
|
119 |
}
|
120 |
else
|
121 |
{
|
122 |
-
$mlw_quiz_data = $wpdb->get_results(
|
123 |
}
|
124 |
?>
|
125 |
<!-- css -->
|
@@ -130,14 +158,10 @@ function mlw_generate_quiz_results()
|
|
130 |
wp_enqueue_script( 'jquery-ui-core' );
|
131 |
wp_enqueue_script( 'jquery-ui-dialog' );
|
132 |
wp_enqueue_script( 'jquery-ui-button' );
|
133 |
-
wp_enqueue_script( 'jquery-ui-accordion' );
|
134 |
-
wp_enqueue_script( 'jquery-ui-tooltip' );
|
135 |
-
wp_enqueue_script( 'jquery-ui-tabs' );
|
136 |
wp_enqueue_script( 'jquery-effects-blind' );
|
137 |
wp_enqueue_script( 'jquery-effects-explode' );
|
|
|
138 |
?>
|
139 |
-
<!--<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.0/jquery.min.js"></script>
|
140 |
-
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>-->
|
141 |
<script type="text/javascript">
|
142 |
var $j = jQuery.noConflict();
|
143 |
// increase the default animation speed to exaggerate the effect
|
@@ -165,153 +189,154 @@ function mlw_generate_quiz_results()
|
|
165 |
idHiddenName.value = quizName;
|
166 |
};
|
167 |
</script>
|
168 |
-
<style>
|
169 |
-
label {
|
170 |
-
display: inline-block;
|
171 |
-
width: 5em;
|
172 |
-
}
|
173 |
-
</style>
|
174 |
-
<style type="text/css">
|
175 |
-
div.mlw_quiz_options input[type='text'] {
|
176 |
-
border-color:#000000;
|
177 |
-
color:#3300CC;
|
178 |
-
cursor:hand;
|
179 |
-
}
|
180 |
-
</style>
|
181 |
<div class="wrap">
|
182 |
-
<
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
<div class="
|
188 |
-
<
|
189 |
-
|
190 |
-
|
191 |
-
<
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
echo "<span class=\"paging-input\">$mlw_current_page of $mlw_total_pages</span>";
|
203 |
-
if( $mlw_qmn_result_left > $mlw_qmn_table_limit )
|
204 |
-
{
|
205 |
-
echo "<a class=\"next-page\" title=\"Go to the next page\" href=\"?page=mlw_quiz_results&&mlw_result_page=$mlw_qmn_result_page\">></a>";
|
206 |
-
}
|
207 |
-
else
|
208 |
-
{
|
209 |
-
echo "<a class=\"next-page disabled\" title=\"Go to the next page\" href=\"?page=mlw_quiz_results&&mlw_result_page=$mlw_qmn_result_page\">></a>";
|
210 |
-
}
|
211 |
-
}
|
212 |
-
else if( $mlw_qmn_result_page == 0 )
|
213 |
-
{
|
214 |
if( $mlw_qmn_result_left > $mlw_qmn_table_limit )
|
215 |
{
|
216 |
-
echo "<a class=\"prev-page disabled\" title=\"Go to the previous page\" href=\"?page=mlw_quiz_results&&mlw_result_page=$mlw_qmn_previous_page\"><</a>";
|
217 |
-
echo "<span class=\"paging-input\">$mlw_current_page of $mlw_total_pages</span>";
|
218 |
echo "<a class=\"next-page\" title=\"Go to the next page\" href=\"?page=mlw_quiz_results&&mlw_result_page=$mlw_qmn_result_page\">></a>";
|
219 |
}
|
220 |
-
|
221 |
-
else if( $mlw_qmn_result_left < $mlw_qmn_table_limit )
|
222 |
{
|
223 |
-
$mlw_qmn_previous_page = $mlw_qmn_result_page - 2;
|
224 |
-
echo "<a class=\"prev-page\" title=\"Go to the previous page\" href=\"?page=mlw_quiz_results&&mlw_result_page=$mlw_qmn_previous_page\"><</a>";
|
225 |
-
echo "<span class=\"paging-input\">$mlw_current_page of $mlw_total_pages</span>";
|
226 |
echo "<a class=\"next-page disabled\" title=\"Go to the next page\" href=\"?page=mlw_quiz_results&&mlw_result_page=$mlw_qmn_result_page\">></a>";
|
227 |
}
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
</div>
|
233 |
-
<form action="" method="post" name="bulk_delete_form">
|
234 |
-
<?php wp_nonce_field('bulk_delete','bulk_delete_nonce'); ?>
|
235 |
-
<input type="hidden" name="bulk_delete" value="confirmation" />
|
236 |
-
<table class=widefat>
|
237 |
-
<thead>
|
238 |
-
<tr>
|
239 |
-
<th></th>
|
240 |
-
<th><?php _e('Actions','quiz-master-next'); ?></th>
|
241 |
-
<th><?php _e('Quiz Name','quiz-master-next'); ?></th>
|
242 |
-
<th><?php _e('Score','quiz-master-next'); ?></th>
|
243 |
-
<th><?php _e('Time To Complete','quiz-master-next'); ?></th>
|
244 |
-
<th><?php _e('Name','quiz-master-next'); ?></th>
|
245 |
-
<th><?php _e('Business','quiz-master-next'); ?></th>
|
246 |
-
<th><?php _e('Email','quiz-master-next'); ?></th>
|
247 |
-
<th><?php _e('Phone','quiz-master-next'); ?></th>
|
248 |
-
<th><?php _e('Time Taken','quiz-master-next'); ?></th>
|
249 |
-
</tr>
|
250 |
-
</thead>
|
251 |
-
<?php
|
252 |
-
$quotes_list = "";
|
253 |
-
$display = "";
|
254 |
-
$alternate = "";
|
255 |
-
foreach($mlw_quiz_data as $mlw_quiz_info) {
|
256 |
-
if($alternate) $alternate = "";
|
257 |
-
else $alternate = " class=\"alternate\"";
|
258 |
-
$mlw_complete_time = '';
|
259 |
-
$mlw_qmn_results_array = @unserialize($mlw_quiz_info->quiz_results);
|
260 |
-
if (is_array($mlw_qmn_results_array))
|
261 |
-
{
|
262 |
-
$mlw_complete_hours = floor($mlw_qmn_results_array[0] / 3600);
|
263 |
-
if ($mlw_complete_hours > 0)
|
264 |
-
{
|
265 |
-
$mlw_complete_time .= "$mlw_complete_hours hours ";
|
266 |
-
}
|
267 |
-
$mlw_complete_minutes = floor(($mlw_qmn_results_array[0] % 3600) / 60);
|
268 |
-
if ($mlw_complete_minutes > 0)
|
269 |
-
{
|
270 |
-
$mlw_complete_time .= "$mlw_complete_minutes minutes ";
|
271 |
-
}
|
272 |
-
$mlw_complete_seconds = $mlw_qmn_results_array[0] % 60;
|
273 |
-
$mlw_complete_time .= "$mlw_complete_seconds seconds";
|
274 |
-
}
|
275 |
-
|
276 |
-
$quotes_list .= "<tr{$alternate}>";
|
277 |
-
$quotes_list .= "<td><input type='checkbox' name='delete_results[]' value='".$mlw_quiz_info->result_id. "' /></td>";
|
278 |
-
$quotes_list .= "<td><span style='color:green;font-size:16px;'><a href='admin.php?page=mlw_quiz_result_details&&result_id=".$mlw_quiz_info->result_id."'>View</a>|<a onclick=\"deleteResults('".$mlw_quiz_info->result_id."','".esc_js($mlw_quiz_info->quiz_name)."')\" href='#'>Delete</a></span></td>";
|
279 |
-
$quotes_list .= "<td><span style='font-size:16px;'>" . $mlw_quiz_info->quiz_name . "</span></td>";
|
280 |
-
if ($mlw_quiz_info->quiz_system == 0)
|
281 |
{
|
282 |
-
|
|
|
|
|
283 |
}
|
284 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
285 |
{
|
286 |
-
$
|
287 |
}
|
288 |
-
|
|
|
289 |
{
|
290 |
-
$
|
291 |
}
|
292 |
-
$
|
293 |
-
$
|
294 |
-
$quotes_list .= "<td><span style='font-size:16px;'>" . $mlw_quiz_info->business ."</span></td>";
|
295 |
-
$quotes_list .= "<td><span style='font-size:16px;'>" . $mlw_quiz_info->email ."</span></td>";
|
296 |
-
$quotes_list .= "<td><span style='font-size:16px;'>" . $mlw_quiz_info->phone ."</span></td>";
|
297 |
-
$quotes_list .= "<td><span style='font-size:16px;'>" . $mlw_quiz_info->time_taken ."</span></td>";
|
298 |
-
$quotes_list .= "</tr>";
|
299 |
}
|
300 |
-
$display .= "<tbody id=\"the-list\">{$quotes_list}</tbody>";
|
301 |
-
echo $display;
|
302 |
-
?>
|
303 |
-
</table>
|
304 |
-
</form>
|
305 |
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
<
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
315 |
</div>
|
316 |
</div>
|
317 |
<?php
|
56 |
else
|
57 |
{
|
58 |
$mlwQuizMasterNext->alertManager->newAlert(sprintf(__('There has been an error in this action. Please share this with the developer. Error Code: %s', 'quiz-master-next'), '0021'), 'error');
|
59 |
+
$mlwQuizMasterNext->log_manager->add("Error 0021", $wpdb->last_error.' from '.$wpdb->last_query, 0, 'error');
|
60 |
}
|
61 |
}
|
62 |
|
100 |
}
|
101 |
|
102 |
global $wpdb;
|
103 |
+
|
104 |
$mlw_qmn_table_limit = 40;
|
105 |
+
$search_phrase_sql = '';
|
106 |
+
$order_by_sql = 'ORDER BY result_id DESC';
|
107 |
+
if ( isset( $_GET["qmn_search_phrase"] ) && !empty( $_GET["qmn_search_phrase"] ) ) {
|
108 |
+
$search_phrase = $_GET["qmn_search_phrase"];
|
109 |
+
$search_phrase_sql = " AND (quiz_name LIKE '%$search_phrase%' OR name LIKE '%$search_phrase%')";
|
110 |
+
}
|
111 |
+
if ( isset( $_GET["qmn_order_by"] ) ) {
|
112 |
+
switch ( $_GET["qmn_order_by"] )
|
113 |
+
{
|
114 |
+
case 'quiz_name':
|
115 |
+
$order_by_sql = "ORDER BY quiz_name DESC";
|
116 |
+
break;
|
117 |
+
case 'name':
|
118 |
+
$order_by_sql = "ORDER BY name DESC";
|
119 |
+
break;
|
120 |
+
case 'point_score':
|
121 |
+
$order_by_sql = "ORDER BY point_score DESC";
|
122 |
+
break;
|
123 |
+
case 'correct_score':
|
124 |
+
$order_by_sql = "ORDER BY correct_score DESC";
|
125 |
+
break;
|
126 |
+
default:
|
127 |
+
$order_by_sql = "ORDER BY result_id DESC";
|
128 |
+
}
|
129 |
+
}
|
130 |
+
|
131 |
+
$mlw_qmn_results_count = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(result_id) FROM " . $wpdb->prefix . "mlw_results WHERE deleted='0'%s", $search_phrase_sql ) );
|
132 |
|
133 |
if( isset($_GET['mlw_result_page'] ) )
|
134 |
{
|
143 |
$mlw_qmn_result_left = $mlw_qmn_results_count - ($mlw_qmn_result_page * $mlw_qmn_table_limit);
|
144 |
if (isset($_GET["quiz_id"]) && $_GET["quiz_id"] != "")
|
145 |
{
|
146 |
+
$mlw_quiz_data = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM " . $wpdb->prefix . "mlw_results WHERE deleted='0' AND quiz_id=%d$search_phrase_sql $order_by_sql LIMIT %d, %d", intval($_GET["quiz_id"]), $mlw_qmn_result_begin, $mlw_qmn_table_limit ) );
|
147 |
}
|
148 |
else
|
149 |
{
|
150 |
+
$mlw_quiz_data = $wpdb->get_results( "SELECT * FROM " . $wpdb->prefix . "mlw_results WHERE deleted='0'$search_phrase_sql $order_by_sql LIMIT $mlw_qmn_result_begin, $mlw_qmn_table_limit" );
|
151 |
}
|
152 |
?>
|
153 |
<!-- css -->
|
158 |
wp_enqueue_script( 'jquery-ui-core' );
|
159 |
wp_enqueue_script( 'jquery-ui-dialog' );
|
160 |
wp_enqueue_script( 'jquery-ui-button' );
|
|
|
|
|
|
|
161 |
wp_enqueue_script( 'jquery-effects-blind' );
|
162 |
wp_enqueue_script( 'jquery-effects-explode' );
|
163 |
+
wp_enqueue_script('qmn_admin_js', plugins_url( '../js/admin.js' , __FILE__ ));
|
164 |
?>
|
|
|
|
|
165 |
<script type="text/javascript">
|
166 |
var $j = jQuery.noConflict();
|
167 |
// increase the default animation speed to exaggerate the effect
|
189 |
idHiddenName.value = quizName;
|
190 |
};
|
191 |
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
<div class="wrap">
|
193 |
+
<h2><?php _e('Quiz Results','quiz-master-next'); ?></h2>
|
194 |
+
<?php
|
195 |
+
$mlwQuizMasterNext->alertManager->showAlerts();
|
196 |
+
?>
|
197 |
+
<div class="tablenav top">
|
198 |
+
<div class="alignleft actions bulkactions">
|
199 |
+
<a href="javascript: document.bulk_delete_form.submit();" class="button action">Bulk Delete</a>
|
200 |
+
</div>
|
201 |
+
<div class="tablenav-pages">
|
202 |
+
<span class="displaying-num"><?php echo sprintf(_n('One result', '%s results', $mlw_qmn_results_count, 'quiz-master-next'), number_format_i18n($mlw_qmn_results_count)); ?></span>
|
203 |
+
<span class="pagination-links">
|
204 |
+
<?php
|
205 |
+
$mlw_qmn_previous_page = 0;
|
206 |
+
$mlw_current_page = $mlw_qmn_result_page+1;
|
207 |
+
$mlw_total_pages = ceil($mlw_qmn_results_count/$mlw_qmn_table_limit);
|
208 |
+
if( $mlw_qmn_result_page > 0 )
|
209 |
+
{
|
210 |
+
$mlw_qmn_previous_page = $mlw_qmn_result_page - 2;
|
211 |
+
echo "<a class=\"prev-page\" title=\"Go to the previous page\" href=\"?page=mlw_quiz_results&&mlw_result_page=$mlw_qmn_previous_page\"><</a>";
|
212 |
+
echo "<span class=\"paging-input\">$mlw_current_page of $mlw_total_pages</span>";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
213 |
if( $mlw_qmn_result_left > $mlw_qmn_table_limit )
|
214 |
{
|
|
|
|
|
215 |
echo "<a class=\"next-page\" title=\"Go to the next page\" href=\"?page=mlw_quiz_results&&mlw_result_page=$mlw_qmn_result_page\">></a>";
|
216 |
}
|
217 |
+
else
|
|
|
218 |
{
|
|
|
|
|
|
|
219 |
echo "<a class=\"next-page disabled\" title=\"Go to the next page\" href=\"?page=mlw_quiz_results&&mlw_result_page=$mlw_qmn_result_page\">></a>";
|
220 |
}
|
221 |
+
}
|
222 |
+
else if( $mlw_qmn_result_page == 0 )
|
223 |
+
{
|
224 |
+
if( $mlw_qmn_result_left > $mlw_qmn_table_limit )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
{
|
226 |
+
echo "<a class=\"prev-page disabled\" title=\"Go to the previous page\" href=\"?page=mlw_quiz_results&&mlw_result_page=$mlw_qmn_previous_page\"><</a>";
|
227 |
+
echo "<span class=\"paging-input\">$mlw_current_page of $mlw_total_pages</span>";
|
228 |
+
echo "<a class=\"next-page\" title=\"Go to the next page\" href=\"?page=mlw_quiz_results&&mlw_result_page=$mlw_qmn_result_page\">></a>";
|
229 |
}
|
230 |
+
}
|
231 |
+
else if( $mlw_qmn_result_left < $mlw_qmn_table_limit )
|
232 |
+
{
|
233 |
+
$mlw_qmn_previous_page = $mlw_qmn_result_page - 2;
|
234 |
+
echo "<a class=\"prev-page\" title=\"Go to the previous page\" href=\"?page=mlw_quiz_results&&mlw_result_page=$mlw_qmn_previous_page\"><</a>";
|
235 |
+
echo "<span class=\"paging-input\">$mlw_current_page of $mlw_total_pages</span>";
|
236 |
+
echo "<a class=\"next-page disabled\" title=\"Go to the next page\" href=\"?page=mlw_quiz_results&&mlw_result_page=$mlw_qmn_result_page\">></a>";
|
237 |
+
}
|
238 |
+
?>
|
239 |
+
</span>
|
240 |
+
<br class="clear">
|
241 |
+
</div>
|
242 |
+
</div>
|
243 |
+
<form action='' method="get">
|
244 |
+
<input type="hidden" name="page" value="mlw_quiz_results">
|
245 |
+
<p class="search-box">
|
246 |
+
<label for="qmn_search_phrase">Search Results:</label>
|
247 |
+
<input type="search" id="qmn_search_phrase" name="qmn_search_phrase" value="">
|
248 |
+
<label for="qmn_order_by">Order By:</label>
|
249 |
+
<select id="qmn_order_by" name="qmn_order_by">
|
250 |
+
<option value="quiz_name">Quiz Name</option>
|
251 |
+
<option value="name">User Name</option>
|
252 |
+
<option value="point_score">Points</option>
|
253 |
+
<option value="correct_score">Correct Percent</option>
|
254 |
+
<option value="default">Default (time)</option>
|
255 |
+
</select>
|
256 |
+
<button class="button">Search Results</button>
|
257 |
+
</p>
|
258 |
+
</form>
|
259 |
+
<form action="" method="post" name="bulk_delete_form">
|
260 |
+
<input type="hidden" name="bulk_delete" value="confirmation" />
|
261 |
+
<?php wp_nonce_field('bulk_delete','bulk_delete_nonce'); ?>
|
262 |
+
<table class=widefat>
|
263 |
+
<thead>
|
264 |
+
<tr>
|
265 |
+
<th><input type="checkbox" id="qmn_check_all" /></th>
|
266 |
+
<th><?php _e('Actions','quiz-master-next'); ?></th>
|
267 |
+
<th><?php _e('Quiz Name','quiz-master-next'); ?></th>
|
268 |
+
<th><?php _e('Score','quiz-master-next'); ?></th>
|
269 |
+
<th><?php _e('Time To Complete','quiz-master-next'); ?></th>
|
270 |
+
<th><?php _e('Name','quiz-master-next'); ?></th>
|
271 |
+
<th><?php _e('Business','quiz-master-next'); ?></th>
|
272 |
+
<th><?php _e('Email','quiz-master-next'); ?></th>
|
273 |
+
<th><?php _e('Phone','quiz-master-next'); ?></th>
|
274 |
+
<th><?php _e('Time Taken','quiz-master-next'); ?></th>
|
275 |
+
</tr>
|
276 |
+
</thead>
|
277 |
+
<?php
|
278 |
+
$quotes_list = "";
|
279 |
+
$display = "";
|
280 |
+
$alternate = "";
|
281 |
+
foreach($mlw_quiz_data as $mlw_quiz_info) {
|
282 |
+
if($alternate) $alternate = "";
|
283 |
+
else $alternate = " class=\"alternate\"";
|
284 |
+
$mlw_complete_time = '';
|
285 |
+
$mlw_qmn_results_array = @unserialize($mlw_quiz_info->quiz_results);
|
286 |
+
if (is_array($mlw_qmn_results_array))
|
287 |
+
{
|
288 |
+
$mlw_complete_hours = floor($mlw_qmn_results_array[0] / 3600);
|
289 |
+
if ($mlw_complete_hours > 0)
|
290 |
{
|
291 |
+
$mlw_complete_time .= "$mlw_complete_hours hours ";
|
292 |
}
|
293 |
+
$mlw_complete_minutes = floor(($mlw_qmn_results_array[0] % 3600) / 60);
|
294 |
+
if ($mlw_complete_minutes > 0)
|
295 |
{
|
296 |
+
$mlw_complete_time .= "$mlw_complete_minutes minutes ";
|
297 |
}
|
298 |
+
$mlw_complete_seconds = $mlw_qmn_results_array[0] % 60;
|
299 |
+
$mlw_complete_time .= "$mlw_complete_seconds seconds";
|
|
|
|
|
|
|
|
|
|
|
300 |
}
|
|
|
|
|
|
|
|
|
|
|
301 |
|
302 |
+
$quotes_list .= "<tr{$alternate}>";
|
303 |
+
$quotes_list .= "<td><input type='checkbox' class='qmn_delete_checkbox' name='delete_results[]' value='".$mlw_quiz_info->result_id. "' /></td>";
|
304 |
+
$quotes_list .= "<td><span style='color:green;font-size:16px;'><a href='admin.php?page=mlw_quiz_result_details&&result_id=".$mlw_quiz_info->result_id."'>View</a>|<a onclick=\"deleteResults('".$mlw_quiz_info->result_id."','".esc_js($mlw_quiz_info->quiz_name)."')\" href='#'>Delete</a></span></td>";
|
305 |
+
$quotes_list .= "<td><span style='font-size:16px;'>" . $mlw_quiz_info->quiz_name . "</span></td>";
|
306 |
+
if ($mlw_quiz_info->quiz_system == 0)
|
307 |
+
{
|
308 |
+
$quotes_list .= "<td class='post-title column-title'><span style='font-size:16px;'>" . $mlw_quiz_info->correct ." out of ".$mlw_quiz_info->total." or ".$mlw_quiz_info->correct_score."%</span></td>";
|
309 |
+
}
|
310 |
+
if ($mlw_quiz_info->quiz_system == 1)
|
311 |
+
{
|
312 |
+
$quotes_list .= "<td><span style='font-size:16px;'>" . $mlw_quiz_info->point_score . " Points</span></td>";
|
313 |
+
}
|
314 |
+
if ($mlw_quiz_info->quiz_system == 2)
|
315 |
+
{
|
316 |
+
$quotes_list .= "<td><span style='font-size:16px;'>".__('Not Graded','quiz-master-next')."</span></td>";
|
317 |
+
}
|
318 |
+
$quotes_list .= "<td><span style='font-size:16px;'>" . $mlw_complete_time ."</span></td>";
|
319 |
+
$quotes_list .= "<td><span style='font-size:16px;'>" . $mlw_quiz_info->name ."</span></td>";
|
320 |
+
$quotes_list .= "<td><span style='font-size:16px;'>" . $mlw_quiz_info->business ."</span></td>";
|
321 |
+
$quotes_list .= "<td><span style='font-size:16px;'>" . $mlw_quiz_info->email ."</span></td>";
|
322 |
+
$quotes_list .= "<td><span style='font-size:16px;'>" . $mlw_quiz_info->phone ."</span></td>";
|
323 |
+
$quotes_list .= "<td><span style='font-size:16px;'>" . $mlw_quiz_info->time_taken ."</span></td>";
|
324 |
+
$quotes_list .= "</tr>";
|
325 |
+
}
|
326 |
+
$display .= "<tbody id=\"the-list\">{$quotes_list}</tbody>";
|
327 |
+
echo $display;
|
328 |
+
?>
|
329 |
+
</table>
|
330 |
+
</form>
|
331 |
+
|
332 |
+
<div id="delete_dialog" title="Delete Results?" style="display:none;">
|
333 |
+
<h3><b><?php _e('Are you sure you want to delete these results?','quiz-master-next'); ?></b></h3>
|
334 |
+
<form action='' method='post'>
|
335 |
+
<input type='hidden' name='delete_results' value='confirmation' />
|
336 |
+
<input type='hidden' id='result_id' name='result_id' value='' />
|
337 |
+
<input type='hidden' id='delete_quiz_name' name='delete_quiz_name' value='' />
|
338 |
+
<p class='submit'><input type='submit' class='button-primary' value='<?php _e('Delete Results','quiz-master-next'); ?>' /></p>
|
339 |
+
</form>
|
340 |
</div>
|
341 |
</div>
|
342 |
<?php
|
php/qmn_template_variables.php
CHANGED
@@ -6,8 +6,6 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
6 |
*
|
7 |
* This plugin also contains the social media variables and all of there uses.
|
8 |
*
|
9 |
-
* @param type description
|
10 |
-
* @return type description
|
11 |
* @since 4.4.0
|
12 |
*/
|
13 |
/*
|
@@ -206,14 +204,20 @@ function mlw_qmn_variable_question_answers($content, $mlw_quiz_array)
|
|
206 |
}
|
207 |
foreach ($mlw_quiz_array['question_answers_array'] as $answer)
|
208 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
209 |
$mlw_question_answer_display = htmlspecialchars_decode($qmn_question_answer_template, ENT_QUOTES);
|
210 |
$mlw_question_answer_display = str_replace( "%QUESTION%" , htmlspecialchars_decode($answer[0], ENT_QUOTES), $mlw_question_answer_display);
|
211 |
-
$mlw_question_answer_display = str_replace( "%USER_ANSWER%" , htmlspecialchars_decode($answer[1], ENT_QUOTES), $mlw_question_answer_display);
|
212 |
$mlw_question_answer_display = str_replace( "%CORRECT_ANSWER%" , htmlspecialchars_decode($answer[2], ENT_QUOTES), $mlw_question_answer_display);
|
213 |
$mlw_question_answer_display = str_replace( "%USER_COMMENTS%" , $answer[3], $mlw_question_answer_display);
|
214 |
$mlw_question_answer_display = str_replace( "%CORRECT_ANSWER_INFO%" , htmlspecialchars_decode($qmn_questions[$answer['id']], ENT_QUOTES), $mlw_question_answer_display);
|
215 |
-
$display .= apply_filters('qmn_variable_question_answers', $mlw_question_answer_display, $mlw_quiz_array);
|
216 |
-
$display .= "<br />";
|
217 |
}
|
218 |
$content = str_replace( "%QUESTIONS_ANSWERS%" , $display, $content);
|
219 |
}
|
6 |
*
|
7 |
* This plugin also contains the social media variables and all of there uses.
|
8 |
*
|
|
|
|
|
9 |
* @since 4.4.0
|
10 |
*/
|
11 |
/*
|
204 |
}
|
205 |
foreach ($mlw_quiz_array['question_answers_array'] as $answer)
|
206 |
{
|
207 |
+
if ( $answer["correct"] === "correct" ){
|
208 |
+
$user_answer_class = "qmn_user_correct_answer";
|
209 |
+
$question_answer_class = "qmn_question_answer_correct";
|
210 |
+
} else {
|
211 |
+
$user_answer_class = "qmn_user_incorrect_answer";
|
212 |
+
$question_answer_class = "qmn_question_answer_incorrect";
|
213 |
+
}
|
214 |
$mlw_question_answer_display = htmlspecialchars_decode($qmn_question_answer_template, ENT_QUOTES);
|
215 |
$mlw_question_answer_display = str_replace( "%QUESTION%" , htmlspecialchars_decode($answer[0], ENT_QUOTES), $mlw_question_answer_display);
|
216 |
+
$mlw_question_answer_display = str_replace( "%USER_ANSWER%" , "<span class='$user_answer_class'>".htmlspecialchars_decode($answer[1], ENT_QUOTES).'</span>', $mlw_question_answer_display);
|
217 |
$mlw_question_answer_display = str_replace( "%CORRECT_ANSWER%" , htmlspecialchars_decode($answer[2], ENT_QUOTES), $mlw_question_answer_display);
|
218 |
$mlw_question_answer_display = str_replace( "%USER_COMMENTS%" , $answer[3], $mlw_question_answer_display);
|
219 |
$mlw_question_answer_display = str_replace( "%CORRECT_ANSWER_INFO%" , htmlspecialchars_decode($qmn_questions[$answer['id']], ENT_QUOTES), $mlw_question_answer_display);
|
220 |
+
$display .= '<div class="qmn_question_answer $question_answer_class">'.apply_filters('qmn_variable_question_answers', $mlw_question_answer_display, $mlw_quiz_array).'</div>';
|
|
|
221 |
}
|
222 |
$content = str_replace( "%QUESTIONS_ANSWERS%" , $display, $content);
|
223 |
}
|
php/qmn_widgets.php
CHANGED
@@ -10,8 +10,8 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
10 |
class Mlw_Qmn_Leaderboard_Widget extends WP_Widget {
|
11 |
|
12 |
// constructor
|
13 |
-
function
|
14 |
-
parent::
|
15 |
}
|
16 |
|
17 |
// widget form creation
|
10 |
class Mlw_Qmn_Leaderboard_Widget extends WP_Widget {
|
11 |
|
12 |
// constructor
|
13 |
+
function __construct() {
|
14 |
+
parent::__construct(false, $name = __('Quiz Master Next Leaderboard Widget', 'quiz-master-next'));
|
15 |
}
|
16 |
|
17 |
// widget form creation
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: mylocalwebstop, fpcorso, elrath
|
|
3 |
Donate link: http://mylocalwebstop.com/downloads/donation-service-payment/
|
4 |
Tags: quiz, test, score, exam, survey, contact, form, email, answer, question, certificate, points, results, math
|
5 |
Requires at least: 3.8.1
|
6 |
-
Tested up to: 4.2
|
7 |
-
Stable tag: 4.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -12,6 +12,15 @@ The easiest and most flexible way to add multiple quizzes, tests, and surveys to
|
|
12 |
|
13 |
== Description ==
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
The easiest and most flexible way to add multiple quizzes, tests, surveys, and contact forms to your website. This plugin allows for unlimited quizzes each with unlimited amount of questions. The plugin allows you to create the quiz, add it to any page using a customized shortcode, allows the user to take the quiz, and then saves the results. You can set up what the user sees after he or she takes the quiz based on the user's score. You can also have the plugin create a certificate for the user as well!
|
16 |
|
17 |
= Have Unlimited Quizzes, Tests, Surveys, Contact Forms, etc.. =
|
@@ -41,9 +50,6 @@ You can assign categories to your questions. You can then show the user their sc
|
|
41 |
= Saves The Results For Later Use =
|
42 |
The plugin will **save** the results, the user's answers, the user's comments, and more!
|
43 |
|
44 |
-
= Math Formulas =
|
45 |
-
You can use Tex or LaTex in questions, answers, and text fields for your quiz. For assistance with LaTex, review this tutorial: [LaTeX](http://www.andy-roberts.net/writing/latex/mathematics_1)
|
46 |
-
|
47 |
= Schedule Time That Quiz Is Active =
|
48 |
You can set up the quiz to only be active between two days. Utilize this for quizzes/surveys that are only active until a certain date.
|
49 |
|
@@ -63,6 +69,7 @@ You can set up the quiz to only be active between two days. Utilize this for qui
|
|
63 |
* **Leaderboards** for every quiz which can be used as shortcode or in included widget
|
64 |
* Keep track how long a user takes on the quiz
|
65 |
* Able to set up time limits on the quiz
|
|
|
66 |
* And **Much** More...
|
67 |
|
68 |
= Translations =
|
@@ -77,10 +84,6 @@ You can set up the quiz to only be active between two days. Utilize this for qui
|
|
77 |
= Make Suggestions Or Contribute =
|
78 |
Quiz Master Next is now on [GitHub](https://github.com/fpcorso/quiz_master_next/)!
|
79 |
|
80 |
-
= Demoes! =
|
81 |
-
You can check out the sample quiz with various questions types here: [Sample Quiz](http://quizmasternext.com/quiz/sample-quiz/)!
|
82 |
-
You can check out the sample survey with pagination here: [Sample Survey](http://quizmasternext.com/quiz/sample-survey/)!
|
83 |
-
|
84 |
= Quiz Master Next Add-ons =
|
85 |
While Quiz Master Next is fully functional and is packed full of features that will meet the needs of most, we do offer various extra features and support available in our [Quiz Master Next Addon Store](http://quizmasternext.com/addons/)
|
86 |
|
@@ -92,11 +95,6 @@ While Quiz Master Next is fully functional and is packed full of features that w
|
|
92 |
* Click Install Now link on the plugin and follow the prompts
|
93 |
* Activate the plugin through the 'Plugins' menu in WordPress
|
94 |
|
95 |
-
**Or**
|
96 |
-
|
97 |
-
* Upload plugin dir to the `/wp-content/plugins/` directory
|
98 |
-
* Activate the plugin through the 'Plugins' menu in WordPress
|
99 |
-
|
100 |
|
101 |
== Frequently Asked Questions ==
|
102 |
|
@@ -104,11 +102,19 @@ While Quiz Master Next is fully functional and is packed full of features that w
|
|
104 |
We have begun creating documentation for the plugin. You can view the documentation here: [Documentation](http://quizmasternext.com/documentation/) If you still have any trouble, feel free to use the widget on the quiz dashboard within the plugin to contact me and I will help you.
|
105 |
|
106 |
= I need a lot of help setting up my quiz, what can you do to help? =
|
107 |
-
We now offer a premium support plan that offers priority response, technical support,
|
108 |
|
109 |
= I have an idea, how do I contact you? =
|
110 |
Feel free to use the widget on the help page within the plugin or from our [contact page](http://quizmasternext.com/contact-us/).
|
111 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
== Screenshots ==
|
113 |
|
114 |
1. Quiz Admin Page (With Advertisement Be Gone Add-On)
|
@@ -122,6 +128,21 @@ Feel free to use the widget on the help page within the plugin or from our [cont
|
|
122 |
|
123 |
== Changelog ==
|
124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
= 4.4.4 (July 19, 2015) =
|
126 |
* Security Fix: Fixed possible sql injection from authenticated users on certificate, email, and leaderboard tabs
|
127 |
* Security Fix: Fixed data validation bug on help page, leaderboard shortcode, and quiz shortcode
|
@@ -133,7 +154,6 @@ Feel free to use the widget on the help page within the plugin or from our [cont
|
|
133 |
* Bug Fix: Fixed bug that caused issues with validation ([Github Issue #254](https://github.com/fpcorso/quiz_master_next/issues/254))
|
134 |
* Bug Fix: Fixed a rare permalink issue ([Github Issue #253](https://github.com/fpcorso/quiz_master_next/issues/253))
|
135 |
|
136 |
-
|
137 |
= 4.4.1 (June 21, 2015) =
|
138 |
* Bug Fix: Fixes validation bug from missing first page
|
139 |
* Bug Fix: Fixes timer bug that prevented timer when first page was missing
|
@@ -150,552 +170,13 @@ Feel free to use the widget on the help page within the plugin or from our [cont
|
|
150 |
* Bug Fix: Long quiz URL mangles page layout ([GitHub Issue #202](https://github.com/fpcorso/quiz_master_next/issues/202))
|
151 |
* Bug Fix: Fixed Support Widget bug where the support widget was not always submitting correctly.
|
152 |
|
153 |
-
|
154 |
-
= 4.3.1 (April 22, 2015) =
|
155 |
-
* Minor Bug Fixes
|
156 |
-
|
157 |
-
= 4.3.0 (April 20, 2015) =
|
158 |
-
* Redesigned Stats Page ([GitHub Issue #177](https://github.com/fpcorso/quiz_master_next/issues/177))
|
159 |
-
* Added Ability To Have Shortcodes In Questions ([GitHub Issue #175](https://github.com/fpcorso/quiz_master_next/issues/175))
|
160 |
-
* Added Editor To Questions ([GitHub Issue #36](https://github.com/fpcorso/quiz_master_next/issues/36))
|
161 |
-
* Added Ability To Edit Quiz Post ([GitHub Issue #176](https://github.com/fpcorso/quiz_master_next/issues/176))
|
162 |
-
* Added Ability To Search Questions ([GitHub Issue #151](https://github.com/fpcorso/quiz_master_next/issues/151))
|
163 |
-
* Design Changes To Questions Tab
|
164 |
-
* Minor Design Changes
|
165 |
-
* Minor Bug Fixes
|
166 |
-
|
167 |
-
= 4.2.4 (April 1, 2015) =
|
168 |
-
* Minor Design Changes
|
169 |
-
* Minor Bug Fixes
|
170 |
-
|
171 |
-
= 4.2.3 (March 26, 2015) =
|
172 |
-
* Minor Design Changes
|
173 |
-
* Minor Bug Fixes
|
174 |
-
* Added Italian Translation
|
175 |
-
|
176 |
-
= 4.2.2 (March 23, 2015) =
|
177 |
-
* Minor Design Update
|
178 |
-
|
179 |
-
= 4.2.1 (March 19, 2015) =
|
180 |
-
* Minor Design Changes
|
181 |
-
* Moved Redirect URL Back To Beta
|
182 |
-
|
183 |
-
= 4.2.0 (March 7, 2015) =
|
184 |
-
* Added Fill In The Blank Questions ([GitHub Issue #132](https://github.com/fpcorso/quiz_master_next/issues/132))
|
185 |
-
* Created New Template Variables For Social Sharing ([GitHub Issue #121](https://github.com/fpcorso/quiz_master_next/issues/121))
|
186 |
-
* Added Ability To Redirect To Other Page Upon Completion ([GitHub Issue #35](https://github.com/fpcorso/quiz_master_next/issues/35))
|
187 |
-
* Added Several Translations: da_DK, es_ES, nl_NL, pt_BR, and th
|
188 |
-
* Bug Fix: Duplicate Quizzes Not Having URL ([GitHub Issue #144](https://github.com/fpcorso/quiz_master_next/issues/144))
|
189 |
-
* Bug Fix: Message Sent Text ([GitHub Issue #142](https://github.com/fpcorso/quiz_master_next/issues/142))
|
190 |
-
* Bug Fix: Missing Footer Column ([GitHub Issue #145](https://github.com/fpcorso/quiz_master_next/issues/145))
|
191 |
-
|
192 |
-
= 4.1.0 (February 11, 2015) =
|
193 |
-
* Added Ability To Restore Deleted Quizzes ([GitHub Issue #107](https://github.com/fpcorso/quiz_master_next/issues/107))
|
194 |
-
* Added Ability To Multi-Delete Results ([GitHub Issue #4](https://github.com/fpcorso/quiz_master_next/issues/4))
|
195 |
-
* Redesigned Admin Results Pages ([GitHub Issue #106](https://github.com/fpcorso/quiz_master_next/issues/106))
|
196 |
-
* Added Ability To Go To Next/Previous Results ([GitHub Issue #71](https://github.com/fpcorso/quiz_master_next/issues/71))
|
197 |
-
* Quizzes Now Have Direct URL And Archive ([GitHub Issue #104](https://github.com/fpcorso/quiz_master_next/issues/104))
|
198 |
-
* Added Ability To Use Own Facebook App ID ([GitHub Issue #137](https://github.com/fpcorso/quiz_master_next/issues/137))
|
199 |
-
* In Code: New Hook For Template Variable List
|
200 |
-
* In Code: Certificate On Admin Results Now Hooked Into New Template Variable System
|
201 |
-
* In Code: Converted Support Widget To Remote Post ([GitHub Issue #114](https://github.com/fpcorso/quiz_master_next/issues/114))
|
202 |
-
* In Code: Added Uninstall File Direct Access Check
|
203 |
-
* Bug Fix: Fixed Dashboard Widget No Quiz Bug ([GitHub Issue #119](https://github.com/fpcorso/quiz_master_next/issues/119))
|
204 |
-
* Bug Fix: Fixed Shortcode No Quiz Bug ([GitHub Issue #120](https://github.com/fpcorso/quiz_master_next/issues/120))
|
205 |
-
* Bug Fix: Fixed Required Contact User Bug ([GitHub Issue #123](https://github.com/fpcorso/quiz_master_next/issues/123))
|
206 |
-
* Bug Fix: Fixed Text Template Bug ([GitHub Issue #117](https://github.com/fpcorso/quiz_master_next/issues/117))
|
207 |
-
|
208 |
-
= 4.0.1 (January 21, 2015) =
|
209 |
-
* Results HTML Bug Fix
|
210 |
-
* Question HTML Bug Fix
|
211 |
-
* Multiple Response Points Bug Fix
|
212 |
-
|
213 |
-
= 4.0.0 (January 14, 2015) =
|
214 |
-
* Added Ability To Add Categories To Your Quizzes
|
215 |
-
* Added Multiple Choice And Multiple Response To Required System
|
216 |
-
* Added Wp Editor To Results Pages
|
217 |
-
* Added Shortcode Capability To Results Pages
|
218 |
-
* Added Translation Capabilities
|
219 |
-
* Created New Addon Settings Page
|
220 |
-
* Design Changes To Quiz Settings Page
|
221 |
-
* In Code: Added 20 New Filters And Hooks
|
222 |
-
* In Code: Turned Question Types Into Extendable Functions For Creating Own Question Types
|
223 |
-
* In Code: Created New Plugin Helper Class For Extending Plugin
|
224 |
-
* In Code: Rewrote 75% of quiz shortcode file. Now With New Quiz Manager Class
|
225 |
-
* In Code: Re-organized File/Directory Structure
|
226 |
-
* In Code: Separated Quiz Settings Functions Into Own Files
|
227 |
-
|
228 |
-
= 3.9.0 (December 30, 2014) =
|
229 |
-
* Added Wp Editor To Text Tab
|
230 |
-
* Added Weekly Stats To Snapshot Widget
|
231 |
-
* Moved Email Settings To Emails Tab
|
232 |
-
* Default Question Order Auto-increments For New Questions
|
233 |
-
* In Code: Separated CSS/JS From Core Quiz PHP File
|
234 |
-
|
235 |
-
= 3.8.2 (December 21, 2014) =
|
236 |
-
* Minor Design Changes
|
237 |
-
|
238 |
-
= 3.8.1 (December 17, 2014) =
|
239 |
-
* Added Ability To Send Different Admin Emails Based On Score
|
240 |
-
* Added Ability To Customize Admin Email Subject
|
241 |
-
* Added New Dashboard Widget For Quick Snapshot Of Status
|
242 |
-
* Added New Help Page With Link To Documentation
|
243 |
-
* Create New System Info Widget On Help Page
|
244 |
-
* In Code: Added 4 New Hooks Throughout The Quiz Creator Class
|
245 |
-
* In Code: Added 3 New Quiz Settings Helper Functions In Quiz Creator Class
|
246 |
-
|
247 |
-
= 3.7.1 (December 10, 2014) =
|
248 |
-
* Added Ability To Schedule A Timeframe That The Quiz Is Active In
|
249 |
-
* Added Labels To Horizontal Radio Type For Better Use
|
250 |
-
* In Code: Moved Alert Class Inside Main Class
|
251 |
-
* In Code: Created New Quiz Creator Class
|
252 |
-
|
253 |
-
= 3.6.1 (December 2, 2014) =
|
254 |
-
* Add Separate Social Network Text Templates
|
255 |
-
* Added Hours Field To Timer And Completion Time
|
256 |
-
* Converted Quizzes Page To Use wpdb->update And wpdb->insert Instead Of query
|
257 |
-
* Created New Filter For Creating New Variables For Quiz Page
|
258 |
-
* Created New Filter For Creating New Variables For Results Page
|
259 |
-
|
260 |
-
= 3.5.2 (November 26, 2014) =
|
261 |
-
* Bug Fix For Some Bugs Resulting In Error Code 0008
|
262 |
-
|
263 |
-
= 3.5.1 (November 25, 2014) =
|
264 |
-
* Added The Ability To Require Users To Be Logged In To Access Quiz
|
265 |
-
* Added Ability To Limit Total Amount Of Entries
|
266 |
-
* Added Ability To Show Mathematic Formulas Using Tex Or LaTex
|
267 |
-
* Set Up Parameters For Action 'mlw_qmn_load_results_page' To Pass Results Id And Quiz Settings
|
268 |
-
* Minor Design Change To Quizzes Page
|
269 |
-
|
270 |
-
= 3.4.1 (November 20, 2014) =
|
271 |
-
* Added Preview Mode (Beta)
|
272 |
-
* Several Design Changes To Quizzes Page
|
273 |
-
* Minor Design Changes To Quiz Settings Page
|
274 |
-
* Added Completion Time To Quiz Results Page
|
275 |
-
* Added Time Taken To Quiz Result Details Page
|
276 |
-
* Created New Hook On Quiz Settings Page
|
277 |
-
* Broke Apart Quiz Settings Backend Into Smaller Functions That Hook Into New Hook
|
278 |
-
* Created New Backend Alert Manager Class To Replace Archaic Old Error System
|
279 |
-
|
280 |
-
= 3.3.3 (November 14, 2014) =
|
281 |
-
* Minor Backend Change To Quiz Validation
|
282 |
-
* Disabled Enter Key On Quiz
|
283 |
-
* Minor Bug Fixes
|
284 |
-
|
285 |
-
= 3.3.2 (October 26, 2014) =
|
286 |
-
* Minor Design Change To Quiz Options
|
287 |
-
|
288 |
-
= 3.3.1 (October 15, 2014) =
|
289 |
-
* Added Horizontal Multiple Response Question Type
|
290 |
-
* Added Ability To Duplicate Questions When Duplicate Quizzes
|
291 |
-
* Added Last Modified Column To Table On Quizzes Page
|
292 |
-
* Fixed Number Question Type Grading Bug
|
293 |
-
* Fixed Missing theme_selected Column Installation Bug
|
294 |
-
* Fixed Missing theme_selected Column Duplication Bug
|
295 |
-
* Fixed Numerous Small Bugs
|
296 |
-
|
297 |
-
= 3.2.2 (October 4, 2014) =
|
298 |
-
* Minor Bug Fixes
|
299 |
-
|
300 |
-
= 3.2.1 (October 2, 2014) =
|
301 |
-
* Added New Captcha Question Type
|
302 |
-
* Fixed Number Question Type Validation Bug
|
303 |
-
* Fixed Validation Wrong Border Bug
|
304 |
-
|
305 |
-
= 3.1.1 (September 15, 2014) =
|
306 |
-
* Added Ability To Duplicate Individual Questions
|
307 |
-
* Added Ability To Require Accept, Number, And Open Answer Question Types
|
308 |
-
* Added Number Question Type
|
309 |
-
* Added Accept Non-Question Type
|
310 |
-
|
311 |
-
= 3.0.1 (August 28, 2014) =
|
312 |
-
* Added New Style Manager
|
313 |
-
* Added Ability For Non-Question Question Types
|
314 |
-
* Added New Text Block Question Type
|
315 |
-
* Added Question Type Column To Question List
|
316 |
-
* Minor Design Changes To Quiz Questions Tab
|
317 |
-
* Fixed Results Delete Link Not Working Bug
|
318 |
-
* Fixed Quiz Name Showing Escaped Values Bug
|
319 |
-
|
320 |
-
= 2.9.1 (August 11, 2014) =
|
321 |
-
* Added Facebook Sharing
|
322 |
-
* Added Ability To Edit Email Subject
|
323 |
-
* Added Large Open Answer Question Type
|
324 |
-
* Added Ability For Points To Have Decimal Values
|
325 |
-
* Fixed Not All Questions Showing In Results Bug
|
326 |
-
* Fixed Not Valid Email On Non-Required Email Bug
|
327 |
-
* Fixed Special Character Not Grading Properly In Open Answer Bug
|
328 |
-
|
329 |
-
= 2.8.5 (August 9, 2014) =
|
330 |
-
* Minor Bug Fixes
|
331 |
-
* Minor Design Tweaks To About Page
|
332 |
-
|
333 |
-
= 2.8.4 (August 3, 2014) =
|
334 |
-
* Minor Bug Fixes
|
335 |
-
|
336 |
-
= 2.8.3 (June 8, 2014) =
|
337 |
-
* Next/Previous Buttons Now Scroll Page To Top Of Quiz
|
338 |
-
* Minor Bug Fixes
|
339 |
-
|
340 |
-
= 2.8.2 (May 28, 2014) =
|
341 |
-
* Minor Bug Fixes
|
342 |
-
|
343 |
-
= 2.8.1 (May 26, 2014) =
|
344 |
-
* Took Out Help Related Tool Tips
|
345 |
-
* Design Changes To Quiz Text Tab For Easier Navigation
|
346 |
-
* Deleted How-To Page, Please Use Documentation On Our Website
|
347 |
-
* Renamed Quiz Options Page As Quiz Settings To Avoid Confusion With Quiz Options Tab
|
348 |
-
|
349 |
-
= 2.7.3 (May 19, 2014) =
|
350 |
-
* Fixed Open Answer Not Showing Correct Answer Bug
|
351 |
-
|
352 |
-
= 2.7.2 (May 18, 2014) =
|
353 |
-
* Fixed Timer Not Restarting Bug
|
354 |
-
* Fixed Tooltip Affecting Whole Page Bug
|
355 |
-
|
356 |
-
= 2.7.1 (May 16, 2014) =
|
357 |
-
* Added Ability To Set Number Of Question Per Page
|
358 |
-
* Fixed HTML Not Showing On Results Page Bug
|
359 |
-
* Fixed Timer Not Disabling New Fields Bug
|
360 |
-
* Fixed Timer Submitting Disabled Fields Bug
|
361 |
-
|
362 |
-
= 2.6.4 (May 12, 2014) =
|
363 |
-
* Bug Fixes
|
364 |
-
|
365 |
-
= 2.6.3 (May 9, 2014) =
|
366 |
-
* Bug Fixes
|
367 |
-
|
368 |
-
= 2.6.2 (May 8, 2014) =
|
369 |
-
* Bug Fixes
|
370 |
-
|
371 |
-
= 2.6.1 (May 7, 2014) =
|
372 |
-
* Added UTF-8 Support For Special Characters And Non-Latin Languages
|
373 |
-
* Fixed Question Bank Showing All Answers Bug
|
374 |
-
|
375 |
-
= 2.5.1 (May 3, 2014) =
|
376 |
-
* Rebuilt Answer System
|
377 |
-
* Added Ability To Have Unlimited Answers
|
378 |
-
* Added Ability To Randomize Answers
|
379 |
-
* Added New Question Type - Multiple Response (Checkboxes)
|
380 |
-
* Added Ability To Send Admin Email To Multiple Users
|
381 |
-
* Minor Design Changes To Quiz Options Page
|
382 |
-
|
383 |
-
= 2.4.1 (April 20, 2014) =
|
384 |
-
* Added New Quiz Emails Tab
|
385 |
-
* Added Ability To Send Different Emails To Users Based On Score
|
386 |
-
* Fixed Required Question Bug
|
387 |
-
* Fixed Landing Page Bug
|
388 |
-
|
389 |
-
= 2.3.1 (April 6, 2014) =
|
390 |
-
* Added Ability To Have Graded Open Answer Questions
|
391 |
-
* Minor Design Changes
|
392 |
-
|
393 |
-
= 2.2.2 (March 30, 2014) =
|
394 |
-
* Reverted To Previous Pagination Javascript
|
395 |
-
|
396 |
-
= 2.2.1 (March 30, 2014) =
|
397 |
-
* Added Ability To Show Question Numbers
|
398 |
-
* Added More CSS Classes To Quiz Page For Better Styling Options
|
399 |
-
* Changed Timer To Disable Fields Instead Of Submit Form When Time Is Up
|
400 |
-
* Fixed Pagination Javascript Bug
|
401 |
-
* Minor Design Change To Quiz
|
402 |
-
* Minor Design Change To Quiz Options Page
|
403 |
-
|
404 |
-
= 2.1.1 (March 26, 2014) =
|
405 |
-
* Added Ability To Edit Style For Each Quiz
|
406 |
-
* Fixed Tried Quiz Too Many Times Text Bug
|
407 |
-
* Fixed Dashboard Quartely Widget Bug
|
408 |
-
* Minor Design Changes To Quiz Options Page
|
409 |
-
|
410 |
-
= 2.0.1 (March 22, 2014) =
|
411 |
-
* Added Pagination On Quiz Results Page
|
412 |
-
* Redesigned Results Detail Page
|
413 |
-
* Fixed PHP Notice On Quizzes Page
|
414 |
-
* Allow HTML/CSS in Landing Pages
|
415 |
-
|
416 |
-
= 1.9.6 (March 19, 2014) =
|
417 |
-
* Fixed Duplicate Quiz Bug
|
418 |
-
* Fixed Uneditable Question Bug
|
419 |
-
* Fixed Parse Bug
|
420 |
-
* Made Email Now Send As HTML
|
421 |
-
|
422 |
-
= 1.9.5 (March 18, 2014) =
|
423 |
-
* Fixed Bug
|
424 |
-
|
425 |
-
= 1.9.4 (March 18, 2014) =
|
426 |
-
* Fixed Bug
|
427 |
-
|
428 |
-
= 1.9.3 (March 17, 2014) =
|
429 |
-
* Fixed Bug: Unexpected T_CONSTANT_ENCAPSED_STRING When Activating
|
430 |
-
|
431 |
-
= 1.9.2 (March 17, 2014) =
|
432 |
-
* Added Ability To Delete Landing Pages
|
433 |
-
* Added Ability To Have HTML In Correct Answer Info Field
|
434 |
-
* Added Previous Question Button To Paginated Quiz
|
435 |
-
* Minor Design Changes To Quiz
|
436 |
-
* Add Timer To Title Bar
|
437 |
-
* Added %CURRENT_DATE% field
|
438 |
-
|
439 |
-
= 1.9.1 (March 13, 2014) =
|
440 |
-
* Added Ability To Show One Question At A Time Instead Of All At Once
|
441 |
-
* Added Ability To Allow Users To Share Results On Twitter
|
442 |
-
* Added Ability To Set Time Limits On Quiz
|
443 |
-
* Minor Design Changes To Quiz
|
444 |
-
* Minor Bug Fixes
|
445 |
-
|
446 |
-
= 1.8.2 (March 11, 2014) =
|
447 |
-
* Minor Bug Fixes
|
448 |
-
|
449 |
-
= 1.8.1 (March 10, 2014) =
|
450 |
-
* Added Customizable Text Section At End Of Quiz
|
451 |
-
* Added Ability To Set Up Different Landing Pages Based On Score
|
452 |
-
* Added Ability To Give Certificate After Quiz
|
453 |
-
* Enhanced Quiz Total Stats Widget
|
454 |
-
* Minor Design Changes To Quiz
|
455 |
-
* Fixed Session_Start Bug
|
456 |
-
* Fixed Division By Zero Bug
|
457 |
-
* Fixed Total Stats Deleted Bug
|
458 |
-
* Fixed Dashboard Rounding Bug
|
459 |
-
* Fixed Notice Unknown Company Field Bug
|
460 |
-
|
461 |
-
= 1.7.1 (March 6, 2014) =
|
462 |
-
* Added Several New Widgets To Quiz Dashboard
|
463 |
-
* Added A Timer Mechanism To Track How Long User Takes On Quiz
|
464 |
-
* Added New About Update Page
|
465 |
-
* Fixed Saving Results Bug
|
466 |
-
* Fixed Random Number On Quiz Options Page Bug
|
467 |
-
|
468 |
-
= 1.6.3 (March 5, 2014) =
|
469 |
-
* Fixed Duplicated Shortcode Bug
|
470 |
-
* Quiz Dashboard Design Changes
|
471 |
-
|
472 |
-
= 1.6.2 (March 4, 2014) =
|
473 |
-
* Minor Bug Fixes
|
474 |
-
* Minor Design Changes
|
475 |
-
|
476 |
-
= 1.6.1 (March 2, 2014) =
|
477 |
-
* Added Ability To Limit Amount User Tries Certain Quizzes
|
478 |
-
* Fixed Internet Explorer Quiz Adding Bug
|
479 |
-
* Fixed Results Link On Quizzes Page Bug
|
480 |
-
* Fixed Points Number Check Bug
|
481 |
-
* Fixed Limited Question Grading Bug
|
482 |
-
* Minor Design Changes To Admin Pages
|
483 |
-
|
484 |
-
= 1.5.1 (February 26, 2014) =
|
485 |
-
* Added Ability To Load Only Set Amount Of Questions From Total Questions
|
486 |
-
* Fixed PHP Notices On Quizzes Page
|
487 |
-
* Fixed PHP Notices On Quiz Options Page
|
488 |
-
* Fixed PHP Notices On Quiz Results Page
|
489 |
-
* Fixed PHP Notices On Quiz
|
490 |
-
* Fixed Hidden Pop-Up Bug
|
491 |
-
|
492 |
-
= 1.4.2 (February 22, 2014) =
|
493 |
-
* Fixed Capability Bug
|
494 |
-
* Minor Design Changes To Question Form
|
495 |
-
* Hint Bubble Is Now Wider For Longer Hints
|
496 |
-
* Minor Design Change To Quiz
|
497 |
-
|
498 |
-
= 1.4.1 (February 20, 2014) =
|
499 |
-
* Enhanced Plugins Compatibility With Other Plugins
|
500 |
-
* Hints Are Now Hidden By Default
|
501 |
-
* Minor Bug Fixes
|
502 |
-
|
503 |
-
= 1.3.1 (February 18, 2014) =
|
504 |
-
* Added Ability To Choose Whether Logged-in Users Can Enter Contact Info
|
505 |
-
* Fixed Editing Hint Field Error
|
506 |
-
* Added Ability To Have Media In Answers
|
507 |
-
* Added Ability To Have HTML In Questions And Answers
|
508 |
-
|
509 |
-
= 1.2.1 (February 11, 2014) =
|
510 |
-
* Fixed Quiz Results Details Bug
|
511 |
-
* Continued Working On New Error Code System
|
512 |
-
* Added Pagination To Tools Page, Quizzes Page And List Of Questions On Quiz Options Page
|
513 |
-
* Added Ability To Create A Duplicate Of A Quiz
|
514 |
-
|
515 |
-
= 1.1.1 (February 6, 2014) =
|
516 |
-
* Added %AVERAGE_POINT% Variable That Calculates Average Points Per Question
|
517 |
-
* Added Field For Reason Why Answer Is Correct
|
518 |
-
* Added %CORRECT_ANSWER_INFO% To Display Why Answer Is Correct
|
519 |
-
* Begun Creating New Error Code System
|
520 |
-
* Fixed Edit Quiz Name Bug
|
521 |
-
* Fixed New Quiz Bug
|
522 |
-
|
523 |
-
= 1.0.1 (February 4, 2014) =
|
524 |
-
* Fixed Saving Results Bug
|
525 |
-
* Fixed Leaderboard Bug
|
526 |
-
|
527 |
-
= 1.0 (February 1, 2014) =
|
528 |
-
* Added Ability To Customize From Name For User And Admin Emails
|
529 |
-
* Changed Question Editor
|
530 |
-
* Minor Change To Help System
|
531 |
-
|
532 |
-
= 0.9.9 (January 30, 2014) =
|
533 |
-
* Begun Creating New Advanced Help System
|
534 |
-
* Added New Question Editor
|
535 |
-
* Added Ability To Have Media In Questions
|
536 |
-
* Minor Design Changes To Quiz Options
|
537 |
-
|
538 |
-
= 0.9.8 (January 25, 2014) =
|
539 |
-
* Added Leaderboard Widget
|
540 |
-
* Added Ability To Reset Quiz Stats On Each Quiz
|
541 |
-
* Added Ability To Delete Results
|
542 |
-
* Minor Design Changes
|
543 |
-
* Minor Bug Fixes
|
544 |
-
|
545 |
-
= 0.9.7 (January 24, 2014) =
|
546 |
-
* Started Setting Plugin Up For Translations
|
547 |
-
* Relocated Widgets From Help Page To Quiz Dashboard Page
|
548 |
-
* Updated Several Of The Help Sections Through Plugin
|
549 |
-
* Minor Bug Fixes
|
550 |
-
|
551 |
-
= 0.9.6 (January 21, 2014) =
|
552 |
-
* Added Ability To Edit Question Order When Adding Questions
|
553 |
-
* Added Ability To Choose Whether Contact Info Is Asked For At Beginning Or End Of Quiz
|
554 |
-
* Defaulted Question Comment Field To None On New Questions
|
555 |
-
* Fixed Double Quote Bug
|
556 |
-
* Enhanced Monthly Stat Widget
|
557 |
-
* Minor Design Change To Quiz Total Stats Widget
|
558 |
-
* Minor Design Changes To Quiz Options Page
|
559 |
-
|
560 |
-
= 0.9.5 (January 19, 2014) =
|
561 |
-
* Added Ability To Edit %QUESTIONS_ANSWERS% Template
|
562 |
-
* Changed Name Of Support Page To Help Page
|
563 |
-
* Minor Design Changes On Quiz Options Page
|
564 |
-
|
565 |
-
= 0.9.4 (January 16, 2014) =
|
566 |
-
* Added Ability To Randomly Order Questions
|
567 |
-
* Updated Monthly Stat Widget
|
568 |
-
|
569 |
-
= 0.9.3 (January 14, 2014) =
|
570 |
-
* Logged-In Users Now See Contact Information
|
571 |
-
* Minor Bug Fixes
|
572 |
-
|
573 |
-
= 0.9.2 (January 12, 2014) =
|
574 |
-
* Updated Weekly Stat Widget
|
575 |
-
* Begun Work On Monthly Stat Widget
|
576 |
-
* Added Ability To Edit Leaderboard Template
|
577 |
-
* Bug Fixes
|
578 |
-
|
579 |
-
= 0.9.1 (January 8, 2014) =
|
580 |
-
* Fixed Leaderboard Design Bug
|
581 |
-
* Fixed Contact Information Design Bug
|
582 |
-
* Added Ability To Not Need Contact Info For Logged In Users
|
583 |
-
|
584 |
-
= 0.9 (January 5, 2014) =
|
585 |
-
* Added Ability To Edit Quiz Name
|
586 |
-
* Added Ability To Display Question As Drop Down
|
587 |
-
* Added Quiz Name To Completion Email's Subject
|
588 |
-
* Minor Design Changes To Quiz Options Page
|
589 |
-
* Design Changes To Quiz
|
590 |
-
|
591 |
-
= 0.8.6 (January 2, 2014) =
|
592 |
-
* Bug Fixes
|
593 |
-
|
594 |
-
= 0.8.5 (January 1, 2014) =
|
595 |
-
* New Screenshots Added
|
596 |
-
* Minor Design Changes
|
597 |
-
* Bug Fixes
|
598 |
-
|
599 |
-
= 0.8.4 (December 22, 2013) =
|
600 |
-
* New Option To Change Size Of Comment Field
|
601 |
-
* Enhanced Weekly Stat Chart
|
602 |
-
* Bug Fixes
|
603 |
-
|
604 |
-
= 0.8.3 (December 14, 2013) =
|
605 |
-
* Fixed Leaderboard Bug
|
606 |
-
* Started Work On Weekly Stat Widget
|
607 |
-
* Tweaked Some Design Throughout Admin Side
|
608 |
-
* Minor Bug Fixes
|
609 |
-
|
610 |
-
= 0.8.2 (December 10, 2013) =
|
611 |
-
* Fixed Disappearing Question Bug Completely
|
612 |
-
* Updated Update Process
|
613 |
-
|
614 |
-
= 0.8.1 (December 9, 2013) =
|
615 |
-
* Fixed Disappearing Question Bug
|
616 |
-
|
617 |
-
= 0.8 (December 1, 2013) =
|
618 |
-
* Added Spam Prevention Techniques To Backend
|
619 |
-
* Added Ability To Reorder Questions
|
620 |
-
* Added New Section On How-To Page
|
621 |
-
* Bug Fixes
|
622 |
-
|
623 |
-
= 0.7.2 (November 24, 2013) =
|
624 |
-
* Bug Fixes
|
625 |
-
* Added New Section On How-To Page
|
626 |
-
|
627 |
-
= 0.7.1 (November 19, 2013) =
|
628 |
-
* Changed Design For How-To Page
|
629 |
-
* Added New Section In How-To Page
|
630 |
-
* Added New Widget On Plugin Dashboard For Daily Stats
|
631 |
-
|
632 |
-
= 0.7 (November 15, 2013) =
|
633 |
-
* Bug Fixes
|
634 |
-
* Begun Work On New How-To Page
|
635 |
-
* Continued Redesigning Plugin Dashboard
|
636 |
-
|
637 |
-
= 0.6.2 (November 10, 2013) =
|
638 |
-
* Bug Fixes
|
639 |
-
* Added More Stats
|
640 |
-
* Started Redesigning Plugin Dashboard
|
641 |
-
|
642 |
-
= 0.6.1 (November 2, 2013) =
|
643 |
-
* Bug Fixes
|
644 |
-
|
645 |
-
= 0.6 (October 19, 2013) =
|
646 |
-
* Started Developing Quiz Leaderboards
|
647 |
-
* Added Ability To Save User Answers And Comments
|
648 |
-
* Added More Statistics To Quiz Dashboard
|
649 |
-
* Bug Fixes
|
650 |
-
|
651 |
-
= 0.5.3 (October 11, 2013) =
|
652 |
-
* Bug Fixes
|
653 |
-
* Started Redesigning Quiz Look
|
654 |
-
|
655 |
-
= 0.5.2 (September 29, 2013) =
|
656 |
-
* Bug Fixes
|
657 |
-
|
658 |
-
= 0.5.1 (September 22, 2013) =
|
659 |
-
* Added More Statistics To Quiz Dashboard
|
660 |
-
* Bug Fixes
|
661 |
-
|
662 |
-
= 0.5 (September 18, 2013) =
|
663 |
-
* Created New Tools Page And Moved Audit Trail To It
|
664 |
-
* Added Ability For Comment Section At End Of Quiz
|
665 |
-
* Added Ability To Have Hints
|
666 |
-
* Added Option To Have Comment Boxes On Questions
|
667 |
-
* Added More Statistics To Main Page
|
668 |
-
|
669 |
-
= 0.4.1 (September 15, 2013) =
|
670 |
-
* Bug Fixes
|
671 |
-
|
672 |
-
= 0.4 (September 13, 2013) =
|
673 |
-
* Add The Ability To Require Contact Information
|
674 |
-
* Add Email Validating To Email Field
|
675 |
-
|
676 |
-
= 0.3.1 (September 13, 2013) =
|
677 |
-
* Bug Fixes
|
678 |
-
|
679 |
-
= 0.3 (September 12, 2013) =
|
680 |
-
* Increased Scoring Systems To Three: Correct, Points, Or Not Graded
|
681 |
-
* Error Fixes
|
682 |
-
|
683 |
-
= 0.2 (September 9, 2013) =
|
684 |
-
* Added New Quiz Dashboard Page
|
685 |
-
* Created Audit Trail
|
686 |
-
* Added Ability to Add Questions/Answers to Templates
|
687 |
-
* Minor Spelling/Grammer Fixes
|
688 |
-
|
689 |
-
= 0.1 (September 1, 2013) =
|
690 |
-
* Begun Development
|
691 |
-
* Added ability to create/edit/delete quizzes
|
692 |
-
* Added ability to create/edit/delete questions
|
693 |
-
* Added quiz admin page
|
694 |
-
* Added questions admin page
|
695 |
-
* Added results page
|
696 |
|
697 |
== Upgrade Notice ==
|
698 |
|
|
|
|
|
|
|
699 |
= 4.4.4 =
|
700 |
Security Fix: Fixed possible sql injection from authenticated users on certificate, email, and leaderboard tabs. Also fixed data validation bug on help page, leaderboard shortcode, and quiz shortcode. Please update immediately.
|
701 |
|
@@ -725,216 +206,3 @@ Upgrade for various bug fixes.
|
|
725 |
|
726 |
= 4.0.0 =
|
727 |
Upgrade for categories, new editor for results pages, shortcode capability on results pages, enhanced required question system, and more.
|
728 |
-
|
729 |
-
= 3.9.0 =
|
730 |
-
Upgrade for new editors on text tab and many more changes.
|
731 |
-
|
732 |
-
= 3.8.1 =
|
733 |
-
Upgrade for ability for different admin emails based on score. Also, new help page is included. Added new dashboard widget as well.
|
734 |
-
|
735 |
-
= 3.7.1 =
|
736 |
-
Upgrade for ability to schedule when quiz will be active
|
737 |
-
|
738 |
-
= 3.6.1 =
|
739 |
-
Upgrade for many backend upgrades
|
740 |
-
|
741 |
-
= 3.5.2 =
|
742 |
-
Upgrade for minor bug fixes
|
743 |
-
|
744 |
-
= 3.5.1 =
|
745 |
-
Upgrade to require users to be logged in, limit amount of total entries, and show mathematic formulas!
|
746 |
-
|
747 |
-
= 3.4.1 =
|
748 |
-
Upgrade for new preview mode, many design changes, and more!
|
749 |
-
|
750 |
-
= 3.3.3 =
|
751 |
-
Upgrade for minor bug fixes.
|
752 |
-
|
753 |
-
= 3.3.1 =
|
754 |
-
Upgrade for new Horizontal Multiple Response question type and to be able to duplicate questions when duplicating quizzes. Also, fixes several major and minor bugs.
|
755 |
-
|
756 |
-
= 3.2.1 =
|
757 |
-
Upgrade for new Captcha question types!
|
758 |
-
|
759 |
-
= 3.1.1 =
|
760 |
-
Upgrade for new Accept and Number question types. Also, now you have the ability to duplicate individual questions!
|
761 |
-
|
762 |
-
= 3.0.1 =
|
763 |
-
Upgrade for new style manager, new non-question types, text block question type, and various design/bug fixes!
|
764 |
-
|
765 |
-
= 2.9.1 =
|
766 |
-
Upgrade for facebook sharing, a new question type, the ability to edit the email's subject, and much more!
|
767 |
-
|
768 |
-
= 2.8.5 =
|
769 |
-
Upgrade for minor bug fixes.
|
770 |
-
|
771 |
-
= 2.8.3 =
|
772 |
-
Upgrade for minor bug fixes.
|
773 |
-
|
774 |
-
= 2.8.2 =
|
775 |
-
Upgrade for minor bug fixes.
|
776 |
-
|
777 |
-
= 2.7.3 =
|
778 |
-
Upgrade for bug fixes.
|
779 |
-
|
780 |
-
= 2.7.2 =
|
781 |
-
Upgrade for bug fixes.
|
782 |
-
|
783 |
-
= 2.7.1 =
|
784 |
-
Upgrade to have the ability to set number of questions per page and more bug fixes.
|
785 |
-
|
786 |
-
= 2.6.4 =
|
787 |
-
Upgrade for bug fixes.
|
788 |
-
|
789 |
-
= 2.6.3 =
|
790 |
-
Upgrade for bug fixes.
|
791 |
-
|
792 |
-
= 2.6.2 =
|
793 |
-
Upgrade for bug fixes.
|
794 |
-
|
795 |
-
= 2.6.1 =
|
796 |
-
Upgrade to be able to support special characters and non-latin based languages.
|
797 |
-
|
798 |
-
= 2.5.1 =
|
799 |
-
Upgrade for many new features including unlimited answers, random answers, new question type, and more!
|
800 |
-
|
801 |
-
= 2.4.1 =
|
802 |
-
Upgrade to be able to send different emails based on user's score. Also, minor bug fixes included.
|
803 |
-
|
804 |
-
= 2.1.1 =
|
805 |
-
Upgrade to have the ability to edit the css styles for each quiz! Plus minor bugs fixes.
|
806 |
-
|
807 |
-
= 2.0.1 =
|
808 |
-
Upgrade to fix minor bugs and enable pagination on results page.
|
809 |
-
|
810 |
-
= 1.9.2 =
|
811 |
-
Upgrade to have the ability to delete landing pages, allow users to go back when paginating questions, and have HTML in the correct answer info field!
|
812 |
-
|
813 |
-
= 1.9.1 =
|
814 |
-
Upgrade to 1.9.1 to get the ability for pagination on the quiz and to allow your users to share their results on Twitter.
|
815 |
-
|
816 |
-
= 1.8.1 =
|
817 |
-
Upgrade to 1.8.1 to get the ability to have different landing pages based on the user's score, give users certificates, and an additional customizable text section at the end of quiz. Plus minor design changes to quiz and Quiz Dashboard and lots of bug fixes.
|
818 |
-
|
819 |
-
= 1.7.1 =
|
820 |
-
This update adds new widgets to Quiz Dashboard, adds a timer mechanism, and fixes several minor bugs.
|
821 |
-
|
822 |
-
= 1.6.3 =
|
823 |
-
This update fixes minor bugs and adds minor design changes.
|
824 |
-
|
825 |
-
= 1.6.2 =
|
826 |
-
This update fixes minor bugs and adds minor design changes.
|
827 |
-
|
828 |
-
= 1.6.1 =
|
829 |
-
This update allows you to set the amount of tries a user has for cetain quizzes. Also fixes several bugs.
|
830 |
-
|
831 |
-
= 1.5.1 =
|
832 |
-
This update allows you to have the quiz only load a set number of questions from your total question bank. Also fixes several minor bugs.
|
833 |
-
|
834 |
-
= 1.4.2 =
|
835 |
-
This update brings many minor design changes and minor bug fixes.
|
836 |
-
|
837 |
-
= 1.4.1 =
|
838 |
-
This update helps plugin work better with other plugins. The hints for the quiz are now hidden by default.
|
839 |
-
|
840 |
-
= 1.2.1 =
|
841 |
-
This update adds pagination to the quizzes, audit trail, and question tables to make using the admin side easier. It also adds the ability to duplicate a quiz. Fixes various minor bugs.
|
842 |
-
|
843 |
-
= 1.1.1 =
|
844 |
-
This update adds the ability to show the user the reason why an answer is correct. Also, added new variable for templates that calculates average points per question. Minor bug fixes.
|
845 |
-
|
846 |
-
= 1.0.1 =
|
847 |
-
This update fixes minor bugs.
|
848 |
-
|
849 |
-
= 1.0 =
|
850 |
-
This update finally brings this plugin out of beta! This update brings the ability to edit the From Name part of the email sent to users and admin. Minor bug fixes.
|
851 |
-
|
852 |
-
= 0.9.9 =
|
853 |
-
Upgrade to be able to include media in your questions! Also, fixed minor bugs and made minor design changes.
|
854 |
-
|
855 |
-
= 0.9.8 =
|
856 |
-
Upgrade to use new leaderboard widet! Also, added ability to reset stats for quizzes from Quiz Options page. Added ability to delete results as well. Minor design changes and bug fixes.
|
857 |
-
|
858 |
-
= 0.9.7 =
|
859 |
-
Upgrade to see widgets relocated from help page to quiz dashboard page. Also, began setting plugin up for translations. Updated many help sections throughout plugin. Minor bug fixes.
|
860 |
-
|
861 |
-
= 0.9.6 =
|
862 |
-
Upgrade to be able to choose whether contact information is asked for at beginning or end of the quiz. Also, added ability to edit question order when adding new questions. Several minor design changes on admin side. Fixed double quote bug.
|
863 |
-
|
864 |
-
= 0.9.5 =
|
865 |
-
Upgrade to be able to edit the %QUESTIONS_ANSWERS% template. Also, minor design changes on Quiz Options page.
|
866 |
-
|
867 |
-
= 0.9.4 =
|
868 |
-
Upgrade to set up your quizzes to randomize the questions
|
869 |
-
|
870 |
-
= 0.9.3 =
|
871 |
-
Upgrade for minor bug fixes.
|
872 |
-
|
873 |
-
= 0.9.2 =
|
874 |
-
Upgrade for several enhanced stat widgets and the ability to edit leaderboard templates!
|
875 |
-
|
876 |
-
= 0.9.1 =
|
877 |
-
Upgrade for several bug fixes and new ability to have logged in users not have to enter contact information
|
878 |
-
|
879 |
-
= 0.9 =
|
880 |
-
Upgrade for several new features and bug fixes
|
881 |
-
|
882 |
-
= 0.8.6 =
|
883 |
-
Upgrade to fix minor bugs
|
884 |
-
|
885 |
-
= 0.8.5 =
|
886 |
-
Upgrade to fix minor bugs
|
887 |
-
|
888 |
-
= 0.8.4 =
|
889 |
-
Upgrade to enjoy small tweaks throughout admin side
|
890 |
-
|
891 |
-
= 0.8.3 =
|
892 |
-
Upgrade to enjoy small tweaks throughout admin side
|
893 |
-
|
894 |
-
= 0.8.2 =
|
895 |
-
Upgrade to fix bug that made questions vanish.
|
896 |
-
|
897 |
-
= 0.8.1 =
|
898 |
-
Upgrade to fix bug that made questions vanish.
|
899 |
-
|
900 |
-
= 0.8 =
|
901 |
-
Upgrade to enjoy several new features and minor bug fixes.
|
902 |
-
|
903 |
-
= 0.7.2 =
|
904 |
-
Upgrade to fix minor bugs and view new section on how-to page.
|
905 |
-
|
906 |
-
= 0.7.1 =
|
907 |
-
Upgrade to fix minor bugs, view new section how-to page, and new stats on main page.
|
908 |
-
|
909 |
-
= 0.7 =
|
910 |
-
Upgrade to fix minor bugs, view new how-to page, and new stats on main page.
|
911 |
-
|
912 |
-
= 0.6.2 =
|
913 |
-
Upgrade to fix some minor bug fixes.
|
914 |
-
|
915 |
-
= 0.6 =
|
916 |
-
Upgrade to enjoy several new features including saved results and leaderboards!
|
917 |
-
|
918 |
-
= 0.5.3 =
|
919 |
-
Upgrade to fix some minor bug fixes.
|
920 |
-
|
921 |
-
= 0.5.2 =
|
922 |
-
Upgrade to fix some minor bug fixes.
|
923 |
-
|
924 |
-
= 0.5.1 =
|
925 |
-
Upgrade to fix some minor bug fixes.
|
926 |
-
|
927 |
-
= 0.5 =
|
928 |
-
Upgrade to enjoy several new features including surveys!
|
929 |
-
|
930 |
-
= 0.4 =
|
931 |
-
Upgrade to enjoy being able to require contact information.
|
932 |
-
|
933 |
-
= 0.3 =
|
934 |
-
Upgrade to enjoy the new Not Graded scoring system and some error fixes!
|
935 |
-
|
936 |
-
= 0.2 =
|
937 |
-
Upgrade to enjoy three new features and some minor fixes!
|
938 |
-
|
939 |
-
= 0.1 =
|
940 |
-
Initial Version
|
3 |
Donate link: http://mylocalwebstop.com/downloads/donation-service-payment/
|
4 |
Tags: quiz, test, score, exam, survey, contact, form, email, answer, question, certificate, points, results, math
|
5 |
Requires at least: 3.8.1
|
6 |
+
Tested up to: 4.2.4
|
7 |
+
Stable tag: 4.5.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
= Demoes! =
|
16 |
+
You can check out the sample quiz with various questions types here: [Sample Quiz](http://quizmasternext.com/quiz/sample-quiz/)!
|
17 |
+
You can check out the sample survey with pagination here: [Sample Survey](http://quizmasternext.com/quiz/sample-survey/)!
|
18 |
+
|
19 |
+
= Keep Updated =
|
20 |
+
Keep up with our latest news, updates, and more by [subscribing to our mailing list](http://quizmasternext.com/subscribe-to-our-newsletter/)!
|
21 |
+
|
22 |
+
= Features =
|
23 |
+
|
24 |
The easiest and most flexible way to add multiple quizzes, tests, surveys, and contact forms to your website. This plugin allows for unlimited quizzes each with unlimited amount of questions. The plugin allows you to create the quiz, add it to any page using a customized shortcode, allows the user to take the quiz, and then saves the results. You can set up what the user sees after he or she takes the quiz based on the user's score. You can also have the plugin create a certificate for the user as well!
|
25 |
|
26 |
= Have Unlimited Quizzes, Tests, Surveys, Contact Forms, etc.. =
|
50 |
= Saves The Results For Later Use =
|
51 |
The plugin will **save** the results, the user's answers, the user's comments, and more!
|
52 |
|
|
|
|
|
|
|
53 |
= Schedule Time That Quiz Is Active =
|
54 |
You can set up the quiz to only be active between two days. Utilize this for quizzes/surveys that are only active until a certain date.
|
55 |
|
69 |
* **Leaderboards** for every quiz which can be used as shortcode or in included widget
|
70 |
* Keep track how long a user takes on the quiz
|
71 |
* Able to set up time limits on the quiz
|
72 |
+
* Create and display math formulas
|
73 |
* And **Much** More...
|
74 |
|
75 |
= Translations =
|
84 |
= Make Suggestions Or Contribute =
|
85 |
Quiz Master Next is now on [GitHub](https://github.com/fpcorso/quiz_master_next/)!
|
86 |
|
|
|
|
|
|
|
|
|
87 |
= Quiz Master Next Add-ons =
|
88 |
While Quiz Master Next is fully functional and is packed full of features that will meet the needs of most, we do offer various extra features and support available in our [Quiz Master Next Addon Store](http://quizmasternext.com/addons/)
|
89 |
|
95 |
* Click Install Now link on the plugin and follow the prompts
|
96 |
* Activate the plugin through the 'Plugins' menu in WordPress
|
97 |
|
|
|
|
|
|
|
|
|
|
|
98 |
|
99 |
== Frequently Asked Questions ==
|
100 |
|
102 |
We have begun creating documentation for the plugin. You can view the documentation here: [Documentation](http://quizmasternext.com/documentation/) If you still have any trouble, feel free to use the widget on the quiz dashboard within the plugin to contact me and I will help you.
|
103 |
|
104 |
= I need a lot of help setting up my quiz, what can you do to help? =
|
105 |
+
We now offer a premium support plan that offers priority response, technical support, custom styling and more! For details, visit our support page: [Quiz Master Next Premium Support](http://quizmasternext.com/support-levels/)
|
106 |
|
107 |
= I have an idea, how do I contact you? =
|
108 |
Feel free to use the widget on the help page within the plugin or from our [contact page](http://quizmasternext.com/contact-us/).
|
109 |
|
110 |
+
= I want to edit the output for %QUESTIONS_ANSWERS%. Can I do that? =
|
111 |
+
|
112 |
+
Yes, it is possible to edit the output of the variable %QUESTIONS_ANSWERS%. When editing your quiz, go to the “Text” tab. Once on the “Text” tab scroll almost all the way down the page and you will see a text area that allows you to edit the contents of %QUESTIONS_ANSWERS%.
|
113 |
+
|
114 |
+
= My preview looks different than my quiz. What can I do? =
|
115 |
+
|
116 |
+
This is usually a theme conflict. You can [checkout out our common conflict solutions](http://quizmasternext.com/common-theme-conflict-fixes/) or feel free to contact us.
|
117 |
+
|
118 |
== Screenshots ==
|
119 |
|
120 |
1. Quiz Admin Page (With Advertisement Be Gone Add-On)
|
128 |
|
129 |
== Changelog ==
|
130 |
|
131 |
+
= 4.5.0 (August 4, 2015) =
|
132 |
+
* Added a brand new log system to track errors in the plugin. ([Github Issue #233](https://github.com/fpcorso/quiz_master_next/issues/233))
|
133 |
+
* Added the ability to drag and drop questions when creating your quiz. ([Github Issue #235](https://github.com/fpcorso/quiz_master_next/issues/235))
|
134 |
+
* Added new CSS template system for quizzes. ([Github Issue #234](https://github.com/fpcorso/quiz_master_next/issues/234))
|
135 |
+
* Added new classes for Correct/Incorrect Answers. ([Github Issue #228](https://github.com/fpcorso/quiz_master_next/issues/228))
|
136 |
+
* Added ability to sort the results. ([Github Issue #167](https://github.com/fpcorso/quiz_master_next/issues/167))
|
137 |
+
* Added the ability to search quiz results by quiz name, score, time taken, and completion time. ([Github Issue #70](https://github.com/fpcorso/quiz_master_next/issues/70))
|
138 |
+
* Added the ability for developers to show only relevant fields when adding/editing questions on different question types.
|
139 |
+
* Added new register template functions to the API.
|
140 |
+
* Added a new contributor tab to the credits page.
|
141 |
+
* Added a checkbox to the quiz results page to delete results.
|
142 |
+
* Added a brand new review message system.
|
143 |
+
* Bug Fix: Fixed a bug where slashes where appearing with the category name.
|
144 |
+
* Bug Fix: Fixed a timer bug that prevented the timer form working when using pagination.
|
145 |
+
|
146 |
= 4.4.4 (July 19, 2015) =
|
147 |
* Security Fix: Fixed possible sql injection from authenticated users on certificate, email, and leaderboard tabs
|
148 |
* Security Fix: Fixed data validation bug on help page, leaderboard shortcode, and quiz shortcode
|
154 |
* Bug Fix: Fixed bug that caused issues with validation ([Github Issue #254](https://github.com/fpcorso/quiz_master_next/issues/254))
|
155 |
* Bug Fix: Fixed a rare permalink issue ([Github Issue #253](https://github.com/fpcorso/quiz_master_next/issues/253))
|
156 |
|
|
|
157 |
= 4.4.1 (June 21, 2015) =
|
158 |
* Bug Fix: Fixes validation bug from missing first page
|
159 |
* Bug Fix: Fixes timer bug that prevented timer when first page was missing
|
170 |
* Bug Fix: Long quiz URL mangles page layout ([GitHub Issue #202](https://github.com/fpcorso/quiz_master_next/issues/202))
|
171 |
* Bug Fix: Fixed Support Widget bug where the support widget was not always submitting correctly.
|
172 |
|
173 |
+
([Read Full Changelog](https://github.com/fpcorso/quiz_master_next/blob/master/CHANGELOG.md))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
|
175 |
== Upgrade Notice ==
|
176 |
|
177 |
+
= 4.5.0 =
|
178 |
+
Upgrade now for the ability to drag and drop questions to reorder, questions now only show relevent fields when adding/deleting them, and for the ability to search quiz results.
|
179 |
+
|
180 |
= 4.4.4 =
|
181 |
Security Fix: Fixed possible sql injection from authenticated users on certificate, email, and leaderboard tabs. Also fixed data validation bug on help page, leaderboard shortcode, and quiz shortcode. Please update immediately.
|
182 |
|
206 |
|
207 |
= 4.0.0 =
|
208 |
Upgrade for categories, new editor for results pages, shortcode capability on results pages, enhanced required question system, and more.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
templates/qmn_primary.css
ADDED
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.mlw_qmn_quiz label {
|
2 |
+
display: inline;
|
3 |
+
}
|
4 |
+
.mlw_qmn_quiz input[type=radio] {
|
5 |
+
vertical-align: middle;
|
6 |
+
}
|
7 |
+
.ui-tooltip
|
8 |
+
{
|
9 |
+
max-width: 500px !important;
|
10 |
+
}
|
11 |
+
.ui-tooltip-content
|
12 |
+
{
|
13 |
+
max-width: 500px !important;
|
14 |
+
}
|
15 |
+
.qmn_error, .qmn_page_error_message
|
16 |
+
{
|
17 |
+
color: red;
|
18 |
+
}
|
19 |
+
.mlw_qmn_hint_link
|
20 |
+
{
|
21 |
+
text-decoration:underline;
|
22 |
+
color:rgb(0,0,255);
|
23 |
+
}
|
24 |
+
.mlw_qmn_quiz_link
|
25 |
+
{
|
26 |
+
display: inline;
|
27 |
+
vertical-align:top !important;
|
28 |
+
text-decoration: none;
|
29 |
+
}
|
30 |
+
div.mlw_qmn_quiz input[type=radio],
|
31 |
+
div.mlw_qmn_quiz input[type=submit],
|
32 |
+
div.mlw_qmn_quiz label {
|
33 |
+
cursor: pointer;
|
34 |
+
}
|
35 |
+
div.mlw_qmn_quiz input:not([type=submit]):focus,
|
36 |
+
div.mlw_qmn_quiz textarea:focus {
|
37 |
+
background: #eaeaea;
|
38 |
+
}
|
39 |
+
div.mlw_qmn_quiz {
|
40 |
+
text-align: left;
|
41 |
+
}
|
42 |
+
div.quiz_section {
|
43 |
+
|
44 |
+
}
|
45 |
+
.mlw_horizontal_choice
|
46 |
+
{
|
47 |
+
margin-right: 20px;
|
48 |
+
}
|
49 |
+
div.mlw_qmn_timer {
|
50 |
+
position:fixed;
|
51 |
+
top:200px;
|
52 |
+
right:0px;
|
53 |
+
width:130px;
|
54 |
+
color:#00CCFF;
|
55 |
+
border-radius: 15px;
|
56 |
+
background:#000000;
|
57 |
+
text-align: center;
|
58 |
+
padding: 15px 15px 15px 15px
|
59 |
+
}
|
60 |
+
div.mlw_qmn_quiz input[type=submit],
|
61 |
+
a.mlw_qmn_quiz_link
|
62 |
+
{
|
63 |
+
border-radius: 4px;
|
64 |
+
position: relative;
|
65 |
+
background-image: linear-gradient(#fff,#dedede);
|
66 |
+
background-color: #eee;
|
67 |
+
border: #ccc solid 1px;
|
68 |
+
color: #333;
|
69 |
+
text-shadow: 0 1px 0 rgba(255,255,255,.5);
|
70 |
+
box-sizing: border-box;
|
71 |
+
display: inline-block;
|
72 |
+
padding: 7px 7px 7px 7px;
|
73 |
+
margin: auto;
|
74 |
+
font-weight: bold;
|
75 |
+
cursor: pointer;
|
76 |
+
}
|
77 |
+
.mlw_qmn_question, .mlw_qmn_question_number, .mlw_qmn_comment_section_text
|
78 |
+
{
|
79 |
+
font-weight: bold;
|
80 |
+
}
|
81 |
+
.mlw_next
|
82 |
+
{
|
83 |
+
float: right;
|
84 |
+
}
|
85 |
+
.mlw_previous
|
86 |
+
{
|
87 |
+
float: left;
|
88 |
+
}
|
89 |
+
.mlw_qmn_question_comment, .mlw_answer_open_text, .qmn_comment_section {
|
90 |
+
width: 100%;
|
91 |
+
border-radius: 7px;
|
92 |
+
padding: 2px 10px;
|
93 |
+
-webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,.075);
|
94 |
+
box-shadow: inset 0 3px 3px rgba(0,0,0,.075);
|
95 |
+
border: 1px solid #ccc;
|
96 |
+
}
|