fix: circle feedback count
This commit is contained in:
parent
37b2042e7f
commit
8f3d2d316d
|
|
@ -74,7 +74,7 @@ def feedback_responses(
|
||||||
_id=course_id, # noqa
|
_id=course_id, # noqa
|
||||||
satisfaction_average=avg, # noqa
|
satisfaction_average=avg, # noqa
|
||||||
satisfaction_max=4, # noqa
|
satisfaction_max=4, # noqa
|
||||||
total_responses=len(fbs), # noqa
|
total_responses=len(circle_feedbacks), # noqa
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue