|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
HTML quiz questions
Morning chaps. Hoping that you can help me out today...
I need to recruit an assistant for a short term position. I've suggested we offer the position to our local colleges and universities to let a student get some commercial experience. We've had applications from 6th form college students up to new graduates. I want to devise a short HTML quiz for them to complete. The quiz will be used to determine what level of HTML knowledge they have Anybody want to suggest some questions & answers? I want simple and hard questions so that newbie HTML bods will not be put off, and people with a good deal of knowledge will be easily identified. If I can complete this today it will get our Human Resources people off my back. When it's complete I'll format it nicely in PDF and make it available for download from this thread Thanks, as usual, in advance!
__________________
selwonk If I've posted some code above, you might think it looks a bit simplistic. It might be. I'd rather people tried the next step themselves rather than getting a full solution on a plate. That way they learn more! |
|
#2
|
||||
|
||||
|
Hi Selwonk,
how about. Q: How do you refresh the page automaticly after 5 seconds to index.htm? A: Code:
<html> <header> <meta http-equiv="refresh" content="5;url=index.htmp"> </header> </html>
__________________
Look! Its a ShemZilla ![]() ![]()
|
|
#3
|
||||
|
||||
|
Hi nofriends - that's great. Just thought though - maybe multiple-choice would be a better approach? I can certainly use questions like these though...
|
|
#4
|
||||
|
||||
|
Maybe a couple of multiple choice questions, and then you could use these kind of questions to find out who are the more advanced guys?
|
|
#5
|
||||
|
||||
|
nofriends - do you reckon it's worth including some simple ASP questions?
|
|
#6
|
||||
|
||||
|
Quote:
Yep - that's a good idea... |
|
#7
|
||||
|
||||
|
I think it will be a good idea to include some simple ASP questions if they will have to do that in the position?
|
|
#8
|
||||
|
||||
|
Q: Where is the best section to include your css script?
A: 1. In the body section 2. In the head section 3. Above the <html> tag |
|
#9
|
||||
|
||||
|
Yep - that's a nice one...
|
|
#10
|
||||
|
||||
|
There are some nice basic HTML questions here:
http://www.w3schools.com/quiztest/q....asp?qtest=HTML I'll add a few of these... |
|
#11
|
||||
|
||||
|
hehe, I got 18 out of 20
![]() |
|
#12
|
||||
|
||||
|
LOL - tut tut! I would have through you would get 100%!
|
|
#13
|
||||
|