Coursemology/coursemology2

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

Summary

Maintainability
A
1 hr
Test Coverage

Function AllAttemptsIndex has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const AllAttemptsIndex: FC<Props> = (props) => {
  const { curAnswerId, index } = props;
  const { t } = useTranslation();
  const { courseId, assessmentId } = useParams();

There are no issues that match your filters.

Category
Status