<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
Hi Donald,<br>
<br>
Just wanted to say that a "switch" structure generally works best with<br>
some form of a "break" for each possible choice within the code
block... <br>
But, break just doesn't fit well with our emphasis on fundamental<br>
concepts and building an intuitive sense of objecta and Object Oriented
Programming.&nbsp; <br>
<br>
So, we have avoided the switch... even though I must admit it is a cool
<br>
code block and one that I really like to use in a Programming Languages<br>
course as a way to discuss programming language similarities and
differences <br>
with more advanced students.<br>
<br>
btw -- great question.&nbsp;&nbsp; <span class="moz-smiley-s1"><span> :-) </span></span><br>
<br>
Wanda<br>
<br>
On 3/5/14, 2:38 PM, Donald Cook wrote:
<blockquote
 cite="mid:CAGjb=fa8G+LxBbMEpcD-TJSHshYaoQGqDwgRac8gEWKG7PE3dA@mail.gmail.com"
 type="cite">
  <div dir="ltr">
  <div class="gmail_default"
 style="font-family: comic sans ms,sans-serif;">Hi Don,<br>
  </div>
  <div class="gmail_default"
 style="font-family: comic sans ms,sans-serif;">saw this question and
wondered if an implementation of switch would be better in this case?<br>
  </div>
  </div>
  <div class="gmail_extra"><br clear="all">
  <div>
  <div dir="ltr">Best Regards<br>
Donald Cook
  <div><i>A torn jacket is soon mended; but hard words bruise the heart
of a child.</i></div>
  <div><span
 style="color: rgb(0, 0, 0); font-family: Ubuntubeta,Ubuntu,'Bitstream Vera Sans','DejaVu Sans',Tahoma,sans-serif; line-height: 15px; background-color: rgb(235, 236, 228);">H.
W. Longfellow (1807-1882)</span><br>
  <div><br>
  </div>
  </div>
  </div>
  </div>
  <br>
  <br>
  <div class="gmail_quote">On 5 March 2014 17:17, Don Slater <span
 dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:dslater@andrew.cmu.edu" target="_blank">dslater@andrew.cmu.edu</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div style="word-wrap: break-word;">Neil,
    <div>If I understand you correctly, using embedding an if-else
inside of an if or an else by dragging and dropping is the only way
that this is possible in Alice. Are you suggesting that a drop down
menu option might be useful here?</div>
    <div><br>
    </div>
    <div>Later,</div>
    <div>Don Slater</div>
    <div>
    <div class="h5">
    <div><br>
    <div>
    <div>On Mar 5, 2014, at 9:50 AM, Neil Ascione &lt;<a
 moz-do-not-send="true" href="mailto:neil.ascione@pequannock.org"
 target="_blank">neil.ascione@pequannock.org</a>&gt; wrote:</div>
    <br>
    <blockquote type="cite">
      <div dir="ltr">Hi Don!
      <div><br>
      </div>
      <div>Hope all is well! &nbsp;</div>
      <div><br>
      </div>
      <div>I'm very new to the Alice interface and trying to implement
an Extended If</div>
      <div>ie:</div>
      <div><br>
      </div>
      <div>if (intChoice == 0)</div>
      <div>&nbsp; &nbsp;name = "Fred"</div>
      <div>else if (intChoice ==1)</div>
      <div>&nbsp; &nbsp;name = "Ed"</div>
      <div>else if (intChoice == 2)</div>
      <div>&nbsp; &nbsp;name = "Ned"</div>
      <div>else</div>
      <div>&nbsp; &nbsp;name = "Johnson"<br>
      </div>
      <div><br>
      </div>
      <div>I may very well be missing something obvious - but I only
see drag and drop functionality for an if-else. &nbsp;I can embed those, but
is there another way to do this?</div>
      <div><br>
      </div>
      <div>Thanks!</div>
      <div>Neil</div>
      <div>
      <div class="gmail_extra"><br>
      <br>
      <div class="gmail_quote">On Tue, Mar 4, 2014 at 9:21 PM, <span
 dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:alice-teachers-request@lists.andrew.cmu.edu"
 target="_blank">alice-teachers-request@lists.andrew.cmu.edu</a>&gt;</span>
wrote:<br>
      <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Send
