commandKeywords |
Type : []
|
Default value : [
'pause',
'goto',
'terminate',
'resume',
'debug'
]
|
context |
Default value : require.context('./', true, /\.spec\.ts$/)
|
require |
Type : any
|
environment |
Type : object
|
Default value : {
production: false,
testcenterUrl: '/api/',
appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen',
apiVersionExpected: '11.3.0',
veronaApiVersionSupported: '2.1.0'
}
|
environment |
Type : object
|
Default value : {
production: false,
testcenterUrl: 'http://backend-mock:4010/',
appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen',
apiVersionExpected: '11.3.0',
veronaApiVersionSupported: '2.1.0'
}
|
environment |
Type : object
|
Default value : {
production: true,
testcenterUrl: '/api/',
appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen',
apiVersionExpected: '11.3.0',
veronaApiVersionSupported: '2.1.0'
}
|
environment |
Type : object
|
Default value : {
production: false,
testcenterUrl: 'http://localhost/2020/testcenter-iqb-php/',
appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen',
apiVersionExpected: '11.0.0',
veronaApiVersionSupported: '2.1.0'
}
|
IQBFileTypes |
Default value : ['Testtakers', 'Booklet', 'SysCheck', 'Resource', 'Unit'] as const
|
localStorageAuthDataKey |
Type : string
|
Default value : 'iqb-tc-a'
|
localStorageTestConfigKey |
Type : string
|
Default value : 'iqb-tc-c'
|
standardBackgroundBody |
Type : string
|
Default value : '#003333 linear-gradient(to bottom, #003333, #045659, #0d7b84, #1aa2b2, #2acae5)'
|
standardBackgroundBox |
Type : string
|
Default value : 'lightgray'
|
standardLogo |
Type : string
|
Default value : 'assets/IQB-LogoA.png'
|
srcDoc |
Type : any
|
srcDoc |
Type : any
|
testControllerRouteGuards |
Type : []
|
Default value : [TestControllerDeactivateGuard, TestControllerErrorPausedActivateGuard]
|
unitRouteGuards |
Type : []
|
Default value : [UnitActivateGuard, UnitDeactivateGuard]
|