Promo/SchoolSurvey: Difference between revisions

From KDE Community Wiki
Line 1: Line 1:
= A survey for students =
= A survey for students =
 
<html>
<head>
<title>Survey for Students</title>
</head>
<body>
<form method ="post">
<form method ="post">
What are the applications you use with your computer?<br>
What are the applications you use with your computer?<br>
Line 47: Line 51:
<input type="checkbox"name="Math"/>Doing math calculations<br>
<input type="checkbox"name="Math"/>Doing math calculations<br>
<input type="checkbox"name="Project"/>For a project<br>
<input type="checkbox"name="Project"/>For a project<br>
</form>
</body>
</html>

Revision as of 16:53, 19 December 2010

A survey for students

<html> <head> <title>Survey for Students</title> </head> <body> <form method ="post"> What are the applications you use with your computer?
<input type="checkbox"name="Chat"/>Chat
<input type="checkbox"name="Social Networking"/>Social Networking
<input type="checkbox"name="Net"/>Internet
<input type="checkbox"name="Calls"/>Telephone Calls
<input type="checkbox"name="Games"/>Games
<input type="checkbox"name="Suite"/>Office Suite

What is the main objective of using that program?
<input type="checkbox"name="Friends"/>To have friends
<input type="checkbox"name="Entertainment"/>For entertainment
<input type="checkbox"name="Learn"/>To learn

How frequently do you use a computer?
<input type="radio"name="Day"value="Several"/>Several times a day
<input type="radio"name="Day"value="Once"/>Once a day
<input type="radio"name="Week"value="Ow"/>Once a week
<input type="radio"name="Month"value="Om"/>Once a month

How important is that application for you?
<input type="radio"name="Without"value="Cannot"/>I can't live without it
<input type="radio"name="Life"value="Improves"/>It improves my life
<input type="radio"name="Have"value="Nice"/>Nice to have

How do you communicate with people ?
<input type="checkbox"name="Mail"/>E-Mail
<input type="checkbox"name="Chat"/>Chat
<input type="checkbox"name="Blog"/>Blogging
<input type="checkbox"name="Social"/>Social Networking

What are all the games you play ?
<input type="checkbox"name="Windows"/>Proprietary Windows games
<input type="checkbox"name="MMORPG"/>MMORPG games
<input type="checkbox"name="Installed"/>Installed games
<input type="checkbox"name="Web"/>Web games

In the office suites, which do you mostly use?
<input type="checkbox"name="Text"/>Text
<input type="checkbox"name="Calc"/>Calculations
<input type="checkbox"name="Presentation"/>Presentation

What is the main objective in using that office suite ?
<input type="checkbox"name="H.W"/>Writing your homework
<input type="checkbox"name="Math"/>Doing math calculations
<input type="checkbox"name="Project"/>For a project
</form> </body> </html>