Skip to content

Commit

Permalink
Update app/lib/splits.coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
parrish committed Dec 11, 2012
1 parent 08804ae commit da2a747
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions app/lib/splits.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ lessThanThreeClassifications = -> countClassifications() <= 3

splits =
classifier_messaging:
a: body: social, isShown: oneClassification
b: body: social, isShown: lessThanThreeClassifications
c: body: task, isShown: oneClassification
d: body: task, isShown: lessThanThreeClassifications
e: body: science, isShown: oneClassification
f: body: science, isShown: lessThanThreeClassifications
a: body: '', isShown: oneClassification
b: body: '', isShown: lessThanThreeClassifications
c: body: social, isShown: oneClassification
d: body: social, isShown: lessThanThreeClassifications
e: body: task, isShown: oneClassification
f: body: task, isShown: lessThanThreeClassifications
g: body: science, isShown: oneClassification
h: body: science, isShown: lessThanThreeClassifications

get = (key) ->
body = ''
Expand Down

0 comments on commit da2a747

Please sign in to comment.