alice-teachers mailing list submissions to<br>
&nbsp; &nbsp; &nbsp; &nbsp; <a moz-do-not-send="true"
 href="mailto:alice-teachers@lists.andrew.cmu.edu" target="_blank">alice-teachers@lists.andrew.cmu.edu</a><br>
        <br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
&nbsp; &nbsp; &nbsp; &nbsp; <a moz-do-not-send="true"
 href="https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers"
 target="_blank">https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers</a><br>
or, via email, send a message with subject or body 'help' to<br>
&nbsp; &nbsp; &nbsp; &nbsp; <a moz-do-not-send="true"
 href="mailto:alice-teachers-request@lists.andrew.cmu.edu"
 target="_blank">alice-teachers-request@lists.andrew.cmu.edu</a><br>
        <br>
You can reach the person managing the list at<br>
&nbsp; &nbsp; &nbsp; &nbsp; <a moz-do-not-send="true"
 href="mailto:alice-teachers-owner@lists.andrew.cmu.edu" target="_blank">alice-teachers-owner@lists.andrew.cmu.edu</a><br>
        <br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of alice-teachers digest..."<br>
        <br>
        <br>
Today's Topics:<br>
        <br>
&nbsp; &nbsp;1. Re: &nbsp;A2/A3 Textbooks (Gilbert Stankiewicz)<br>
&nbsp; &nbsp;2. Re: &nbsp;A2/A3 Textbooks (Lori Fuller)<br>
        <br>
        <br>
----------------------------------------------------------------------<br>
        <br>
Message: 1<br>
Date: Tue, 4 Mar 2014 08:09:05 -0500<br>
From: Gilbert Stankiewicz &lt;<a moz-do-not-send="true"
 href="mailto:gilbert@cpcs.us" target="_blank">gilbert@cpcs.us</a>&gt;<br>
Subject: Re: alice-teacher A2/A3 Textbooks<br>
To: Alice educators &lt;<a moz-do-not-send="true"
 href="mailto:alice-teachers@lists.andrew.cmu.edu" target="_blank">alice-teachers@lists.andrew.cmu.edu</a>&gt;<br>
Message-ID:<br>
&nbsp; &nbsp; &nbsp; &nbsp; &lt;CABQ+sfxQYw7y42X7LLOnb7G2=_=-C=<a moz-do-not-send="true"
 href="mailto:HMxQ8woL5NbuwD1uYPAA@mail.gmail.com" target="_blank">HMxQ8woL5NbuwD1uYPAA@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset="iso-8859-1"<br>
        <br>
LaShonda,<br>
        <br>
I'm just getting started with the text "Learning Java Through Alice" by<br>
Tebring Daly and Eileen Wrigley, ISBN 9781491073933. &nbsp;Using the NetBeans<br>
Alive plugin, students can import programs created in Alice 3.1 into the<br>
NetBeans IDE. &nbsp;They can then examine and modify the code directly in<br>
NetBeans. &nbsp;The text guides the student through the process while also<br>
introducing Java programming.<br>
        <br>
This is the only text I found that combines Alice 3.1 programming with<br>
Java. I am quite excited about the possibilities this provides for the<br>
small class of high school seniors in the course.<br>
        <br>
Gilbert<br>
        <br>
        <br>
On Mon, Mar 3, 2014 at 9:02 PM, LaShonda Torbert &lt;<br>
        <a moz-do-not-send="true"
 href="mailto:LTorbert@stoneridgeschool.org" target="_blank">LTorbert@stoneridgeschool.org</a>&gt;
wrote:<br>
        <br>
&gt; Hi,<br>
&gt;<br>
&gt; I was just wondering if anyone uses a textbook with Alice. If you
do, what<br>
&gt; are your recommendations for a textbook? If you don?t use a
textbook, are<br>
&gt; there other resources that you use?<br>
&gt;<br>
&gt; I will be teaching a class for the first time, and I?m just
curious about<br>
&gt; what other teachers do for Alice at the high school level. I had a
class<br>
&gt; that used Alice in college that didn?t use a textbook, and we were
fine<br>
&gt; with just the teacher?s notes.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; LaShonda<br>
&gt;<br>
&gt; LaShonda Torbert<br>
&gt; Upper School Science Department-Physics Teacher<br>
&gt; <a moz-do-not-send="true" href="tel:301.657.4322%20ext%20660"
 value="+13016574322" target="_blank">301.657.4322 ext 660</a><br>
