<?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/"
	>

<channel>
	<title>Gary Bishop</title>
	<atom:link href="http://wwwx.cs.unc.edu/~gb/wp/feed/" rel="self" type="application/rss+xml" />
	<link>http://wwwx.cs.unc.edu/~gb/wp</link>
	<description>Geeks making the world a bit better</description>
	<pubDate>Fri, 03 Jul 2009 22:07:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Big Words Interface Ideas</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/07/03/big-words-interface-ideas/</link>
		<comments>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/07/03/big-words-interface-ideas/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 13:23:12 +0000</pubDate>
		<dc:creator>gb</dc:creator>
		
		<category><![CDATA[Enabling Technology]]></category>

		<category><![CDATA[Literacy]]></category>

		<category><![CDATA[Motor impaired]]></category>

		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/?p=506</guid>
		<description><![CDATA[I&#8217;m thinking about the client-side interface to our Big Words project with the Center for Literacy and Disability Studies. Rebecca is making good progress on the server-side logic for the games, the instructive feedback machinery that is the essence of this approach. But we need a good looking user interface to keep kids coming back.

I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m thinking about the client-side interface to our Big Words project with the Center for Literacy and Disability Studies. Rebecca is making good progress on the server-side logic for the games, the instructive feedback machinery that is the essence of this approach. But we need a good looking user interface to keep kids coming back.</p>
<p><span id="more-506"></span></p>
<p>I want all the games to be as accessible as we can make them. That includes at least access by using 2 switches. We&#8217;ll want to allow the colors to be adjusted like Tar Heel Reader so that students who are VI have a better chance of reading it. Further, I&#8217;d like to make it accessible to students who are blind but that will be very challenging (perhaps the new WAI-ARIA stuff is applicable here).</p>
<p>The page colors, logo image, and title text should be easily changeable from the administrative back end so that we can customize the look for different schools and age groups.</p>
<p>I&#8217;d like to have an optional area of the screen where we can plug in a static or animated &#8220;reward zone&#8221;. This area might be a rectangle across the top, bottom, or side of the page. Or it might be in the empty spaces. The point of a reward zone is to have something happen when you get the right answer. We&#8217;d have a list of plug-ins that could be selected from the administrative back end. If several are enabled then the player gets to choose or they are randomly selected. I think this could enhance the game playing experience. </p>
<p>All of the animations could either be constantly active or, if that is too distracting, active only for a few seconds after a correct answer.</p>
<p>Here are some things I can think of to include in the reward zone. I&#8217;m sure students could come up with better ideas.</p>
<ul>
<li>A high-school football theme might include a lighted scoreboard that counts up.</li>
<li>A save the turtles theme might have animated turtle sprites that can&#8217;t climb over a curb. You&#8217;re helping them get out of the road by solving puzzles. (You can stop these animated gifs with the Escape key)<br/><img src="http://wwwx.cs.unc.edu/~gb/wp/wp-content/uploads/2009/07/turtle.gif" alt="turtle" title="turtle" width="96" height="96" class="alignnone size-full wp-image-508" /></li>
<li>A zombie theme might have zombies wandering around the screen. One explodes each time you solve a puzzle. <br/> <img src="http://wwwx.cs.unc.edu/~gb/wp/wp-content/uploads/2009/07/zombiewalking.gif" alt="zombie walking" title="zombie walking" width="46" height="44" class="alignnone size-full wp-image-512" /><img src="http://wwwx.cs.unc.edu/~gb/wp/wp-content/uploads/2009/07/zombiedies.gif" alt="zombie dies" title="zombie dies" width="107" height="101" class="alignnone size-full wp-image-511" /></li>
<li>A flower might sprout up.</li>
<li>Fireworks might go off.</li>
<li>Maybe a trashy environment gets cleaned up.</li>
<li>These could optionally include sound effects.</li>
</ul>
<p>I think the reward zone plug-in could be responsible for the players perception of the score. Of course behind the scenes the system is tracking attempts, hints, right, wrong, time, etc. But in a football theme the score might be 6 points for correct without a hint, 3 points if only 1 hint is required, and only 1 point if more hints are required. In the zombie game the score might be displayed in little zombie silhouettes. </p>
<h3>Implementation ideas</h3>
<p>The database has records for students, groups of students (classes, whatever), themes (color, logo, etc.), rewards (which plugin to use), etc. After login the back-end knows what theme to use for the displays and what plug-ins are available to this student. </p>
<p>On the client (in javascript) we&#8217;ll handle the mouse (drag and drop, click, etc.) and keyboard (switch or full typing) input. We&#8217;ll submit answers to the back-end to get feedback using Ajax. The results will come back with right/wrong and some instructive feedback. The JS in the page will display these appropriately. As a side effect of displaying the right/wrong information the main JS code announces the result using a pub-sub model. If a plug-in subscribes to this information it can trigger the reward appropriately. We could also publish a &#8220;busy&#8221; event when the mouse is moving or a key is pressed. This way the animation could stop (or start) when the user is idle. </p>
<p>In the template on the server, we only have to fill in the script tag to load the plug-in js and provide a sized div to specify where it fits in the page. The plug-in js handles displaying itself and responding to events.</p>
<p>It would be fun to use the new canvas tag in html5 for the animation. </p>
]]></content:encoded>
			<wfw:commentRss>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/07/03/big-words-interface-ideas/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Desensitizing kids with autism to stressful experiences with VR</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/04/23/desensitizing-kids-with-autism-to-stressful-experiences-with-vr/</link>
		<comments>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/04/23/desensitizing-kids-with-autism-to-stressful-experiences-with-vr/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 17:41:23 +0000</pubDate>
		<dc:creator>gb</dc:creator>
		
		<category><![CDATA[Autism]]></category>

		<category><![CDATA[Enabling Technology]]></category>

		<category><![CDATA[Ideas]]></category>

		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/?p=491</guid>
		<description><![CDATA[Karen suggests it might be useful to develop VR scenarios to help kids become accustomed to normally stressful audio over stimulation without the added social burden of having to deal with people at the same time. For example, many kids can&#8217;t go to the movie theater because the THX sound thing at the beginning overwhelms [...]]]></description>
			<content:encoded><![CDATA[<p>Karen suggests it might be useful to develop VR scenarios to help kids become accustomed to normally stressful audio over stimulation without the added social burden of having to deal with people at the same time. For example, many kids can&#8217;t go to the movie theater because the THX sound thing at the beginning overwhelms them.  If they could experience that THX sound in a controlled environment with gradually increasing volume it might not be so bad when it happened at the theater. </p>
<p>Lots of other situations could be handled similarly.</p>
]]></content:encoded>
			<wfw:commentRss>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/04/23/desensitizing-kids-with-autism-to-stressful-experiences-with-vr/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Helping kids with autism read faces</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/04/23/helping-kids-with-autism-read-faces/</link>
		<comments>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/04/23/helping-kids-with-autism-read-faces/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 17:37:18 +0000</pubDate>
		<dc:creator>gb</dc:creator>
		
		<category><![CDATA[Autism]]></category>

		<category><![CDATA[Enabling Technology]]></category>

		<category><![CDATA[Ideas]]></category>

		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/?p=489</guid>
		<description><![CDATA[Another neat idea from Karen. There have been some news stories about a DVD that helps kids with autism learn to read faces and emotions. It would be cool to do a version which allows folks to upload their own pictures and which presents the faces in an interactive web site.
]]></description>
			<content:encoded><![CDATA[<p>Another neat idea from Karen. There have been some news stories about a <a href="http://www.npr.org/templates/story/story.php?storyId=99732203">DVD that helps kids with autism learn to read faces and emotions</a>. It would be cool to do a version which allows folks to upload their own pictures and which presents the faces in an interactive web site.</p>
]]></content:encoded>
			<wfw:commentRss>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/04/23/helping-kids-with-autism-read-faces/feed/</wfw:commentRss>
		</item>
		<item>
		<title>VR Theme Park Rides for Kids in Wheelchairs</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/04/23/vr-theme-park-rides-for-kids-in-wheelchairs/</link>
		<comments>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/04/23/vr-theme-park-rides-for-kids-in-wheelchairs/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 15:44:17 +0000</pubDate>
		<dc:creator>gb</dc:creator>
		
		<category><![CDATA[Enabling Technology]]></category>

		<category><![CDATA[Ideas]]></category>

		<category><![CDATA[Motor impaired]]></category>

		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/?p=486</guid>
		<description><![CDATA[Karen says many kids in wheelchairs never get to experience typical theme park rides. What can we do about that?
We could build or buy a platform that can tilt (say) 20 degrees in two directions under computer control. I don&#8217;t think it has to be very high performance at all. We roll the kid&#8217;s chair [...]]]></description>
			<content:encoded><![CDATA[<p>Karen says many kids in wheelchairs never get to experience typical theme park rides. What can we do about that?</p>
<p>We could build or buy a platform that can tilt (say) 20 degrees in two directions under computer control. I don&#8217;t think it has to be very high performance at all. We roll the kid&#8217;s chair onto the platform and strap it down. </p>
<p>John suggests a platform with a center pivot, springs on 2 sides and stepper motors with cables on the other 2 sides. Missy says we should ask Disney who have all this figured out.</p>
<p>A group of our students go out to a theme park (or the state fair) and record wide-angle HD video, acceleration and good audio. Then we synchronize playback on a big screen (or screens). Perhaps a sub woofer adds some low frequency shake (or maybe the platform could do this). I don&#8217;t think we need any &#8220;wash out&#8221; algorithm for the motion platform. Simply, display the best approximation to the direction of the gravity vector that the tilt platform can manage. We might want to rotate the image to undo some of the tilt. That would be an interesting study on its own.</p>
<p>The <a href="http://en.wikipedia.org/wiki/Log_flume_(attraction)">log flume ride</a> would be perfect for this. We could spray the rider with some water at the end!</p>
<p>Then we can invite kids in for a virtual carnival or theme park field trip. That would be a ton of fun and an exciting project. Later groups of students could do fully computer generated graphics and sound as more advanced projects. </p>
<p>John suggests we could record historic train rides and such for more educational content.</p>
<p>We link to <a href="http://tarheelreader.org">Tar Heel Reader</a> by having kids read about the experience beforehand and write about it afterward!</p>
<p>I&#8217;m going to try to resist immediately jumping on this until I find some $ to pay for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/04/23/vr-theme-park-rides-for-kids-in-wheelchairs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Speech Game Idea</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/04/23/speech-game-idea/</link>
		<comments>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/04/23/speech-game-idea/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 15:26:12 +0000</pubDate>
		<dc:creator>gb</dc:creator>
		
		<category><![CDATA[Autism]]></category>

		<category><![CDATA[Blind]]></category>

		<category><![CDATA[Enabling Technology]]></category>

		<category><![CDATA[Ideas]]></category>

		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/?p=482</guid>
		<description><![CDATA[Michael sent email saying
My friend Michelle&#8217;s son Alex is autistic. We visited them on Saturday night.  While Michelle and the rest of us were doing whatever, Alex was playing with an R2D2 toy.
This toy performs actions based on speech recognition.
Alex: &#8220;Hey R2&#8243;
R2: affirmative beep (sounds like &#8220;Boo-Boop&#8221;)
Alex: &#8220;Do yamgine?&#8221;
R2: negative beep (sounds like &#8220;Bee-Bawp&#8221;)
Alex: [...]]]></description>
			<content:encoded><![CDATA[<p>Michael sent email saying</p>
<blockquote><p>My friend Michelle&#8217;s son Alex is autistic. We visited them on Saturday night.  While Michelle and the rest of us were doing whatever, Alex was playing with an R2D2 toy.</p>
<p>This toy performs actions based on speech recognition.</p>
<p>Alex: &#8220;Hey R2&#8243;<br />
R2: affirmative beep (sounds like &#8220;Boo-Boop&#8221;)<br />
Alex: &#8220;Do yamgine?&#8221;<br />
R2: negative beep (sounds like &#8220;Bee-Bawp&#8221;)<br />
Alex: &#8220;Do you &#8216;magine?&#8221;<br />
R2: negative beep<br />
Michelle: &#8220;Do you remember?&#8221;<br />
R2: affirmative beep<br />
Michelle: &#8220;Darth Vader?&#8221;<br />
R2: scared noise and shaking head and moving in circles (sounds like &#8220;wa-a-a-hoo!&#8221;)</p>
<p>REPEAT w/o michelle for like an hour</p>
<p>the kid was HIGHLY motivated to say the right stuff, and kept at it.</p>
<p>what if there was a web framework (through flash or silverlight?) and a teacher could program in like the vocab, and a storyline (maybe somehting like tarheel reader could help create some default storylines (TANGENT: we should try to have some of your projects seed other as possible) and then the kid tries to say it, this would be for kids with speech issues.</p>
<p>maybe the kid&#8217;s a detective, and has to go around quesitoning people, maybe at first it acknowledges bits and pieces (i.e.&#8221;Hey <someone>&#8221; <ACK> &#8220;where were you?&#8221;<ACK> &#8220;<VOCAB like yesterday>?&#8221;) then later it only acknowledges at the end</p>
<p>maybe how tolerant it is of sound deviating depends on the kid&#8217;s level and their recent success rate&#8230;</p></blockquote>
<p>I love it! This could make a very interesting student project and would take our work in a different and exciting direction.</p>
]]></content:encoded>
			<wfw:commentRss>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/04/23/speech-game-idea/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using the WiiMote for Reading</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/04/03/using-the-wiimote-for-reading/</link>
		<comments>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/04/03/using-the-wiimote-for-reading/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 13:28:18 +0000</pubDate>
		<dc:creator>gb</dc:creator>
		
		<category><![CDATA[Blind]]></category>

		<category><![CDATA[Enabling Technology]]></category>

		<category><![CDATA[Ideas]]></category>

		<category><![CDATA[Motor impaired]]></category>

		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/?p=478</guid>
		<description><![CDATA[Tricia from Texas wrote to say:

Who would benefit? students with visual impairment – and students that need more cuing than they get from visual supports on the printed page
Use vibration feedback in TTS, screen readers, digital auditory text

To cue for bold text, boxed info, important information
Software could “read” the text/page and insert vibration to cue [...]]]></description>
			<content:encoded><![CDATA[<p>Tricia from Texas wrote to say:</p>
<blockquote><p>
Who would benefit? students with visual impairment – and students that need more cuing than they get from visual supports on the printed page</p>
<p>Use vibration feedback in TTS, screen readers, digital auditory text</p>
<ul>
<li>To cue for bold text, boxed info, important information</li>
<li>Software could “read” the text/page and insert vibration to cue the student</li>
</ul>
<p>But more importantly, to allow the student to tag the auditory text – when they “re-read” the text, the tags trigger vibration. Use different types of vibration (intensity, pattern, etc) for different types of tags.</p>
<ul>
<li>Tag as a highlighter, tag a phrase or a paragraph</li>
<li>Tag specific info they need to capture (main characters, literary action)</li>
<li>Tag for references</li>
<li>Tag as notetaking – retrieve only tagged information for later?</li>
</ul>
</blockquote>
<p>Karen suggested long ago and I failed to blog about it, that the WiiMote could be useful for &#8220;keeping beat with reading. Kid reads along with program, keeps beat. Shakes the controller on the key words. That way you know the kid is reading.&#8221;</p>
<p>Seems to me there is great synergy between these ideas. This would make a great student research project.</p>
]]></content:encoded>
			<wfw:commentRss>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/04/03/using-the-wiimote-for-reading/feed/</wfw:commentRss>
		</item>
		<item>
		<title>There is another music game in here somewhere</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/03/18/there-is-another-music-game-in-here-somewhere/</link>
		<comments>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/03/18/there-is-another-music-game-in-here-somewhere/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 13:29:27 +0000</pubDate>
		<dc:creator>gb</dc:creator>
		
		<category><![CDATA[Enabling Technology]]></category>

		<category><![CDATA[Ideas]]></category>

		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/?p=476</guid>
		<description><![CDATA[After finding iDaft and then the YouTube video on Tar Heel Reader, I&#8217;m thinking about music games in a new way. In a trip down memory lane we came across Mahna Mahna. I love this video!
I have this feeling that there is a fun game idea in here for Maze Day (and beyond). I&#8217;m not [...]]]></description>
			<content:encoded><![CDATA[<p>After finding <a href="http://wwwx.cs.unc.edu/~gb/wp/blog/2009/03/12/daft-punk-for-fun-and-education/">iDaft</a> and then the <a href="http://wwwx.cs.unc.edu/~gb/wp/blog/2009/03/17/reading-with-franz/">YouTube video on Tar Heel Reader</a>, I&#8217;m thinking about music games in a new way. In a trip down memory lane we came across <a href="http://www.youtube.com/watch?v=rDtXCsnMP7M">Mahna Mahna</a>. I love this video!</p>
<p>I have this feeling that there is a fun game idea in here for <a href="http://wwwx.cs.unc.edu/~gb/wp/blog/2009/02/15/maze-day-2009/">Maze Day</a> (and beyond). I&#8217;m not sure what it is. Perhaps you press a square on the DDR Pad to hear one phrase &#8220;mahna mahna, dee dee da dee dee&#8221;. Then you have to press another one to go to the next phrase? Or perhaps it is a joint effort between two kids? One doing &#8220;mahna mahna&#8221; and the other doing the dee&#8217;s? Maybe the background is playing in a loop and you have to queue the &#8220;mahna mahna&#8221; at the right time like Guitar Hero?</p>
<p>Give it a listen and then give me some ideas in the comments.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/rDtXCsnMP7M&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/rDtXCsnMP7M&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/03/18/there-is-another-music-game-in-here-somewhere/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Reading with Franz</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/03/17/reading-with-franz/</link>
		<comments>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/03/17/reading-with-franz/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 00:23:02 +0000</pubDate>
		<dc:creator>gb</dc:creator>
		
		<category><![CDATA[Enabling Technology]]></category>

		<category><![CDATA[Links]]></category>

		<category><![CDATA[Motor impaired]]></category>

		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/?p=472</guid>
		<description><![CDATA[Paul posted a really nice video about using Tar Heel Reader over at YouTube. The puppet and the stop motion self assembly of the switch interface are great! Check out Reading with Franz.

]]></description>
			<content:encoded><![CDATA[<p>Paul posted a really nice video about using Tar Heel Reader over at YouTube. The puppet and the stop motion self assembly of the switch interface are great! Check out <a href="http://www.youtube.com/watch?v=nfu8sQH6428">Reading with Franz</a>.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/nfu8sQH6428&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/nfu8sQH6428&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/03/17/reading-with-franz/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Daft Punk for fun and education</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/03/12/daft-punk-for-fun-and-education/</link>
		<comments>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/03/12/daft-punk-for-fun-and-education/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 19:16:52 +0000</pubDate>
		<dc:creator>gb</dc:creator>
		
		<category><![CDATA[Blind]]></category>

		<category><![CDATA[Enabling Technology]]></category>

		<category><![CDATA[Ideas]]></category>

		<category><![CDATA[Motor impaired]]></category>

		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/?p=464</guid>
		<description><![CDATA[I saw iDaft today and think it rocks! You play the samples by typing the corresponding keys on your keyboard. Not surprising technically, its just Flash. But it makes me think about combining fun, music, and literacy. What could we do with music and samples like this to make fun and even educational games for [...]]]></description>
			<content:encoded><![CDATA[<p>I saw <a href="http://www.najle.com/idaft/">iDaft</a> today and think it rocks! You play the samples by typing the corresponding keys on your keyboard. Not surprising technically, its just Flash. But it makes me think about combining fun, music, and literacy. What could we do with music and samples like this to make fun and even educational games for kids with disabilities?</p>
<p>How about putting the samples on the 16 pads you get with 2 DDR pads? Then we could have a game that was something like Guitar Hero where you put the samples in the right places. DJ Hero? Or maybe DJ Revolution? I think our blind visitors would have a ton of fun on Maze Day trying to &#8220;sing&#8221; along with <a href="http://www.youtube.com/watch?v=oGECJP3phyY">Harder, Better, Faster, Stronger</a> by stepping on the DDR pads. Think <a href="http://www.youtube.com/watch?v=K2cYWfq--Nw">Daft Hands</a> or <a href="http://www.youtube.com/watch?v=bl6RJyZdBSU&#038;feature=related">Daft Bodies</a> on the DDR pad.</p>
<p>Or how about making an AAC device more fun by changing the pitch of the voice like this? Or somehow linking a &#8220;word wall&#8221; to music so when you put words together in appropriate ways they go with the music? </p>
<p>Suppose you could provide a list of words or word combinations to a web site and it would automagically assign them musical pitches like this. What cool games could we make where students play with words while making music? How could we integrate reading into it? Perhaps the &#8220;score&#8221; (the words to be spoken) is presented something like the <a href="http://www.youtube.com/watch?v=PeWk70_Gicw">Guitar Hero notes</a> so you have to at least recognize the words to know which to play.</p>
<p>How do we make such a game switch accessible?</p>
<p>I&#8217;m thinking out loud here. Help me out folks, some of you have to be more musical and creative than I am. Post a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/03/12/daft-punk-for-fun-and-education/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Trekker Breeze Scavenger Hunt at Maze Day 2009</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/03/06/trekker-breeze-scavenger-hunt-at-maze-day-2009/</link>
		<comments>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/03/06/trekker-breeze-scavenger-hunt-at-maze-day-2009/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 15:19:08 +0000</pubDate>
		<dc:creator>gb</dc:creator>
		
		<category><![CDATA[Blind]]></category>

		<category><![CDATA[Enabling Technology]]></category>

		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/?p=460</guid>
		<description><![CDATA[Can We Find It? Yes We Can!
Come see if you can find &#8220;it&#8221; at Maze Day 2009 on the University of North Carolina Campus at Chapel Hill.  What are we looking for?  We&#8217;ll be looking for bus stops, intersections, building entrances and much more.  Using Trekker Breeze, students, teachers, parents and peers [...]]]></description>
			<content:encoded><![CDATA[<p>Can We Find It? Yes We Can!</p>
<p>Come see if you can find &#8220;it&#8221; at <a href="http://wwwx.cs.unc.edu/~gb/wp/blog/2009/02/15/maze-day-2009/">Maze Day 2009</a> on the University of North Carolina Campus at Chapel Hill.  What are we looking for?  We&#8217;ll be looking for bus stops, intersections, building entrances and much more.  Using Trekker Breeze, students, teachers, parents and peers will participate in a &#8220;Talking GPS&#8221; scavenger hunt on campus.  During the activity we will use the newest in GPS technology for the blind and visually impaired to find out &#8220;What&#8217;s around.&#8221;  Join us to learn about this exciting technology and be ready to have some fun in the process.</p>
]]></content:encoded>
			<wfw:commentRss>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/03/06/trekker-breeze-scavenger-hunt-at-maze-day-2009/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
