blind teaching?

Thomas Stivers stivers_t at tomass.dyndns.org
Sat Mar 27 18:03:14 UTC 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 03/28/04  1:36 AM +0800, coscell wrote:
> hi:
> 
> I'm a blind teacher. I want to teach a blind student to use a software.
> If we're logging in from separated terminal, how can I monitor his 
> input/ouput?

The program screen will work for this. Eather you or the student runs
screen and the other runs "screen -x" all as the same user and you will
get the same things happening on both terminals. You will not know what
the student does with their screen reader's invisible/reading cursor,
but you will see both input and output. You can even both edit the same
command.

An alternative to this is the script program which makes a file
type-script which contains a log of the student's actions. With the -t
option you can even replay the script using the replay program. Here is
an example.

script -t 2>student.log
replay student.log

Script calls a subshell so that is what is going on between the script
line and the replay line.

I hope one of these approaches works for you.

- -- 
Clarke's Corollary:
Any technology distinguishable from magic is insufficiently advanced.
Thomas Stivers	e-mail: stivers_t at tomass.dyndns.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAZcHi5JK61UXLur0RAu9OAJ99xn9LjzkXlhXiveVE1z6jYT1lfgCePwUz
klton6Kb1pDMHXSXMLzVFKM=
=RPfT
-----END PGP SIGNATURE-----





More information about the Blinux-list mailing list