Created
April 12, 2018 13:58
-
-
Save blahutka/eae1568322e6f3b7cca98ebc96aa1e3a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
task_result_stats = { | |
:task_11 => { | |
result_count: { neutral: 2, pisitive: 0, negative: 1 }, | |
percent_score: { neutral: '66%', negative: '34%', positive: '0' }, | |
participants: 3, | |
workers: { | |
result: { :worker_1 => :neutral, :worker_22 => :neutral, :worker_4 => :negative }, | |
fitness_score: { 1 => 1, 22 => 1, 4 => -1 } | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment