Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/question/programming/NewProgrammingQuestionPage.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function NewProgrammingQuestionPage has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const NewProgrammingQuestionPage = (): JSX.Element => {
  const [id, setId] = useState<number>();
  const [persisted, setPersisted] = useState(false);

  const createOrUpdate = (

There are no issues that match your filters.

Category
Status