Alice Community  

Go Back   Alice Community > Educators > Teaching with Alice

Reply
 
Thread Tools Display Modes
Help with a blind would-be user
Old
PCC Instructor
Guest
 
Status:
Posts: n/a
Default Help with a blind would-be user - 09-11-2008, 12:05 PM

Have you ever had a blind student take an Alice programming class? What tools did you use to allow them to successfully complete the class? I have a student this semester who is blind and wants to take the Alice programming class. We tried Jaws but cannot get it to read the Alice interface, it recognizes only the titles of various windows.

Any suggestions would be appreciated.
   
Reply With Quote
Help with a blind would-be user
Old
hgs
Guest
 
Status:
Posts: n/a
Default Help with a blind would-be user - 09-12-2008, 12:32 PM

Well, I don't teach, but I have my own access difficulties :-)

The first question I'd consider is: do you mean "legally blind" or more specifically, "totally blind"? Many legally blind (UK: Registered blind) people use visual methods to access information, usually with magnification and/or high contrast. These things may be a possibility, and you'd need to find out what access software the person currently uses.

Windows Vista can't tell you anything (using narrator) of what is going on in Alice. I've not looked to see if the Java Accessibility features are built into Alice's distribution of Java. There is some information about what is possible at http://java.sun.com/javase/technolog...iew.jsp#access but I don't program in Java, so have no experience of this.

It might be useful to flag this up on the Alice 3 forum, since blindness isn't about to vanish!

It might be useful to run the exploration of what is possible in parallel with explorations of meeting the course goals in other ways. There are plenty of blind programmers, see for example http;//www.bcab.org.uk/ , but I don't know how many are involved in things specifically graphical. The ability to use Alice is not the object of the course itself, because that isn't a very transferable skill. You might be able to tune the domain to the individual's interests.

You said the student wants to take the class, rather than they have to take it. You might get some benefit from asking what they want out of the course, because the 3D graphics may be of no interest to them, or there may be other aspects that are not as you'd expect.

So I'm afraid I've left you with a rather unhelpful "it depends". Hoping someone else is more clued up on this than ! am!
   
Reply With Quote
Old
PCC Instructor
Guest
 
Status:
Posts: n/a
Default 09-15-2008, 08:37 AM

hgs:

Thank you for the reply and the two links. They supplied some useful information.

The student is totally blind. Goals in the class are primarily to learn the terminology of programming so we will be able to meet those. Anything beyond that would probably be a bonus. It's my first experience with a totally blind person in a programming class so I'm looking for any advice and/or experiences others can provide to me.
   
Reply With Quote
Help with a blind would-be user
Old
hgs
Guest
 
Status:
Posts: n/a
Default Help with a blind would-be user - 09-16-2008, 04:39 PM

I was hoping someone else would jump in at that point and supply something useful. So here is more "thinking out loud" about this.

One of the goals of [storytelling or not] Alice is to provide an environment that motivates the learner to press on and solve problems. The interests of blind people are as wide and varied as anyone else, but you have an opportunity to tailor things to their interests because you have to do something unusual for them anyway. So find out what grabs them, what they'd be interested in getting the computer to do.

The next important thing about Alice is the avoidance of syntax errors. At present I see no way around that for blind users. So the next best thing is choosing a language with decent error messages. You want one that is sufficiently simple to parse that the line numbers are really where the problems are, and that the line numbers are reported. If you are working with speech or braille then you can't take in a whole screenful that easily, so Tcl's approach of almost no line numbers and quoted context will be a pain.

They may be proficient with a text editor already, or they may been pushed into using something like notepad (I believe the Braillenote comes with a version of windows built in), in which case teaching them something better (with searching, substitution, and indenting) would be doing them a favour. Even good old ed from unix, available in various forms for the PC, would be a tool worth knowing as it teaches regular expressions, and its command set is used in vi, sed, ex, and sort of made it into Perl.

What sort of applications? If you are on Windows with .NET 3 then speech is pretty easy to access, and will have a certain appeal. Text games would be of interest, I suspect. Text based interactive fiction (http://www.xyzzynews.com/) may be of interest. Of course you might lose them in some Colossal Cave and never see them again, but it might inspire them to want to program something of that sort. That site has lots of systems for writing adventures which are pretty much programming, involving different classes of objects. I could never keep up with "shoot-em-up" games even as old as Elite on the BBC micro, so this would make sense.

If they are mathematically minded you might be able to use sound to explore numbers, like the chaotic bifurcation diagram. Or mathematical simulation, moon lander games. Or given an embosser for braille, how would you generate a text file to represent various shapes, bar graphs, etc? Or if you have access to a MIDI interface, computer generated music using a few simple rules might be explorable. Markov chains are always a favourite, and are reasonably easy to explain. You can apply that to music or text. Tree data structures and "think of an animal [, vegetable or mineral [or modern major genera]]" are possibly sufficiently interesting to explore: real machine learning in action. Years ago I got a book called "How to build your own Expert System" http://www.amazon.com/Build-Your-Own...1599706&sr=1-1 which has a fiarly gentle intoroduction to the perceptron and discusses large neural nets without getting as far as explaining back propogation, IIRC. The programs in it are in BASIC and are well explained.

That's probably more suggestions than you ever wanted, so I'll shut up for now and hopefully someone else will see this thread and join in.
   
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Copyright ©2024, Carnegie Mellon University
Alice 2.x © 1999-2012, Alice 3.x © 2008-2012, Carnegie Mellon University. All rights reserved.