From 34fdb156080fd1c5fead664ab06a175884e1efa5 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 28 Jun 2020 08:19:13 -0700 Subject: [PATCH 1/1] Add the text of the active prompt to the judging and scoring screens It's often helpful to be able to refer back and answer "What was the exact wording of this category again?". --- empathy/empathy.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx index 9b37d07..d7e6f6f 100644 --- a/empathy/empathy.jsx +++ b/empathy/empathy.jsx @@ -611,6 +611,7 @@ class Ambiguities extends React.PureComponent { what goes around comes around, so it's best to be generous when judging.

+

{this.props.prompt.prompt}

{this.state.word_sets.map(set => { return (
+

{state.active_prompt.prompt}

Scores