&gt; <a moz-do-not-send="true"
 href="mailto:Ltorbert@stoneridgeschool.org" target="_blank">Ltorbert@stoneridgeschool.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On 3/3/14, 3:15 PM, "Don Slater" &lt;<a moz-do-not-send="true"
 href="mailto:dslater@andrew.cmu.edu" target="_blank">dslater@andrew.cmu.edu</a>&gt;
wrote:<br>
&gt;<br>
&gt; &gt;It might be helpful to the community when posting, to put (A2)
for Alice<br>
&gt; &gt;2, or (A3) for Alice 3 subjects. This will clarify the context
of the<br>
&gt; &gt;question, and probably generally helpful.<br>
&gt; &gt;<br>
&gt; &gt;And of course, if it is a general question, please feel free
to ignore<br>
&gt; &gt;the request ;-)<br>
&gt; &gt;<br>
&gt; &gt;Thank you,<br>
&gt; &gt;Don Slater<br>
&gt; &gt;<br>
&gt; &gt;_______________________________________________<br>
&gt; &gt;alice-teachers mailing list<br>
&gt; &gt;<a moz-do-not-send="true"
 href="mailto:alice-teachers@lists.andrew.cmu.edu" target="_blank">alice-teachers@lists.andrew.cmu.edu</a><br>
&gt; &gt;<a moz-do-not-send="true"
 href="https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers"
 target="_blank">https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; alice-teachers mailing list<br>
&gt; <a moz-do-not-send="true"
 href="mailto:alice-teachers@lists.andrew.cmu.edu" target="_blank">alice-teachers@lists.andrew.cmu.edu</a><br>
&gt; <a moz-do-not-send="true"
 href="https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers"
 target="_blank">https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers</a><br>
&gt;<br>
        <br>
        <br>
        <br>
--<br>
Gilbert Stankiewicz<br>
Mathematics Teacher<br>
Colton-Pierrepont Central School<br>
Colton, NY 13625<br>
        <br>
        <a moz-do-not-send="true" href="tel:%28315%29%20262-2100"
 value="+13152622100" target="_blank">(315) 262-2100</a><br>
        <a moz-do-not-send="true" href="http://cpcs.us/" target="_blank">http://cpcs.us</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a moz-do-not-send="true"
 href="http://lists.andrew.cmu.edu/pipermail/alice-teachers/attachments/20140304/33c29c35/attachment-0001.html"
 target="_blank">http://lists.andrew.cmu.edu/pipermail/alice-teachers/attachments/20140304/33c29c35/attachment-0001.html</a><br>
        <br>
------------------------------<br>
        <br>
Message: 2<br>
Date: Tue, 04 Mar 2014 08:15:26 -0500<br>
From: "Lori Fuller" &lt;<a moz-do-not-send="true"
 href="mailto:lori.fuller@browardschools.com" target="_blank">lori.fuller@browardschools.com</a>&gt;<br>
Subject: Re: alice-teacher A2/A3 Textbooks<br>
To: <a moz-do-not-send="true"
 href="mailto:alice-teachers@lists.andrew.cmu.edu" target="_blank">alice-teachers@lists.andrew.cmu.edu</a><br>
Message-ID:<br>
&nbsp; &nbsp; &nbsp; &nbsp; &lt;<a moz-do-not-send="true"
 href="mailto:fc.0119ec074cd75e103b9aca004c11d0c3.4cd765be@browardschools.com"
 target="_blank">fc.0119ec074cd75e103b9aca004c11d0c3.4cd765be@browardschools.com</a>&gt;<br>
Content-Type: text/plain; charset="utf-8"<br>
        <br>
Alice educators &lt;<a moz-do-not-send="true"
 href="mailto:alice-teachers@lists.andrew.cmu.edu" target="_blank">alice-teachers@lists.andrew.cmu.edu</a>&gt;
