Great game of Turkey: Difference between revisions
Jump to navigation
Jump to search
(some bugs fixed but not all) |
|||
Line 244: | Line 244: | ||
ident = "Op_en7421", | ident = "Op_en7421", | ||
name = "Great game of Turkey", | name = "Great game of Turkey", | ||
subset = " | subset = "Question_vote", # You MUST spell it with _ | ||
act_type = "append", | act_type = "append", | ||
language = "eng", | language = "eng", | ||
Line 273: | Line 273: | ||
ident = "Op_en7421", | ident = "Op_en7421", | ||
name = "Great game of Turkey", | name = "Great game of Turkey", | ||
subset = " | subset = "Option_vote", | ||
act_type = "append", | act_type = "append", | ||
language = "eng", | language = "eng", | ||
Line 305: | Line 305: | ||
ovote <- opbase.data("Op_en7421.option_vote") | ovote <- opbase.data("Op_en7421.option_vote") | ||
ovote <- ovote[nrow(ovote):1 , ] #Turn newest first | ovote <- ovote[nrow(ovote):1 , ] #Turn newest first | ||
ovote <- ovote[!duplicated(ovote[c("Date", "User") , ]) , ] # Only keep the last vote | #ovote <- ovote[!duplicated(ovote[c("Date", "User") , ]) , ] # Only keep the last vote | ||
out <- merge(merge(temp, ques), ovote, by.x = "Obs", by.y = "Result") | out <- merge(merge(temp, ques), ovote, by.x = "Obs", by.y = "Result") | ||
out <- aggregate(out["User"], by = out["Option"], FUN = length) | out <- aggregate(out["User"], by = out["Option"], FUN = length) | ||
out <- out[order(out$User, | out <- out[order(out$User, decreasing = TRUE) , ][1:4,] # Choose the 4 rows with most votes | ||
out <- out[!is.na(out$User) , "Option", drop = FALSE] | out <- out[!is.na(out$User) , "Option", drop = FALSE] | ||
Revision as of 13:59, 17 January 2016
Question
What is a good game to crowdsource citizen priorities about daily political decisions in such a way that
- it can be done using a mobile app,
- it characterises happiness of citizen groups of the decisions,
- it characterises progress of important societal values,
- it enables crowdsourcing the actual questions and options asked?
Answer
- See the top of the page for the main questionnaire of the game.
Rationale
Obs | Date | Question | Option |
---|---|---|---|
1 | 2016-01-16 | Should the scarf ban in the universities be abandoned? | Yes |
2 | 2016-01-16 | Should the scarf ban in the universities be abandoned? | Partly |
3 | 2016-01-16 | Should the scarf ban in the universities be abandoned? | No |
4 | 2016-01-17 | Should the military budget be increased? | Yes |
5 | 2016-01-17 | Should the military budget be increased? | No, keep the same |
6 | 2016-01-17 | Should the military budget be increased? | No, reduce |
7 | 2016-01-17 | Should the education budget be increased? | Yes |
8 | 2016-01-17 | Should the education budget be increased? | No, keep the same |
9 | 2016-01-17 | Should the education budget be increased? | No, reduce |
Questions | Choices | Happiness | Progress | Question vote | Option vote | User |
---|---|---|---|---|---|---|
|
|
|
|
|
|
|
Groups for Turkey | Progress categories |
---|---|
|
|
See also
Moderator:Jouni (see all) |
|
Upload data
|
Keywords
References