Skip to content

Commit

Permalink
Merge pull request #2362 from QuizandSurveyMaster/CU-85ztzq7vh-wporg-…
Browse files Browse the repository at this point in the history
…customize-message-when-user-exceeds-answer-limit

Label and tooltip is changed
  • Loading branch information
zubairraeen authored Sep 21, 2023
2 parents 3074c6d + 10fe08f commit 90f496b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/classes/class-qsm-install.php
Original file line number Diff line number Diff line change
Expand Up @@ -1449,10 +1449,10 @@ public function register_default_settings() {
// Registers limit the number of choices
$field_array = array(
'id' => 'quiz_limit_choice',
'label' => __( 'Limit of choice is reached.', 'quiz-master-next' ),
'label' => __( 'Answer choice limit message', 'quiz-master-next' ),
'type' => 'text',
'default' => __( 'Limit of choice is reached.', 'quiz-master-next' ),
'tooltip' => __( 'Limit of choice is reached.', 'quiz-master-next' ),
'tooltip' => __( 'Text to notify that the answer choice limit is exceeded in the multiple response type question.', 'quiz-master-next' ),
'option_tab' => 'text-other',
);
$mlwQuizMasterNext->pluginHelper->register_quiz_setting( $field_array, 'quiz_text' );
Expand Down

0 comments on commit 90f496b

Please sign in to comment.