Skip to content

Commit 67cebf9

Browse files
authored
Merge pull request #2670 from intersective/2.4.y/CORE-8198/increase-min-ques-10
[CORE-8198] changed 8 to 10 max
2 parents 7e8ea91 + 0547916 commit 67cebf9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

projects/v3/src/app/components/assessment/assessment.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import { ActivityService } from '@v3/app/services/activity.service';
2020
import { FileInput, Question, SubmitActions } from '../types/assessment';
2121
import { FileUploadComponent } from '../file-upload/file-upload.component';
2222

23-
const MIN_SCROLLING_PAGES = 8; // minimum number of pages to show pagination scrolling
24-
const MAX_QUESTIONS_PER_PAGE = 8; // maximum number of questions to display per paginated view (controls pagination granularity)
23+
const MIN_SCROLLING_PAGES = 10; // minimum number of pages to show pagination scrolling
24+
const MAX_QUESTIONS_PER_PAGE = 10; // maximum number of questions to display per paginated view (controls pagination granularity)
2525

2626
/**
2727
* Assessment Component with optional pagination feature

0 commit comments

Comments
 (0)