<h2>Please read the following phrase out loud and record it:</h2>
<p>Simply defined, crowdsourcing represents the act of a company or institution taking a function once performed by employees and outsourcing it to an undefined (and generally large) network of people in the form of an open call.
"delete from Task where artifact=CURRENT_ARTIFACT",
"select @TEMPLATE:=body from Template where id='NewGUI-sound-form'",
"select @TITLE:='Geolocalization - area example'",
"select @TITLE:='Sound identification'",
"select @CHECKER:=NULL",
"select @CHECKERMSG:=NULL",
"select @TYPE:=11",
...
...
@@ -55,12 +55,11 @@
"guard": "select true from Answered where artifact=CURRENT_ARTIFACT and id=3",
"actions": [
"delete from Task where artifact=CURRENT_ARTIFACT",
"select @TEMPLATE:=body from Template where id='headwork-gui-4'",
"select @TITLE:='Drowpdown list'",
"select @TEMPLATE:=body from Template where id='NewGUI-RecordSound'",
"select @TITLE:='Sound recording'",
"select @CHECKER:=NULL",
"select @CHECKERMSG:=NULL",
"select @LIST:='select value as value,value as text from Answer where user=SESSION_USER and idtask=3'",
"select @TYPE:=1",
"select @TYPE:=11",
"insert into Task(id,artifact,title,description,body,checker,checkermsg,type,arg1) values (4,CURRENT_ARTIFACT,'demo',@TITLE,@TEMPLATE,@CHECKER,@CHECKERMSG,@TYPE,@LIST)",
"delete from Profile where idartifact=CURRENT_ARTIFACT",
"insert into Profile values (4,CURRENT_ARTIFACT,1)"
...
...
@@ -72,80 +71,9 @@
"guard": "select true from Answered where artifact=CURRENT_ARTIFACT and id=4",
"actions": [
"delete from Task where artifact=CURRENT_ARTIFACT",
"select @TEMPLATE:=body from Template where id='headwork-gui-5'",
"select @TITLE:='Radio buttons'",
"select @CHECKER:=NULL",
"select @CHECKERMSG:=NULL",
"select @LIST:='select value as value,value as text from Answer where user=SESSION_USER and idtask=3'",
"select @TYPE:=2",
"insert into Task(id,artifact,title,description,body,checker,checkermsg,type,arg1) values (5,CURRENT_ARTIFACT,'demo',@TITLE,@TEMPLATE,@CHECKER,@CHECKERMSG,@TYPE,@LIST)",
"delete from Profile where idartifact=CURRENT_ARTIFACT",
"insert into Profile values (5,CURRENT_ARTIFACT,1)"
]
}
},
"6": {
"7": {
"guard": "select true from Answered where artifact=CURRENT_ARTIFACT and id=5",
"actions": [
"delete from Task where artifact=CURRENT_ARTIFACT",
"select @TEMPLATE:=body from Template where id='headwork-gui-6'",
"select @TITLE:='Radio buttons with alternative free input'",
"select @CHECKER:=NULL",
"select @CHECKERMSG:=NULL",
"select @LIST:='select value as value,value as text from Answer where user=SESSION_USER and idtask=3'",
"select @TYPE:=4",
"insert into Task(id,artifact,title,description,body,checker,checkermsg,type,arg1) values (6,CURRENT_ARTIFACT,'demo',@TITLE,@TEMPLATE,@CHECKER,@CHECKERMSG,@TYPE,@LIST)",
"delete from Profile where idartifact=CURRENT_ARTIFACT",
"insert into Profile values (6,CURRENT_ARTIFACT,1)"
]
}
},
"7": {
"9": {
"guard": "select true from Answered where artifact=CURRENT_ARTIFACT and id=6",
"actions": [
"delete from Task where artifact=CURRENT_ARTIFACT",
"select @TEMPLATE:=''",
"select @TITLE:='Multiple questions at once, with multiple answers'",
"select @CHECKER:=NULL",
"select @CHECKERMSG:='Please toggle a button'",
"select @LIST:='select idtask as id,value as text from Answer where user=SESSION_USER and idtask=3'",
"select @ANS:='select id, id as value, text,class,false as request_feedback from AnswerButton'",
"select @TYPE:=5",
"select @TASKID:=7",
"select @DESCRIPTION:=@TITLE",
"insert into Task(id,artifact,title,description,body,checker,checkermsg,type,arg1,arg2) values (@TASKID,CURRENT_ARTIFACT,@TITLE,@DESCRIPTION,@TEMPLATE,@CHECKER,@CHECKERMSG,@TYPE,@LIST,@ANS)",
"delete from Profile where idartifact=CURRENT_ARTIFACT",
"insert into Profile values (7,CURRENT_ARTIFACT,1)"
]
}
},
"9": {
"10": {
"guard": "select true from Answered where artifact=CURRENT_ARTIFACT and id=7",
"actions": [
"delete from Task where artifact=CURRENT_ARTIFACT",
"select @TEMPLATE:='Your Headwork Basics skill is skyrocketing!'",
"select @TITLE:='Congratulations!'",
"select @CHECKER:=NULL",
"select @CHECKERMSG:=NULL",
"select @TYPE:=0",
"insert into Task(id,artifact,title,description,body,checker,checkermsg,type) values (9,CURRENT_ARTIFACT,'demo',@TITLE,@TEMPLATE,@CHECKER,@CHECKERMSG,@TYPE)",
"delete from Profile where idartifact=CURRENT_ARTIFACT",
"insert into Profile values (9,CURRENT_ARTIFACT,1)"
]
}
},
"10":{
"100": {
"guard": "select true from Answered where artifact=CURRENT_ARTIFACT and id=9",
"actions": [
"delete from Task where artifact=CURRENT_ARTIFACT",
"delete from Profile where idartifact=CURRENT_ARTIFACT",
"update Skills set level=level+20 where iduser=SESSION_USER and idskill=1004"
"delete from Profile where idartifact=CURRENT_ARTIFACT"