Changeset 1720872
- Timestamp:
- 08/28/2017 11:11:58 PM (9 years ago)
- Location:
- quizmaster
- Files:
-
- 164 added
- 5 edited
-
tags/0.8.2 (added)
-
tags/0.8.2/.gitignore (added)
-
tags/0.8.2/css (added)
-
tags/0.8.2/css/quizmaster-admin.css (added)
-
tags/0.8.2/css/quizmaster.css (added)
-
tags/0.8.2/css/quizmaster.min.css (added)
-
tags/0.8.2/fields (added)
-
tags/0.8.2/fields/exports (added)
-
tags/0.8.2/fields/exports/acf-export-2017-04-27-v2.json (added)
-
tags/0.8.2/fields/exports/acf-export-2017-04-27-with-graduations.json (added)
-
tags/0.8.2/fields/exports/acf-export-2017-05-07.json (added)
-
tags/0.8.2/fields/fieldgroups (added)
-
tags/0.8.2/fields/fieldgroups/email.php (added)
-
tags/0.8.2/fields/fieldgroups/question.php (added)
-
tags/0.8.2/fields/fieldgroups/quiz.php (added)
-
tags/0.8.2/fields/fieldgroups/score.php (added)
-
tags/0.8.2/fields/fieldgroups/settings.php (added)
-
tags/0.8.2/img (added)
-
tags/0.8.2/js (added)
-
tags/0.8.2/js/datatables (added)
-
tags/0.8.2/js/datatables/images (added)
-
tags/0.8.2/js/datatables/images/Sorting icons.psd (added)
-
tags/0.8.2/js/datatables/images/favicon.ico (added)
-
tags/0.8.2/js/datatables/images/sort_asc.png (added)
-
tags/0.8.2/js/datatables/images/sort_asc_disabled.png (added)
-
tags/0.8.2/js/datatables/images/sort_both.png (added)
-
tags/0.8.2/js/datatables/images/sort_desc.png (added)
-
tags/0.8.2/js/datatables/images/sort_desc_disabled.png (added)
-
tags/0.8.2/js/datatables/jquery.dataTables.min.css (added)
-
tags/0.8.2/js/datatables/jquery.dataTables.min.js (added)
-
tags/0.8.2/js/jquery.easypiechart.min.js (added)
-
tags/0.8.2/js/jquery.ui.touch-punch.min.js (added)
-
tags/0.8.2/js/quizMaster_admin.js (added)
-
tags/0.8.2/js/quizMaster_admin.min.js (added)
-
tags/0.8.2/js/quizmaster.js (added)
-
tags/0.8.2/js/quizmaster.min.js (added)
-
tags/0.8.2/languages (added)
-
tags/0.8.2/languages/quizmaster.pot (added)
-
tags/0.8.2/lib (added)
-
tags/0.8.2/lib/controller (added)
-
tags/0.8.2/lib/controller/QuizMaster_Controller_Admin.php (added)
-
tags/0.8.2/lib/controller/QuizMaster_Controller_Ajax.php (added)
-
tags/0.8.2/lib/controller/QuizMaster_Controller_Controller.php (added)
-
tags/0.8.2/lib/controller/QuizMaster_Controller_Email.php (added)
-
tags/0.8.2/lib/controller/QuizMaster_Controller_Fields.php (added)
-
tags/0.8.2/lib/controller/QuizMaster_Controller_Front.php (added)
-
tags/0.8.2/lib/controller/QuizMaster_Controller_Question.php (added)
-
tags/0.8.2/lib/controller/QuizMaster_Controller_Quiz.php (added)
-
tags/0.8.2/lib/controller/QuizMaster_Controller_Score.php (added)
-
tags/0.8.2/lib/controller/QuizMaster_Controller_StudentReport.php (added)
-
tags/0.8.2/lib/controller/QuizMaster_Controller_Support.php (added)
-
tags/0.8.2/lib/controller/QuizMaster_Controller_Taxonomies.php (added)
-
tags/0.8.2/lib/helper (added)
-
tags/0.8.2/lib/helper/QuizMaster_Helper_Admin.php (added)
-
tags/0.8.2/lib/helper/QuizMaster_Helper_Captcha.php (added)
-
tags/0.8.2/lib/helper/QuizMaster_Helper_CheckAnswers.php (added)
-
tags/0.8.2/lib/helper/QuizMaster_Helper_CopyPost.php (added)
-
tags/0.8.2/lib/helper/QuizMaster_Helper_DbUpgrade.php (added)
-
tags/0.8.2/lib/helper/QuizMaster_Helper_Extension.php (added)
-
tags/0.8.2/lib/helper/QuizMaster_Helper_Fields.php (added)
-
tags/0.8.2/lib/helper/QuizMaster_Helper_Log.php (added)
-
tags/0.8.2/lib/helper/QuizMaster_Helper_Submenu.php (added)
-
tags/0.8.2/lib/helper/QuizMaster_Helper_Until.php (added)
-
tags/0.8.2/lib/helper/QuizMaster_Helper_Upgrade.php (added)
-
tags/0.8.2/lib/model (added)
-
tags/0.8.2/lib/model/QuizMaster_Model_Answer.php (added)
-
tags/0.8.2/lib/model/QuizMaster_Model_AnswerTypes.php (added)
-
tags/0.8.2/lib/model/QuizMaster_Model_Email.php (added)
-
tags/0.8.2/lib/model/QuizMaster_Model_Lock.php (added)
-
tags/0.8.2/lib/model/QuizMaster_Model_LockMapper.php (added)
-
tags/0.8.2/lib/model/QuizMaster_Model_Mapper.php (added)
-
tags/0.8.2/lib/model/QuizMaster_Model_Model.php (added)
-
tags/0.8.2/lib/model/QuizMaster_Model_Question.php (added)
-
tags/0.8.2/lib/model/QuizMaster_Model_QuestionMapper.php (added)
-
tags/0.8.2/lib/model/QuizMaster_Model_Quiz.php (added)
-
tags/0.8.2/lib/model/QuizMaster_Model_QuizMapper.php (added)
-
tags/0.8.2/lib/model/QuizMaster_Model_QuizQuestion.php (added)
-
tags/0.8.2/lib/model/QuizMaster_Model_Score.php (added)
-
tags/0.8.2/lib/model/QuizMaster_Model_ScoreMapper.php (added)
-
tags/0.8.2/lib/model/QuizMaster_Model_ScoreQuestion.php (added)
-
tags/0.8.2/lib/model/answer_types (added)
-
tags/0.8.2/lib/model/answer_types/QuizMaster_Answer_Fill_Blank.php (added)
-
tags/0.8.2/lib/model/answer_types/QuizMaster_Answer_Free.php (added)
-
tags/0.8.2/lib/model/answer_types/QuizMaster_Answer_MultipleChoice.php (added)
-
tags/0.8.2/lib/model/answer_types/QuizMaster_Answer_SingleChoice.php (added)
-
tags/0.8.2/lib/model/answer_types/QuizMaster_Answer_Sorting.php (added)
-
tags/0.8.2/lib/model/question_types (added)
-
tags/0.8.2/lib/model/question_types/QuizMaster_Question_FillBlank.php (added)
-
tags/0.8.2/lib/model/question_types/QuizMaster_Question_Free.php (added)
-
tags/0.8.2/lib/model/question_types/QuizMaster_Question_MultipleChoice.php (added)
-
tags/0.8.2/lib/model/question_types/QuizMaster_Question_SingleChoice.php (added)
-
tags/0.8.2/lib/model/question_types/QuizMaster_Question_Sorting.php (added)
-
tags/0.8.2/lib/model/quiz_types (added)
-
tags/0.8.2/lib/view (added)
-
tags/0.8.2/lib/view/QuizMaster_View_FrontQuiz.php (added)
-
tags/0.8.2/lib/view/QuizMaster_View_GlobalHelperTabs.php (added)
-
tags/0.8.2/lib/view/QuizMaster_View_InfoAdaptation.php (added)
-
tags/0.8.2/lib/view/QuizMaster_View_QuestionOverall.php (added)
-
tags/0.8.2/lib/view/QuizMaster_View_QuestionOverallTable.php (added)
-
tags/0.8.2/lib/view/QuizMaster_View_QuizOverall.php (added)
-
tags/0.8.2/lib/view/QuizMaster_View_QuizOverallTable.php (added)
-
tags/0.8.2/lib/view/QuizMaster_View_Score.php (added)
-
tags/0.8.2/lib/view/QuizMaster_View_StyleManager.php (added)
-
tags/0.8.2/lib/view/QuizMaster_View_Support.php (added)
-
tags/0.8.2/lib/view/QuizMaster_View_Taxonomies.php (added)
-
tags/0.8.2/lib/view/QuizMaster_View_View.php (added)
-
tags/0.8.2/quizmaster.php (added)
-
tags/0.8.2/quizmaster.png (added)
-
tags/0.8.2/readme.txt (added)
-
tags/0.8.2/templates (added)
-
tags/0.8.2/templates/emails (added)
-
tags/0.8.2/templates/emails/email-footer.php (added)
-
tags/0.8.2/templates/emails/email-header.php (added)
-
tags/0.8.2/templates/emails/plain (added)
-
tags/0.8.2/templates/emails/plain/email-footer.php (added)
-
tags/0.8.2/templates/emails/plain/email-header.php (added)
-
tags/0.8.2/templates/emails/plain/student-completion.php (added)
-
tags/0.8.2/templates/emails/plain/teacher-completion.php (added)
-
tags/0.8.2/templates/emails/student-completion.php (added)
-
tags/0.8.2/templates/emails/teacher-completion.php (added)
-
tags/0.8.2/templates/question (added)
-
tags/0.8.2/templates/question.php (added)
-
tags/0.8.2/templates/question/fill_blank.php (added)
-
tags/0.8.2/templates/question/free.php (added)
-
tags/0.8.2/templates/question/multiple.php (added)
-
tags/0.8.2/templates/question/single.php (added)
-
tags/0.8.2/templates/question/sorting.php (added)
-
tags/0.8.2/templates/quiz (added)
-
tags/0.8.2/templates/quiz.php (added)
-
tags/0.8.2/templates/quiz/body.php (added)
-
tags/0.8.2/templates/quiz/button-back.php (added)
-
tags/0.8.2/templates/quiz/button-check.php (added)
-
tags/0.8.2/templates/quiz/button-finish.php (added)
-
tags/0.8.2/templates/quiz/button-hint.php (added)
-
tags/0.8.2/templates/quiz/button-next.php (added)
-
tags/0.8.2/templates/quiz/button-skip.php (added)
-
tags/0.8.2/templates/quiz/category.php (added)
-
tags/0.8.2/templates/quiz/check.php (added)
-
tags/0.8.2/templates/quiz/footer.php (added)
-
tags/0.8.2/templates/quiz/header.php (added)
-
tags/0.8.2/templates/quiz/info.php (added)
-
tags/0.8.2/templates/quiz/load-box.php (added)
-
tags/0.8.2/templates/quiz/loader.php (added)
-
tags/0.8.2/templates/quiz/locked.php (added)
-
tags/0.8.2/templates/quiz/question-buttons.php (added)
-
tags/0.8.2/templates/quiz/question-item.php (added)
-
tags/0.8.2/templates/quiz/question-points.php (added)
-
tags/0.8.2/templates/quiz/question-response.php (added)
-
tags/0.8.2/templates/quiz/registered.php (added)
-
tags/0.8.2/templates/quiz/results-box.php (added)
-
tags/0.8.2/templates/quiz/review.php (added)
-
tags/0.8.2/templates/quiz/start.php (added)
-
tags/0.8.2/templates/quiz/time.php (added)
-
tags/0.8.2/templates/reports (added)
-
tags/0.8.2/templates/reports/score-filter.php (added)
-
tags/0.8.2/templates/reports/score-history.php (added)
-
tags/0.8.2/templates/reports/score-modal.php (added)
-
tags/0.8.2/templates/reports/score-question-table.php (added)
-
tags/0.8.2/templates/reports/score-tab.php (added)
-
tags/0.8.2/templates/reports/score-table.php (added)
-
tags/0.8.2/templates/reports/scores.php (added)
-
tags/0.8.2/templates/reports/student-login.php (added)
-
tags/0.8.2/templates/score.php (added)
-
tags/0.8.2/uninstall.php (added)
-
trunk/fields/fieldgroups/quiz.php (modified) (3 diffs)
-
trunk/js/quizmaster.js (modified) (1 diff)
-
trunk/lib/controller/QuizMaster_Controller_Front.php (modified) (2 diffs)
-
trunk/quizmaster.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quizmaster/trunk/fields/fieldgroups/quiz.php
r1719957 r1720872 110 110 'ui_off_text' => '', 111 111 'key' => 'field_588c5d5499c2d', 112 'label' => 'Show only specific number of questions',112 'label' => __( 'Show only specific number of questions', 'quizmaster' ), 113 113 'name' => 'qmqu_show_max_question', 114 114 'type' => 'true_false', 115 'instructions' => 'If you enable this option, maximum number of displayed questions will be X from X questions. (The output of questions is random)',115 'instructions' => __( 'If you enable this option, maximum number of displayed questions will be X from X questions. (The output of questions is random)', 'quizmaster' ), 116 116 'required' => 0, 117 117 'conditional_logic' => 0, … … 131 131 'append' => '', 132 132 'key' => 'field_588c5d9699c2e', 133 'label' => 'Maximum number of questions',133 'label' => __( 'Maximum number of questions', 'quizmaster' ), 134 134 'name' => 'qmqu_show_max_question_value', 135 135 'type' => 'number', … … 239 239 'type' => 'relationship', 240 240 'instructions' => 'Select questions on from the question pool on the left by clicking on them. Questions disabled from selection have already been added to the quiz. Questions will appear in the quiz in the order they appear in the selection box here, unless randomization settings are applied.', 241 'required' => 1,241 'required' => 0, 242 242 'filters' => array ( 243 243 0 => 'search', -
quizmaster/trunk/js/quizmaster.js
r1719136 r1720872 954 954 parseTime: function (ms) { 955 955 956 var seconds = parseInt(ms / 1000); 957 var minutes = parseInt((seconds / 60) % 60); 958 var hours = parseInt((seconds / 3600) % 24); 956 x = ms / 1000 957 seconds = parseInt( x % 60 ) 958 x /= 60 959 minutes = parseInt( x % 60 ) 960 x /= 60 961 hours = parseInt( x % 24 ) 962 963 959 964 960 965 seconds = (seconds > 9 ? '' : '0') + seconds; -
quizmaster/trunk/lib/controller/QuizMaster_Controller_Front.php
r1719136 r1720872 124 124 $id = $attr['id']; 125 125 if( $id == null ) { 126 $id = reset($attr);126 return; 127 127 } 128 128 … … 184 184 shuffle( $question ); 185 185 } 186 186 187 187 $view->question = $question; 188 188 $view->category = $quiz->fetchQuestionCategoriesByQuiz(); -
quizmaster/trunk/quizmaster.php
r1719957 r1720872 4 4 Plugin URI: http://wordpress.org/extend/plugins/quizmaster 5 5 Description: Best free quiz plugin for WordPress. 6 Version: 0.8. 06 Version: 0.8.2 7 7 Author: GoldHat Group 8 8 Author URI: https://goldhat.ca … … 12 12 */ 13 13 14 define('QUIZMASTER_VERSION', '0.8. 0');14 define('QUIZMASTER_VERSION', '0.8.2'); 15 15 define('QUIZMASTER_DEV', true); 16 16 define('QUIZMASTER_PATH', dirname(__FILE__)); -
quizmaster/trunk/readme.txt
r1719957 r1720872 4 4 Tags: quiz, test, answer, question, learning, assessment 5 5 Requires at least: 4.0 6 Tested up to: 4. 37 Stable tag: 0.8. 06 Tested up to: 4.8.1 7 Stable tag: 0.8.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 55 55 = 0.8.0 = 56 56 57 Adds bidirectional quiz/question management, the ability to add a question to a quiz from the question editor. Improved selection field for adding questions from the quiz editor. 57 Adds bidirectional quiz/question management, the ability to add a question to a quiz from the question editor. Improved selection field for adding questions from the quiz editor. 58 58 59 59 = 0.7.3 =
Note: See TracChangeset
for help on using the changeset viewer.