BrechtDeMan / WebAudioEvaluationTool

A tool based on the HTML5 Web Audio API to perform perceptual audio evaluation tests locally or on remote machines over the web.
https://code.soundsoftware.ac.uk/projects/webaudioevaluationtool
GNU General Public License v3.0
114 stars 37 forks source link

Timeline interface bugs #168

Closed BrechtDeMan closed 7 years ago

BrechtDeMan commented 7 years ago

The following workflow produces unexpected results:

Start the test, play first sample, click somewhere and comment. Then click Next. It says 'You have not played track Fragment 1.' which is good. However, it goes to the second page anyway. The same thing happens on the second page even if you again only play one of the fragments.

Safari v8.0.4

With most recent version from the examples.

nickjillings commented 7 years ago

Can you confirm which track (Dev / master) this is in, as I've recently solved some bugs on Timeline which caused similar effects.

BrechtDeMan commented 7 years ago

You're right! Solved as soon as this is merged into the master branch.

http://webprojects.eecs.qmul.ac.uk/bdm30/master/test.html?url=tests/examples/timeline.xml vs http://webprojects.eecs.qmul.ac.uk/bdm30/dev_main/test.html?url=tests/examples/timeline.xml

BrechtDeMan commented 7 years ago

This is still an issue, see the above links which show the current state of both branches.

The latter now gives the error

element commentquestion: Schemas validity error : Element 'commentquestion': This element is not expected. Expected is one of ( audioelement, commentquestions, survey ).

BrechtDeMan commented 7 years ago

Sorry, tested cached version - but now there is no checking for playback even though the XML specifies this (new issue?)

nickjillings commented 7 years ago

@BrechtDeMan Yes that will be a new bug.

BrechtDeMan commented 7 years ago

New issue #185; closing this one.