Re: Monitoring learning

1999-10-26 Thread Kevin Miller

On Monday, Oct 25 1999, Dave Cragg wrote:

>>I if you can wait for the 2.3 release you'll be able to send email from
>>inside that.  (If your need is immediate, you can use the POST command to
>>post data to a CGI which comes back to you as an email.  If you contact me
>>off list I can supply a CGI URL if you don't have one and scripts to get you
>>going.)
>
> Can someone give a hint of how to do this in 2.3? I guess it involves
> using the "sockets" features, but I'm baffled as to how to use these
> features at the client end for e-mail, ftp, or whatever.
>
> Just a couple of lines of script to set me on my way would be greatly
> appreciated. Anyone?

Unfortunately, its not that simple.  Sending email with the sockets stuff
requires you to build the protocol.  Thats already being done, a free set of
handlers to do this stuff should be included in the 2.3 release.

Regards,

Kevin

> Cheers
> Dave Cragg
> _
> The LACS Centre (Business English Training Resources)
> mailto:[EMAIL PROTECTED]
> http://www.lacscentre.co.uk
> _

Kevin Miller <[EMAIL PROTECTED]> 
Cross Worlds Computing, MetaCard Distributors, Custom Development.
Tel: +44 (0)131 672 2909.  Fax: +44 (0)1639 830 707.



Re: Monitoring learning

1999-10-25 Thread Dave Cragg

At 12:09 PM +0100 25/10/1999, Kevin Miller wrote:
>On Saturday, Oct 23 1999, Gregory Lypny wrote:
>
>> Hi List Members,
>>
>>  I'm developing some university courseware with MetaCard.  I'll be
>> distributing it to my students, and the stacks will monitor their use of
>> it (e.g., time spent per session, time spent per card, errors in
>> answering questions and so on).  I want that usage information returned
>> to me.  What's the best way to do it?
>
>I if you can wait for the 2.3 release you'll be able to send email from
>inside that.  (If your need is immediate, you can use the POST command to
>post data to a CGI which comes back to you as an email.  If you contact me
>off list I can supply a CGI URL if you don't have one and scripts to get you
>going.)

Can someone give a hint of how to do this in 2.3? I guess it involves 
using the "sockets" features, but I'm baffled as to how to use these 
features at the client end for e-mail, ftp, or whatever.

Just a couple of lines of script to set me on my way would be greatly 
appreciated. Anyone?

Cheers
Dave Cragg
_
The LACS Centre (Business English Training Resources)
mailto:[EMAIL PROTECTED]
http://www.lacscentre.co.uk
_



Re: Monitoring learning

1999-10-25 Thread Kevin Miller

On Saturday, Oct 23 1999, Gregory Lypny wrote:

> Hi List Members,
> 
>  I'm developing some university courseware with MetaCard.  I'll be
> distributing it to my students, and the stacks will monitor their use of
> it (e.g., time spent per session, time spent per card, errors in
> answering questions and so on).  I want that usage information returned
> to me.  What's the best way to do it?

I if you can wait for the 2.3 release you'll be able to send email from
inside that.  (If your need is immediate, you can use the POST command to
post data to a CGI which comes back to you as an email.  If you contact me
off list I can supply a CGI URL if you don't have one and scripts to get you
going.)

Regards,

Kevin

>  Regards,
>
>   Greg
>
>
>
> _
> Gregory Lypny
> Associate Professor of Finance
> Concordia University
>
> _
> "Take chances, make mistakes!"
>- Ms Frizzle, The Magic School Bus


Kevin Miller <[EMAIL PROTECTED]> 
Cross Worlds Computing, MetaCard Distributors, Custom Development.
Tel: +44 (0)131 672 2909.  Fax: +44 (0)1639 830 707.



Re: Monitoring learning

1999-10-22 Thread Andu

>Hi List Members,
>
> I'm developing some university courseware with MetaCard.  I'll be
>distributing it to my students, and the stacks will monitor their use of
>it (e.g., time spent per session, time spent per card, errors in
>answering questions and so on).  I want that usage information returned
>to me.  What's the best way to do it?
>
> Regards,
>
>  Greg

You can use either the smtp protocol so that you get the data as E-mail or
the http protocol to have it sent to a server from which you can retrieve
it. For http you can use "post  to url". Smtp works too but it
is in alpha stage.

Regards, Andu




Monitoring learning

1999-10-22 Thread Gregory Lypny

Hi List Members,

 I'm developing some university courseware with MetaCard.  I'll be 
distributing it to my students, and the stacks will monitor their use of 
it (e.g., time spent per session, time spent per card, errors in 
answering questions and so on).  I want that usage information returned 
to me.  What's the best way to do it?

 Regards,

  Greg



_
Gregory Lypny
Associate Professor of Finance
Concordia University

_
"Take chances, make mistakes!"
   - Ms Frizzle, The Magic School Bus