Commit d7723f0e by Chris Dodge

wip

parent 3c8c0c0e
...@@ -18,6 +18,28 @@ ...@@ -18,6 +18,28 @@
{% endblocktrans %} {% endblocktrans %}
</h3> </h3>
<h1> {{exam_code}}</h1> <h1> {{exam_code}}</h1>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
width="110"
height="14"
id="clippy" >
<param name="movie" value="/static/proctoring/clippy.swf"/>
<param name="allowScriptAccess" value="always" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param NAME="FlashVars" value="text={{exam_code}}">
<param name="bgcolor" value="#ffffff">
<embed src="/static/proctoring/clippy.swf"
width="110"
height="14"
name="clippy"
quality="high"
allowScriptAccess="always"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
FlashVars="text={{exam_code}}"
bgcolor="#ffffff"
/>
</object>
<p> <p>
{% blocktrans %} {% blocktrans %}
Please do not share this code. It can only be used once and it tied to your edX account. Please do not share this code. It can only be used once and it tied to your edX account.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment