See RatingDashboardHookReturn.
const {
isLoading,
userRatingValue,
ratingValue,
ratingDeviation,
maxRatingDeviation,
ratingDeviationTrend,
ratingValueTrend,
spiderGraphData,
lineGraphData,
histogramData
} = useStudentRatingDashboard()
Generated using TypeDoc
Custom hook to retrieve and process student rating data for the rating dashboard.
This hook fetches the rating of a student and calculates the data for the visualizations on the rating dashboard.