We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the following config file won't display the reference correctly: It instead treats the reference simply as another test item.
// configure the test here var TestConfig = { "TestName": "Mushra Demo Test", "RateScalePng": "img/scale_abs.png", "RateScaleBgPng": "img/scale_abs_background.png", "RateMinValue": 0, "RateMaxValue": 100, "RateDefaultValue":0, "ShowFileIDs": false, "ShowResults": false, "LoopByDefault": true, "EnableABLoop": true, "EnableOnlineSubmission": false, "BeaqleServiceURL": "", "SupervisorContact": "", "RandomizeTestOrder": false, "MaxTestsPerRun": 3, "RequireMaxRating": false, "Testsets": [ // { "Name": "MyTest", "TestID": "id1", "Files": { "Reference": "audio/1_5.wav", "1": "audio/1_1.wav", "2": "audio/1_2.wav", "3": "audio/1_3.wav", "4": "audio/1_4.wav", } }, ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the following config file won't display the reference correctly:
It instead treats the reference simply as another test item.
The text was updated successfully, but these errors were encountered: