StudentRatingDashboardHookReturn
This hook is used in the StudentRatingDashboard component as default.
const {
ratingValue,
ratingDeviation,
maxRatingDeviation,
ratingValueTrend,
ratingDeviationTrend,
spiderGraphData,
histogramData
lineGraphData,
isLoading,
} = useStudentRatingDashboard()
Generated using TypeDoc
useStudentRatingDashboard hook
Fetches the student ratings and calculates the data for student rating dashboard.