Sie sind auf Seite 1von 1

Test Results Page 1

Test Certificate for Bedoui Helmi Ben lotfi Ben Mhamed

Your score = 100 %

#1 3 - the semicolon is missing.


#2 3 - the program adds 3 to the sum of 1 and 2, the result is 6.
3 - Due to the () parentheses behind the "beeps" assignment , the program does not
#3 assign the function but executes it, and assigns the return value to the key. This
causes a crash when A is pressed.
2 - the panel bmap must be defined with either a bmap name or an image name, and
#4
the SHOW flag must be set.

#5 4 - for catching the mouse, the panel must not be covered by another panel, and the
button must be inside .
4 - the action contains an endless loop. The wait(1) is outside the loop and thus
#6
never reached.
4 - the right script must be edited and the variable must not be overwritten by a
#7
script function.
#8 1 - the position of the button is added to the position of the panel.

#9 3 - the OVERLAY flag is not the only way to transparency - TGA and DDS images can
also have a transparent alpha channel - but is "inherited " by other panel elements.
#
4 - digits can display numbers, text, and with an image font also images.
10
#
1 - increasing the z coordinate moves an object upwards regardless of its angles.
11
#
2 - level_load(NULL) creates an empty world and allows us to place 3D objects.
12
#
1 - when all sprite angles are 0, the sprite stands upright and faces the camera.
13
#
4 - any function can control an entity when it uses a pointer to it.
14
# 3 - the var precision is 0.001 , so 1.99 and 2 is different. But '=' is no comparison but
15 an assignment , and evaluates as true when the assigned value is nonzero.
#
1 - use the '&&' operator to check if both of two expressions are true.
16
#
2 - a negative tilt angle lets an object face downwards.
17
#
2 - the second speed vector of a c_move instruction moves along the axes .
18
# 4 - the percentage value is not increased, so the guard stays at its first animation
19 frame.
# 4 - global variables are accessible to all functions, to the debugger, and the [Tab]
20 console.

View all test results

http://www.conitec.net/litec/quiz/test.php 07/07/2010 15:37:54

Das könnte Ihnen auch gefallen