« August 2004 | Main

January 27, 2005

Student needs in the classroom

Recently on the PLT Scheme mailing list, a question came up regarding the DrScheme editor pane and students with particular vision needs. Students with vision difficulties often increase text size and reverse colors for higher contrast; the question was whether or not this was possible in DrScheme.

The answer is that yes, in the currently-beta-but-usable-and-soon-to-be-released version, it is possible to completely invert the colors.

drscheme-dark.jpg

As pedagogic IDEs take their place in the classroom (as opposed to introducing students to programming using a professional environments like Eclipse, or with no support at all, like the command line), it will become more important that these kinds of needs are addressed.

(Alas, there is an error in the Scheme code above. Had it followed the methodology laid out in How to Design Programs, the mistake might have been avoided!)

Posted by mjadud at 11:51 AM | Comments (0)

January 13, 2005

Programming for the Blind

Recently asked on the SIGCSE mailing list was about tools for supporting blind programmers (students). A few things came to light that are worth mentioning; if anything else should be added, please let us know.

In no particular order:

Posted by mjadud at 03:19 AM | Comments (0)