Chapter 8 Quiz: Feedback Systems
Multiple Choice
1. Which of the following best describes the feedback loop in game design?
a) The process of collecting player reviews after a game launches
b) The cycle where the player acts, the game responds, the player learns, and the player acts better
c) The audio that plays when a player completes a level
d) The connection between a game's marketing and its sales performance
2. A positive feedback loop in a game is characterized by:
a) Players giving positive reviews on the game's store page
b) Success breeding more success, creating a snowball effect where winning makes winning easier
c) The game's audio feedback being pleasant and satisfying
d) The game automatically increasing rewards as the player progresses
3. Rubber-banding in Mario Kart is an example of:
a) A positive feedback loop that rewards the leading player
b) An audio design technique
c) A negative feedback loop that counteracts the leader's advantage by giving trailing players better items
d) A graphical effect applied to character animations
4. According to the chapter's feedback hierarchy, which event should produce the MOST feedback?
a) Picking up a common coin
b) Landing a normal attack on a regular enemy
c) Opening a menu
d) Defeating a boss after a prolonged fight
5. Hit freeze (hitstop) is the technique of:
a) Stopping the player character's movement when an attack misses
b) Pausing the entire game for a few frames on impact to emphasize the moment
c) Freezing the health bar so it does not update
d) Preventing the player from attacking too rapidly
6. Jan Willem Nijman of Vlambeer advocates for juice that creates a disproportionate game response. This means:
a) The game should respond randomly to player inputs
b) One button press should produce multiple simultaneous feedback elements across visual, audio, and haptic channels
c) Important actions should produce less feedback than minor actions
d) The game should slow down permanently after each action
7. The two-bar health bar system uses:
a) A foreground bar that updates instantly and a background "ghost" bar that trails behind, showing damage dealt
b) Two separate health bars for attack and defense stats
c) A bar that fills from both ends toward the middle
d) One bar for health and one bar for mana
8. The mute test is designed to diagnose:
a) Whether the game's music is high quality
b) Whether the game's visual feedback is sufficient to communicate critical information without audio
c) Whether the player can complete the game without speaking
d) Whether the sound effects are too loud
9. The human brain's window for associating cause and effect is approximately:
a) 0-10 milliseconds
b) 100-200 milliseconds
c) 1-2 seconds
d) 5-10 seconds
10. According to the chapter, which of these is a "feedback sin"?
a) Using screen shake only for combat impacts
b) Layering multiple audio tracks for a single hit sound
c) Showing a hit flash and playing a hit sound when the attack actually missed (false positive)
d) Using a damage flash that lasts only 80 milliseconds
11. Steve Swink identifies three components of game feel. They are:
a) Graphics, sound, and story
b) Real-time control, simulated space, and polish
c) Input, rule, and output
d) Mechanics, dynamics, and aesthetics
12. Celeste's "coyote time" allows the player to jump for approximately 70ms after leaving a platform edge. This is best described as:
a) A positive feedback loop
b) A form of feedback that makes the game lie about timing to feel more forgiving without the player noticing
c) A negative feedback loop that punishes precise play
d) An audio cue that plays when the player is near an edge
13. What is the primary reason damage flash (briefly tinting a sprite white on hit) is considered one of the most important pieces of visual feedback in 2D games?
a) It looks aesthetically pleasing
b) It exploits the visual system's sensitivity to sudden changes, confirming hit connection faster than any UI element could
c) It reduces the game's rendering load
d) It makes sprites easier to distinguish from the background
14. The chapter argues that "if everything is critical, nothing is critical." This principle applies to:
a) Game marketing strategies
b) The feedback hierarchy --- if all events produce the same intense feedback, the player cannot distinguish important events from trivial ones
c) Level design complexity
d) Character progression systems
15. Which of the following games does the chapter cite as using hit freeze on every melee impact to create a sense of physical weight?
a) Candy Crush
b) Civilization VI
c) Dark Souls
d) Stardew Valley
16. Negative feedback loops in game design serve primarily to:
a) Punish the player for making mistakes
b) Stabilize competition by making success harder to compound, preventing runaway leaders
c) Reduce the game's difficulty over time
d) Create frustration that motivates the player to improve
17. Which pair of diagnostic tests does the chapter recommend every designer use?
a) The stress test and the performance test
b) The mute test (no audio) and the invisible test (no visuals)
c) The speed test and the difficulty test
d) The solo test and the multiplayer test
18. The chapter recommends a hit freeze duration of 40-60ms for a normal attack. A hit freeze of 250ms (15 frames) would likely:
a) Feel incredibly satisfying and impactful
b) Be perceived by the player as a bug or lag spike rather than emphasis
c) Be too short for the player to notice
d) Improve game feel significantly
Short Answer
19. Explain the difference between a positive feedback loop and a negative feedback loop. For each, provide one specific example from a game discussed in the chapter. Then explain why most competitive multiplayer games use both types simultaneously, and what would happen if a competitive game used only positive feedback loops.
20. The chapter presents a "feedback stack" for a single melee attack with thirteen elements across approximately 500 milliseconds. Choose any five of those thirteen elements and explain what would happen if each were removed. For each removal, describe the specific quality that would be lost and rate the impact of the removal from 1 (barely noticeable) to 5 (dramatically worse). Which single element's removal would be most damaging?
Answer Key
1. b) The cycle where the player acts, the game responds, the player learns, and the player acts better. This is the fundamental learning cycle of all games --- it is the mechanism by which players learn to play through experience rather than instruction.
2. b) Success breeding more success, creating a snowball effect where winning makes winning easier. The chapter cites chess (capturing pieces gives material advantage that makes future captures easier) and Monopoly (buying properties generates rent that funds more property purchases) as examples.
3. c) A negative feedback loop that counteracts the leader's advantage by giving trailing players better items. The chapter explains that Mario Kart's item distribution is position-weighted: players in last place have a higher probability of receiving powerful items (Blue Shell, Bullet Bill) while players in first place receive only weak items (Banana, Green Shell).
4. d) Defeating a boss after a prolonged fight. The feedback hierarchy establishes that more important events should produce proportionally more feedback. A boss kill is the highest-importance combat event, warranting screen-wide particles, slow-motion, unique sound effects, sustained screen shake, and long hit freeze.
5. b) Pausing the entire game for a few frames on impact to emphasize the moment. Hit freeze works by setting Engine.time_scale = 0.0 for a brief duration (typically 40-80ms), creating a visual "exclamation point" at the moment of impact.
6. b) One button press should produce multiple simultaneous feedback elements across visual, audio, and haptic channels. The chapter describes Vlambeer's philosophy: one button press should trigger a visual effect, a sound effect, screen shake, camera kick, enemy reaction, particle burst, and hit freeze --- seven responses for one input.
7. a) A foreground bar that updates instantly and a background "ghost" bar that trails behind, showing damage dealt. The foreground bar drops immediately when damage is taken, while the ghost bar lingers and catches up over 0.5-1.0 seconds using linear interpolation, creating a visual representation of the damage gap.
8. b) Whether the game's visual feedback is sufficient to communicate critical information without audio. If the player cannot tell when attacks land, when they take damage, or when enemies die while the game is muted, the visual feedback has gaps that need to be filled.
9. b) 100-200 milliseconds. Feedback arriving within this window is associated with the preceding action by the brain. Feedback arriving later weakens the association, and feedback arriving after 1+ seconds may not be connected to the action at all.
10. c) Showing a hit flash and playing a hit sound when the attack actually missed (false positive). The chapter calls this "The False Positive" --- feedback that does not match the actual game state. This breaks the player's trust in the feedback system and corrupts the feedback loop's learning function.
11. b) Real-time control, simulated space, and polish. Real-time control means immediate response to input. Simulated space means consistent physics and spatial rules. Polish means the layer of feedback effects that amplifies the sensation of control and physicality. All three must be present for game feel to emerge.
12. b) A form of feedback that makes the game lie about timing to feel more forgiving without the player noticing. Coyote time extends the valid jump window past the actual platform edge, forgiving imprecise timing without the player being aware of the forgiveness. This is a specific application of input forgiveness that improves game feel.
13. b) It exploits the visual system's sensitivity to sudden changes, confirming hit connection faster than any UI element could. The chapter explains that the human visual system is wired to detect abrupt changes (a survival mechanism), and the brief flash triggers this detection, providing instantaneous confirmation before the player needs to check any health bar or damage number.
14. b) The feedback hierarchy --- if all events produce the same intense feedback, the player cannot distinguish important events from trivial ones. Overmagnified feedback on trivial events desensitizes the player, so when genuinely important events occur, the feedback does not register as special. Magnitude must scale with importance.
15. c) Dark Souls. The chapter explains that the hit freeze on every melee impact, combined with stagger animation and impact sound, creates the sense that weapons have physical weight. Removing the hit freeze would make combat feel "floaty and unsatisfying" even though the mechanics are unchanged.
16. b) Stabilize competition by making success harder to compound, preventing runaway leaders. Negative feedback loops act like thermostats --- they resist extremes and pull toward equilibrium. Examples include catch-up experience in MOBAs, increasing costs for expansion in Civilization, and Resident Evil 4's dynamic difficulty adjustment.
17. b) The mute test (no audio) and the invisible test (no visuals). Together, these tests reveal whether the game's feedback is multi-channel: every critical event should be communicable through at least two sensory channels. The intersection of both tests identifies feedback blind spots.
18. b) Be perceived by the player as a bug or lag spike rather than emphasis. The chapter establishes that hit freezes above 200ms cross the threshold from emphasis to disruption. At 250ms, the player consciously registers the pause as a pause rather than as impact emphasis, breaking immersion.
19. A positive feedback loop is a system where success breeds more success. The chapter's primary example is chess: capturing an opponent's piece gives you a material advantage, which makes future captures easier, which increases your advantage further. A negative feedback loop is a system where success makes the next success harder. The chapter's example is dynamic difficulty adjustment in Resident Evil 4: performing well causes the game to spawn more enemies and drop less ammunition, pushing back against the player's success.
Most competitive multiplayer games use both simultaneously because positive feedback loops alone create the "snowball problem" --- one player gets a small early advantage, and the loop amplifies it until the outcome is decided long before the match ends. The losing side experiences a slow, demoralizing grind with no possibility of comeback. Without negative feedback loops to check the snowball, competitive games become exercises in determining who wins the first engagement, with the remaining match time serving no competitive purpose. This is why Monopoly (extreme positive, no catch-up) is widely considered poor game design despite being commercially successful. The game is effectively decided in the mid-game, but the rules force continued play.
20. (Answers will vary. Award full credit for five elements with specific, accurate descriptions of what would be lost.) Example analysis:
- Remove hit freeze (impact 5): The most damaging single removal. Without the freeze, the attack loses its sense of weight and emphasis. Hits feel like the weapon passes through the enemy rather than into it. The entire feedback stack loses its anchor point. Impact: dramatically worse.
- Remove enemy damage flash (impact 4): Hit confirmation becomes ambiguous. The player is not certain the attack connected, especially in chaotic multi-enemy combat. They may swing extra times "just in case," disrupting combat rhythm. Impact: significantly worse.
- Remove screen shake (impact 3): Force communication is lost. Hits feel precise but not powerful. The difference between a light attack and a heavy attack becomes harder to perceive. Impact: noticeably worse.
- Remove particles (impact 2): Energy and spectacle are reduced. Hits feel cleaner but less dramatic. The visual excitement of combat decreases, but information is unaffected. Impact: moderately worse.
- Remove knockback animation (impact 2): Directionality and physical consequence are lost. The enemy absorbs hits without visible physical reaction, which feels slightly unrealistic but does not affect gameplay information. Impact: moderately worse.
The single most damaging removal is hit freeze, because it is the element that creates the sensation of physical contact. All other elements layer on top of it --- particles fill the freeze frame, the shake follows the freeze, the flash is visible during the freeze. Without it, the stack loses its temporal anchor and collapses into a blur of simultaneous effects with no moment of emphasis.