Skip to content

Commit

Permalink
merge php8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tungnxt89 committed Jan 5, 2023
2 parents df7df45 + f679a80 commit 29b0435
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ public function get_quiz_results( $quiz, $get_question = false ) {
'passing_grade' => $quiz->get_passing_grade(),
'negative_marking' => $quiz->get_negative_marking(),
'instant_check' => $quiz->get_instant_check(),
'retake_count' => absint( $quiz->get_retake_count() ),
'retake_count' => (float) $quiz->get_retake_count(),
'questions_per_page' => $quiz->get_pagination(),
'page_numbers' => get_post_meta( $quiz->get_id(), '_lp_pagination_numbers', true ) === 'yes',
'review_questions' => $quiz->get_review_questions(),
Expand Down

0 comments on commit 29b0435

Please sign in to comment.