From 9b943a3abd078743cf2b0bc97263ae9496a658dd Mon Sep 17 00:00:00 2001 From: johnkershaw Date: Sun, 29 Sep 2019 17:37:42 +0700 Subject: [PATCH] Hint that the user should type into the box I believe this is the first time the user has to actually create a program on their own. I'm an experienced coder (40 years) and didn't realise I was supposed to type into the 'Question' box, so clicked 'Answer' (I'm supposed to type my answer there, right?). I clicked the 'Run' button... the code executed... and then I realised I was already looking at the solution. Hmm. So here's my *minimal* 'hint' for the user to clue them in to where they should type. --- _sources/CSPNameNumbers/walkAssign.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/_sources/CSPNameNumbers/walkAssign.rst b/_sources/CSPNameNumbers/walkAssign.rst index da3a8e6..1a80a0f 100644 --- a/_sources/CSPNameNumbers/walkAssign.rst +++ b/_sources/CSPNameNumbers/walkAssign.rst @@ -140,6 +140,7 @@ We can see values (including the values for named variables) by printing them. .. activecode:: 3_7_5_WSq :nocodelens: + # Type your code here .. tab:: Answer