forked from Open-CT/openct-tasks
68 lines
2.5 KiB
HTML
68 lines
2.5 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>training-array-1D</title>
|
|
<script>
|
|
window.stringsLanguage = 'fr';
|
|
</script>
|
|
<script class="remove" type="text/javascript" src="../../../_common/modules/pemFioi/importModules-1.4-mobileFirst.js" id="import-modules"></script>
|
|
<script class="remove" type="text/javascript">
|
|
var modulesPath = '../../../_common/modules/'
|
|
importModules([
|
|
'jquery-1.7.1', 'JSON-js', 'raphael-2.2.1', 'beaver-task-2.0', 'jschannel', 'raphaelFactory-1.0', 'delayFactory-1.0', 'simulationFactory-1.0',
|
|
'platform-pr', 'buttonsAndMessages', 'beav-1.0', 'installationAPI.01', 'miniPlatform',
|
|
'conceptDisplay-1.0', 'conceptViewer-1.0', 'conceptViewer_css-1.0',
|
|
'taskStyles-mobileFirst', 'blockly-robot-0.9']);
|
|
// set Blockly as default language when none is specified through ?language=
|
|
importLanguageModules('blockly');
|
|
</script>
|
|
<script class="remove" type="text/javascript">
|
|
var json = {
|
|
"id": "http://castor-informatique.fr/questions/algorea_training/training-array-1D",
|
|
"language": "en",
|
|
"version": "fr.01",
|
|
"authors": "Mathias Hiron",
|
|
"translators": [],
|
|
"license": "",
|
|
"taskPathPrefix": "",
|
|
"modulesPathPrefix": "",
|
|
"browserSupport": [],
|
|
"acceptedAnswers": [""],
|
|
"fullFeedback": true,
|
|
"minWidth": "auto"
|
|
};
|
|
</script>
|
|
<script type="text/javascript" src="task.js"></script>
|
|
</head>
|
|
<body onresize="task.displayedSubTask.updateScale()">
|
|
<div id="task">
|
|
<h1>Dernière ligne</h1>
|
|
<img src="green_robot.png" style="display:none" />
|
|
<img src="paint.png" style="display:none" />
|
|
<img src="marker.png" style="display:none" />
|
|
<img src="icon.png" style="display:none" />
|
|
|
|
<div id="tabsContainer"></div>
|
|
<div id="taskContent">
|
|
<div id="taskIntro">
|
|
<p>
|
|
taskIntro
|
|
<span class="easy">easy</span>
|
|
<span class="medium">medium</span>
|
|
<span class="hard">hard</span>
|
|
</p>
|
|
<p>
|
|
<span class="short">short text</span>
|
|
<span class="long text">long text</span>
|
|
</p>
|
|
</div>
|
|
<div id="gridContainer"></div>
|
|
<div id="blocklyLibContent"></div>
|
|
</div>
|
|
|
|
</div><!-- task -->
|
|
</body>
|
|
</html>
|
|
|