beaqlejs icon indicating copy to clipboard operation
beaqlejs copied to clipboard

mushra test won't display reference correctly.

Open drewbitllama opened this issue 7 years ago • 0 comments

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",
        }
    },
  ]
}

drewbitllama avatar Jan 19 '18 18:01 drewbitllama