Add the manual testing course for testing xml import/export across modulestores

This commit is contained in:
Calen Pennington
2014-07-16 09:08:13 -04:00
parent 8e0189bcf7
commit 4e67c2a9b3
188 changed files with 2039 additions and 2 deletions

View File

@@ -0,0 +1,33 @@
<h2>Link rewrite tests:</h2>
<p>
<a href="/jump_to/i4x://ManTestX/ManTest1/problem/009f9b6b79404206a2c316117099fed5">Jump to Sports Problem</a>
<a href="/jump_to_id/009f9b6b79404206a2c316117099fed5">Jump to Sports Problem by ID</a>
</p>
<h2>ZOOMING DIAGRAMS</h2>
<p>Some edX classes use extremely large, extremely detailed graphics. To make it easier to understand we can offer two versions of those graphics, with the zoomed section showing when you click on the main view.</p>
<p>The example below is from <a href="https://www.edx.org/course/mit/7-00x/introduction-biology-secret-life/1014" target="_blank">7.00x: Introduction to Biology</a> and shows a subset of the biochemical reactions that cells carry out. </p>
<p>You can view the chemical structures of the molecules by clicking on them. The magnified view also lists the enzymes involved in each step.</p>
<p class="sr">Press spacebar to open the magifier.</p>
<div class="zooming-image-place" style="position: relative;">
<a class="loupe" href="https://studio.edx.org/c4x/edX/DemoX/asset/pathways_detail_01.png">
<img alt="magnify" src="https://studio.edx.org/c4x/edX/DemoX/asset/pathways_overview_01.png" />
</a>
<div class="script_placeholder" data-src="https://studio.edx.org/c4x/edX/DemoX/asset/jquery.loupeAndLightbox.js" />
</div>
<script type="text/javascript">// <![CDATA[
JavascriptLoader.executeModuleScripts($('.zooming-image-place').eq(0), function() {
$('.loupe').loupeAndLightbox({
width: 350,
height: 350,
lightbox: false
});
$(document).keydown(function(event) {
if (event.keyCode == 32) {
event.preventDefault();
$('.loupe img').click();
}
});
});
// ]]></script>
<div id="ap_listener_added"></div>

View File

@@ -0,0 +1 @@
<html filename="82e9d374eeb944489d5decdb6b8fbd76" display_name="Zooming Image"/>