From 48039abb322ac4aaaf489b1de2eec88086a8e2dd Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 29 Jun 2020 15:24:45 -0700 Subject: [PATCH] Add instructions for giving kudos Otherwise, this feature could be hard to discover. --- empathy/empathy.jsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx index 39889f7..dc13edf 100644 --- a/empathy/empathy.jsx +++ b/empathy/empathy.jsx @@ -695,11 +695,16 @@ class Ambiguities extends React.PureComponent {

Judging Answers

- Click on each pair of answers that should be scored as equivalent, - (and click any word twice to split it out from a group). Remember, + Click/tap on each pair of answers that should be scored as equivalent, + (or click a word twice to split it out from a group). Remember, what goes around comes around, so it's best to be generous when judging.

+

+ Also, for an especially fun or witty answer, you can give kudos + by clicking the star on the right. You may only do this for one + word/group. +

{this.props.prompt.prompt}

{this.state.word_sets.map(set => { return ( -- 2.43.0