File tree 4 files changed +0
-10
lines changed
tests/certification/shared/unit/domain/models
4 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -691,9 +691,6 @@ ENABLE_KNEX_PERFORMANCE_MONITORING=false
691
691
# FLASH METHOD CHALLENGES
692
692
# ========
693
693
694
- # Number of challenges given to the user during a flash test.
695
- NUMBER_OF_CHALLENGES_FOR_FLASH_METHOD = 48
696
-
697
694
# Success probability threshold used to compute the minimum capability
698
695
# to succeed on a challenge
699
696
SUCCESS_PROBABILITY_THRESHOLD = 0.95
Original file line number Diff line number Diff line change @@ -278,7 +278,6 @@ const configuration = (function () {
278
278
garAccessV2 : toBoolean ( process . env . GAR_ACCESS_V2 ) ,
279
279
maxReachableLevel : _getNumber ( process . env . MAX_REACHABLE_LEVEL , 5 ) ,
280
280
newYearOrganizationLearnersImportDate : _getDate ( process . env . NEW_YEAR_ORGANIZATION_LEARNERS_IMPORT_DATE ) ,
281
- numberOfChallengesForFlashMethod : _getNumber ( process . env . NUMBER_OF_CHALLENGES_FOR_FLASH_METHOD ) ,
282
281
successProbabilityThreshold : parseFloat ( process . env . SUCCESS_PROBABILITY_THRESHOLD ?? '0.95' ) ,
283
282
pixCertifScoBlockedAccessDateLycee : process . env . PIX_CERTIF_SCO_BLOCKED_ACCESS_DATE_LYCEE ,
284
283
pixCertifScoBlockedAccessDateCollege : process . env . PIX_CERTIF_SCO_BLOCKED_ACCESS_DATE_COLLEGE ,
@@ -507,7 +506,6 @@ const configuration = (function () {
507
506
config . features . dayBeforeCompetenceResetV2 = 7 ;
508
507
config . features . garAccessV2 = false ;
509
508
config . features . maxReachableLevel = 5 ;
510
- config . features . numberOfChallengesForFlashMethod = 10 ;
511
509
config . features . pixCertifScoBlockedAccessDateLycee = null ;
512
510
config . features . pixCertifScoBlockedAccessDateCollege = null ;
513
511
Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ describe('Unit | Domain | Models | FlashAssessmentAlgorithm | FlashAssessmentAlg
92
92
const remainingAnswersToGive = 1 ;
93
93
const initialCapacity = config . v3Certification . defaultCandidateCapacity ;
94
94
const computedCapacity = 2 ;
95
- config . features . numberOfChallengesForFlashMethod = 20 ;
96
95
const algorithm = new FlashAssessmentAlgorithm ( {
97
96
flashAlgorithmImplementation,
98
97
configuration : _getAlgorithmConfig ( {
@@ -166,7 +165,6 @@ describe('Unit | Domain | Models | FlashAssessmentAlgorithm | FlashAssessmentAlg
166
165
const remainingAnswersToGive = 1 ;
167
166
const initialCapacity = config . v3Certification . defaultCandidateCapacity ;
168
167
const computedCapacity = 2 ;
169
- config . features . numberOfChallengesForFlashMethod = 20 ;
170
168
const algorithm = new FlashAssessmentAlgorithm ( {
171
169
flashAlgorithmImplementation,
172
170
configuration : _getAlgorithmConfig ( {
Original file line number Diff line number Diff line change @@ -661,9 +661,6 @@ ENABLE_KNEX_PERFORMANCE_MONITORING=false
661
661
# FLASH METHOD CHALLENGES
662
662
# ========
663
663
664
- # Number of challenges given to the user during a flash test.
665
- NUMBER_OF_CHALLENGES_FOR_FLASH_METHOD = 48
666
-
667
664
# Success probability threshold used to compute the minimum capability
668
665
# to succeed on a challenge
669
666
SUCCESS_PROBABILITY_THRESHOLD = 0.95
You can’t perform that action at this time.
0 commit comments