Alessandra Defiore 22.Oct.03 09:02 AM a Web browser Core moduleLearningSpace - 5.0Windows NT
Hi all,
I try to report some data with an asp page linked in an activity of a course. I need to know the logged student ID and the selected course ID.
I notice in the "userprogress.asp" report there are variables:
courseIDs = "" + Request.QueryString("COURSES.C_ID")
userID = "" + Request.QueryString("USERS.U_ID")
but they work only from the link "Progress Report" from the student interface,and became blank if I use them how I explain before.
Can help me?