on March 3, 2014 at<br>
9:02 PM -0500 wrote:<br>
&gt;I was just wondering if anyone uses a textbook with Alice. If you
do, what<br>
&gt;are your recommendations for a textbook? If you don?t use a
textbook, are<br>
&gt;there other resources that you use?<br>
&gt;<br>
&gt;I will be teaching a class for the first time, and I?m just curious
about<br>
&gt;what other teachers do for Alice at the high school level. I had a
class<br>
&gt;that used Alice in college that didn?t use a textbook, and we were
fine<br>
&gt;with just the teacher?s notes.<br>
        <br>
Learning to Program with Alice, 3rd Ed. is an excellent resource. I'm<br>
hoping they are coming out with 4th Ed. soon... It provides good<br>
instruction on how to program using Alice and has many opportunities for<br>
practice and understanding. Along with the tutorials provided on Duke's<br>
website, I've managed to fill 3/4 of the year so far.<br>
        <br>
I am reviewing several books for the Alice 3, but not found one I like
for<br>
everything. May need to combine with a JAVA programming text to fill an<br>
entire year.<br>
        <br>
        <br>
        <br>
thanks,<br>
        <br>
Lori Fuller, M.Ed.<br>
Monarch High School<br>
Career Technology Department Head<br>
Technology Coordinator<br>
Asst. Athletic Director<br>
        <br>
"A posse ad esse", from possibility to actuality...<br>
        <br>
[Image:photo.JPG]<br>
        <br>
Under Florida law, e-mail addresses, and all communications, including<br>
e-mail communications, made or received in connection with the
transaction<br>
of School Board business are public records, which must be retained as<br>
required by law and must be disclosed upon receipt of a public records<br>
request, except as may be excluded by federal or state laws. &nbsp;If you do<br>
not want your e-mail address released in response to a public records<br>
request, do not send electronic mail to this entity. Instead, contact
this<br>
office by phone or in writing.<br>
        <br>
        <br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a moz-do-not-send="true"
 href="http://lists.andrew.cmu.edu/pipermail/alice-teachers/attachments/20140304/1c8029fe/attachment.html"
 target="_blank">http://lists.andrew.cmu.edu/pipermail/alice-teachers/attachments/20140304/1c8029fe/attachment.html</a><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: 3414_81240_0.jpg<br>
Type: image/jpeg<br>
Size: 80231 bytes<br>
Desc: not available<br>
Url : <a moz-do-not-send="true"
 href="http://lists.andrew.cmu.edu/pipermail/alice-teachers/attachments/20140304/1c8029fe/attachment.jpg"
 target="_blank">http://lists.andrew.cmu.edu/pipermail/alice-teachers/attachments/20140304/1c8029fe/attachment.jpg</a><br>
        <br>
------------------------------<br>
        <br>
_______________________________________________<br>
alice-teachers mailing list<br>
        <a moz-do-not-send="true"
 href="mailto:alice-teachers@lists.andrew.cmu.edu" target="_blank">alice-teachers@lists.andrew.cmu.edu</a><br>
        <a moz-do-not-send="true"
 href="https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers"
 target="_blank">https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers</a><br>
        <br>
        <br>
End of alice-teachers Digest, Vol 44, Issue 4<br>
*********************************************<br>
      </blockquote>
      </div>
      <br>
      </div>
      </div>
      </div>
_______________________________________________<br>
alice-teachers mailing list<br>
      <a moz-do-not-send="true"
 href="mailto:alice-teachers@lists.andrew.cmu.edu" target="_blank">alice-teachers@lists.andrew.cmu.edu</a><br>
      <a moz-do-not-send="true"
 href="https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers"
 target="_blank">https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers</a><br>
    </blockquote>
    </div>
    <br>
    </div>
    </div>
    </div>
    </div>
    <br>
_______________________________________________<br>
alice-teachers mailing list<br>
    <a moz-do-not-send="true"
 href="mailto:alice-teachers@lists.andrew.cmu.edu">alice-teachers@lists.andrew.cmu.edu</a><br>
    <a moz-do-not-send="true"
 href="https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers"
 target="_blank">https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers</a><br>
    <br>
  </blockquote>
  </div>
  <br>
  </div>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
alice-teachers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:alice-teachers@lists.andrew.cmu.edu">alice-teachers@lists.andrew.cmu.edu</a>
<a class="moz-txt-link-freetext" href="https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers">https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers</a>
  </pre>
</blockquote>
<br>
</body>
</html>