Feature #1668

Allow to set explicit label for AB test

Added by Giulio Moro about 8 years ago. Updated about 8 years ago.

Status:In ProgressStart date:2016-03-13
Priority:NormalDue date:
Assignee:-% Done:

0%

Category:-
Target version:-

Description

e.g.: for creating training pages

History

#1 Updated by Giulio Moro about 8 years ago

  • Status changed from New to In Progress
  • Assignee deleted (Giulio Moro)

Done in 19c17f5fa999 .
you need to set label="given" in <page> and then add an explicit label="displayedLabel" in each <audioelement>
e.g.:

<page id='test-0' hostURL="example_eval/" randomiseOrder='true' repeatCount='0' loop='true' showElementComments='true' loudness="-12" label="given">
        <audioelement url="0.wav" id="track-0" label="zero"/>

not currently supported by the editor

#2 Updated by Nicholas Jillings about 8 years ago

This is in the editor, when you modify the test-specification.xsd it will modify the editor. The only parts where this is not the case is editing the survey items.

#3 Updated by Nicholas Jillings about 8 years ago

A better way to do this is allow for automatic generation, but if the <audioelement> label attribute is set, then use the set label. Otherwise you'll run into the situation where <page label="given"> but the audio element labels are not set and you will not discover this until the page is shown.

The same effect could be achieved without modifying, or even including, the <page label> attribute and setting the <audioelement> label attributes then.

Also available in: Atom PDF