User Tools

Site Tools


noun-scramble-exercise

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
noun-scramble-exercise [2025/04/30 21:57] adminnoun-scramble-exercise [2025/04/30 22:00] (current) – [Recipe] osnr
Line 1: Line 1:
 ====== Noun Scramble Exercise ====== ====== Noun Scramble Exercise ======
 +
  
 Learning to program in Folk is nice and can be made even more fun when you combine paper craft with your programming. This page describes an exercise that Omar and Andrés have used in workshops to teach people how to get started programming in Folk. Learning to program in Folk is nice and can be made even more fun when you combine paper craft with your programming. This page describes an exercise that Omar and Andrés have used in workshops to teach people how to get started programming in Folk.
  
 ====== Ingredients ====== ====== Ingredients ======
-  * 3 [[TODO:link|example programs]] +  * slips of paper to write nouns (2 x ''n'', ''n'' = # of participants
-  * slips of paper (2 x ''n'', ''n'' = # of participants) +  * mid-sized scrap paper / index cards to draw on (1 per participant
-  * markers +  * markers (at least ''n'') 
-  * [[https://folk.computer/guides/keyboard|Folk keyboards]] or laptops to connect to Folk via the web server+  * [[https://folk.computer/guides/keyboard|Folk keyboards]] or laptops to connect to Folk via the web server (''n'')
   * a bowl, hat, or other some such "scrambling device" to randomize the slips of paper   * a bowl, hat, or other some such "scrambling device" to randomize the slips of paper
  
Line 13: Line 14:
 ====== Recipe ====== ====== Recipe ======
  
-  - If you know the participants' names in advance, print ''Wish $this is labelled "Welcome $name!"'' pages for each of them + 
-  - Begin the exercise by having participants write down two nouns on their slips of paper, one noun per slip +  - Begin by having participants write down two nouns on their slips of paper, one noun per slip 
-    * People, when called upon to conjure a specific concept, [[https://www.sciencedirect.com/science/article/abs/pii/S0022537166800403#:~:text=The%20%E2%80%9Ctip%20of%20the%20tongue%E2%80%9D%20(TOT)%20phenomenon%20is,of%20similar%20form%20and%20meaning.|often have trouble conjuring said thing]]. If your participants have trouble thinking of nouns for this exercise some nice ones are: ''bear'', ''boat'', ''apple'', ''pie'', and ''castle''.+    * People , when called upon to conjure a specific concept, [[https://www.sciencedirect.com/science/article/abs/pii/S0022537166800403#:~:text=The%20%E2%80%9Ctip%20of%20the%20tongue%E2%80%9D%20(TOT)%20phenomenon%20is,of%20similar%20form%20and%20meaning.|often have trouble conjuring said thing]]. If your participants have trouble thinking of nouns for this exercise some nice ones are: ''bear'', ''boat'', ''apple'', ''pie'', and ''castle''.
   - Collect all the slips of paper   - Collect all the slips of paper
   - Place them in a scrambling device (a baseball cap, a bowl, under a cup, etc.) and randomize the slips of paper   - Place them in a scrambling device (a baseball cap, a bowl, under a cup, etc.) and randomize the slips of paper
   - Have participants pull out two random nouns from your scrambling device   - Have participants pull out two random nouns from your scrambling device
-  - Instruct all the participants to take a sheet of paper and draw whatever noun combination they received (e.g. draw a ''bear-castle'' or ''boat-pie'' OR ''castle-bear'' or ''pie-boat''). Drawing takes some time, give participants 5 - 10 minutes for this step.+  - Instruct all the participants to take a scrap of paper (/ index card) and draw whatever noun combination they received (e.g. draw a ''bear-castle'' or ''boat-pie'' OR ''castle-bear'' or ''pie-boat''). Drawing takes some time, give participants 5 - 10 minutes for this step.
   - Okay, now we get to the programming! Instruct participants to write the code below, reading each line aloud.   - Okay, now we get to the programming! Instruct participants to write the code below, reading each line aloud.
      * <code>      * <code>
 # e.g. slip 1 = "bear" # e.g. slip 1 = "bear"
 # e.g. slip 2 = "castle" # e.g. slip 2 = "castle"
-#      Add a label for each slip you got that represents either a sound that noun makes+#      Add a title for each slip you got that represents either a sound that noun makes
 #      or a thing you imagine that noun would say #      or a thing you imagine that noun would say
-Wish $this is labelled "roarrrrr" ;# bear sound +Wish $this is titled "roarrrrr" ;# bear sound 
-Wish $this is labelled ".... uhhhh ... I'm a castle!" ;# something a castle would say, lol+Wish $this is titled ".... uhhhh ... I'm a castle!" ;# something a castle would say, lol
 </code> </code>
   - Have participants press ''Ctrl + S'' on their editors to see their code take effect.   - Have participants press ''Ctrl + S'' on their editors to see their code take effect.
     * The fun part of this exercise is seeing your code effect other people's programs on the tables (e.g. other bears would get the title "roarrrrr").     * The fun part of this exercise is seeing your code effect other people's programs on the tables (e.g. other bears would get the title "roarrrrr").
-  - Encourage people to doodle their noun combos on their pages 
   - Now you can improvise! Outlines, drawings, loading images from the web, go wild :) [TODO: Write a list of places this exercise could go, API's to references, remix, combine]   - Now you can improvise! Outlines, drawings, loading images from the web, go wild :) [TODO: Write a list of places this exercise could go, API's to references, remix, combine]
noun-scramble-exercise.1746050279.txt.gz · Last modified: 2025/04/30 21:57 by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki