Web form 3 questions: split answers, password protect, prevent copying

Thread Solved

Join Date: May 2007
Posts: 56
Reputation: serendipity is an unknown quantity at this point 
Solved Threads: 0
serendipity's Avatar
serendipity serendipity is offline Offline
Junior Poster in Training

Web form 3 questions: split answers, password protect, prevent copying

 
-1
  #1
Sep 28th, 2009
I am dealing with a web form that is an answer sheet for up to 120 questions. Since this may require a lot of time for the student:
  1. Is there any way that the answer sheet can be split up and the user be recognized when he/she comes logs back in to do part B, C, etc?
  2. How do I set up a password that users need to login to test?
  3. How do I protect the sheet from being copied, at least by the ordinary person?
I'm using a simple HTML code and CGI - see below
HTML and CSS Syntax (Toggle Plain Text)
  1. <FORM ACTION="/bin/script_library/form_handler_mail" METHOD=POST ACTION="mailto:info@info.com">
  2. <input type="submit" value="Submit" name="submit">
  3. <input type="reset" value="Reset" name="submit">

My computer programming knowledge is limited, just like my budget, so any help in "K.I.S.S." format would be greatly appreciated. THANKS!
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 42
Reputation: hericles is an unknown quantity at this point 
Solved Threads: 4
hericles hericles is offline Offline
Light Poster

Re: Web form 3 questions: split answers, password protect, prevent copying

 
0
  #2
Sep 28th, 2009
Hi,
KISS huh?
Question depends on the type of questions theyare answering although any solution requires saving the answers they've entered in some way. If its multi choice or short answer you could save each answer to a database under the user ID and then retrieve them when they log back. Or, if you're keen you could save the answers as XML files but the database solution is easier.

Setting up passwords isn't someting that can be explained in enough detail here. I suggest finding an article online and reading it.

By blocking copying I assume you mean disable printing and print screen and the like. To be honest I've never had to try it and I'm not sure a foolproof method exists. Maybe someone else has advice on that part of it.

Hope that helps,
Hericles
MCP MCAD
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 56
Reputation: serendipity is an unknown quantity at this point 
Solved Threads: 0
serendipity's Avatar
serendipity serendipity is offline Offline
Junior Poster in Training

Re: Web form 3 questions: split answers, password protect, prevent copying

 
0
  #3
Sep 28th, 2009
Thanks for the reply.

They are multiple choice questions: a, b, c, or d
Where is the database saved? Online? On a company owned server (which we don't have)?

Thanks!
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC