Skip to content

Commit

Permalink
added the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vibina-et committed Sep 21, 2023
1 parent 49bd89f commit 841337e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/classes/class-qsm-install.php
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ public function register_default_settings() {
'option_tab' => 'text-other',
);
$mlwQuizMasterNext->pluginHelper->register_quiz_setting( $field_array, 'quiz_text' );
// Registers quick result wrong answer setting
// Registers limit the number of choices
$field_array = array(
'id' => 'quiz_limit_choice',
'label' => __( 'Limit of choice is reached.', 'quiz-master-next' ),
Expand Down

0 comments on commit 841337e

Please sign in to comment.