Skip to content

Commit

Permalink
update draft quiz message
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairraeen committed Oct 26, 2023
1 parent f94d362 commit ade551f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/classes/class-qmn-quiz-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -1577,7 +1577,7 @@ public function ajax_submit_results() {
if ( 'publish' !== $post_status ) {
echo wp_json_encode(
array(
'display' => __( 'This quiz is in draft mode and is not recording your responses. Please publish the quiz to start recording your results.', 'quiz-master-next' ),
'display' => __( 'This quiz is in draft mode and is not recording your responses. Please publish the quiz to start recording your responses.', 'quiz-master-next' ),
'redirect' => false,
'result_status' => array(
'save_response' => false,
Expand Down

0 comments on commit ade551f

Please sign in to comment.