Skip to content

Commit

Permalink
added removing data
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-pranav committed Dec 27, 2024
1 parent 7a9cef6 commit 2417700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php/classes/class-qmn-quiz-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@ public function shortcode_display_result( $atts ) {
'total_questions' => $result_data['total'],
'question_answers_array' => $quiz_result[1],
'comments' => '',
'result_id' => $id,
'total_possible_points' => $quiz_result['total_possible_points'],
'minimum_possible_points' => $quiz_result['minimum_possible_points'],
'total_attempted_questions' => $quiz_result['total_attempted_questions'],
Expand Down

0 comments on commit 2417700

Please sign in to comment.