
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hélène Martin &#187; assignments</title>
	<atom:link href="http://www.helenemartin.com/tag/assignments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.helenemartin.com</link>
	<description>Education, computer science, sewing...</description>
	<lastBuildDate>Wed, 01 Sep 2010 00:37:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Posting assignment solutions online</title>
		<link>http://www.helenemartin.com/2009-06-posting-assignment-solutions-online/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=posting-assignment-solutions-online</link>
		<comments>http://www.helenemartin.com/2009-06-posting-assignment-solutions-online/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 00:47:12 +0000</pubDate>
		<dc:creator>Hélène Martin</dc:creator>
				<category><![CDATA[Teaching]]></category>
		<category><![CDATA[assignments]]></category>

		<guid isPermaLink="false">http://www.helenemartin.com/?p=184</guid>
		<description><![CDATA[It&#8217;s a silly spat between an arrogant student and some SJSU instructor but it has caused a lot of noise I don&#8217;t really like. Here&#8217;s the guy&#8217;s blog explaining how he &#8220;won&#8221; against his professor who asked him to take data structures and algorithm problem solutions down (I&#8217;m sure he&#8217;s loving the blog traffic). I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a silly spat between an arrogant student and some SJSU instructor but it has caused a lot of noise I don&#8217;t really like.  Here&#8217;s <a href="http://www.kyle-brady.com/2009/06/10/how-i-won-a-copyfight/">the guy&#8217;s blog explaining how he &#8220;won&#8221;</a> against his professor who asked him to take data structures and algorithm problem solutions down (I&#8217;m sure he&#8217;s loving the blog traffic).</p>
<p>I&#8217;m sad to see so much chest banging on the part of open source and free speech advocates over this issue on the likes of <a href="http://arstechnica.com/open-source/news/2009/06/academic-source-code-dust-up-symptom-of-cs-education-ills.ars">Ars Technica</a> or <a href="http://www.boingboing.net/2009/06/11/student-challenges-p.html">Boing Boing</a>.  Some people claim that his solutions are a great educational resource and that programmers learn most by looking at others&#8217; work.  Of course we&#8217;ve all learned a lot from reading code, but we&#8217;ve most likely learned more by banging our heads against the wall when we were stuck on a difficult problem.  When students can look up solutions for inspiration, they&#8217;re cheating themselves out of a learning opportunity.  Having the code online, indexed by search engines is just too tempting, even for well-intentioned students.  Kyle himself claims he wants his code up for future employers.  I&#8217;d be very surprised if employers cared at all about code written in introductory courses to structured prompts.  What employers want to see are larger, creative projects &#8212; code that absolutely does belong online for collaboration, education, etc.  As is, the posted solutions have very little value to anyone but future cheaters.</p>
<p>It&#8217;s irritating, really, to read the discussions about instructors being lazy for not coming up with new assignments.  It&#8217;s extremely difficult to come up with compelling programming assignments, especially for early courses such as data structures/algorithms.  Students need highly-structured practice on difficult concepts before they solve more open-ended problems.   An instructor can spend weeks coming up with an assignment that&#8217;s challenging, well-structured and well-scoped.  One student posting their source code means that many others will use the solution as a guide, if not for blatant cheating. I guess the reaction to have is &#8220;they&#8217;ll get what they deserve on the test.&#8221;</p>
<p>This is bound to be more and more common as students spend more time online and become more tech-savvy at a younger age.  I hope I can have civilized conversations with students and make them understand that posting source code to structured assignments is not appropriate.  At the same time, I do think it&#8217;s important to find new and fun ways to encourage students to collaborate on and share larger, open-ended projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.helenemartin.com/2009-06-posting-assignment-solutions-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scratch assignments.</title>
		<link>http://www.helenemartin.com/2009-06-scratch-assignments/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=scratch-assignments</link>
		<comments>http://www.helenemartin.com/2009-06-scratch-assignments/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 22:15:31 +0000</pubDate>
		<dc:creator>Hélène Martin</dc:creator>
				<category><![CDATA[Teaching]]></category>
		<category><![CDATA[assignments]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[scratch]]></category>

		<guid isPermaLink="false">http://www.helenemartin.com/?p=154</guid>
		<description><![CDATA[I've created a number of structured Scratch assignment writeups including one for the little tree program pictured below.  Since I haven't really found any such resources (links appreciated!), I figured I'd share.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been spending a lot of time working with computer science students at <a href="http://www.seattleschools.org/schools/chiefsealth/">Chief Sealth High School</a> these days.  Creating lectures, activities and assignments for them has been a fascinating challenge since the students operate at a huge range of levels.  At the college level, there&#8217;s a fair spread, but never anything like this.  Some of these students struggle with reading, others are very limited in their math skills.  Overall, though, they&#8217;re an absolutely wonderful bunch.</p>
<p>We did a bit of work with <a href="http://scratch.mit.edu/">Scratch</a> recently to debunk some programming misconceptions and work on spatial reasoning and problem analysis.</p>
<p>I&#8217;ve created a number of structured Scratch assignment writeups including one for the little tree program pictured below.  Since I haven&#8217;t really found any such resources (links appreciated!), I figured I&#8217;d share: <a href="http://www.helenemartin.com/?page_id=6#ass">Scratch assignments</a></p>
<div id="attachment_159" class="wp-caption aligncenter" style="width: 410px"><img class="size-full wp-image-159" title="scratch-tree" src="http://www.helenemartin.com/wordpress/wp-content/uploads/2009/06/scratch-tree.png" alt="Scratch program draws a tree of user-specified size" width="400" height="301" /><p class="wp-caption-text">Scratch program draws a tree of user-specified size</p></div>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://www.helenemartin.com/2009-06-scratch-assignments/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
