This fixes the following tests(T stands for toy, F stands for factory made): T import_textbook_as_content_element (needed to add a textbook to toy) F static_tab_reordering T import polls (needed to add a poll to toy) T xlint_fails F delete T about_overrides (needed to add an about override to toy) F remove_hide_progress_tab
7 lines
259 B
XML
7 lines
259 B
XML
<sequential>
|
|
<poll_question name="T1_changemind_poll_foo" display_name="Change your answer" reset="false">
|
|
<p>Have you changed your mind?</p>
|
|
<answer id="yes">Yes</answer>
|
|
<answer id="no">No</answer>
|
|
</poll_question>
|
|
</sequential> |