Coursemology/coursemology2

View on GitHub
client/app/bundles/course/survey/containers/ResponseForm/ResponseAnswer.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function ResponseAnswer has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ResponseAnswer = (props) => {
  const { TEXT, MULTIPLE_CHOICE, MULTIPLE_RESPONSE } = questionTypes;
  const { control, disabled, intl, question, questionIndex, sectionIndex } =
    props;
  if (!question) {

There are no issues that match your filters.

Category
Status