Assessments

Quiz — Use game-engine software and development tools

Check your understanding. Answer each question and press Check for instant feedback. There is no grade — retry as many times as you like.

E4-Q1 Multiple choice

A prototype requirement says: "A pressure plate opens a gate while the player stands on it, then closes the gate when the player leaves." Which implementation best supports reliable testing and later adjustment?

E4-Q2 Select all that apply

A teammate asks you to modify an existing player pickup script before a milestone build. Which practices should you apply? Select all that apply.

Select all that apply.

E4-Q3 Matching

Match each asset or component choice with its main purpose when turning an imported crate model into a reusable in-game object.

Collider
Rigidbody
Material and texture maps
Prefab or Blueprint
Audio clip reference
E4-Q4 Fill the gaps

Before reusing an imported 3-D asset in gameplay, check its , connect its , add an appropriate , and store the configured object as a or equivalent reusable engine object.

E4-Q5 True or false

After a configured object is converted into a prefab, Blueprint or equivalent reusable object, its instances no longer need validation after integration into scenes.

E4-Q6 Multiple choice

A designer says a locked door mechanic "works" because the door mesh is in the level. Which description best represents a playable gameplay loop for that element?

E4-Q7 Fill the gaps

A 3-D interaction system may use the to read keyboard, mouse, controller or VR controls; to detect triggers and impacts; the to play character or object motion; and to display prompts, health, score or objective feedback.

E4-Q8 Select all that apply

A prototype runs smoothly on a gaming desktop but stutters on the target classroom laptops. Which responses are appropriate before confirming the gameplay element? Select all that apply.

Select all that apply.

E4-Q9 Short answer

During QA for a locked door, you record: "Condition: player without key interacts with door. Expected result: door remains closed, locked sound plays, locked message appears." What is this kind of specific condition and expected result called?

E4-Q10 Matching

Match each quality lens with the question it is most likely to answer when checking a gameplay element.

Functional check
Usability check
Experience check
Technical check
E4-Q11 Multiple choice

A prototype sequence works in the engine editor. The assessor will review a packaged build. What is the best next testing decision?

E4-Q12 Fill the gaps

For a stakeholder review, define the intended of events, confirm the fit of mood and player goal, confirm the fit of milestone scope and known limitations, and confirm the fit of platform, settings and performance.

E4-Q13 Select all that apply

A live prototype review is scheduled for tomorrow. Which actions support final readiness and risk control? Select all that apply.

Select all that apply.

E4-Q14 True or false

A prototype sequence can run without technical errors and still fail the brief if the player goal is unclear, feedback is confusing, or the mood and pacing do not match the intended experience.

E4-Q15 Numerical

You are checking a prototype combat sequence for a target of 60 frames per second on the review hardware. To estimate whether code and rendering work fit the target, calculate the approximate maximum time budget per frame in milliseconds. Enter the value to two decimal places.

E4-Q16 Multiple choice

A packaged prototype runs on the developer machine, but on the review machine some textures are missing and controller input does not respond. Which response best aligns with technical readiness for presentation?

E4-F1 True or false

A static 3-D model becomes an interactive game object only when it is combined with the necessary engine configuration, such as components, scripts, collisions, materials and references.

E4-F2 Multiple choice

Before coding a new pickup mechanic, what is the best first step?

E4-F3 Matching

Match each requirement type with its focus.

Creative requirement
Production requirement
Technical requirement