Chapter 13 Quiz: Challenge, Mastery, and the Joy of Getting Good


Questions

1. According to the chapter, the relationship between difficulty and fun is best described as:

a) Linear --- more difficulty always reduces fun b) Linear --- more difficulty always increases fun c) An inverted parabola --- fun rises with challenge to a peak, then falls as challenge becomes overwhelming d) Random --- there is no consistent relationship


2. Which need from Self-Determination Theory does the experience of mastery primarily satisfy?

a) Autonomy b) Competence c) Relatedness d) Belonging


3. A game is "hard but fair" when:

a) The difficulty level is set to the lowest available option b) After losing, the player can identify what they did wrong and what they would do differently c) The game provides infinite respawns at no cost d) The challenges scale randomly to keep players uncertain


4. Which of the following is NOT one of the six fairness properties identified in the chapter?

a) Telegraphs for major attacks b) Consistent rules across the game c) Exponentially scaling difficulty d) Recoverable failure with bounded cost


5. The four-step "Mario method" of teaching new mechanics consists of:

a) Introduce, develop, twist, conclude b) Show, tell, test, reward c) Easy, medium, hard, expert d) Tutorial, practice, exam, certification


6. The "see-try-fail-understand-succeed" cycle describes:

a) The standard loot drop schedule in roguelikes b) How human beings actually learn skills, with failure as an essential information source c) The five stages of grief as applied to game design d) The progression of player engagement from casual to hardcore


7. A teaching sequence that allows the player to skip the failure step:

a) Produces players who can immediately apply the mechanic at maximum proficiency b) Produces players who have not been forced to update their mental models, often resulting in failure when the script ends c) Is the gold standard for accessibility design d) Eliminates frustration and is therefore optimal


8. The "kiss-the-walls test" describes:

a) A romance subplot mechanic in narrative games b) Whether a player will explore the boundaries of a space and discover affordances on their own c) A controller calibration test for haptic feedback d) The endurance test for emotional difficulty


9. Which type of difficulty is primarily about execution skill, hand-eye coordination, and input precision?

a) Mechanical difficulty b) Cognitive difficulty c) Emotional difficulty d) Strategic difficulty


10. Which type of difficulty is primarily about understanding, deduction, and pattern recognition?

a) Mechanical difficulty b) Cognitive difficulty c) Emotional difficulty d) Reflexive difficulty


11. Which type of difficulty is primarily about endurance, persistence, and tolerance for tension?

a) Mechanical difficulty b) Cognitive difficulty c) Emotional difficulty d) Cognitive load


12. A "cognitive puzzle game with brutal time limits" is described in the chapter as:

a) A balanced design that combines two types of difficulty effectively b) A mismatched design that forces mechanical difficulty onto a cognitive task c) The optimal model for puzzle game design d) An example of fair difficulty


13. The "difficulty plateau" refers to:

a) The point at which the game becomes too difficult to continue b) The point at which the player's skill stops growing because they have learned what the game has to teach c) The default difficulty setting in most modern games d) A geographical metaphor for level design


14. Dark Souls's "death-as-learning loop" depends on which design property?

a) Random boss patterns to keep the player guessing b) Highly deterministic boss design so information from one death transfers to the next c) Multiple difficulty options so players can adjust the experience d) Hidden mechanics that reveal themselves slowly over time


15. The chapter describes the difference between "productive failure" and "frustrating failure" as:

a) The duration of the death animation b) Whether the failure leaves the player with new information they can use on the next attempt c) The difficulty rating of the encounter that caused the failure d) Whether the player chose to die intentionally


16. Cuphead's "tip card" on the death screen worked because it:

a) Reduced the difficulty of subsequent attempts b) Reframed each failure as visible progress, converting frustration into productive feedback c) Provided strategic hints from a tutorial NPC d) Allowed players to skip the boss entirely


17. The argument in the chapter regarding difficulty options as accessibility is that:

