Restore changes in Sandy's revision 4a15473035 at Mon Jul 11 11:17:36 2016 -0400.

Esse commit está contido em:
Jonathan Sewall
2016-07-11 19:55:36 -04:00
commit 84d974c014
5 arquivos alterados com 103 adições e 13 exclusões
+77 -9
Ver Arquivo
@@ -6,7 +6,7 @@
<verb>SendNoteProperty</verb>
<properties>
<MessageType>StartProblem</MessageType>
<ProblemName>start</ProblemName>
<ProblemName>Start</ProblemName>
</properties>
</message>
<message>
@@ -17,10 +17,10 @@
</message>
</startNodeMessages>
<node locked="false" doneState="false">
<text>start</text>
<text>Start</text>
<uniqueID>1</uniqueID>
<dimension>
<x>518</x>
<x>435</x>
<y>30</y>
</dimension>
</node>
@@ -28,10 +28,18 @@
<text>state1</text>
<uniqueID>2</uniqueID>
<dimension>
<x>513</x>
<x>431</x>
<y>140</y>
</dimension>
</node>
<node locked="false" doneState="true">
<text>Done</text>
<uniqueID>3</uniqueID>
<dimension>
<x>434</x>
<y>250</y>
</dimension>
</node>
<edge>
<actionLabel preferPathMark="true" minTraversals="1" maxTraversals="1">
<studentHintRequest></studentHintRequest>
@@ -42,11 +50,11 @@
<verb>NotePropertySet</verb>
<properties>
<MessageType>InterfaceAction</MessageType>
<transaction_id>6dff4f08-20ec-3389-6500-bb4b86daa9d1</transaction_id>
<transaction_id>ab8ae213-9252-4933-9fa6-53df36685d52</transaction_id>
<Selection>
<value>videoplayer</value>
<value>http%3A%2F%2Flocalhost%3A11000%2FCTAT_HTML_Wizard_01_1.mp4</value>
<value>00:02:56.000</value>
<value>http%3A%2F%2Flocalhost%3A11003%2FCTAT_HTML_Wizard_01.mp4</value>
<value>00:02:52.000</value>
</Selection>
<Action>
<value>play</value>
@@ -58,7 +66,7 @@
</message>
<buggyMessage>No, this is not correct.</buggyMessage>
<successMessage></successMessage>
<hintMessage>Please provide your answer '00:00:00.000' in the highlighted element.</hintMessage>
<hintMessage>Please click the play button to start this tutorial video.</hintMessage>
<callbackFn></callbackFn>
<actionType>Correct Action</actionType>
<oldActionType>Correct Action</oldActionType>
@@ -67,7 +75,7 @@
<Selection>
<matcher>
<matcherType>ExactMatcher</matcherType>
<matcherParameter name="single">videoplayerhttp%3A%2F%2Flocalhost%3A11000%2FCTAT_HTML_Wizard_01_1.mp400:02:56.000</matcherParameter>
<matcherParameter name="single">videoplayerhttp%3A%2F%2Flocalhost%3A11003%2FCTAT_HTML_Wizard_01.mp400:02:52.000</matcherParameter>
</matcher>
</Selection>
<Action>
@@ -94,6 +102,66 @@
<destID>2</destID>
<traversalCount>0</traversalCount>
</edge>
<edge>
<actionLabel preferPathMark="true" minTraversals="1" maxTraversals="1">
<studentHintRequest></studentHintRequest>
<stepSuccessfulCompletion></stepSuccessfulCompletion>
<stepStudentError></stepStudentError>
<uniqueID>3</uniqueID>
<message>
<verb>NotePropertySet</verb>
<properties>
<MessageType>InterfaceAction</MessageType>
<transaction_id>92750d3a-dc85-962c-380e-19523bf88f4b</transaction_id>
<Selection>
<value>done</value>
</Selection>
<Action>
<value>ButtonPressed</value>
</Action>
<Input>
<value>-1</value>
</Input>
</properties>
</message>
<buggyMessage>No, this is not correct.</buggyMessage>
<successMessage></successMessage>
<hintMessage>Please click on the highlighted button.</hintMessage>
<callbackFn></callbackFn>
<actionType>Correct Action</actionType>
<oldActionType>Correct Action</oldActionType>
<checkedStatus>Never Checked</checkedStatus>
<matchers Concatenation="true">
<Selection>
<matcher>
<matcherType>ExactMatcher</matcherType>
<matcherParameter name="single">done</matcherParameter>
</matcher>
</Selection>
<Action>
<matcher>
<matcherType>ExactMatcher</matcherType>
<matcherParameter name="single">ButtonPressed</matcherParameter>
</matcher>
</Action>
<Input>
<matcher>
<matcherType>ExactMatcher</matcherType>
<matcherParameter name="single">-1</matcherParameter>
</matcher>
</Input>
<Actor linkTriggered="false">Student</Actor>
</matchers>
</actionLabel>
<preCheckedStatus>No-Applicable</preCheckedStatus>
<rule>
<text>unnamed</text>
<indicator>-1</indicator>
</rule>
<sourceID>2</sourceID>
<destID>3</destID>
<traversalCount>0</traversalCount>
</edge>
<EdgesGroups ordered="true"></EdgesGroups>
</stateGraph>
+21 -4
Ver Arquivo
@@ -13,10 +13,12 @@ html,body { width: 100%; height: 100%; margin: 0px; padding: 0px; }
<script>
useDebugging=true;
var myVars =
{
question_file: "CTATVideoTutorial.brd"
};
function ctatOnload ()
{
initTutor(myVars);
@@ -25,10 +27,25 @@ html,body { width: 100%; height: 100%; margin: 0px; padding: 0px; }
</head>
<body>
<div id="container" style="width:640; height:550px; border: 1px solid black; border-spacing: 2px;">
<div id="videoplayer" class="CTATVideo" data-ctat-controls="true" data-ctat-autoplay="true" src="CTAT_HTML_Wizard_01_1.mp4" style="width: 100%; height: 100%; border: 1px solid black;">
</div>
<div id="container" style="display: table; width:640; height:550px; border: 1px solid black; border-spacing: 2px;">
<div style="display: table-row; height:100%;">
<div id="videoplayer" class="CTATVideo" data-ctat-controls="true" data-ctat-autoplay="false" src="CTAT_HTML_Wizard_01.mp4" style="width: 620px; height: 500px; border: 1px solid black;">
</div>
</div>
<div style="display: table-row; height: 125px;">
<div style="display: table-cell; border: 0px solid black; vertical-align: middle;">
<div id="HintWindow" class="CTATHintWindow" style="width: 100%; height: 100%"></div>
</div>
<div style="display: table-cell; width: 60px;">
<div style="border: 0px solid black; margin-bottom: 2px;">
<div id="hint-button" class="CTATHintButton"></div>
</div>
<div style="border: 0px solid black;">
<div id="done-button" class="CTATDoneButton"></div>
</div>
</div>
</div>
</div>
</body>
</html>
</html>
Arquivo binário não exibido.
Arquivo binário não exibido.
+5
Ver Arquivo
@@ -84,6 +84,11 @@ function ctatOnload() {
<div id="done" class="CTATDoneButton" tabindex="9" style=""></div>
<div id="hint" class="CTATHintButton" tabindex="10" style=""></div>
</div>
<div style="position: absolute; bottom:0;">
<a href="http://ctat.pact.cs.cmu.edu/">
<img alt="CTAT: Cognitive Tutor Authoring Tools" style="width:330px; margin-left: 10px; margin-top: 20px;" src="skindata/CTAT_Banner.svg">
</a>
</div>
</div>
<br>
</div>