Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/submission/components/answers/index.tsx

Summary

Maintainability
B
5 hrs
Test Coverage

Function SubmissionAnswer has 126 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const SubmissionAnswer = <T extends keyof typeof QuestionType>(
  props: SubmissionAnswerProps<T>,
): JSX.Element => {
  const {
    answerId,

There are no issues that match your filters.

Category
Status