<snapdata remixID="9056494"><project name="4.2- Talkin to me" app="Snap! 5.1, http://snap.berkeley.edu" version="1"><notes></notes><thumbnail>data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAB4CAYAAAB1ovlvAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAG2SURBVHhe7dcxakJBFEDRMS5FcD8WVu7GvQiCtdsR3IYIxoRfSMAETMJtzmn+m6kvf2Zmt7sBkbfpCwkBkhIgKQGSEiApAZISICkBkhIgKQGSEiApAZISICkBkhIgKQGSEiApAZISICkBkhIgKQGSEiApAZISICkBkhIgKQGSEiApAZISICkBkhIgKQGSEiApAZISICkBkhIgKQGSEiApAZISICkBkhIgKQGSEiApAZISICkBkhIgKQGSEiApAZISICkBkhLgE4vFYux2u2nFf5nd7qaZL1ar1TSNcTqdxuFwGMvlctrhLwjwB48RPrpcLuN4PE4rXuUIfsF8Pp8mfssf8Bvr9Xpcr9fP+Xw+j/1+7wj+YwJ84uMRst1ux2azmXb4DwIk5Q5ISoCkBEhKgKQESEqApARISoCkBEhKgKQESEqApARISoCkBEhKgKQESEqApARISoCkBEhKgKQESEqApARISoCkBEhKgKQESEqApARISoCkBEhKgKQESEqApARISoCkBEhKgKQESEqApARISoCkBEhKgKQESEqApARISoCkBEhKgKQESEqApARISoCExngHa3czNKhQh4YAAAAASUVORK5CYII=</thumbnail><stage name="Stage" width="480" height="360" costume="0" color="255,255,255,1" tempo="60" threadsafe="false" volume="100" pan="0" lines="round" ternary="false" codify="false" inheritance="true" sublistIDs="false" scheduled="false" id="1"><pentrails>data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAAFoCAYAAACPNyggAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAK1SURBVHhe7cExAQAAAMKg9U9tDB8gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgIsajf4AAXBXLv8AAAAASUVORK5CYII=</pentrails><costumes><list struct="atomic" id="2"></list></costumes><sounds><list struct="atomic" id="3"></list></sounds><variables></variables><blocks></blocks><scripts></scripts><sprites><sprite name="Sprite" idx="1" x="0" y="0" heading="90" scale="1" volume="100" pan="0" rotation="1" draggable="true" costume="0" color="80,80,80,1" pen="tip" id="8"><costumes><list struct="atomic" id="9"></list></costumes><sounds><list struct="atomic" id="10"></list></sounds><blocks></blocks><variables></variables><scripts><script x="13" y="10"><block s="receiveKey"><l><option>space</option></l></block><custom-block s="Set"></custom-block><block s="doSayFor"><custom-block s="Sentence"></custom-block><l>3</l></block></script><script x="208" y="13"><block s="receiveKey"><l><option>n</option></l></block><block s="doAsk"><l>Give a noun.</l></block><block s="doAddToList"><block s="getLastAnswer"></block><block var="Noun"/></block></script><script x="209" y="102"><block s="receiveKey"><l><option>v</option></l></block><block s="doAsk"><l>Give a verb.</l></block><block s="doAddToList"><block s="getLastAnswer"></block><block var="Verb"/></block></script><script x="380" y="15"><block s="receiveKey"><l><option>j</option></l></block><block s="doAsk"><l>Give an adjective</l></block><block s="doAddToList"><block s="getLastAnswer"></block><block var="Adjective"/></block></script><script x="381" y="105"><block s="receiveKey"><l><option>d</option></l></block><block s="doAsk"><l>Give an adverb</l></block><block s="doAddToList"><block s="getLastAnswer"></block><block var="Adverb"/></block></script><script x="196" y="199"><block s="receiveKey"><l><option>p</option></l></block><block s="doAsk"><l>Give a preposition</l></block><block s="doAddToList"><block s="getLastAnswer"></block><block var="Preposition"/></block></script><script x="390" y="196"><block s="receiveKey"><l><option>a</option></l></block><block s="doAsk"><l>Give an article</l></block><block s="doAddToList"><block s="getLastAnswer"></block><block var="Article"/></block></script><script x="10" y="248"><block s="receiveKey"><l><option>x</option></l></block><block s="doAsk"><l>Give a part of speech that you would like to change.This can include a noun, verb, adjective,adverb, article, or preposition.</l></block><block s="doSetVar"><l>POS</l><block s="getLastAnswer"></block></block><block s="doAsk"><l>Now choose a number that would correspond to the word we will remove from the list.</l></block><block s="doSetVar"><l>word number (list)</l><block s="getLastAnswer"></block></block><block s="doIf"><block s="reportEquals"><block var="POS"/><l>noun</l></block><script><block s="doDeleteFromList"><block var="word number (list)"/><block var="Noun"/></block></script></block><block s="doIf"><block s="reportEquals"><block var="POS"/><l>verb</l></block><script><block s="doDeleteFromList"><block var="word number (list)"/><block var="Verb"/></block></script></block><block s="doIf"><block s="reportEquals"><block var="POS"/><l>preposition</l></block><script><block s="doDeleteFromList"><block var="word number (list)"/><block var="Preposition"/></block></script></block><block s="doIf"><block s="reportEquals"><block var="POS"/><l>adjective</l></block><script><block s="doDeleteFromList"><block var="word number (list)"/><block var="Adjective"/></block></script></block><block s="doIf"><block s="reportEquals"><block var="POS"/><l>adverb</l></block><script><block s="doDeleteFromList"><block var="word number (list)"/><block var="Adverb"/></block></script></block><block s="doIf"><block s="reportEquals"><block var="POS"/><l>article</l></block><script><block s="doDeleteFromList"><block var="word number (list)"/><block var="Article"/></block></script></block></script></scripts></sprite><watcher var="Noun" style="normal" x="10" y="10" color="243,118,29" hidden="true"/><watcher var="Adjective" style="normal" x="10" y="52.00000399999999" color="243,118,29" hidden="true"/><watcher var="Adverb" style="normal" x="10" y="73.00000599999998" color="243,118,29" hidden="true"/><watcher var="Article" style="normal" x="10" y="94.00000799999998" color="243,118,29" hidden="true"/><watcher var="Preposition" style="normal" x="10" y="115.00000999999997" color="243,118,29" hidden="true"/><watcher var="Verb" style="normal" x="37" y="194.000002" color="243,118,29" hidden="true"/><watcher var="POS" style="normal" x="10" y="208.00001199999997" color="243,118,29" hidden="true"/><watcher var="word number (list)" style="normal" x="10" y="229.00001399999996" color="243,118,29" hidden="true"/></sprites></stage><hidden></hidden><headers></headers><code></code><blocks><block-definition s="Noun Phrase" type="reporter" category="motion"><header></header><code></code><translations></translations><inputs></inputs><script><block s="doReport"><block s="reportJoinWords"><list><block s="reportListItem"><l><option>any</option></l><block var="Article"/></block><l> </l><block s="reportListItem"><l><option>any</option></l><block var="Adjective"/></block><l> </l><block s="reportListItem"><l><option>any</option></l><block var="Noun"/></block></list></block></block></script></block-definition><block-definition s="Verb Phrase" type="reporter" category="motion"><header></header><code></code><translations></translations><inputs></inputs><script><block s="doReport"><block s="reportJoinWords"><list><block s="reportListItem"><l><option>any</option></l><block var="Adverb"/></block><l> </l><block s="reportListItem"><l><option>any</option></l><block var="Verb"/></block><l> </l><custom-block s="Prepositional Phrase"></custom-block></list></block></block></script></block-definition><block-definition s="Sentence" type="reporter" category="motion"><header></header><code></code><translations></translations><inputs></inputs><script><block s="doReport"><block s="reportJoinWords"><list><custom-block s="Noun Phrase"></custom-block><l> </l><custom-block s="Verb Phrase"></custom-block></list></block></block></script></block-definition><block-definition s="Set" type="command" category="motion"><header></header><code></code><translations></translations><inputs></inputs><script><block s="doSetVar"><l>Noun</l><block s="reportNewList"><list><l>girl</l><l>boy</l><l>cat</l><l>dog</l><l>car</l><l>lizard</l></list></block></block><block s="doSetVar"><l>Verb</l><block s="reportNewList"><list><l>sees</l><l>talks</l><l>sings</l><l>skips</l><l>runs</l><l>hides</l></list></block></block><block s="doSetVar"><l>Adjective</l><block s="reportNewList"><list><l>nice</l><l>pink</l><l>happy</l><l>smart</l><l>tall</l><l>small</l></list></block></block><block s="doSetVar"><l>Adverb</l><block s="reportNewList"><list><l>angerly</l><l>energetically</l><l>amazingly</l><l>rapidly</l><l>innocently</l><l>nicely</l></list></block></block><block s="doSetVar"><l>Preposition</l><block s="reportNewList"><list><l>above</l><l>beside</l><l>on top of</l><l>behind</l><l>between</l><l>below</l></list></block></block><block s="doSetVar"><l>Article</l><block s="reportNewList"><list><l>a</l><l>the</l></list></block></block></script></block-definition><block-definition s="Prepositional Phrase" type="reporter" category="motion"><header></header><code></code><translations></translations><inputs></inputs><script><block s="doReport"><block s="reportJoinWords"><list><block s="reportListItem"><l><option>any</option></l><block var="Preposition"/></block><l> </l><custom-block s="Noun Phrase"></custom-block></list></block></block></script></block-definition></blocks><variables><variable name="Noun"><list struct="atomic" id="289">girl,boy,cat,dog,car,lizard</list></variable><variable name="Verb"><list struct="atomic" id="290">sees,talks,sings,skips,runs,hides</list></variable><variable name="Adjective"><list struct="atomic" id="291">nice,pink,happy,smart,tall,small</list></variable><variable name="Adverb"><list struct="atomic" id="292">angerly,energetically,amazingly,rapidly,innocently,nicely</list></variable><variable name="Article"><list struct="atomic" id="293">a,the</list></variable><variable name="Preposition"><list struct="atomic" id="294">above,beside,on top of,behind,between,below</list></variable><variable name="POS"><l>0</l></variable><variable name="word number (list)"><l>0</l></variable></variables></project><media name="4.2- Talkin to me" app="Snap! 5.1, http://snap.berkeley.edu" version="1"></media></snapdata>