Forum archive 2000-2006

Mark Schmitt - Show Active Users

Mark Schmitt - Show Active Users

by Arnold Pizer -
Number of replies: 0
inactiveTopicShow Active Users topic started 9/8/2002; 6:15:27 AM
last post 9/9/2002; 2:15:26 AM
userMark Schmitt - Show Active Users  blueArrow
9/8/2002; 6:15:27 AM (reads: 887, responses: 1)
Is there an easy way to make ShowActiveUsers display names rather than login names? I tried to use CL_getStudentName, but was given error messages to the effect that that subroutine was undefined. It's clear to me that I'm missing something, but I'm not sure what.

Thanks for the help.

Mark

<| Post or View Comments |>


userArnold K. Pizer - Re: Show Active Users  blueArrow
9/9/2002; 2:15:26 AM (reads: 1130, responses: 0)
First add

require "${scriptDirectory}$Global::classlist_DBglue_pl";

to the list of required scripts.

Showing real students names in addition to log in names is a good idea. I just added that to the version in the CVS repository:

http://webwork-db.math.rochester.edu/cgi-bin/cvsweb.cgi/webwork/system/cgi/cgi-scripts/?sortby=date#dirlist

Arnie

<| Post or View Comments |>