<div dir="ltr">When collaborating, if students or groups of students - are responsible for individual sections or pieces of the program, we have them do the global design work together, then break down into individual sections for the groups. The groups then do all the design work, including any required charting. (With first-programming class students, we keep it simple to textual story-boarding) Which they then enter as comments in the code - psuedo-code, and whatever else may be needed. They can work out the details in Alice, but then we build a master project that each group codes their part of the project. This gives them a lot of back and forth interaction between the groups, and often requires some re-thinking, but gives them a good group project experience. Since most of what the individual groups are developing will be in separate methods, this usually works out okay.  <div><br></div><div>Keith</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><font color="#000000" face="Times New Roman" size="3">

</font><p style="margin:0in 0in 0pt"><span style="color:rgb(23,54,93)"><font face="Calibri" size="3">Mr. Golebie</font></span></p><font color="#000000" face="Times New Roman" size="3">

</font><p style="margin:0in 0in 0pt"><span style="color:rgb(23,54,93)"><a href="mailto:kgolebie@ellwood.k12.pa.us" target="_blank"><font color="#0000ff" face="Calibri" size="3">kgolebie@ellwood.k12.pa.us</font></a></span></p><font color="#000000" face="Times New Roman" size="3">

</font><p style="margin:0in 0in 0pt"><span style="color:rgb(23,54,93)"><font face="Calibri" size="3">Computer Technology Teacher</font></span></p><font color="#000000" face="Times New Roman" size="3">

</font><p style="margin:0in 0in 0pt"><span style="color:rgb(23,54,93)"><font face="Calibri" size="3">Rm 201 & 202</font></span></p><font color="#000000" face="Times New Roman" size="3">

</font><p style="margin:0in 0in 0pt"><span style="color:rgb(23,54,93)"><font face="Calibri" size="3">Lincoln High School</font></span></p><font color="#000000" face="Times New Roman" size="3">

</font><p style="margin:0in 0in 0pt"><span style="color:rgb(23,54,93)"><font face="Calibri" size="3">Ellwood City Area School
District</font></span></p><font color="#000000" face="Times New Roman" size="3">

</font><p style="margin:0in 0in 0pt"><span style="color:rgb(23,54,93)"><font face="Calibri" size="3">Ellwood City PA  16117</font></span></p><font color="#000000" face="Times New Roman" size="3">

</font><p style="margin:0in 0in 0pt"><span style="color:rgb(23,54,93)"><font face="Calibri" size="3">724-752-1591 x3202</font></span></p><font color="#000000" face="Times New Roman" size="3">

</font></div></div></div>
<br><div class="gmail_quote">On Thu, Feb 1, 2018 at 9:22 AM, Crowe, Roger <span dir="ltr"><<a href="mailto:rcrowe@greenville.k12.sc.us" target="_blank">rcrowe@greenville.k12.sc.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">

<div id="m_-2524317161441713975divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif" dir="ltr">
<p>Hi,</p>
<p><br>
</p>
<p>I'm looking for collaboration suggestions.  What's the easiest method for students to share code? Can students work on separate sections and then combine them into one program?</p>
<p><br>
</p>
<p>Thanks!</p>
</div>
<hr style="display:inline-block;width:98%">
<div id="m_-2524317161441713975divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> alice-teachers <alice-teachers-bounces+<wbr>rcrowe=<a href="mailto:greenville.k12.sc.us@lists.andrew.cmu.edu" target="_blank">greenville.k12.sc.us@<wbr>lists.andrew.cmu.edu</a>> on behalf of Michael L Owen <<a href="mailto:owenml@hotmail.com" target="_blank">owenml@hotmail.com</a>><br>
<b>Sent:</b> Wednesday, January 31, 2018 2:11:04 PM<br>
<b>To:</b> Alice educators<br>
<b>Subject:</b> Re: alice-teacher Decrement in a for-loop</font>
<div> </div>
</div><div><div class="h5">
<div>
<div id="m_-2524317161441713975divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif" dir="ltr">
<p style="margin-top:0px;margin-bottom:0px">Hi Carlos- Hope I'm not too late. I've found the While Loop feature to be useful for things like this. The attached image gives a quick example of how it can work.</p>
<p style="margin-top:0px;margin-bottom:0px">Have Fun,</p>
<p style="margin-top:0px;margin-bottom:0px">Mike Owen</p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<br>
<br>
<div style="color:rgb(0,0,0)">
<hr style="width:98%;display:inline-block">
<div id="m_-2524317161441713975divRplyFwdMsg" dir="ltr"><font color="#000000" face="Calibri, sans-serif" style="font-size:11pt"><b>From:</b> alice-teachers <alice-teachers-bounces+<wbr>mrgrog=<a href="mailto:outlook.com@lists.andrew.cmu.edu" target="_blank">outlook.com@lists.<wbr>andrew.cmu.edu</a>> on behalf of Carlos Bovell <<a href="mailto:cbovell@nburlington.com" target="_blank">cbovell@nburlington.com</a>><br>
<b>Sent:</b> Tuesday, January 30, 2018 9:08 AM<br>
<b>To:</b> <a href="mailto:alice-teachers@lists.andrew.cmu.edu" target="_blank">alice-teachers@lists.andrew.<wbr>cmu.edu</a><br>
<b>Subject:</b> alice-teacher Decrement in a for-loop</font>
<div> </div>
</div>
<div class="m_-2524317161441713975BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="m_-2524317161441713975PlainText">Hi,<br>
<br>
Is there a way to count down in a for-loop? This is what we're doing but it seems awfully clumsy:<br>
<br>
<br>
<br>
[cid:42806070-ba31-405a-9e42-<wbr>bda03c3684da]<br>
<br>
<br>
Carlos Bovell<br>
Mathematics and Computer Science Dept<br>
Northern Burlington HS<br>
</div>
</span></font></div>
</div>
</div>
</div>
</div></div></div>

<br>______________________________<wbr>_________________<br>
alice-teachers mailing list<br>
<a href="mailto:alice-teachers@lists.andrew.cmu.edu">alice-teachers@lists.andrew.<wbr>cmu.edu</a><br>
To change settings or unsubscribe visit:<br>
<a href="https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers" rel="noreferrer" target="_blank">https://lists.andrew.cmu.edu/<wbr>mailman/listinfo/alice-<wbr>teachers</a><br></blockquote></div><br></div>