From 910fc31d873dad28f799eb377829cb34ca1011f3 Mon Sep 17 00:00:00 2001 From: Jason Coleman Date: Wed, 29 Jan 2025 16:03:20 -0500 Subject: [PATCH] Get info from $attempt_question instead. --- templates/quiz/results-attempt-questions-list.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/quiz/results-attempt-questions-list.php b/templates/quiz/results-attempt-questions-list.php index ce42c80926..71badbb6bc 100644 --- a/templates/quiz/results-attempt-questions-list.php +++ b/templates/quiz/results-attempt-questions-list.php @@ -24,8 +24,8 @@ $quiz_question = $attempt_question->get_question(); if ( ! $quiz_question ) { // Question missing/deleted. ?> -
  • @@ -33,7 +33,7 @@

    - get( 'points' ) ) : ?> + get( 'points' ) ) : ?> get( 'earned' ), $attempt_question->get( 'points' ) ) ); ?>