Skip to content
New issue

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

mushra test won't display reference correctly. #5

Open
drewbitllama opened this issue Jan 19, 2018 · 0 comments
Open

mushra test won't display reference correctly. #5

drewbitllama opened this issue Jan 19, 2018 · 0 comments

Comments

@drewbitllama
Copy link

drewbitllama commented Jan 19, 2018

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",
        }
    },
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant