Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/pages/AssessmentStatistics/AssessmentStatisticsPage.tsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function AssessmentStatisticsPage has 86 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const AssessmentStatisticsPage: FC = () => {
  const { t } = useTranslation();
  const [tabValue, setTabValue] = useState('marksPerQuestion');
  const [includePhantom, setIncludePhantom] = useState(false);

There are no issues that match your filters.

Category
Status