Skip to content

Commit

Permalink
goods_full_tree: Correct some examples counts.
Browse files Browse the repository at this point in the history
Based on the images that actually exist in
public/images/examples/goods_full*.jpg.

See zooniverse#190
  • Loading branch information
murraycu committed May 14, 2015
1 parent 9273646 commit 9f17152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/lib/goods_full_tree.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ GoodsTree = new DecisionTree 'goods_full', ->
@answer 'Straight Line', icon: 'clump_line', examples: 2
@answer 'Chain', icon: 'clump_chain', examples: 2
@answer 'Cluster / Irregular', icon: 'clump_cluster', examples: 2
@answer 'Spiral', icon: 'clump_spiral', examples: 2
@answer 'Spiral', icon: 'clump_spiral', examples: 1

@question 'Clumps', 'Is there one clump which is clearly brighter than the others?', ->
@help "Sometimes one clump dominates the scene. If so, click yes, otherwise, no."
Expand Down Expand Up @@ -86,7 +86,7 @@ GoodsTree = new DecisionTree 'goods_full', ->
@answer '1', icon: 'spiral_1', examples: 2
@answer '2', icon: 'spiral_2', examples: 2
@answer '3', icon: 'spiral_3', examples: 2
@answer '4', icon: 'spiral_4', examples: 2
@answer '4', icon: 'spiral_4', examples: 1
@answer 'More than 4', icon: 'spiral_4-plus', examples: 2
@answer "Can't tell", icon: 'spiral_cant-tell'

Expand Down

0 comments on commit 9f17152

Please sign in to comment.