Changeset 1724526
- Timestamp:
- 09/04/2017 07:15:39 PM (9 years ago)
- Location:
- quizmaster
- Files:
-
- 158 added
- 1 deleted
- 5 edited
-
tags/0.8.4 (added)
-
tags/0.8.4/.gitignore (added)
-
tags/0.8.4/css (added)
-
tags/0.8.4/css/quizmaster-admin.css (added)
-
tags/0.8.4/css/quizmaster.css (added)
-
tags/0.8.4/css/quizmaster.min.css (added)
-
tags/0.8.4/fields (added)
-
tags/0.8.4/fields/fieldgroups (added)
-
tags/0.8.4/fields/fieldgroups/email.php (added)
-
tags/0.8.4/fields/fieldgroups/question.php (added)
-
tags/0.8.4/fields/fieldgroups/quiz.php (added)
-
tags/0.8.4/fields/fieldgroups/score.php (added)
-
tags/0.8.4/fields/fieldgroups/settings.php (added)
-
tags/0.8.4/js (added)
-
tags/0.8.4/js/datatables (added)
-
tags/0.8.4/js/datatables/images (added)
-
tags/0.8.4/js/datatables/images/Sorting icons.psd (added)
-
tags/0.8.4/js/datatables/images/favicon.ico (added)
-
tags/0.8.4/js/datatables/images/sort_asc.png (added)
-
tags/0.8.4/js/datatables/images/sort_asc_disabled.png (added)
-
tags/0.8.4/js/datatables/images/sort_both.png (added)
-
tags/0.8.4/js/datatables/images/sort_desc.png (added)
-
tags/0.8.4/js/datatables/images/sort_desc_disabled.png (added)
-
tags/0.8.4/js/datatables/jquery.dataTables.min.css (added)
-
tags/0.8.4/js/datatables/jquery.dataTables.min.js (added)
-
tags/0.8.4/js/jquery.easypiechart.min.js (added)
-
tags/0.8.4/js/jquery.ui.touch-punch.min.js (added)
-
tags/0.8.4/js/quizMaster_admin.js (added)
-
tags/0.8.4/js/quizMaster_admin.min.js (added)
-
tags/0.8.4/js/quizmaster.js (added)
-
tags/0.8.4/js/quizmaster.min.js (added)
-
tags/0.8.4/languages (added)
-
tags/0.8.4/languages/quizmaster.pot (added)
-
tags/0.8.4/lib (added)
-
tags/0.8.4/lib/controller (added)
-
tags/0.8.4/lib/controller/QuizMaster_Controller_Admin.php (added)
-
tags/0.8.4/lib/controller/QuizMaster_Controller_Ajax.php (added)
-
tags/0.8.4/lib/controller/QuizMaster_Controller_Controller.php (added)
-
tags/0.8.4/lib/controller/QuizMaster_Controller_Email.php (added)
-
tags/0.8.4/lib/controller/QuizMaster_Controller_Fields.php (added)
-
tags/0.8.4/lib/controller/QuizMaster_Controller_Front.php (added)
-
tags/0.8.4/lib/controller/QuizMaster_Controller_Question.php (added)
-
tags/0.8.4/lib/controller/QuizMaster_Controller_Quiz.php (added)
-
tags/0.8.4/lib/controller/QuizMaster_Controller_Score.php (added)
-
tags/0.8.4/lib/controller/QuizMaster_Controller_StudentReport.php (added)
-
tags/0.8.4/lib/controller/QuizMaster_Controller_Support.php (added)
-
tags/0.8.4/lib/controller/QuizMaster_Controller_Taxonomies.php (added)
-
tags/0.8.4/lib/helper (added)
-
tags/0.8.4/lib/helper/QuizMaster_Helper_Admin.php (added)
-
tags/0.8.4/lib/helper/QuizMaster_Helper_Captcha.php (added)
-
tags/0.8.4/lib/helper/QuizMaster_Helper_CheckAnswers.php (added)
-
tags/0.8.4/lib/helper/QuizMaster_Helper_CopyPost.php (added)
-
tags/0.8.4/lib/helper/QuizMaster_Helper_DbUpgrade.php (added)
-
tags/0.8.4/lib/helper/QuizMaster_Helper_Extension.php (added)
-
tags/0.8.4/lib/helper/QuizMaster_Helper_Fields.php (added)
-
tags/0.8.4/lib/helper/QuizMaster_Helper_Log.php (added)
-
tags/0.8.4/lib/helper/QuizMaster_Helper_Submenu.php (added)
-
tags/0.8.4/lib/helper/QuizMaster_Helper_Until.php (added)
-
tags/0.8.4/lib/helper/QuizMaster_Helper_Upgrade.php (added)
-
tags/0.8.4/lib/model (added)
-
tags/0.8.4/lib/model/QuizMaster_Model_Answer.php (added)
-
tags/0.8.4/lib/model/QuizMaster_Model_AnswerTypes.php (added)
-
tags/0.8.4/lib/model/QuizMaster_Model_Email.php (added)
-
tags/0.8.4/lib/model/QuizMaster_Model_Lock.php (added)
-
tags/0.8.4/lib/model/QuizMaster_Model_LockMapper.php (added)
-
tags/0.8.4/lib/model/QuizMaster_Model_Mapper.php (added)
-
tags/0.8.4/lib/model/QuizMaster_Model_Model.php (added)
-
tags/0.8.4/lib/model/QuizMaster_Model_Question.php (added)
-
tags/0.8.4/lib/model/QuizMaster_Model_QuestionMapper.php (added)
-
tags/0.8.4/lib/model/QuizMaster_Model_Quiz.php (added)
-
tags/0.8.4/lib/model/QuizMaster_Model_QuizMapper.php (added)
-
tags/0.8.4/lib/model/QuizMaster_Model_QuizQuestion.php (added)
-
tags/0.8.4/lib/model/QuizMaster_Model_Score.php (added)
-
tags/0.8.4/lib/model/QuizMaster_Model_ScoreMapper.php (added)
-
tags/0.8.4/lib/model/QuizMaster_Model_ScoreQuestion.php (added)
-
tags/0.8.4/lib/model/answer_types (added)
-
tags/0.8.4/lib/model/answer_types/QuizMaster_Answer_Fill_Blank.php (added)
-
tags/0.8.4/lib/model/answer_types/QuizMaster_Answer_Free.php (added)
-
tags/0.8.4/lib/model/answer_types/QuizMaster_Answer_MultipleChoice.php (added)
-
tags/0.8.4/lib/model/answer_types/QuizMaster_Answer_SingleChoice.php (added)
-
tags/0.8.4/lib/model/answer_types/QuizMaster_Answer_Sorting.php (added)
-
tags/0.8.4/lib/model/question_types (added)
-
tags/0.8.4/lib/model/question_types/QuizMaster_Question_FillBlank.php (added)
-
tags/0.8.4/lib/model/question_types/QuizMaster_Question_Free.php (added)
-
tags/0.8.4/lib/model/question_types/QuizMaster_Question_MultipleChoice.php (added)
-
tags/0.8.4/lib/model/question_types/QuizMaster_Question_SingleChoice.php (added)
-
tags/0.8.4/lib/model/question_types/QuizMaster_Question_Sorting.php (added)
-
tags/0.8.4/lib/view (added)
-
tags/0.8.4/lib/view/QuizMaster_View_FrontQuiz.php (added)
-
tags/0.8.4/lib/view/QuizMaster_View_GlobalHelperTabs.php (added)
-
tags/0.8.4/lib/view/QuizMaster_View_InfoAdaptation.php (added)
-
tags/0.8.4/lib/view/QuizMaster_View_QuestionOverall.php (added)
-
tags/0.8.4/lib/view/QuizMaster_View_QuestionOverallTable.php (added)
-
tags/0.8.4/lib/view/QuizMaster_View_QuizOverall.php (added)
-
tags/0.8.4/lib/view/QuizMaster_View_QuizOverallTable.php (added)
-
tags/0.8.4/lib/view/QuizMaster_View_Score.php (added)
-
tags/0.8.4/lib/view/QuizMaster_View_StyleManager.php (added)
-
tags/0.8.4/lib/view/QuizMaster_View_Support.php (added)
-
tags/0.8.4/lib/view/QuizMaster_View_Taxonomies.php (added)
-
tags/0.8.4/lib/view/QuizMaster_View_View.php (added)
-
tags/0.8.4/quizmaster.php (added)
-
tags/0.8.4/quizmaster.png (added)
-
tags/0.8.4/readme.txt (added)
-
tags/0.8.4/templates (added)
-
tags/0.8.4/templates/emails (added)
-
tags/0.8.4/templates/emails/email-footer.php (added)
-
tags/0.8.4/templates/emails/email-header.php (added)
-
tags/0.8.4/templates/emails/plain (added)
-
tags/0.8.4/templates/emails/plain/email-footer.php (added)
-
tags/0.8.4/templates/emails/plain/email-header.php (added)
-
tags/0.8.4/templates/emails/plain/student-completion.php (added)
-
tags/0.8.4/templates/emails/plain/teacher-completion.php (added)
-
tags/0.8.4/templates/emails/student-completion.php (added)
-
tags/0.8.4/templates/emails/teacher-completion.php (added)
-
tags/0.8.4/templates/question (added)
-
tags/0.8.4/templates/question.php (added)
-
tags/0.8.4/templates/question/fill_blank.php (added)
-
tags/0.8.4/templates/question/free.php (added)
-
tags/0.8.4/templates/question/multiple.php (added)
-
tags/0.8.4/templates/question/single.php (added)
-
tags/0.8.4/templates/question/sorting.php (added)
-
tags/0.8.4/templates/quiz (added)
-
tags/0.8.4/templates/quiz.php (added)
-
tags/0.8.4/templates/quiz/body.php (added)
-
tags/0.8.4/templates/quiz/button-back.php (added)
-
tags/0.8.4/templates/quiz/button-check.php (added)
-
tags/0.8.4/templates/quiz/button-finish.php (added)
-
tags/0.8.4/templates/quiz/button-hint.php (added)
-
tags/0.8.4/templates/quiz/button-next.php (added)
-
tags/0.8.4/templates/quiz/button-skip.php (added)
-
tags/0.8.4/templates/quiz/category.php (added)
-
tags/0.8.4/templates/quiz/check.php (added)
-
tags/0.8.4/templates/quiz/footer.php (added)
-
tags/0.8.4/templates/quiz/header.php (added)
-
tags/0.8.4/templates/quiz/info.php (added)
-
tags/0.8.4/templates/quiz/load-box.php (added)
-
tags/0.8.4/templates/quiz/loader.php (added)
-
tags/0.8.4/templates/quiz/locked.php (added)
-
tags/0.8.4/templates/quiz/question-buttons.php (added)
-
tags/0.8.4/templates/quiz/question-item.php (added)
-
tags/0.8.4/templates/quiz/question-points.php (added)
-
tags/0.8.4/templates/quiz/question-response.php (added)
-
tags/0.8.4/templates/quiz/registered.php (added)
-
tags/0.8.4/templates/quiz/results-box.php (added)
-
tags/0.8.4/templates/quiz/review.php (added)
-
tags/0.8.4/templates/quiz/start.php (added)
-
tags/0.8.4/templates/quiz/time.php (added)
-
tags/0.8.4/templates/reports (added)
-
tags/0.8.4/templates/reports/score-filter.php (added)
-
tags/0.8.4/templates/reports/score-history.php (added)
-
tags/0.8.4/templates/reports/score-modal.php (added)
-
tags/0.8.4/templates/reports/score-question-table.php (added)
-
tags/0.8.4/templates/reports/score-tab.php (added)
-
tags/0.8.4/templates/reports/score-table.php (added)
-
tags/0.8.4/templates/reports/scores.php (added)
-
tags/0.8.4/templates/reports/student-login.php (added)
-
tags/0.8.4/templates/score.php (added)
-
tags/0.8.4/uninstall.php (added)
-
trunk/fields/fieldgroups/quiz.php (modified) (1 diff)
-
trunk/lib/controller/QuizMaster_Controller_Front.php (modified) (1 diff)
-
trunk/lib/model/QuizMaster_Model_QuizQuestion.php (modified) (2 diffs)
-
trunk/lib/model/quiz_types (deleted)
-
trunk/quizmaster.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quizmaster/trunk/fields/fieldgroups/quiz.php
r1720872 r1724526 320 320 'type' => 'true_false', 321 321 'instructions' => 'If you enable this option, the user is forced to answer each question. If the option "Question overview" is activated, this notification will appear after end of the quiz, otherwise after each question.', 322 'required' => 0,323 'conditional_logic' => 0,324 'wrapper' => array (325 'width' => '',326 'class' => '',327 'id' => '',328 ),329 ),330 array (331 'default_value' => 0,332 'message' => '',333 'ui' => 0,334 'ui_on_text' => '',335 'ui_off_text' => '',336 'key' => 'field_588c61a5a3acd',337 'label' => 'Hide question position overview',338 'name' => 'qmqu_hide_question_position_overview',339 'type' => 'true_false',340 'instructions' => 'If you enable this option, the question position overview is hidden.',341 322 'required' => 0, 342 323 'conditional_logic' => 0, -
quizmaster/trunk/lib/controller/QuizMaster_Controller_Front.php
r1721377 r1724526 193 193 194 194 $view = apply_filters( 'quizmaster_view_before_render', $view ); 195 if ($maxQuestion) { 196 $content = $view->showMaxQuestion(); 197 } else { 198 $content = $view->show(); 199 } 195 $content = $view->show(); 200 196 201 197 if( $return ) { -
quizmaster/trunk/lib/model/QuizMaster_Model_QuizQuestion.php
r1719957 r1724526 39 39 // selective approach: remove one quiz 40 40 $quizzes = get_field( QUIZMASTER_QUESTION_QUIZ_SELECTOR_FIELD, $questionId ); 41 42 if( empty( $quizzes )) { 43 return; 44 } 45 41 46 if( ( $key = array_search( $quizId, $quizzes )) !== false ) { 42 47 unset($quizzes[$key]); … … 110 115 // adds quiz to list of selected quizzes associated from question editor 111 116 $quizzes = get_field( QUIZMASTER_QUESTION_QUIZ_SELECTOR_FIELD, $questionId ); 117 118 if( empty( $quizzes )) { 119 return; 120 } 121 112 122 if( !in_array( $quizId, $quizzes )) { 113 123 $quizzes[] = $quizId; -
quizmaster/trunk/quizmaster.php
r1721377 r1724526 4 4 Plugin URI: http://wordpress.org/extend/plugins/quizmaster 5 5 Description: Best free quiz plugin for WordPress. 6 Version: 0.8. 36 Version: 0.8.4 7 7 Author: GoldHat Group 8 8 Author URI: https://wpquizmaster.com … … 12 12 */ 13 13 14 define('QUIZMASTER_VERSION', '0.8. 3');14 define('QUIZMASTER_VERSION', '0.8.4'); 15 15 define('QUIZMASTER_DEV', true); 16 16 define('QUIZMASTER_PATH', dirname(__FILE__)); -
quizmaster/trunk/readme.txt
r1721377 r1724526 5 5 Requires at least: 4.0 6 6 Tested up to: 4.8.1 7 Stable tag: 0.8. 37 Stable tag: 0.8.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 51 51 52 52 == Changelog == 53 54 = 0.8.4 = 55 56 Fixes for max questions error and quiz/question association bug. 53 57 54 58 = 0.8.3 =
Note: See TracChangeset
for help on using the changeset viewer.