client/app/bundles/course/survey/containers/ResponseForm/ResponseSection.jsx
Function ResponseSection
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const ResponseSection = (props) => {
const { control, disabled, section, sectionIndex } = props;
const { fields: questionFields } = useFieldArray({
control,
name: `sections.${sectionIndex}.questions`,
- Create a ticketCreate a ticket