adamyoung Posted January 16, 2006 Posted January 16, 2006 I've had an idea that students could use some sort of web based tool to select a file they want to send to a member of staff (homework etc) and then select the staff name from a dropdown list and click send, and the email is automatically send to the teacher. It removes the problem of staff not wanting students to know their email address. Anyone done anything like this?
TechMonkey Posted January 16, 2006 Posted January 16, 2006 I created an ASP system to do this about a year ago. It's a bit of a quick and dirty solution, it also allows staff to hand back work. It uses a folder system behind it all, and the script uploads to this and then sends a message to the teacher selected. Uses their logon name to choose which folder to upload and to tell the teacher who it was. This does mean authentication has to be on the web server. EDIT: This is used as we haven't implement a VLE yet and a teacher wanted to use it. It has since been adopted by more teachers and we are hoping that this will lead to a good take up of a VLE when it is.
Geoff Posted January 16, 2006 Posted January 16, 2006 Sounds like something you'd get on a VLE. Moodle's exercise module does more or less what you want I think. http://moodle.org/mod/forum/discuss.php?d=2819
adamyoung Posted January 16, 2006 Author Posted January 16, 2006 We use mambo which could be used for authentication as this has an SQL table with usernames and emails. Techmonkeys idea sounds good - could I have a look?
TechMonkey Posted January 16, 2006 Posted January 16, 2006 I'll check it's suitable to move and package it up with some instructions.
adamyoung Posted January 16, 2006 Author Posted January 16, 2006 I'll check it's suitable to move and package it up with some instructions. Thanks!
TechMonkey Posted January 17, 2006 Posted January 17, 2006 Don't know if you saw the pm I sent but let me know an email to send it to and it's all ready
adamyoung Posted January 17, 2006 Author Posted January 17, 2006 Don't know if you saw the pm I sent but let me know an email to send it to and it's all ready [email protected] thanks!
adamyoung Posted January 18, 2006 Author Posted January 18, 2006 What TechMonkey has done looks brilliant, sadly we cant run ASP as our webserver is Apache on Unix so I cant use it
ChrisH Posted January 18, 2006 Posted January 18, 2006 There is ASP for *nix though as long as you dont need proper .net stuff.
Geoff Posted January 18, 2006 Posted January 18, 2006 Apache::ASP for old ASP. ASP.NET support with mod_mono. Ironically, these implementations are faster than Windows/IIS on equivelent hardware. Enjoy.
adamyoung Posted January 24, 2006 Author Posted January 24, 2006 Anyone got a php variant? Installing that mod on our server would void its support contract :S
Jason.Shields Posted December 11, 2008 Posted December 11, 2008 I've had an idea that students could use some sort of web based tool to select a file they want to send to a member of staff (homework etc) and then select the staff name from a dropdown list and click send, and the email is automatically send to the teacher. It removes the problem of staff not wanting students to know their email address. We are using Ranger Outpost at our school, which seems to be working quite well.
BaccyNet Posted December 11, 2008 Posted December 11, 2008 For students sending files to staff from outside school it will be done on our VLE. if it is internal, all students can see a staff members folder (but cant go into them!) they can then paste the work onto the folder which drops it into that staff members area. Only had a single case of misuse which we were able to catch by the creator/owner of the file as it hadnt been opened by the member of staff, thus catching them red handed. Works for us!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now