Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/pages/AssessmentShow/Question.tsx

Summary

Maintainability
B
5 hrs
Test Coverage

Function Question has 131 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Question = (props: QuestionProps): JSX.Element => {
  const { of: question, index, dragging, draggedTo, disabled } = props;
  const { t } = useTranslation();
  const [duplicating, setDuplicating] = useState(false);

There are no issues that match your filters.

Category
Status