943,558 Members | Top Members by Rank

Ad:
Sep 28th, 2009
-1

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

Expand Post »
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!
Similar Threads
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
serendipity is offline Offline
58 posts
since May 2007
Sep 28th, 2009
0

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

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,
Reputation Points: 78
Solved Threads: 118
Practically a Master Poster
hericles is offline Offline
632 posts
since Nov 2007
Sep 28th, 2009
0

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

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!
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
serendipity is offline Offline
58 posts
since May 2007

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in HTML and CSS Forum Timeline: What do you think?
Next Thread in HTML and CSS Forum Timeline: web form data not being sent in order presented on actual form





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC