Pseudocode
3 years ago in HTML
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
<script type="text/javascript" src="Scripts/jquery.js"></script>
<script type="text/javascript" src="Scripts/jqueryui.js"></script>
<script type="text/javascript" src="Scripts/lib.js"></script>
<script type="text/javascript" src="Scripts/md5.js"></script>
<link rel="stylesheet" type="text/css" href="media/styles.css">
<link rel="stylesheet" href="Scripts/jqueryui.css">
<title>Pseudocode Challenge</title>
<script type="text/javascript">
window._mNHandle = window._mNHandle || {};
window._mNHandle.queue = window._mNHandle.queue || [];
medianet_versionId = "3121199";
</script>
<script src="//contextual.media.net/dmedianet.js?cid=8CUCE5TQG" async="async"></script>
</head>
<body>
<div class="box"><img src="media/title.png" />
<div><p>Your progress:</p></div>
<div id="status_bar"></div>
<div id="764347112">
<script type="text/javascript">
try {
window._mNHandle.queue.push(function (){
window._mNDetails.loadTag("764347112", "728x90", "764347112");
});
}
catch (error) {}
</script>
</div>
</div>
<div>
<div id="points" class="box"><span id="score" class="points_number">0</span> points
<div><button id="btn_showChallenges">Challenges</button></div>
</div>
<div class="box">
<h1>Instructions</h1>
Pseudocode is a way of describing the logical steps that a program will have to follow. It's not code that a computer will run: it's designed for programmers to use to plan how to solve a problem.
<p>Edexcel have defined the syntax that they'll use in pseudocode exam questions <a href="media/edexcel_pseudocode.pdf" target="_blank">here<img style="float:right;" src="media/edexcel.png"></a>. You need to be able to understand it but you can write pseudocode in an exam using any style of pseudocode providing <em>"its meaning could be reasonably inferred by a competent programmer"</em></p>
<p>Click on the Challenges button in the top right of the screen to get started</p>
<div class="note"><h2>Note:</h2>
<p>The password to each challenge is the output that the algorithm sends to the display</p>
</div>
</div>
<div id="content" class="box">
</div>
</div>
<div id="dlg" title="Enter password">
<input id="dlg_password">
<button id="btn_dlgOK">OK</button>
<button id="btn_dlgCancel">Cancel</button>
</div>
</body>
</html>