Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/submission/components/TextResponseSolutions.jsx

Summary

Maintainability
B
4 hrs
Test Coverage

Function renderTextResponseComprehensionPoint has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function renderTextResponseComprehensionPoint(point) {
  return (
    <>
      <br />
      <Typography variant="h6">

Function renderTextResponseSolutions has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function renderTextResponseSolutions(question) {
  return (
    <>
      <hr />
      <Typography variant="h6">

Function renderTextResponseComprehensionGroup has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function renderTextResponseComprehensionGroup(group) {
  return (
    <>
      <br />
      <Typography variant="h6">

There are no issues that match your filters.

Category
Status