Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/pages/AssessmentGenerate/selectors.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function getAssessmentGenerateQuestionsData has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const getAssessmentGenerateQuestionsData = (
  state: AppState,
): GenerationPageState => {
  const internalState = state.assessments.generatePage;
  const conversationMetadata = Object.values(internalState.conversations)

There are no issues that match your filters.

Category
Status