a) Difficulty options dilute the artistic vision of difficult games b) Difficulty options should be eliminated to preserve mastery experiences c) Difficulty options expand who can have a mastery experience without removing the experience for those who want maximum challenge d) Only easy modes should be added; hard modes are inherently exclusionary


18. The phrase "try to fail forward" means:

a) Attempt to fail intentionally to unlock secret rewards b) Design failures that move the player toward understanding, skill, and eventual mastery c) Push players to fail as often as possible to maximize engagement metrics d) Make the cost of failure so high that players will play more carefully


19. In the project work for this chapter, the TutorialZone script's most important feature is:

a) It displays a text prompt automatically when the player enters b) It announces zone entry via a signal, leaving the actual teaching mechanism flexible (including non-text approaches) c) It automatically completes the tutorial for players who fail repeatedly d) It enforces a single mandatory tutorial sequence for all players


20. The chapter argues that the "joy of getting good" comes primarily from:

a) The act of receiving the final victory reward b) The felt experience of having become more capable than you were before c) Comparisons with other players via leaderboards d) Achievement notifications and XP popups


Answer Key

  1. c) An inverted parabola --- fun rises with challenge to a peak, then falls as challenge becomes overwhelming. (See Section 13.1.)

  2. b) Competence. Deci and Ryan's framework places the felt experience of effective action at the center of mastery's intrinsic reward. (Section 13.1.)

  3. b) After losing, the player can identify what they did wrong and what they would do differently. The information needed to win is present, and the death is legible. (Section 13.2.)

  4. c) Exponentially scaling difficulty. The six fairness properties are telegraphs, readability, consistent rules, recoverable failure, information access, and no invisible mechanics. Difficulty scaling is not on the list; fairness is about the quality of difficulty, not its rate of increase. (Section 13.2.)

  5. a) Introduce, develop, twist, conclude. This is Miyamoto's documented structure as discussed in Section 13.3.

  6. b) How human beings actually learn skills, with failure as an essential information source. (Section 13.3.)

  7. b) Produces players who have not been forced to update their mental models, often resulting in failure when the script ends. (Section 13.3.)

  8. b) Whether a player will explore the boundaries of a space and discover affordances on their own. The diagnostic question is: can the player figure out what to do before being told? (Section 13.3.)

  9. a) Mechanical difficulty. Examples include Super Meat Boy, Devil May Cry 5, Beat Saber, and Counter-Strike. (Section 13.4.)

  10. b) Cognitive difficulty. Examples include Portal, The Witness, Civilization, and Outer Wilds. (Section 13.4.)

  11. c) Emotional difficulty. Examples include Dark Souls, EVE Online, Spelunky, and Bloodborne. (Section 13.4.)

  12. b) A mismatched design that forces mechanical difficulty onto a cognitive task. (Section 13.4.)

  13. b) The point at which the player's skill stops growing because they have learned what the game has to teach. (Section 13.5.)

  14. b) Highly deterministic boss design so information from one death transfers to the next. If the boss did different things on different attempts, the player could not build a model. (Section 13.7.)

  15. b) Whether the failure leaves the player with new information they can use on the next attempt. Productive failure teaches; frustrating failure punishes without teaching. (Section 13.7.)

  16. b) Reframed each failure as visible progress, converting frustration into productive feedback. (Section 13.7, Design Autopsy callout.)

  17. c) Difficulty options expand who can have a mastery experience without removing the experience for those who want maximum challenge. The mastery experience is relative to the player's own skill, not to an absolute difficulty rating. (Section 13.8.)

  18. b) Design failures that move the player toward understanding, skill, and eventual mastery. (Section 13.9.)

  19. b) It announces zone entry via a signal, leaving the actual teaching mechanism flexible (including non-text approaches). The decoupling is the point. (Section 13.10.)

  20. b) The felt experience of having become more capable than you were before. The mastery is in the transformation. (Closing of Chapter 13.)