0
votes
1answer
38 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 questi …
0
votes
7answers
271 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 …
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 …
3
votes
3answers
198 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 m …
-4
votes
4answers
83 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>
&l …
0
votes
2answers
33 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 …
4
votes
1answer
291 views
Interesting SQL quiz
Hi!
Recently I came across with the following quiz. Imagine we have this table
+--------+
| colors |
+--------+
| red |
| black |
| white |
| green |
| orange |
+--------+
…
-2
votes
2answers
172 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 tr …
2
votes
4answers
242 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 appreciat …
7
votes
13answers
1k views
C++: When Has The volatile Keyword Ever Helped You?
I'd like to know of an example of a problem which was solved by adding the volatile keyword.
I'm sure it has helped somebody solve something, but I don't know where I would actual …
1
vote
3answers
716 views
Is there any free online exam/quiz for jQuery?
Is there any free online exam/quiz for jQuery?
-1
votes
7answers
313 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
1answer
207 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 In …
0
votes
0answers
29 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: http://previe …
0
votes
2answers
211 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.
Coul …
