Quiz breakdown not visible in buddypress courses tab
-
When I view the courses section in my buddypress profile, I can see the course progression fine, but the quizzes section does not display even though I have quiz attempts.
The problem seems to be the data structure of the multidimensional array for $quiz_attempts in courses.php.
(line 137) <?php if ( ! empty( $quiz_attempts[ $course_id ] ) ) : ?>
This always returns empty as course_id is deeper inside the multidimensional array and not at the top level. Likewise for all the variables looked for inside the loop (e.g. has_graded).Just wondering if this will ever be fixed or is it something that I’ll have to override myself in my child theme.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Quiz breakdown not visible in buddypress courses tab’ is closed to new replies.