Skip to content

Commit 21680ff

Browse files
author
Chris Csikszentmihalyi
committed
first obedience commmit, keeping webrtc example as submodule
1 parent 13b1307 commit 21680ff

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "server/webrtc-working-example"]
2+
path = server/webrtc-working-example
3+
url = https://github.com/csik/webrtc-working-example.git

server/webrtc-working-example

Submodule webrtc-working-example added at a03f0b1

subject/questions.xml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<HTMLQuestion xmlns="http://mechanicalturk.amazonaws.com/AWSMechanicalTurkDataSchemas/2011-11-11/HTMLQuestion.xsd">
2+
<HTMLContent><![CDATA[
3+
<!-- YOUR HTML BEGINS -->
4+
<!DOCTYPE html>
5+
<html>
6+
<head>
7+
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8'/>
8+
<script type='text/javascript' src='https://s3.amazonaws.com/mturk-public/externalHIT_v1.js'></script>
9+
</head>
10+
<body>
11+
<form name='mturk_form' method='post' id='mturk_form' action='https://www.mturk.com/mturk/externalSubmit'><input type='hidden' value='' name='assignmentId' id='assignmentId'/>
12+
<h2>Is this Tweet happy, angry, excited, scared, annoyed or upset? Type in one word to describe the main emotion in the message. If it is unclear, type in "unclear".</h2>
13+
<h3> Tweet: "I am really looking forward to the next Seahawks game!"</h3>
14+
<div>
15+
<input type='text' name='reported_emotion' placeholder='Type in your answer here'>
16+
</div>
17+
<p><input type='submit' id='submitButton' value='Submit' /></p></form>
18+
<script language='Javascript'>turkSetAssignmentID();</script>
19+
</body></html>
20+
<!-- YOUR HTML ENDS -->
21+
]]>
22+
</HTMLContent>
23+
<FrameHeight>600</FrameHeight>
24+
</HTMLQuestion>
25+

0 commit comments

Comments
 (0)