Tagged Questions

0
votes
1answer
86 views

Flash AS2 Quiz with individual points for each answer.

Hi guys! I'm making a quiz in Actionscript 2.0. The quiz has 8 questions. Each question has four answers and each answer gives different points. On every frame their is two questions to answer and …
4
votes
1answer
48 views

How do you localize a number of legacy globals without eval?

I'm asking this question because I finally solved a problem that I have been trying to find a technique for in a number of cases. I think it's pretty neat so I'm doing a Q-and-A on this. See, if I …
0
votes
2answers
38 views

Which stylesheet will be selected for browser’s print command?

Which stylesheet will be used when the page is printed from the browser’s print command with the below code? <link rel="stylesheet” type=”text/css” href=”core.css”> <link rel=”stylesheet” …
-4
votes
4answers
84 views

What will be window title of the browser when two sets of html exists? [closed]

What will be the window title of the browser when the below code is inside one single HTML file? <html> <head><title>First document</title></head> …
0
votes
7answers
292 views

C# Training Quizzes

Hello there, I have been programming 10 years, mostly in vba and vb.net but I know c# well enough to program what I normally do. I yesterday was applying for a Senior c# position and I did so poorly …
3
votes
3answers
214 views

Algorithm Question - Team Scheduling - Quiz design

I've got a weird problem to solve - this is to be used in designing a quiz, but it's easiest to explain using teams. There's 16 teams. There's 24 matches. 4 teams play in every match. Each team has …
4
votes
1answer
327 views

Interesting SQL quiz

Hi! Recently I came across with the following quiz. Imagine we have this table +--------+ | colors | +--------+ | red | | black | | white | | green | | orange | +--------+ The task is to …
-1
votes
2answers
207 views

facebook quiz development

hi i want to make a quiz application on facebook using php ( the concept is after every question there is a next button by we reach to the next question ) how can i applied any transition effect …
0
votes
0answers
33 views

Removing Borders on Review Quiz in Captivate 2.

How do you remove the review quiz borders and background color when creating a quiz in Captivate 2. A border shows around the answers as if it is an input field. See: …
2
votes
4answers
252 views

Technical tests in interviews as a judge of employer

There is an increasing (and generally good) trend for potential employers to ask candidates to sit some sort of technical test before even being invited to interview. I appreciate that it is going …
0
votes
0answers
98 views

Quiz Contest. [closed]

Hi, "If a task can be done, it can be done in more than one way." To benefit the community if a quiz is run where a common simple question is asked to a group of people selected by the site admins …
1
vote
1answer
218 views

Resharper Trap “Convert to ‘return’ statement”

Given the following routine: private static object ParseNumber(string token, FieldDefinition def) { if (def.Fraction > 0) return Double.Parse(token); else return Int64.Parse(token); } …
0
votes
2answers
215 views

Erlang Quiz

Hi, folks. Many of you sometimes face with interesting code, problems, solutions. And all of this could be used as good interview questions or just for fun as any other quiz. Could you please share …
0
votes
7answers
317 views

Quiz: When is a Comment Not A Comment?

Quick Quiz? What language has comments with side effects? In essence, comments which are not comments...
1
vote
3answers
788 views

Is there any free online exam/quiz for jQuery?

Is there any free online exam/quiz for jQuery?

1 2 next
15 30 50 per page