From: Carl Worth Date: Sun, 28 Jun 2020 15:19:13 +0000 (-0700) Subject: Add the text of the active prompt to the judging and scoring screens X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=34fdb156080fd1c5fead664ab06a175884e1efa5;hp=0e96dcd31acbae3c82d430db85da5be398e88264 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?". --- 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