diff --git a/server/vbv_lernwelt/dashboard/graphql/types/feedback.py b/server/vbv_lernwelt/dashboard/graphql/types/feedback.py index 427b91ef..458d27c0 100644 --- a/server/vbv_lernwelt/dashboard/graphql/types/feedback.py +++ b/server/vbv_lernwelt/dashboard/graphql/types/feedback.py @@ -74,7 +74,7 @@ def feedback_responses( _id=course_id, # noqa satisfaction_average=avg, # noqa satisfaction_max=4, # noqa - total_responses=len(fbs), # noqa + total_responses=len(circle_feedbacks), # noqa ), )