- Moving xmodule folder to root as we're dissolving sub-projects of common folder in edx-platform
- More info: https://openedx.atlassian.net/browse/BOM-2579
- -e common/lib/xmodule has been removed from the requirements as xmodule has itself become the part of edx-platform and not being installed through requirements
- The test files common/lib/xmodule/test_files/ have been removed as they are not being used anymore
20 lines
678 B
HTML
20 lines
678 B
HTML
<div class="split-test-view" id="split-test">
|
|
<select class="split-test-select">
|
|
<option value="0">Group 0</option>
|
|
<option value="1">Group 1</option>
|
|
<option value="2">Group 2</option>
|
|
</select>
|
|
|
|
<div class="split-test-child" data-group-id="0">
|
|
<div class='condition-text'>condition 0</div>
|
|
</div>
|
|
<div class="split-test-child" data-group-id="1">
|
|
<div class='condition-text'>condition 1</div>
|
|
</div>
|
|
<div class="split-test-child" data-group-id="2">
|
|
<div class='condition-text'>condition 2</div>
|
|
</div>
|
|
|
|
<div class='split-test-child-container'></div>
|
|
</div>
|