elliot-stack 1.0.29 → 1.0.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +5 -0
  3. package/bin/install.cjs +981 -950
  4. package/hooks/repo-search-nudge.js +32 -32
  5. package/package.json +1 -1
  6. package/skills/estack-active-learning-tutor/SKILL.md +339 -339
  7. package/skills/estack-better-title/SKILL.md +64 -64
  8. package/skills/estack-better-title/scripts/rename.sh +55 -55
  9. package/skills/estack-chris-voss/SKILL.md +80 -80
  10. package/skills/estack-chris-voss/references/elliot-notes.md +120 -120
  11. package/skills/estack-chris-voss/references/voss-principles.md +210 -210
  12. package/skills/estack-customer-discovery/SKILL.md +60 -60
  13. package/skills/estack-flight-planner/SKILL.md +332 -332
  14. package/skills/estack-flight-planner/references/config_schema.md +156 -156
  15. package/skills/estack-flight-planner/references/flight_history_schema.md +97 -97
  16. package/skills/estack-flight-planner/references/shuttle_schedules.md +98 -98
  17. package/skills/estack-flight-planner/scripts/check_setup.sh +89 -89
  18. package/skills/estack-flight-planner/scripts/fetch_flights.py +99 -99
  19. package/skills/estack-flight-planner/scripts/filter_flights.py +265 -265
  20. package/skills/estack-flight-planner/scripts/pair_shuttles.py +173 -173
  21. package/skills/estack-github-issue-tracker/SKILL.md +322 -322
  22. package/skills/estack-github-issue-tracker/bin/tracker-tools.cjs +1358 -1358
  23. package/skills/estack-github-issue-tracker/references/gh-cli-patterns.md +124 -124
  24. package/skills/estack-github-issue-tracker/references/result-file-schema.md +156 -156
  25. package/skills/estack-github-issue-tracker/references/tracker-schema.md +96 -96
  26. package/skills/estack-github-issue-tracker/tracker-template.md +58 -58
  27. package/skills/estack-leadership-coach/SKILL.md +235 -0
  28. package/skills/estack-leadership-coach/adding-references.md +280 -0
  29. package/skills/estack-leadership-coach/frameworks/delegation/flows/post-mortem.md +120 -0
  30. package/skills/estack-leadership-coach/frameworks/delegation/flows/pre-delegation.md +138 -0
  31. package/skills/estack-leadership-coach/frameworks/delegation/phases/1-intake.md +145 -0
  32. package/skills/estack-leadership-coach/frameworks/delegation/phases/2-trm-assessment.md +119 -0
  33. package/skills/estack-leadership-coach/frameworks/delegation/phases/3-enrollment.md +132 -0
  34. package/skills/estack-leadership-coach/frameworks/delegation/phases/4-build-brief.md +171 -0
  35. package/skills/estack-leadership-coach/frameworks/delegation/phases/5-monitoring.md +134 -0
  36. package/skills/estack-leadership-coach/frameworks/delegation/phases/6-reverse-delegation.md +118 -0
  37. package/skills/estack-leadership-coach/frameworks/delegation/phases/7-diagnose.md +200 -0
  38. package/skills/estack-leadership-coach/references/.source-files/deci-ryan_self-determination-theory__deci-olafsen-ryan-2017-self-determination-theory-in-work-organizations.md +1881 -0
  39. package/skills/estack-leadership-coach/references/.source-files/deci-ryan_self-determination-theory__gagne-deci-2005-self-determination-theory-and-work-motivation.md +2058 -0
  40. package/skills/estack-leadership-coach/references/.source-files/deci-ryan_self-determination-theory__selfdeterminationtheory-org-theory-overview-page.md +61 -0
  41. package/skills/estack-leadership-coach/references/.source-files/gallup_engagement-research__gallup-3-key-insights-into-the-global-workplace-2024.md +57 -0
  42. package/skills/estack-leadership-coach/references/.source-files/gallup_engagement-research__gallup-managers-account-for-70-percent-of-variance-in-employee-engagement-2015.md +40 -0
  43. package/skills/estack-leadership-coach/references/.source-files/gallup_engagement-research__gallup-state-of-the-global-workplace-2026-global-data-summary.md +73 -0
  44. package/skills/estack-leadership-coach/references/.source-files/gallup_engagement-research__gallup-state-of-the-global-workplace-2026-report-landing.md +42 -0
  45. package/skills/estack-leadership-coach/references/.source-files/hormozi-leila_4-stages__leila-hormozi-the-art-of-delegation-blog-post.md +91 -0
  46. package/skills/estack-leadership-coach/references/.source-files/oncken-wass_monkeys-hbr-1974__oncken-wass-management-time-whos-got-the-monkey-hbr-classic-1974.md +969 -0
  47. package/skills/estack-leadership-coach/references/.source-files/sanchez_main-street-millionaire__codie-sanchez-afford-anything-podcast-ep-565-show-notes.md +89 -0
  48. package/skills/estack-leadership-coach/references/.source-files/sullivan_who-not-how__dan-sullivan-impact-filter-tool-and-guide-booklet.md +565 -0
  49. package/skills/estack-leadership-coach/references/.source-files/van-edwards_cues__vanessa-van-edwards-lewis-howes-school-of-greatness-ep-1231-show-notes.md +122 -0
  50. package/skills/estack-leadership-coach/references/.source-files/van-edwards_cues__vanessa-van-edwards-roger-dooley-cues-interview.md +194 -0
  51. package/skills/estack-leadership-coach/references/deci-ryan_self-determination-theory.md +166 -0
  52. package/skills/estack-leadership-coach/references/doerr_measure-what-matters.md +154 -0
  53. package/skills/estack-leadership-coach/references/ferriss_4hww.md +189 -0
  54. package/skills/estack-leadership-coach/references/gallup_engagement-research.md +105 -0
  55. package/skills/estack-leadership-coach/references/gerber_e-myth-revisited.md +118 -0
  56. package/skills/estack-leadership-coach/references/grove_high-output-management.md +95 -0
  57. package/skills/estack-leadership-coach/references/hormozi-alex_followthrough.md +152 -0
  58. package/skills/estack-leadership-coach/references/hormozi-leila_4-stages.md +146 -0
  59. package/skills/estack-leadership-coach/references/oncken-wass_monkeys-hbr-1974.md +128 -0
  60. package/skills/estack-leadership-coach/references/sanchez_main-street-millionaire.md +196 -0
  61. package/skills/estack-leadership-coach/references/sullivan_who-not-how.md +137 -0
  62. package/skills/estack-leadership-coach/references/van-edwards_cues.md +189 -0
  63. package/skills/estack-migrate-claude-session-history/SKILL.md +226 -0
  64. package/skills/estack-migrate-claude-session-history/references/path-encoding.md +55 -0
  65. package/skills/estack-migrate-claude-session-history/references/troubleshooting.md +96 -0
  66. package/skills/estack-migrate-claude-session-history/scripts/migrate-claude-history.js +1123 -0
  67. package/skills/estack-migrate-claude-session-history/scripts/test-append-note.js +48 -0
  68. package/skills/estack-migrate-claude-session-history/scripts/test-validate-migration.py +326 -0
  69. package/skills/estack-migrate-claude-session-history/scripts/validate-migration.py +493 -0
  70. package/skills/estack-pdf-to-md/SKILL.md +180 -0
  71. package/skills/estack-pdf-to-md/scripts/pdf_to_md.py +596 -0
  72. package/skills/estack-productivity-prioritization-coach/SKILL.md +124 -0
  73. package/skills/estack-productivity-prioritization-coach/sources/01-tony-robbins-rpm.md +39 -0
  74. package/skills/estack-productivity-prioritization-coach/sources/02-justin-sung-task-prioritization.md +34 -0
  75. package/skills/estack-prompt-builder-coach/SKILL.md +81 -81
  76. package/skills/estack-prompt-builder-coach/definition-of-done-generator.md +42 -42
  77. package/skills/estack-prompt-builder-coach/prompt-builder.md +37 -37
  78. package/skills/estack-prompt-builder-coach/task-shaper.md +36 -36
  79. package/skills/estack-prompt-builder-coach/vague-ask-auditor.md +37 -37
  80. package/skills/estack-read-claude-session-history/SKILL.md +204 -204
  81. package/skills/estack-read-claude-session-history/references/jsonl-schema.md +126 -126
  82. package/skills/estack-read-claude-session-history/references/modes.md +423 -423
  83. package/skills/estack-read-claude-session-history/references/recipes.md +271 -271
  84. package/skills/estack-read-claude-session-history/scripts/lib/__init__.py +1 -1
  85. package/skills/estack-read-claude-session-history/scripts/lib/parser.py +460 -460
  86. package/skills/estack-read-claude-session-history/scripts/lib/paths.py +234 -234
  87. package/skills/estack-read-claude-session-history/scripts/lib/search.py +179 -179
  88. package/skills/estack-read-claude-session-history/scripts/lib/subagents.py +88 -88
  89. package/skills/estack-read-claude-session-history/scripts/lib/tools.py +144 -144
  90. package/skills/estack-read-claude-session-history/scripts/read_transcript.py +1776 -1776
  91. package/skills/estack-read-claude-session-history/scripts/tests/conftest.py +40 -40
  92. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/README.md +20 -20
  93. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/all-noise.jsonl +4 -4
  94. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/basic-session.jsonl +2 -2
  95. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-gaps.jsonl +9 -9
  96. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-noise.jsonl +7 -7
  97. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-parallel-a.jsonl +3 -3
  98. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-parallel-b.jsonl +3 -3
  99. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-waiting.jsonl +5 -5
  100. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/interrupted.jsonl +2 -2
  101. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/multi-compact.jsonl +8 -8
  102. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/pending-user.jsonl +2 -2
  103. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-no-meta/subagents/agent-aaa.jsonl +2 -2
  104. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-no-meta.jsonl +2 -2
  105. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-parent/subagents/agent-xyz123.jsonl +2 -2
  106. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-parent/subagents/agent-xyz123.meta.json +1 -1
  107. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-parent.jsonl +4 -4
  108. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/time-spread.jsonl +6 -6
  109. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/timeline-day-test.jsonl +5 -5
  110. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/tool-zoo.jsonl +10 -10
  111. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/truncated.jsonl +2 -2
  112. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/unicode.jsonl +2 -2
  113. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/with-advisor.jsonl +3 -3
  114. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/with-compact.jsonl +5 -5
  115. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/with-thinking.jsonl +2 -2
  116. package/skills/estack-read-claude-session-history/scripts/tests/test_backup_roots.py +56 -56
  117. package/skills/estack-read-claude-session-history/scripts/tests/test_engagement.py +239 -239
  118. package/skills/estack-read-claude-session-history/scripts/tests/test_json_format.py +201 -201
  119. package/skills/estack-read-claude-session-history/scripts/tests/test_modes.py +199 -199
  120. package/skills/estack-read-claude-session-history/scripts/tests/test_parser.py +195 -195
  121. package/skills/estack-read-claude-session-history/scripts/tests/test_paths.py +133 -133
  122. package/skills/estack-read-claude-session-history/scripts/tests/test_search.py +78 -78
  123. package/skills/estack-read-claude-session-history/scripts/tests/test_subagents.py +43 -43
  124. package/skills/estack-read-claude-session-history/scripts/tests/test_timeline.py +179 -179
  125. package/skills/estack-read-claude-session-history/scripts/tests/test_timezone_and_project.py +212 -212
  126. package/skills/estack-read-claude-session-history/scripts/tests/test_tools.py +80 -80
  127. package/skills/estack-repo-search/SKILL.md +65 -65
  128. package/skills/estack-vscode-file-recovery/SKILL.md +188 -0
@@ -0,0 +1,2058 @@
1
+ Journal of Organizational Behavior J. Organiz. Behav. 26, 331-362 (2005) Published online in Wiley InterScience (www.interscience.wiley.com). DOI: 10.1002/job.322
2
+
3
+
4
+ # Self-determination theory and work motivation
5
+
6
+ MARYLÈNE GAGNÉ1* AND EDWARD L. DECI2
7
+
8
+ 1 Department of Management, John Molson School of Business, Concordia University,
9
+ Montreal, Quebec, Canada
10
+
11
+ 2 Department of Clinical and Social Sciences in Psychology, University of Rochester, Rochester,
12
+ New York, U.S.A.
13
+
14
+ Summary
15
+ Cognitive evaluation theory, which explains the effects of extrinsic motivators on intrinsic
16
+ motivation, received some initial attention in the organizational literature. However, the sim-
17
+ ple dichotomy between intrinsic and extrinsic motivation made the theory difficult to apply to
18
+ work settings. Differentiating extrinsic motivation into types that differ in their degree of
19
+ autonomy led to self-determination theory, which has received widespread attention in the
20
+ education, health care, and sport domains. This article describes self-determination theory
21
+ as a theory of work motivation and shows its relevance to theories of organizational behavior.
22
+ Copyright C 2005 John Wiley & Sons, Ltd.
23
+
24
+
25
+ ## Introduction
26
+
27
+ Building on Vroom's (1964) expectancy-valence theory of motivation, Porter and Lawler (1968) pro-
28
+ posed a model of intrinsic and extrinsic work motivation. Intrinsic motivation involves people doing an
29
+ activity because they find it interesting and derive spontaneous satisfaction from the activity itself.
30
+ Extrinsic motivation, in contrast, requires an instrumentality between the activity and some separable
31
+ consequences such as tangible or verbal rewards, so satisfaction comes not from the activity itself but
32
+ rather from the extrinsic consequences to which the activity leads.
33
+
34
+ Porter and Lawler (1968) advocated structuring the work environment so that effective performance
35
+ would lead to both intrinsic and extrinsic rewards, which would in turn produce total job satisfaction.
36
+ This was to be accomplished by enlarging jobs to make them more interesting, and thus more intrin-
37
+ sically rewarding, and by making extrinsic rewards such as higher pay and promotions clearly contin-
38
+ gent upon effective performance. Implicit in this model is the assumption that intrinsic and extrinsic
39
+ rewards are additive, yielding total job satisfaction.
40
+
41
+ Porter and Lawler's model, Vroom's theory, and other expectancy-valence formulations generated
42
+ considerable research, much of which confirmed and refined aspects of the approach (see Mitchell,
43
+
44
+ \* Correspondence to: Marylène Gagné, Department of Management, GM 503-49, John Molson School of Business, Concordia
45
+ University, 1455 de Maisonneuve W., Montreal, Quebec, Canada, H3G 1M8. E-mail: mgagne@jmsb.concordia.ca
46
+
47
+ Copyright C) 2005 John Wiley & Sons, Ltd.
48
+ Received 23 October 2003 Revised 2 June 2004 Accepted 8 January 2005
49
+ <!-- PageBreak [1] -->
50
+
51
+ 332
52
+ M. GAGNÉ AND E. L. DECI
53
+
54
+ 1974). However, one strand of research concerning the additivity of intrinsic and extrinsic motivation
55
+ was potentially problematic and controversial. Specifically, early studies testing the additivity hypoth-
56
+ esis found that tangible extrinsic rewards undermined intrinsic motivation whereas verbal rewards
57
+ enhanced it (Deci, 1971), thus implying that intrinsic and extrinsic motivation can be both positively
58
+ and negatively interactive rather than additive. Based on several early experiments, cognitive evalua-
59
+ tion theory (CET; Deci, 1975; Deci & Ryan, 1980) was proposed to explain the effects of extrinsic
60
+ motivators on intrinsic motivation.
61
+
62
+
63
+ ## Cognitive Evaluation Theory
64
+
65
+ Cognitive evaluation theory suggested first that external factors such as tangible rewards, deadlines
66
+ (Amabile, DeJong, & Lepper, 1976), surveillance (Lepper & Greene, 1975), and evaluations (Smith,
67
+ 1975) tend to diminish feelings of autonomy, prompt a change in perceived locus of causality (PLOC)
68
+ from internal to external (deCharms, 1968; Heider, 1958), and undermine intrinsic motivation. In con-
69
+ trast, some external factors such as providing choice about aspects of task engagement tend to enhance
70
+ feelings of autonomy, prompt a shift in PLOC from external to internal, and increase intrinsic motiva-
71
+ tion (Zuckerman et al., 1978).
72
+
73
+ CET further suggested that feelings of competence as well as feelings of autonomy are important for
74
+ intrinsic motivation. Studies showed that optimally challenging activities were highly intrinsically
75
+ motivating (e.g., Danner & Lonky, 1981) and that positive feedback (Deci, 1971) facilitated intrinsic
76
+ motivation by promoting a sense of competence when people felt responsible for their successful per-
77
+ formance (Fisher, 1978; Ryan, 1982). Further, negative feedback which decreased perceived compe-
78
+ tence was found to undermine both intrinsic and extrinsic motivation, leaving people amotivated (Deci
79
+ & Ryan, 1985a).
80
+
81
+ Underlying these CET propositions was the assumption that people need to feel autonomous and
82
+ competent, so social-contextual factors that promote feelings of autonomy and competence enhance
83
+ intrinsic motivation, whereas factors that diminish these feelings undermine intrinsic motivation, leav-
84
+ ing people either controlled by contingencies or amotivated.
85
+
86
+ Spirited debate ensued concerning both the undermining effect and CET (e.g., Calder & Staw, 1975;
87
+ Deci, 1976; Deci, Cascio, & Krusell, 1975; Scott, 1975), leading to numerous laboratory experiments
88
+ and field studies intended to support, refine, extend, or refute the undermining effect and CET. Even-
89
+ tually, a meta-analysis of 128 laboratory experiments confirmed that, whereas positive feedback
90
+ enhances intrinsic motivation, tangible rewards significantly undermine it (Deci, Koestner, & Ryan,
91
+ 1999).
92
+
93
+ The Deci et al. (1999) meta-analysis also confirmed CET hypotheses that specified limiting conditions
94
+ to the undermining effect. Namely, it showed that when rewards were given independent of specific task
95
+ engagement (as might be the case with a salary) or when the rewards were not anticipated (as might be
96
+ the case with unexpected bonuses), tangible extrinsic rewards did not undermine intrinsic motivation.
97
+ Additionally, as found by Ryan, Mims, and Koestner (1983), when rewards were contingent on high-
98
+ quality performance and the interpersonal context was supportive rather than pressuring, tangible
99
+ rewards enhanced intrinsic motivation relative to a comparison condition with no rewards and no feed-
100
+ back. Notably, however, these performance-contingent rewards did lead to lower intrinsic motivation
101
+ than a control group that got positive feedback comparable to that conveyed by the rewards. Still, the
102
+ Deci et al. meta-analysis pointed to possible ways to use rewards without having detrimental effects.
103
+
104
+ As noted, the undermining of intrinsic motivation has been controversial from the time it first
105
+ appeared in the literature (Deci, 1971), and even though the Deci et al. (1999) meta-analysis showed
106
+
107
+ Copyright C 2005 John Wiley & Sons, Ltd.
108
+ J. Organiz. Behav. 26, 331-362 (2005)
109
+ <!-- PageBreak [2] -->
110
+
111
+ 333
112
+ SELF-DETERMINATION THEORY AND WORK MOTIVATION
113
+
114
+ definitively that tangible rewards undermine intrinsic motivation, recent theories of work motivation
115
+ have still failed to accept the robustness of the findings. For example, Kehr (2004) suggested that
116
+ rewards would not undermine intrinsic motivation if they did not deactivate implicit motives related
117
+ to task enjoyment. However, the statement was pure speculation, and no empirical support for the spec-
118
+ ulation was provided. Furthermore, support for the hypothesis that expected, tangible rewards admi-
119
+ nistered engagement-contingently or completion-contingently would undermine intrinsic motivation
120
+ is so strong that, if Kehr's theoretical speculation were correct, it would mean that these types of
121
+ rewards must, in fact, deactivate implicit enjoyment motives.
122
+
123
+ Research in line with CET has also shown that contingent, tangible rewards and other extrinsic fac-
124
+ tors such as competition and evaluations can be detrimental to outcomes such as creativity, cognitive
125
+ flexibility, and problem solving which have been found to be associated with intrinsic motivation (e.g.,
126
+ Amabile, Goldfarb, & Brackfield, 1990; McGraw, 1978). For example, McGraw and McCullers (1979)
127
+ found monetary rewards to decrease cognitive flexibility in problem solving, and Erez, Gopher, and Arzi
128
+ (1990) showed that monetary rewards decreased performance on a complex task with difficult goals.
129
+
130
+
131
+ ### The problems with CET as a theory of work motivation
132
+
133
+ The undermining of intrinsic motivation by extrinsic rewards and the CET account of that phenomenon
134
+ received attention in the organizational literature in the 1970s and early 1980s, leading Ambrose and
135
+ Kulik (1999) to refer to CET as one of seven traditional theories of motivation in organizations. None-
136
+ theless, there are several reasons why that attention soon waned.
137
+
138
+ First, most studies that tested CET were laboratory experiments rather than organizational studies.
139
+ Second, it was difficult to incorporate CET propositions into the prevalent behavioral and expectancy-
140
+ valence approaches. Third, and more practically, many activities in work organizations are not intrin-
141
+ sically interesting and the use of strategies such as participation to enhance intrinsic motivation is not
142
+ always feasible. Fourth, most people who work have to earn money, so using monetary rewards as a
143
+ central motivational strategy seems practical and appealing. Fifth, CET seemed to imply that managers
144
+ and management theorists would have to focus on one or the other-that is, either on promoting intrin-
145
+ sic motivation through participation and empowerment while minimizing the use of extrinsic factors
146
+ or, alternatively, on using rewards and other extrinsic contingencies to maximize extrinsic motivation
147
+ while ignoring the importance of intrinsic motivation.
148
+
149
+ In 1985 Ryan, Connell, and Deci first presented a differentiated analysis of extrinsic motivation
150
+ using the concepts of internalization, which directly addresses the last of the above critiques of
151
+ CET and also has implications for some of the others. Internalization refers to 'taking in' a behavioral
152
+ regulation and the value that underlies it. The Ryan et al. theorizing, which explains how extrinsically
153
+ motivated behavior can become autonomous, together with research on individual differences in caus-
154
+ ality orientations (Deci & Ryan, 1985b), led to the formulation of self-determination theory (SDT)
155
+ (Deci & Ryan, 1985a, 2000; Ryan & Deci, 2000), which incorporated CET but is much broader in
156
+ scope. In this paper, we present SDT, review the research on which it was based, compare it to
157
+ other work motivation theories, lay out a research agenda, and discuss its relevance for organizational
158
+ behavior and management.
159
+
160
+
161
+ ## Self-Determination Theory
162
+
163
+ Central to SDT is the distinction between autonomous motivation and controlled motivation.
164
+ Autonomy involves acting with a sense of volition and having the experience of choice. In the words
165
+
166
+ Copyright C 2005 John Wiley & Sons, Ltd.
167
+ J. Organiz. Behav. 26, 331-362 (2005)
168
+ <!-- PageBreak [3] -->
169
+
170
+ 334
171
+ M. GAGNE AND E. L. DECI
172
+
173
+ of philosophers such as Dworkin (1988), autonomy means endorsing one's actions at the highest level
174
+ of reflection. Intrinsic motivation is an example of autonomous motivation. When people engage an
175
+ activity because they find it interesting, they are doing the activity wholly volitionally (e.g., I work
176
+ because it is fun). In contrast, being controlled involves acting with a sense of pressure, a sense of
177
+ having to engage in the actions. The use of extrinsic rewards in the early experiments was found to
178
+ induce controlled motivation (e.g., Deci, 1971). SDT postulates that autonomous and controlled moti-
179
+ vations differ in terms of both their underlying regulatory processes and their accompanying experi-
180
+ ences, and it further suggests that behaviors can be characterized in terms of the degree to which they
181
+ are autonomous versus controlled. Autonomous motivation and controlled motivation are both inten-
182
+ tional, and together they stand in contrast to amotivation, which involves a lack of intention and moti-
183
+ vation.
184
+
185
+
186
+ ### Extrinsic motivation and the autonomy continuum
187
+
188
+ Intrinsically motivated behavior, which is propelled by people's interest in the activity itself, is proto-
189
+ typically autonomous. However, an important aspect of SDT is the proposition that extrinsic motiva-
190
+ tion can vary in the degree to which it is autonomous versus controlled. Activities that are not
191
+ interesting (i.e., that are not intrinsically motivating) require extrinsic motivation, so their initial enact-
192
+ ment depends upon the perception of a contingency between the behavior and a desired consequence
193
+ such as implicit approval or tangible rewards. Within SDT, when a behavior is so motivated it is said to
194
+ be externally regulated-that is, initiated and maintained by contingencies external to the person. This
195
+ is the classic type of extrinsic motivation and is a prototype of controlled motivation. When externally
196
+ regulated, people act with the intention of obtaining a desired consequence or avoiding an undesired
197
+ one, so they are energized into action only when the action is instrumental to those ends (e.g., I work
198
+ when the boss is watching). External regulation is the type of extrinsic motivation that was considered
199
+ when extrinsic motivation was contrasted with intrinsic motivation.
200
+
201
+ Other types of extrinsic motivation result when a behavioral regulation and the value associated with
202
+ it have been internalized. Internalization is defined as people taking in values, attitudes, or regulatory
203
+ structures, such that the external regulation of a behavior is transformed into an internal regulation and
204
+ thus no longer requires the presence of an external contingency (thus, I work even when the boss is not
205
+ watching). However, although most theories of internalization view it as a dichotomy-that is, a reg-
206
+ ulation either is external to the person or has been internalized-SDT posits a controlled-to-autono-
207
+ mous continuum to describe the degree to which an external regulation has been internalized. The
208
+ more fully it has been internalized, the more autonomous will be the subsequent, extrinsically moti-
209
+ vated behavior. According to SDT, internalization is an overarching term that refers to three different
210
+ processes: introjection, identification, and integration.
211
+
212
+ A regulation that has been taken in by the person but has not been accepted as his or her own is said
213
+ to be introjected and provides the basis for introjected regulation. With this type of regulation, it is as if
214
+ the regulation were controlling the person. Examples of introjected regulation include contingent self-
215
+ esteem, which pressures people to behave in order to feel worthy, and ego involvement, which pres-
216
+ sures people to behave in order to buttress their fragile egos (deCharms, 1968; Ryan, 1982). Introjected
217
+ regulation is particularly interesting because the regulation is within the person but is a relatively con-
218
+ trolled form of internalized extrinsic motivation (e.g., I work because it makes me feel like a worthy
219
+ person).
220
+
221
+ Being autonomously extrinsically motivated requires that people identify with the value of a beha-
222
+ vior for their own self-selected goals. With identified regulation, people feel greater freedom and voli-
223
+ tion because the behavior is more congruent with their personal goals and identities. They perceive the
224
+
225
+ Copyright C 2005 John Wiley & Sons, Ltd.
226
+ J. Organiz. Behav. 26, 331-362 (2005)
227
+ <!-- PageBreak [4] -->
228
+
229
+ 335
230
+ SELF-DETERMINATION THEORY AND WORK MOTIVATION
231
+
232
+ cause of their behavior to have an internal PLOC-that is, to reflect an aspect of themselves. If nurses
233
+ strongly value their patients' comfort and health and understand the importance of doing their share
234
+ of the unpleasant tasks for the patients' well-being, the nurses would feel relatively autonomous
235
+ while performing such tasks (e.g., bathing patients), even though the activities are not intrinsically
236
+ interesting.
237
+
238
+ The fullest type of internalization, which allows extrinsic motivation to be truly autonomous or voli-
239
+ tional, involves the integration of an identification with other aspects of oneself-that is, with other
240
+ identifications, interests, and values. With integrated regulation, people have a full sense that the beha-
241
+ vior is an integral part of who they are, that it emanates from their sense of self and is thus self-deter-
242
+ mined. If integrated, the nurses would not only identify with the importance of the activities for
243
+ maintaining their patients' comfort and health, but regulation of the activities would be integrated with
244
+ other aspects of their jobs and lives. Thus, the profession of nurse would be more central to their iden-
245
+ tity, they would be more likely to act in ways that are consistent with caring for people more generally,
246
+ and they could come to appreciate the importance of doing uninteresting activities.
247
+
248
+ Integrated regulation is theorized to represent the most developmentally advanced form of extrinsic
249
+ motivation, and it shares some qualities with the other type of autonomous motivation, namely, intrin-
250
+ sic motivation. Integrated regulation does not, however, become intrinsic motivation but is still con-
251
+ sidered extrinsic motivation (albeit an autonomous form of it) because the motivation is characterized
252
+ not by the person being interested in the activity but rather by the activity being instrumentally impor-
253
+ tant for personal goals. In short, intrinsic motivation and integrated extrinsic motivation are the
254
+ two different types of autonomous motivation (with identified extrinsic motivation being relatively
255
+ autonomous).
256
+
257
+ It is important to note that the SDT model of internalization is not a stage theory and does not sug-
258
+ gest that people must invariantly move through these 'stages' with respect to particular behaviors.
259
+ Rather, the theory describes these types of regulation in order to index the extent to which people have
260
+ integrated the regulation of a behavior or class of behaviors. As such, SDT proposes that, under opti-
261
+ mal conditions, people can, at any time, fully integrate a new regulation, or can integrate an existing
262
+ regulation that had been only partially internalized.
263
+
264
+ To summarize, SDT posits a self-determination continuum (see Figure 1). It ranges from amotiva-
265
+ tion, which is wholly lacking in self-determination, to intrinsic motivation, which is invariantly self-
266
+ determined. Between amotivation and intrinsic motivation, along this descriptive continuum, are the
267
+ four types of extrinsic motivation, with external being the most controlled (and thus the least self-
268
+ determined) type of extrinsic motivation, and introjected, identified, and integrated being progressively
269
+ more self-determined.
270
+
271
+
272
+ ### Assessing intrinsic and extrinsic motivation
273
+
274
+ Intrinsic motivation and each type of extrinsic motivation are reflected in different reasons for behav-
275
+ ing, and these reasons provide a means for assessing the types of motivation (Ryan & Connell, 1989).
276
+ The Ryan and Connell approach has spawned a family of questionnaires that involve asking partici-
277
+ pants why they would do particular behaviors that are relevant to the situation being researched. Then,
278
+ participants are presented with various reasons for doing the behaviors that reflect intrinsic motivation
279
+ or one of the types of extrinsic motivation. Participants rate the degree to which each is true for them.
280
+ Examples of external reasons are doing the behavior to get a raise or so the boss won't be upset,
281
+ whereas examples of introjected reasons are behaving to avoid guilt or to feel worthy. Identified
282
+ and integrated reasons involve behaving because people personally value the behavior and have fully
283
+ accepted its importance for their self-selected goals and their well-being. Intrinsic motivation involves
284
+
285
+ Copyright C 2005 John Wiley & Sons, Ltd.
286
+ J. Organiz. Behav. 26, 331-362 (2005)
287
+ <!-- PageBreak [5] -->
288
+
289
+ 336
290
+ M. GAGNÉ AND E. L. DECI
291
+
292
+
293
+ <figure>
294
+ <figcaption>Figure 1. The self-determination continuum showing amotivation, which is wholly lacking in self-determination; the types of extrinsic motivation, which vary in their degree of self-determination; and intrinsic motivation, which is invariantly self-determined. Also shown are the nature of the regulation for each and its placement along the continuum indexing the degree to which each represents autonomous motivation</figcaption>
295
+
296
+ Amotivation
297
+
298
+ Extrinsic
299
+ Motivation
300
+
301
+ Intrinsic
302
+ Motivation
303
+
304
+ External
305
+ Regulation
306
+
307
+ Introjected
308
+ Regulation
309
+
310
+ Identified
311
+ Regulation
312
+
313
+ Integrated
314
+ Regulation
315
+
316
+ Absence of
317
+ intentional
318
+ regulation
319
+
320
+ Contingencies
321
+ of reward and
322
+ punishment
323
+
324
+ Self-worth contingent
325
+ on performance; ego-
326
+ involvement
327
+
328
+ Importance of
329
+ goals, values,
330
+ and regulations
331
+
332
+ Coherence among
333
+ goals, values, and
334
+ regulations
335
+
336
+ Interest and
337
+ enjoyment of the
338
+ task
339
+
340
+ Lack of
341
+ Motivation
342
+
343
+ Controlled
344
+ Motivation
345
+
346
+ Moderately Controlled
347
+ Motivation
348
+
349
+ Moderately
350
+ Autonomous
351
+ Motivation
352
+
353
+ Autonomous
354
+ Motivation
355
+
356
+ Inherently
357
+ Autonomous
358
+ Motivation
359
+
360
+ </figure>
361
+
362
+
363
+ behaving because the activities are interesting, and amotivation involves having no intentions for the
364
+ behavior and not really knowing why one is doing it. Research using this assessment strategy has con-
365
+ firmed that, in domains such as education (Williams & Deci, 1996), sports (Vallerand & Fortier, 1998),
366
+ and health care (Williams et al., 1996), the types of regulation adhere to a quasi-simplex pattern, which
367
+ means that each subscale correlates most positively with the subscales closest to it and less positively
368
+ or more negatively with subscales farther from it. This pattern is consistent with the SDT assertion of
369
+ an underlying control-to-autonomy continuum. Accordingly, the subscales can be used individually to
370
+ predict outcomes, or they can be combined algebraically to form a relative autonomy index (Grolnick
371
+ & Ryan, 1987).
372
+
373
+
374
+ ### Basic psychological needs
375
+
376
+ According to the meta-theory that underlies SDT, both intrinsic motivation and internalization (which
377
+ in its fullest form is integration) are natural processes that require nutriments to function optimally.
378
+ The theory then postulates that satisfaction of basic psychological needs provides the nutriments for
379
+ intrinsic motivation and internalization. We argued earlier that the needs for competence and auton-
380
+ omy underlie intrinsic motivation-that people need to feel competent and autonomous to maintain
381
+ their intrinsic motivation-and experiments were reviewed that provided support for that proposition.
382
+ According to SDT, satisfaction of these two needs are also necessary for internalization to operate
383
+
384
+ Copyright C 2005 John Wiley & Sons, Ltd.
385
+ J. Organiz. Behav. 26, 331-362 (2005)
386
+ <!-- PageBreak [6] -->
387
+
388
+ 337
389
+ SELF-DETERMINATION THEORY AND WORK MOTIVATION
390
+
391
+ effectively, but a third basic need-the need for relatedness-is also crucial for internalization (e.g.,
392
+ Baumeister & Leary, 1995). More specifically, SDT postulates that when people experience satisfac-
393
+ tion of the needs for relatedness and competence with respect to a behavior, they will tend to interna-
394
+ lize its value and regulation, but the degree of satisfaction of the need for autonomy is what
395
+ distinguishes whether identification or integration, rather than just introjection, will occur. Stated dif-
396
+ ferently, satisfaction of the needs to be connected to others and to be effective in the social world sup-
397
+ port people's tendency to internalize the values and regulatory processes that are ambient in their
398
+ world. However, such internalization does not ensure that the resulting behavior will be autonomous.
399
+ Satisfaction of the need for autonomy while internalizing the behavior is also necessary for the
400
+ value and regulation to be more fully internalized so the subsequent enactment of the behavior will
401
+ be autonomous.
402
+
403
+ The concept of psychological needs has been central to organizational behavior for decades,
404
+ although there has been some debate about the utility of the concept (e.g., Salancik & Pfeffer,
405
+ 1977). When used in organizational theories, needs have typically been treated as individual differ-
406
+ ences; that is, people are viewed as differing in the strength of particular needs. From that perspective,
407
+ need strength is assessed and used either directly or in interaction with job characteristics to predict
408
+ motivation, job satisfaction, and work outcomes (e.g., Hackman & Lawler, 1971; McClelland &
409
+ Burnham, 1976).
410
+
411
+ SDT defines needs differently. Specifically, consistent with the positions of psychologists such as
412
+ Harlow (1958) and White (1959), SDT defines needs as universal necessities, as the nutriments that are
413
+ essential for optimal human development and integrity (Ryan, Sheldon, Kasser, & Deci, 1996).
414
+ According to this definition, something is a need only to the extent that its satisfaction promotes
415
+ psychological health and its thwarting undermines psychological health. Using this definition, the
416
+ needs for competence, autonomy, and relatedness are considered important for all individuals, so
417
+ SDT research focuses not on the consequences of the strength of those needs for different individuals,
418
+ but rather on the consequences of the extent to which individuals are able to satisfy the needs within
419
+ social environments.
420
+
421
+ Many studies guided by SDT have provided support for this perspective (see Deci & Ryan, 2000, for
422
+ a review). For example, Reis et al. (2000) examined satisfaction of the three basic psychological needs
423
+ in people's ongoing lives. Using both individual-difference and daily-diary procedures they predicted
424
+ well-being from satisfaction of all three needs. They found first that trait measures of autonomy, com-
425
+ petence, and relatedness, as well as aggregates of the daily measures of autonomy, competence, and
426
+ relatedness, all made independent contributions to well-being indices, thus confirming these relations
427
+ at the between-person level. Then, after between-person variance was removed, daily fluctuations in
428
+ satisfaction of the three needs independently predicted daily fluctuations in well-being. Thus, the study
429
+ showed an association between need satisfaction and well-being at the within-person as well as
430
+ between-person levels of analysis, with independent contributions being made by satisfaction of each
431
+ basic need. Similarly, Gagné, Ryan, and Bargmann (2003) found that gymnasts' daily experiences of
432
+ satisfaction of the basic needs predicted change in well-being over the 4 weeks of the study.
433
+
434
+ With respect to organizations, we argue, based largely on laboratory experiments and field research
435
+ in other domains, that work climates that promote satisfaction of the three basic psychological needs
436
+ will enhance employees' intrinsic motivation and promote full internalization of extrinsic motivation
437
+ and that this will in turn yield the important work outcomes of (1) persistence and maintained behavior
438
+ change; (2) effective performance, particularly on tasks requiring creativity, cognitive flexibility, and
439
+ conceptual understanding; (3) job satisfaction; (4) positive work-related attitudes; (5) organizational
440
+ citizenship behaviors; and (6) psychological adjustment and well-being.
441
+
442
+ There has been some organizational research that provides support for this view and will be
443
+ discussed more fully later in the paper. For example, in a study conducted in Bulgaria and the United
444
+
445
+ Copyright C 2005 John Wiley & Sons, Ltd.
446
+ J. Organiz. Behav. 26, 331-362 (2005)
447
+ <!-- PageBreak [7] -->
448
+
449
+ 338
450
+ M. GAGNÉ AND E. L. DECI
451
+
452
+ States, Deci et al. (2001) assessed satisfaction of employees' needs for competence, autonomy, and
453
+ relatedness at work and found direct positive relations in both countries between the degree of need
454
+ satisfaction and both work engagement and well-being on the job. Baard, Deci, and Ryan (2004) found
455
+ relations between satisfaction of these needs and employees' performance evaluations. Further, there
456
+ has been some research that relates SDT concepts to those from theories of organizational
457
+ commitment, and they too will be discussed later.
458
+
459
+
460
+ ### Social contexts and internalization
461
+
462
+ One the most important reasons for postulating that there are basic psychological needs, defined as we
463
+ have done, is that they provide the basis for predicting which aspects of a social context will support
464
+ intrinsic motivation and facilitate internalization of extrinsic motivation. For example, a study by
465
+ Grolnick and Ryan (1989) confirmed that mothers' and fathers' provision of supports for competence,
466
+ relatedness, and autonomy with respect to their children's homework predicted the children's main-
467
+ taining intrinsic motivation for school work and internalizing the importance of school-related activ-
468
+ ities, which in turn predicted the children's school performance and adjustment.
469
+
470
+ We noted earlier that autonomy support is the most important social-contextual factor for predicting
471
+ identification and integration, and thus autonomous behavior. Indeed, several studies have found
472
+ autonomy-supportive interpersonal environments to promote internalization and integration of extrin-
473
+ sic motivation and in turn positive outcomes. A study by Black and Deci (2000) showed that the auton-
474
+ omy supportiveness of instructors in a university organic chemistry course predicted not only increases
475
+ in autonomous motivation over the semester but also course grades after controlling for SAT scores
476
+ and GPAs. The finding was especially strong for students with initially low levels of autonomous moti-
477
+ vation. A study of internalization of values by medical students provided further support for SDT by
478
+ revealing that when the instructors were more autonomy supportive students showed greater interna-
479
+ lization of the values presented in the course and this predicted autonomous, value-congruent beha-
480
+ viors 6 months after the course ended (Williams & Deci, 1996). Finally, field studies in medical clinics
481
+ have shown that health care providers' autonomy support predicted patients' becoming more autono-
482
+ mously motivated for health behavior change, which in turn led to greater maintained health behavior
483
+ change (see Williams, Deci, & Ryan, 1998, for a review).
484
+
485
+ To examine specific factors that constitute autonomy support and facilitate internalization of extrin-
486
+ sic motivation, Deci, Eghrari, Patrick, and Leone (1994) performed a laboratory experiment. They
487
+ found that three specific factors-a meaningful rationale for doing the task, acknowledgment that peo-
488
+ ple might not find the activity interesting, and an emphasis on choice rather than control-led to
489
+ greater internalization, assessed both by the amount of time participants spent with the task during
490
+ a subsequent free-choice period and by their self-reported attitudes toward the task.
491
+
492
+ There was another important finding in the study. Deci et al. (1994) divided participants into two
493
+ groups: those for whom two or three of the facilitating factors were present and those for whom none
494
+ or one of the factors was present. In both groups, there was some internalization, although of course
495
+ there was more internalization in the group with more facilitating factors. The two groups were created
496
+ to test the hypothesis that the type of internalization would be different when different amounts of
497
+ autonomy support were provided. Results showed that in conditions with two or three facilitating
498
+ factors the internalization was integrated as reflected in significant positive correlations between the
499
+ amount of subsequent behavior and self-reports of valuing the task and feeling free while doing it;
500
+ whereas in conditions with zero or one facilitating factor the internalization was introjected as
501
+ reflected by negative correlations between the behavior and the self-report variables. In the less
502
+ autonomy-supportive conditions, people who behaved did so in spite of feeling less free and valuing
503
+
504
+ Copyright C 2005 John Wiley & Sons, Ltd.
505
+ J. Organiz. Behav. 26, 331-362 (2005)
506
+ <!-- PageBreak [8] -->
507
+
508
+ 339
509
+ SELF-DETERMINATION THEORY AND WORK MOTIVATION
510
+
511
+ the activity less. Joussemet, Koestner, Lekes, and Houlfort (2004) recently found comparable results in
512
+ a study with children. Thus, autonomy-supportive conditions not only led to more internalization of
513
+ extrinsic motivation but also ensured that the internalization that occurred was more integrated rather
514
+ than just introjected.
515
+
516
+ It is interesting that the factors shown by Deci et al. (1994) to facilitate integration bear similarity
517
+ to the elements of communication, empathy and concern, and participation and involvement which
518
+ Kirkpatrick (1985) said were critical to promote acceptance of organizational change, a view
519
+ supported by Gagné, Koestner, and Zuckerman (2000).
520
+
521
+ In sum, field and lab studies have found that supports for the basic needs for competence, related-
522
+ ness, and autonomy facilitate internalization and integration of extrinsic motivation, with supports for
523
+ autonomy being the most important for facilitating integration. Supports for autonomy fall within two
524
+ general categories: (1) specific factors in the social context, such as choice and meaningful positive
525
+ feedback, which can be thought of as being analogous to specific aspects of job contents and contexts;
526
+ and (2) the interpersonal ambience, which can be thought of as being analogous to the organizational
527
+ climate and managers' interpersonal styles.
528
+
529
+ There is considerable similarity between the social-contextual factors that maintain intrinsic moti-
530
+ vation and those that facilitate integration of extrinsic motivation. Specifically, autonomy-supportive
531
+ climates, as well as such specific factors as choice and acknowledgement, promote both types of
532
+ autonomous motivation. However, there are two notable differences between the factors that maintain
533
+ intrinsic motivation and those that facilitate internalization. First, people do not necessarily require
534
+ structures, limits, or contingencies to maintain intrinsic motivation, but these are essential elements
535
+ for internalization because it is they that get internalized. Second, internalization is facilitated by
536
+ explicit or implicit endorsement of behaviors by significant others, whereas that is less important
537
+ for maintaining intrinsic motivation. Noting the differences between the conditions that support
538
+ intrinsic motivation and those that promote internalization is important because autonomous
539
+ (i.e., well-internalized) extrinsic motivation predicts somewhat different outcomes from intrinsic
540
+ motivation. Specifically, as we will see later, autonomous extrinsic motivation is more predictive than
541
+ is intrinsic motivation for behaviors that are not themselves interesting and require discipline and
542
+ explicit effort (Koestner & Losier, 2002).
543
+
544
+
545
+ ### Individual differences: general causality orientations
546
+
547
+ SDT also addresses individual differences in people's orientations toward the initiation and regulation
548
+ of their behavior. Referred to as general causality orientations (Deci & Ryan, 1985b), they index the
549
+ degree to which people are autonomy oriented, control oriented, and impersonally oriented. The
550
+ autonomy orientation reflects a general tendency to experience social contexts as autonomy suppor-
551
+ tive and to be self-determined; the control orientation reflects a general tendency to experience social
552
+ contexts as controlling and to be controlled; and the impersonal orientation reflects the general ten-
553
+ dency to be amotivated. Research (e.g., Deci & Ryan, 1985b; Hodgins, Koestner, & Duncan, 1996;
554
+ Koestner, Bernieri, & Zuckerman, 1992; Williams et al., 1996; Vallerand, 1997) has shown that the
555
+ autonomy orientation is positively related to self-actualization, self-esteem, ego development, integra-
556
+ tion in personality, and satisfying interpersonal relationships; that the control orientation is associated
557
+ with public self-consciousness, the Type A behavior pattern, defensive functioning, and placing high
558
+ importance on pay and other extrinsic motivators; and that the impersonal orientation is related to
559
+ external locus of control (i.e., the belief that one can not control outcomes) and to self-derogation
560
+ and depression.
561
+
562
+ Copyright C 2005 John Wiley & Sons, Ltd.
563
+ J. Organiz. Behav. 26, 331-362 (2005)
564
+ <!-- PageBreak [9] -->
565
+
566
+ 340
567
+ M. GAGNÉ AND E. L. DECI
568
+
569
+
570
+ ### In sum: an overview of the structure of SDT
571
+
572
+ SDT distinguishes between amotivation (i.e., lack of motivation) and motivation. Amotivation
573
+ involves not having an intention to act, whereas motivation involves intentionality. Within motivation,
574
+ SDT distinguishes between autonomous motivation and controlled motivation. Autonomous motiva-
575
+ tion includes intrinsic motivation and well-internalized extrinsic motivation. Thus, being autono-
576
+ mously motivated means being motivated by one's interest in an activity (i.e., intrinsic motivation)
577
+ and/or because the value and regulation of the activity have been integrated within one's self (i.e., inte-
578
+ grated extrinsic motivation). Controlled motivation consists of external regulation (the only type of
579
+ extrinsic motivation that was considered when research focused on the dichotomy between intrinsic
580
+ and extrinsic motivation) and introjected extrinsic motivation. Thus, the degree of one's controlled
581
+ motivation reflects the degree to which one feels coerced or seduced by external contingencies or
582
+ by their introjected counterparts.
583
+
584
+ The concepts of autonomous motivation, controlled motivation, and amotivation concern a person's
585
+ relation to an activity (e.g., writing a report) or sets of activities (e.g., doing one's job). Thus, they are
586
+ relatively state-like motivational concepts. These motivational variables are predicted from both (1)
587
+ aspects of the social environment, including both aspects of the job and the work climate, that can
588
+ be characterized as autonomy supportive, controlling, or amotivating; and (2) individual differences
589
+ in causality orientations, namely, the autonomous orientation, the controlled orientation, and the
590
+ impersonal orientation, which are more trait-like concepts. As such, the degree to which people are
591
+ autonomously motivated for their jobs would be predicted from the supports for autonomy in their
592
+ work contexts and their own autonomous causality orientation. Similarly, the degree of their controlled
593
+ motivation would be predicted from the control in the work context and their own controlled causality
594
+ orientation. People's amotivation would be predicted from the amotivating aspect of their work context
595
+ and from their impersonal orientation. Finally, the concept of basic psychological needs for compe-
596
+ tence, relatedness, and autonomy specifies the nutriments that are necessary within a social environ-
597
+ ment for it to be classified as autonomy supportive, controlling, or amotivating.
598
+
599
+
600
+ ## The Relation of SDT to Other Theories of Work Motivation
601
+
602
+ Within the field of work motivation, as in the broader field of motivated or regulated behavior, much of
603
+ the work falls within the cognitive tradition that evolved out of the work of Lewin (1936) and Tolman
604
+ (1932). Within that tradition, many theories have been greatly influenced by the cybernetic approach
605
+ (e.g., Miller, Galanter, and Pribram, 1960) and the expectancy-valence approach (e.g., Atkinson,
606
+ 1964; Vroom, 1964). Although the theories are highly varied, there is one aspect that is common to
607
+ most of them; namely, that motivation for action is treated as a unitary concept that varies in amount
608
+ rather than kind. In other words, the total motivation a person has may be determined by various factors
609
+ but represents a single variable that provides the basis for making predictions. Thus, the central moti-
610
+ vational issue in most theories is the amount of total motivation a person has for a task, so the type of
611
+ motivation is not considered in making predictions. Even theories such as Porter and Lawler's (1968)
612
+ that distinguish intrinsic motivation and extrinsic motivation consider them to be additive, with total
613
+ motivation being the critical motivational predictor.
614
+
615
+ The primary difference between SDT and most other work motivation theories is that the focus of
616
+ SDT is on the relative strength of autonomous versus controlled motivation, rather than on the total
617
+ amount of motivation. We maintain that it is important for a motivational theory to differentiate types
618
+
619
+ Copyright C 2005 John Wiley & Sons, Ltd.
620
+ J. Organiz. Behav. 26, 331-362 (2005)
621
+ <!-- PageBreak [10] -->
622
+
623
+ <!-- pages 11-20 -->
624
+
625
+ 341
626
+ SELF-DETERMINATION THEORY AND WORK MOTIVATION
627
+
628
+ of motivation and to use them in making predictions because research has shown that, whereas
629
+ autonomous motivation facilitates effective performance and well-being, controlled motivation can
630
+ detract from those outcomes, particularly if the task requires creativity, cognitive flexibility, or deep
631
+ processing of information. In this section, we briefly consider several theories of work motivation to
632
+ highlight differences between those theories and SDT.
633
+
634
+
635
+ # Goal-setting theory
636
+
637
+ Locke and Latham's (1990) goal-setting theory has had a substantial impact in the field of work moti-
638
+ vation. Integrating earlier work by Locke (1968) with aspects of self-efficacy theory (Bandura, 1986),
639
+ Locke and Latham outlined a general goal-setting theory of motivation. They suggested that people's
640
+ goal representations are the efficient causes of behavior and that people's performance will be max-
641
+ imized when (1) they set specific, difficult goals that have high valence and (2) they understand what
642
+ behaviors will lead to the goals and feel competent to do those behaviors. This theory, which has
643
+ received substantial empirical support, is an example of the theories that do not differentiate kinds
644
+ of motivation. Thus, characteristics of goals (e.g., their difficulty) are used to predict work outcomes,
645
+ but no attention is given to the fact that different goal contents and different types of regulation of goal
646
+ pursuits lead to different qualities of performance (e.g., Sheldon & Elliot, 1999; Sheldon, Ryan, Deci,
647
+ & Kasser, 2004). Furthermore, Locke and Latham do not differentiate the concept of performance in
648
+ order to examine differences between the types of goals and regulations that predict algorithmic versus
649
+ heuristic performance. In contrast, SDT proposes that autonomous motivation and intrinsic goals are
650
+ better predictors of effective performance on heuristic tasks (Vansteenkiste et al., 2004), whereas the
651
+ two types of motivation do not differ in predicting effective algorithmic performance, particularly over
652
+ the long term (see, for example, McGraw, 1978). Thus, SDT maintains that differentiating motivation
653
+ and goals provides an integrated means of relating characteristics of tasks and interpersonal environ-
654
+ ments, as well as individual differences, to types of performance and well-being.
655
+
656
+ There is a noteworthy point of convergence between the Locke and Latham approach and ours.
657
+ Specifically, Deci et al. (1994) found that a 'meaningful rationale' is one of the important factors that
658
+ facilitates integrated internalization, and Latham, Erez, and Locke (1988) found that it facilitates goal
659
+ acceptance.
660
+
661
+
662
+ ## Action regulation theory
663
+
664
+ For the past quarter century a number of scholars working primarily in Germany have used action the-
665
+ ory to examine motivation in work organizations as well as other settings. Strongly influenced by the
666
+ cybernetic approach, the theory uses the concept of goals and emphasizes the mechanisms that keep
667
+ people effectively focused on goal-directed action (e.g., Frese & Sabini, 1991; Hacker, 1994). The
668
+ theory includes the concept of decision latitude, which it equates with autonomy. It then suggests that
669
+ maximal motivation and action result when there is considerable decision latitude, which allows work-
670
+ ers to set their own goals. Hacker went so far as to say that greater decision latitude promotes greater
671
+ intrinsic motivation, but the theory does not make differential predictions for intrinsic and extrinsic
672
+ motivation. Working with this general approach, Frese (1989) suggested that control over one's beha-
673
+ vior (i.e., decision latitude), combined with optimal complexity of the task and without undue com-
674
+ plicatedness, leads to optimal performance and well-being. Subsequently, Frese (2001) outlined a
675
+ model in which a variety of personality factors, skills, and environmental supports were theorized
676
+ to lead to personal initiative, which is essentially a single motivation variable that is then used to
677
+
678
+ Copyright C) 2005 John Wiley & Sons, Ltd.
679
+ J. Organiz. Behav. 26, 331-362 (2005)
680
+ <!-- PageBreak [1] -->
681
+
682
+ 342
683
+ M. GAGNÉ AND E. L. DECI
684
+
685
+ predict work outcomes. In contrast, SDT explicitly uses the differentiated concepts of autonomous and
686
+ controlled types of motivation to make predictions about effective performance and psychological
687
+ health. Furthermore, SDT views decision latitude to be just one factor that is important for supporting
688
+ autonomy, with others such as the interpersonal style of managers also being extremely important.
689
+
690
+
691
+ ## Kanfer's task-specific motivation
692
+
693
+ Kanfer (1987; Kanfer & Ackerman, 1989, 2004) has outlined a theory of work motivation that falls in
694
+ the same general cognitive tradition as action theory. It uses the interaction of motivation and indivi-
695
+ dual differences in abilities as a primary basis for predicting work performance. Motivation is char-
696
+ acterized in terms of two cognitive resource allocation processes, referred to as distal and proximal.
697
+ Distal factors concern mechanisms such as the utility to the person of doing the task and the perceived
698
+ instrumentality of expending effort for effective performance. When the target activities are relatively
699
+ complex and require sustained effort, proximal factors such as self-monitoring and self-regulation are
700
+ critical for performance and competence development.
701
+
702
+ As with action theory, Kanfer's approach has a unitary conception of motivation that is affected by
703
+ both distal and proximal factors. Further, it is heavily focused on the mechanisms that keep people
704
+ focused on task performance and skill development. With the unitary conception of motivation and
705
+ the focus on how goals are attained, Kanfer's theory is not well equipped to predict types of perfor-
706
+ mance (algorithmic and heuristic) and does not give consideration to the affective or well-being out-
707
+ comes that accompany different types of motivation and performance. In contrast, SDT is less
708
+ concerned with the mechanisms that describe how a goal is achieved, but it does give central concern
709
+ to predicting types of performance and it places great importance on the prediction of well-being
710
+ outcomes as well as performance outcomes.
711
+
712
+
713
+ ## Job characteristics theory
714
+
715
+ Hackman and Oldham (1980) argued that the most effective means of motivating individuals is
716
+ through the optimal design of jobs. Their theory of job characteristics focuses on facilitating high inter-
717
+ nal work motivation, which bears considerable relation to autonomous motivation, although the theory
718
+ does not distinguish introjected forms of internal motivation from identified, integrated, and intrinsic
719
+ forms, so it does not have the means for examining negative consequences that are associated with the
720
+ introjected type of internal motivation. The authors proposed that the means for increasing internal
721
+ work motivation is to design jobs so they will (1) provide variety, involve completion of a whole,
722
+ and have a positive impact on the lives of others; (2) afford considerable freedom and discretion to
723
+ the employee (what action theorists refer to as decision latitude); and (3) provide meaningful perfor-
724
+ mance feedback. The authors further explain that individual differences in the strength of growth needs
725
+ moderate the degree to which these job characteristics have a positive impact on job performance.
726
+
727
+ Self-determination theory concurs that these job characteristics will tend to promote autonomous
728
+ motivation, and research is consistent with this view (e.g., Gagné, Senécal, & Koestner, 1997). How-
729
+ ever, SDT differs in three major ways from Hackman and Oldham's approach. First, SDT focuses not
730
+ only on job characteristics such as choice and constructive feedback as one way to influence autono-
731
+ mous motivation, but it also suggests that the interpersonal style of supervisors and managers is impor-
732
+ tant. Research by Deci, Connell, and Ryan (1989) found that when managers were trained to be more
733
+ autonomy supportive-that is, to understand subordinates' perspectives, encourage their initiative,
734
+ and provide feedback in an autonomy-supportive rather than controlling way-their subordinates
735
+
736
+ Copyright C 2005 John Wiley & Sons, Ltd.
737
+ J. Organiz. Behav. 26, 331-362 (2005)
738
+ <!-- PageBreak [2] -->
739
+
740
+ 343
741
+ SELF-DETERMINATION THEORY AND WORK MOTIVATION
742
+
743
+ became more trusting of the organization and displayed more positive work-related attitudes. Second,
744
+ SDT does not focus on need strength as an individual difference but instead considers causality orien-
745
+ tations as the individual difference. This difference in type of individual differences is important
746
+ because it suggests that everyone needs to satisfy the needs for competence, autonomy, and relatedness
747
+ and will show positive consequences when they do. Third, because Hackman and Oldham focus only
748
+ on one type of motivation (i.e., internal motivation), their approach does not consider issues such as the
749
+ interplay and trade-offs between internal motivation and controlled motivation. Pertinent to this is the
750
+ finding that jobs with high motivating potential scores were associated with enhanced psychological
751
+ states and better outcomes only for workers who perceived that pay and promotion were not contingent
752
+ on performance (Johns, Xie, & Fang, 1992).
753
+
754
+
755
+ ## Needs and motives: Maslow, Herzberg, and Alderfer
756
+
757
+ The theories of Maslow (1954), Herzberg (1966), and Alderfer (1972) are considered classics in orga-
758
+ nizational behavior. In the work of Maslow and Alderfer there are five and three classes of needs,
759
+ respectively, organized in a hierarchy from the basic, lower-order needs such as the physiological
760
+ drives to higher-order needs for actualization or growth. In the work of Herzberg there are just two
761
+ categories of motives, typically referred to either as satisfiers and motivators or extrinsic and intrinsic
762
+ motives, with the motivators (i.e., intrinsic motives) being considered higher order. There are some
763
+ aspects of these theories that are consistent with SDT. For example, like these previous theorists,
764
+ we use a concept of psychological needs and we hypothesize that satisfaction of these needs will
765
+ be associated with more effective performance and well-being, and we, like these previous theorists,
766
+ tend to endorse participative approaches that allow people to experience satisfaction of their psycho-
767
+ logical needs.
768
+
769
+ However, there are also important differences between SDT and these other theories. Whereas SDT
770
+ posits basic psychological needs that must be satisfied for optimal functioning and well-being, it also
771
+ elaborates regulatory processes that underlie the direction of behavior. Thus, whereas the other the-
772
+ ories focus primarily on the energizers of motivated action, SDT addresses both of the fundamental
773
+ motivation questions, namely how behavior is energized and how it is directed. Furthermore, SDT dif-
774
+ fers from the others in the way it has evolved and is formulated. Specifically, it has evolved over three
775
+ decades using an empirical approach in which each proposition has received empirical confirmation
776
+ before being incorporated into the theory. In addition, many experimental paradigms and psychometric
777
+ instruments have been developed along with the theory in order to allow for continued tests and
778
+ elaborations. Thus, SDT is formulated in a way that suggests a wide range of researchable questions,
779
+ and it provides methods for testing many of these questions. As such, although Miner (1990) criticized
780
+ the 'humanistic' theories because of their lack of empirical support, SDT is one theory that would
781
+ fall within Miner's definition of humanistic but has also received an enormous amount of empirical
782
+ validation.
783
+
784
+
785
+ ## Kelman's theory of internalization and the concept of identification
786
+
787
+ Kelman (1958) presented a differentiated theory of internalization or attitude change positing that a
788
+ person's attitude-related behavior can either be compliant and short lived or can be enduringly influ-
789
+ enced by others if (1) the person identifies with the others, or (2) the behavior is congruent with the
790
+ person's values. In this theory, the focus of identification is with other people, and once a person has
791
+ identified with others the person will be inclined to engage in all the behaviors exhibited or endorsed
792
+
793
+ Copyright C 2005 John Wiley & Sons, Ltd.
794
+ J. Organiz. Behav. 26, 331-362 (2005)
795
+ <!-- PageBreak [3] -->
796
+
797
+ 44 M. GAGNÉ AND E. L. DECI
798
+
799
+ by those others. In contrast, in SDT, the focus of internalization is on values and behavioral regulations
800
+ and on the degree to which they have been fully integrated with one's self. Thus, SDT would speak not
801
+ so much of identifying with another but rather of identifying with values and behaviors that are
802
+ endorsed by another.
803
+
804
+ There is another important difference. Whereas Kelman's approach suggests that identifying with
805
+ another person would lead people to persistently engage in behaviors that are performed or endorsed
806
+ by that other, we maintain that, were people to identify with another, the persisting behaviors that
807
+ result could either be relatively controlled or relatively autonomous. In other words, although an iden-
808
+ tification or perceived connection with another could prompt a person's behavior, the behavioral reg-
809
+ ulation could be either (1) controlled (i.e., performed so the person would receive real or imagined
810
+ approval from that other) or (2) autonomous (i.e., performed based on the individual's understanding
811
+ and acceptance of the personal importance of the behavior for himself or herself). Thus, behavior that
812
+ is said to be regulated by identification in Kelman's use of that term could correspond to regulation that
813
+ results from either introjection or identification using SDT's definitions of the terms.
814
+
815
+ It is worth noting that the concept of identification is central to a recent theory of work motivation
816
+ presented by Ellemers, de Gilder, and Haslam (2004). These authors focused on identification with
817
+ groups, suggesting that individuals' strong identification with a group facilitates their motivation in
818
+ accord with the group's goals and in turn facilitates the group's performance. As with Kelman's
819
+ (1958) concept of identifying with an individual, the Ellemers et al. conceptualization of identifying
820
+ with a group does not address whether the group identification is autonomous or controlled (Ryan &
821
+ Deci, 2002). As such, it is not able to make the differentiated predictions about performance and well-
822
+ being that are central to SDT.
823
+
824
+
825
+ ## Organizational commitment
826
+
827
+ Two theories have presented differentiated views of organizational commitment. First, O'Reilly and
828
+ Chatman (1986) used Kelman's (1958) typology to distinguish three forms of organizational commit-
829
+ ment, including (a) identification with the organization, (b) internalization of the organization's values,
830
+ and (c) compliance. Theoretically, O'Reilly and Chatman's compliance is related to SDT's external
831
+ regulation. Further, as suggested above, their concepts of identification and internalization relate to
832
+ the internal types of motivation in SDT-that is, to autonomous extrinsic motivation, as well as to
833
+ introjected motivation (which is not autonomous). To test this, Gagné and Koestner (2002) did a study
834
+ in which they assessed the SDT concepts of external, introjected, identified, and intrinsic motivation,
835
+ as well as O'Reilly and Chatman's (1986) identification and internalization. The researchers found, as
836
+ expected, that the two types of commitment correlated strongly with intrinsic motivation and identified
837
+ regulation (r's ranged from 0.46 to 0.58), and that they also correlated significantly with introjected
838
+ regulation (r's = 0.36 and 0.39). Neither identification nor internalization correlated with external reg-
839
+ ulation. The researchers then combined the four subscales of the motivation measure to form a relative
840
+ autonomy index as described by Ryan and Connell (1989), and they found, using cross-lag correla-
841
+ tions, that Time 1 relative autonomy predicted Time 2 commitment (the combination of identification
842
+ and internalization), but Time 1 commitment did not predict Time 2 autonomous motivation. This
843
+ suggests that autonomous motivation may provide an important part of the basis for these types of
844
+ commitment.
845
+
846
+ In the second theory of commitment, Allen and Meyer (1996) specified three forms of commitment.
847
+ Affective commitment refers to employees' identification with, emotional attachment to, and involve-
848
+ ment in the organization, which is the type of commitment in their taxonomy that is theoretically most
849
+ aligned with autonomous motivation. Gagné, Boies, Koestner, and Martens (2004) thus predicted that
850
+
851
+ Copyright C 2005 John Wiley & Sons, Ltd.
852
+ J. Organiz. Behav. 26, 331-362 (2005)
853
+ <!-- PageBreak [4] -->
854
+
855
+ 345
856
+ SELF-DETERMINATION THEORY AND WORK MOTIVATION
857
+
858
+ affective commitment would be facilitated by employees' autonomous motivation. They collected data
859
+ from three sets of employees in varied organizations, assessing the external, introjected, identified, and
860
+ intrinsic motivation of the participants as well as their affective commitment. In each sample, the
861
+ researchers found the same pattern of correlations of intrinsic, identified, introjected, and external
862
+ motivation with affective commitment that Gagné and Koestner (2002) had found when they related
863
+ the types of motivation to O'Reilly and Chatman's measure of identification and internalization. Thus,
864
+ the type of organizational commitment that encompasses accepting the organizational goals, being
865
+ committed to the organization, and feeling engaged with and attached to the organization appear to
866
+ be facilitated by autonomous motivation.
867
+
868
+
869
+ # SDT Research in Organizations
870
+
871
+ Several studies have supported SDT as an approach to work motivation by confirming aspects of the
872
+ theory within organizations. First, Eden (1975) reported a negative relation between the perception of
873
+ extrinsic rewards and the amount of intrinsic motivation among kibbutz workers, and Deckop and
874
+ Cirka (2000) found that the introduction of merit-pay programs in a non-profit organization led to
875
+ decreased feelings of autonomy and intrinsic motivation, thus providing some indication that rewards
876
+ can undermine intrinsic motivation in work settings. Further, Shirom, Westman, and Melamed (1999)
877
+ found that pay-for-performance plans led to lower well-being in blue-collar workers, especially for
878
+ those who felt their jobs were monotonous.
879
+
880
+ Second, studies have found relations between managerial autonomy support and positive work
881
+ outcomes. For example, Deci et al. (1989) found that managerial autonomy support, defined as man-
882
+ agers' acknowledging their subordinates' perspectives, providing relevant information in a non-con-
883
+ trolling way, offering choice, and encouraging self-initiation rather than pressuring subordinates to
884
+ behave in specified ways, was associated with employees' being more satisfied with their jobs, having
885
+ a higher level of trust in corporate management, and displaying other positive work-related attitudes.
886
+ In that study of a major U.S. corporation, some of the managers were then trained to be more autonomy
887
+ supportive in their supervisory styles. The training consisted of managers spending a total of 6 days
888
+ with a change agent over a 2- to 3-month period. The agent led group discussions and role-playing
889
+ activities with the managers, organized around three themes: maximizing opportunities for employees
890
+ to take initiative (make choices and solve problems), giving non-controlling informational feedback,
891
+ and recognizing and accepting subordinates' perspectives (their needs and feelings). In addition, the
892
+ agent accompanied each manager to one of his or her work group meetings to observe the process and
893
+ provide feedback. The researchers found that the level of managers' autonomy support increased in the
894
+ intervention sites relative to the control group sites and, even more importantly, that these changes
895
+ radiated to their subordinates, who reported increases in perceptions of the quality of supervision, trust
896
+ in the organization, and job-related satisfaction.
897
+
898
+ Third, studies have found that managers' autonomy support led to greater satisfaction of the needs
899
+ for competence, relatedness, and autonomy and, in turn, to more job satisfaction, higher performance
900
+ evaluations, greater persistence, greater acceptance of organizational change, and better psychological
901
+ adjustment (Baard et al., 2004; Deci et al., 2001; Gagné et al., 2000; Ilardi, Leone, Kasser, & Ryan,
902
+ 1993; Kasser, Davey, & Ryan, 1992). The Baard et al. study also showed that the general autonomous
903
+ causality orientation predicted need satisfaction and positive work outcomes, and the Deci et al. study
904
+ confirmed that basic psychological need satisfaction was important in a collectivist culture as well as
905
+ an individualistic culture (see, also Chirkov, Ryan, Kim, & Kaplan, 2003).
906
+
907
+ Copyright C 2005 John Wiley & Sons, Ltd.
908
+ J. Organiz. Behav. 26, 331-362 (2005)
909
+ <!-- PageBreak [5] -->
910
+
911
+ 346
912
+ M. GAGNÉ AND E. L. DECI
913
+
914
+ Fourth, Blais and Brière (1992) found that managerial autonomy support positively predicted sub-
915
+ ordinates' autonomous motivation and, in turn, the quality of the subordinates' performance. Lynch,
916
+ Plant, and Ryan (in press) found that when a major new program for handling patients was introduced
917
+ into a state-run psychiatric hospital, staff members who perceived greater autonomy support from their
918
+ supervisors showed greater internalized motivation for implementing the program than did those who
919
+ experienced their supervisors as more controlling. Breaugh (1985) showed that feeling autonomous in
920
+ one's job increased job involvement and quality of performance, which is consistent with the Sheldon
921
+ and Elliot (1998) finding that autonomous motivation predicted greater effort and more goal attain-
922
+ ment.
923
+
924
+ Fifth, as mentioned earlier, Gagné and Koestner (2002) and Gagné et al. (2004) found autonomous
925
+ motivation to be related to organizational commitment as indexed by identification and internalization
926
+ using O'Reilly and Chatman's (1986) measure and by affective commitment using Allen and Meyer's
927
+ (1996) measure. With a 13-month longitudinal design, the researchers found that autonomous motiva-
928
+ tion at the beginning of the study predicted organizational commitment at the end, whereas initial com-
929
+ mitment did not predict subsequent autonomous motivation. It thus seems that autonomous motivation
930
+ is important if employees are to accept the organization's goals and be committed to working toward
931
+ them.
932
+
933
+ Finally, a recent study by Bono and Judge (2003) showed that followers of transformational or
934
+ visionary leaders were more likely to adopt autonomous goals than controlled goals in the workplace.
935
+ These followers were also more satisfied with their jobs and more affectively committed to the orga-
936
+ nization. Because transformational leadership involves motivating through facilitating identification
937
+ with the group, increasing follower self-efficacy, and linking work values to follower values (Shamir,
938
+ Zakay, Breinin, & Popper, 1998), it appears that transformational leaders support their followers'
939
+ autonomy and allow satisfaction of the basic psychological needs.
940
+
941
+ Taken together, studies in organizations have provided support for the propositions that autonomy-
942
+ supportive (rather than controlling) work environments and managerial methods promote basic need
943
+ satisfaction, intrinsic motivation, and full internalization of extrinsic motivation, and that these in turn
944
+ lead to persistence, effective performance, job satisfaction, positive work attitudes, organizational
945
+ commitment, and psychological well-being.
946
+
947
+
948
+ ## The relation of autonomous motivation to effective performance
949
+
950
+ Throughout the article we have made mention of studies examining the relation of types of motivation
951
+ to effective performance. Research has indicated that understanding this relation requires differentiat-
952
+ ing performance outcomes in terms of whether the task is relatively simple, involving the tedious
953
+ application of an algorithm, or is more difficult, involving flexibility, creativity, and heuristic problem
954
+ solving (McGraw, 1978). Laboratory experiments as well as field studies in several domains have
955
+ shown that autonomous motivation is associated with more effective performance on relatively com-
956
+ plex tasks, whereas there is either no difference or a short-term advantage for controlled motivation
957
+ when mundane tasks are involved (Amabile, 1982; Grolnick & Ryan, 1987; McGraw & McCullers,
958
+ 1979). For example, Benware and Deci (1984) found autonomous motivation to be significantly super-
959
+ ior to controlled motivation for facilitating conceptual understanding of text material, but the two types
960
+ of motivation did not differ in promoting rote learning of facts contained within the reading. Other
961
+ studies found that controlled motivation led to better performance on mundane tasks (Grolnick &
962
+ Ryan, 1987; McGraw, 1978), although Grolnick and Ryan reported that the advantage had worn off
963
+ within a week.
964
+
965
+ Research by Koestner and Losier (2002) has highlighted another important difference, namely that
966
+ intrinsic motivation yielded better performance on tasks that are interesting but that autonomous
967
+
968
+ Copyright C 2005 John Wiley & Sons, Ltd.
969
+ J. Organiz. Behav. 26, 331-362 (2005)
970
+ <!-- PageBreak [6] -->
971
+
972
+ 347
973
+ SELF-DETERMINATION THEORY AND WORK MOTIVATION
974
+
975
+ extrinsic motivation yielded better performance on tasks that are not in themselves interesting but that
976
+ are important and require discipline or determination. Together, the studies suggest that autonomous
977
+ motivation, consisting of a mix of intrinsic motivation and internalized extrinsic motivation, is superior
978
+ in situations that include both complex tasks that are interesting and less complex tasks that require
979
+ discipline. When a job involves only mundane tasks, however, there appears to be no performance
980
+ advantage to autonomous motivation. Still, even in those situations, autonomous motivation will
981
+ be associated with greater job satisfaction and well-being, as was found by Ilardi et al. (1993) in a
982
+ study of employees with monotonous jobs in a shoe factory and by Shirom and colleagues (1999)
983
+ in a study of blue-collar workers with mundane jobs. This implies that, overall, autonomous motivation
984
+ is preferable in organizations because even with dull, boring jobs there is an advantage to autonomous
985
+ motivation in terms of job satisfaction and well-being, which are likely to yield better attendance and
986
+ lower turnover (Breaugh, 1985; Karasek & Theorell, 1990; Matteson & Ivancevich, 1987; Sherman,
987
+ 1989).
988
+
989
+ Figure 2 summarizes the main elements of the SDT model of work motivation. These relations have
990
+ been supported, though to differing degrees, by research in either organizations or other settings. In the
991
+ next section we look more specifically at issues within the theory that would benefit from examination
992
+ in work settings. These include tests of specific paths in the model as well as other more nuanced issues
993
+ that can be derived from the theory.
994
+
995
+
996
+ # Research Agendas for the SDT Model of Work Motivation
997
+
998
+ Although, as already noted, SDT is based on a strong empirical foundation, relatively few studies have
999
+ tested the theory within organizational settings. In this section we present propositions that need to be
1000
+
1001
+
1002
+ <figure>
1003
+ <figcaption>Figure 2. Summary model showing environmental factors (job content, job context, and work climate), and individual differences (causality orientation) as antecedents of autonomous motivation, as well as the work outcomes associated with autonomous motivation</figcaption>
1004
+
1005
+ Performance
1006
+ \- complex
1007
+
1008
+ The Social Environment
1009
+
1010
+ Aspects of Job Content and Context
1011
+
1012
+ \- creative
1013
+
1014
+ \- Challenge
1015
+
1016
+ \- citizenship
1017
+
1018
+ \- Choice
1019
+
1020
+ \- Rationale
1021
+
1022
+ \- Feedback
1023
+
1024
+ Work Climate
1025
+
1026
+ Psychological
1027
+ Well-being
1028
+
1029
+ \- Managerial autonomy support
1030
+
1031
+ Autonomous
1032
+ (relative to controlled)
1033
+ Work Motivation
1034
+
1035
+ Organizational
1036
+ Trust and
1037
+ Commitment
1038
+
1039
+ Individual Differences
1040
+ Autonomous Causality
1041
+ Orientation
1042
+
1043
+ Job Satisfaction
1044
+
1045
+ </figure>
1046
+
1047
+
1048
+ Copyright C 2005 John Wiley & Sons, Ltd.
1049
+ J. Organiz. Behav. 26, 331-362 (2005)
1050
+ <!-- PageBreak [7] -->
1051
+
1052
+ 348
1053
+ M. GAGNÉ AND E. L. DECI
1054
+
1055
+ examined in work organizations even though they have been supported by laboratory experiments and
1056
+ field studies in other applied domains, including health care, education, and sport.
1057
+
1058
+ Proposition 1: Autonomous extrinsic motivation will be more effective in predicting persistence on
1059
+ uninteresting but effort-driven tasks, whereas intrinsic motivation will be more effective in predict-
1060
+ ing persistence on interesting tasks.
1061
+
1062
+ Self-determination theory is the only theory that has detailed the processes through which extrinsic
1063
+ motivation can become autonomous. It has proposed that the types of autonomous motivation (viz.,
1064
+ intrinsic motivation and identified/integrated extrinsic motivation) will share many qualities, but it
1065
+ has nonetheless maintained that it is important to keep the concepts of intrinsic motivation and auton-
1066
+ omous extrinsic motivation separate both theoretically and empirically. Specifically, the theory sug-
1067
+ gests that intrinsic motivation concerns experiencing activities as interesting and spontaneously
1068
+ satisfying, whereas autonomous extrinsic motivation concerns experiencing activities not as interest-
1069
+ ing but as personally important for one's self-selected aims and purposes. Empirically, the theory sug-
1070
+ gests the two types of autonomous motivation will be differentially effective in predicting various
1071
+ outcomes, with intrinsic motivation being a better predictor of behaviors that are interesting and enjoy-
1072
+ able in their own right, whereas identified/integrated regulation will be more effective in predicting
1073
+ performance on tasks that require some discipline and concerted effort.
1074
+
1075
+ Koestner, Losier, Vallerand, and Carducci (1996) examined motivation in the political domain,
1076
+ assessing participants' intrinsic motivation and identified regulation for involvement in an important
1077
+ national referendum in Canada. The researchers found that intrinsic motivation was the better predic-
1078
+ tor of gathering information and being well informed about the issues involved with the referendum,
1079
+ but that identified regulation was a better predictor of actual voting behavior. When intrinsically inter-
1080
+ ested in the issues, people became well informed, but only when they were motivated by the impor-
1081
+ tance of the issues to themselves were they likely to actually exert the effort to go out and vote.
1082
+
1083
+ Exactly how intrinsic motivation versus well-internalized extrinsic motivation will be differentially
1084
+ predictive in the workplace is still to be determined, but it is an important issue with respect to SDT as a
1085
+ model of work motivation.
1086
+
1087
+ Proposition 2: Controlled motivation will yield poorer performance on heuristic tasks than auton-
1088
+ omous motivation, but will lead to equal to or better short-term performance on algorithmic tasks.
1089
+
1090
+ Research in the laboratory and in educational settings has provided consistent support for this propo-
1091
+ sition. For example, (1) tangible rewards, which facilitate controlled motivation, have been found to dimi-
1092
+ nish conceptual learning and effective problem solving (e.g., McGraw, 1978; McGraw & McCullers,
1093
+ 1979); (2) tests and grades, which represent controlling motivators, have been shown to diminish deep
1094
+ processing and conceptual performance, but not rote memorization (Grolnick & Ryan, 1987); and (3)
1095
+ competition, rewards, and evaluations, which tend to be controlling, have been found to decrease crea-
1096
+ tivity (Amabile et al., 1990). In contrast, learning material in order to put it to active use (Benware &
1097
+ Deci, 1984), evaluate its interest value (Grolnick & Ryan, 1987), or attain intrinsic goals (Vansteenkiste
1098
+ et al., 2004) facilitated autonomous motivation, deep processing, and conceptual learning.
1099
+
1100
+ Concerning work organizations, one published study that used SDT concepts to examine work
1101
+ performance has treated it as a general concept, reflected in performance evaluations (Baard et al.,
1102
+ 2004). That study showed that both the autonomy support of managers and the autonomous causality
1103
+ orientation of employees predicted better performance. However, that work did not differentiate
1104
+ performance, so future work that does so is needed.
1105
+
1106
+ Proposition 3: Autonomy-supportive work climates facilitate internalization of extrinsic motiva-
1107
+ tion, resulting in more autonomous self-regulation of extrinsically motivated behavior.
1108
+
1109
+ Copyright C 2005 John Wiley & Sons, Ltd.
1110
+ J. Organiz. Behav. 26, 331-362 (2005)
1111
+ <!-- PageBreak [8] -->
1112
+
1113
+ 349
1114
+ SELF-DETERMINATION THEORY AND WORK MOTIVATION
1115
+
1116
+ Central to the SDT model is the proposition that when a socially valued activity is prompted by
1117
+ extrinsic motivation in an autonomy-supportive social context people will tend to internalize and inte-
1118
+ grate the regulation of that behavior. In other words, when the social context supports autonomy, the
1119
+ level of people's identified and integrated motivation for the target activity or domain will increase.
1120
+
1121
+ This proposition has received support in both the field and lab. A study of smoking cessation showed
1122
+ that when health care providers were more autonomy supportive in their interpersonal style, patients
1123
+ showed greater internalization of motivation for smoking cessation, which in turn predicted greater
1124
+ cessation, biochemically validated (Williams et al., in press). In the laboratory study by Deci et al.
1125
+ (1994) reviewed earlier, the support of autonomy represented by specific characteristics of the social
1126
+ environment-namely, choice, rationale, and acknowledgment of feelings-also led to greater overall
1127
+ internalization and, more specifically, to more integration of the internalized regulations.
1128
+
1129
+ Thus, both field and lab studies have provided support for this key proposition. However, only one
1130
+ study has examined this in the workplace. Specifically, Lynch et al. (in press) found that autonomy
1131
+ support from managers of employees in a psychiatric hospital for children was associated with the
1132
+ employees' internalizing the motivation for carrying out a new program for treating the residential
1133
+ patients and with greater intrinsic job satisfaction. Further research is needed to relate autonomy sup-
1134
+ port in the workplace to increases in autonomous motivation.
1135
+
1136
+ Similarly, the SDT model proposes that people high in the autonomous causality orientation would
1137
+ be more ready to internalize regulations for activities that are meaningful to them. A study of morbidly
1138
+ obese patients in a medically supervised weight loss program (Williams et al., 1996) provided some
1139
+ evidence for this, but it did not examine change scores, and the issue needs to be examined in the work-
1140
+ place as well.
1141
+
1142
+ Proposition 4: Specific aspects of jobs interact with the work climates to influence autonomous
1143
+ motivation for work.
1144
+
1145
+ Dozens of lab experiments have examined the effects of specific aspects of tasks and contexts
1146
+ on autonomous motivation. Many have identified aspects that undermine intrinsic motivation and
1147
+ deter internalization, including various reward structures (Deci et al., 1999), imposition of goals
1148
+ (Mossholder, 1980), and surveillance (Lepper & Greene, 1975), while others have focused on charac-
1149
+ teristics that tend to enhance intrinsic motivation and facilitate internalization, including job
1150
+ characteristics (Gagné et al., 1997), acknowledgment (Deci et al., 1994), choice (Zuckerman et al.,
1151
+ 1978), and positive feedback (Deci et al., 1975; Ryan, 1982). Examination of such factors represents
1152
+ an analogue to the study of job contents and contexts, but little research has been done to examine these
1153
+ specific factors identified by SDT research as having an effect on autonomous motivation.
1154
+
1155
+ Furthermore, laboratory experiments have shown that these specific factors interact with the
1156
+ interpersonal climate within which they are administered to affect intrinsic motivation and internal-
1157
+ ization (e.g., Koestner, Ryan, Bernieri, & Holt, 1984; Ryan, 1982). In one such study, Ryan et al.
1158
+ (1983) found that, relative to a control group that received no rewards and no feedback,
1159
+ participants who received performance-contingent rewards administered in an autonomy-supportive
1160
+ interpersonal climate evidenced higher intrinsic motivation, whereas those who received perfor-
1161
+ mance-contingent rewards administered in a controlling interpersonal climate showed lower intrinsic
1162
+ motivation.
1163
+
1164
+ Just as factors such as rewards, choice, positive feedback, and surveillance can be thought of as
1165
+ being parallel to specific job aspects, the interpersonal climate can be thought of as being parallel
1166
+ to the work climate or organization climate. However, research needs to be done to examine the effects
1167
+ of the interaction of job aspects with work climates on both intrinsic motivation and internalization of
1168
+ extrinsic motivation.
1169
+
1170
+ Copyright C 2005 John Wiley & Sons, Ltd.
1171
+ J. Organiz. Behav. 26, 331-362 (2005)
1172
+ <!-- PageBreak [9] -->
1173
+
1174
+ 350
1175
+ M. GAGNÉ AND E. L. DECI
1176
+
1177
+ Proposition 5: Concrete managerial behaviors that support subordinates' autonomy in the work-
1178
+ place can be identified empirically.
1179
+
1180
+ Research on the effects of an autonomy-supportive managerial style has yielded a variety of positive
1181
+ work outcomes (e.g., Deci et al., 1989, 2001). In such studies, autonomy support, which is defined in
1182
+ terms of understanding and acknowledging the subordinates' perspectives, encouraging self-initiation,
1183
+ minimizing pressures and controls, and providing relevant information, has been measured as a general
1184
+ concept using psychometric instruments. Little work has been done in work settings to isolate concrete
1185
+ managerial behaviors that represent autonomy support, and such behaviors, when isolated, will need to
1186
+ be studied in terms of facilitating internalization and autonomous behavior among subordinates. The
1187
+ laboratory study by Deci et al. (1994) identified the behaviors of acknowledging others' perspectives,
1188
+ providing meaningful rationales, and minimizing controls as being autonomy supportive and as
1189
+ facilitating internalization and integration. Further, the field experiment by Deci et al. (1989) showed
1190
+ that training managers to maximize subordinates' opportunities to take initiative, provide informa-
1191
+ tional feedback, and acknowledge the subordinates' perspectives improved subordinates' attitudes
1192
+ and trust in the corporation. Still, considerably more organization research exploring this issue needs
1193
+ to be done.
1194
+
1195
+ Proposition 6: Employees' autonomous causality orientations and autonomy-supportive work
1196
+ climates will have additive, independent positive effects on employees' autonomous motivation
1197
+ and positive work outcomes.
1198
+
1199
+ SDT proposes that people who are high in the autonomous causality orientation tend to be
1200
+ more autonomously motivated in a particular situation and to show positive performance and
1201
+ well-being outcomes. Similarly, people in social contexts that are autonomy supportive also
1202
+ display more autonomous motivation and positive consequences. This raises the issue of whether
1203
+ the so-called match hypothesis, which has been examined in organization settings with respect to
1204
+ other concepts such as need strength (e.g., Hackman & Lawler, 1971), might apply to the
1205
+ concepts of autonomous and controlled causality orientations. In other words, might it be the case
1206
+ that people high in the autonomy orientation would evidence better outcomes in autonomy-
1207
+ supportive contexts, whereas people high in the controlled orientation would do better in controlled
1208
+ contexts?
1209
+
1210
+ Research in medical settings indicated that that is not the case. For example, a study of obese
1211
+ patients (Williams et al., 1996) showed that patients who were high in the autonomy orientation were
1212
+ more autonomous in their motivation for losing weight and showed more maintained weight loss
1213
+ that patients low on the autonomy orientation. Further, patients who experienced more autonomy-
1214
+ supportive health care climates also were more autonomous and had more positive outcomes. Thus,
1215
+ there were two main effects, and there was no evidence of an interaction between these variables.
1216
+ Further, the Black and Deci (2000) study discussed earlier found that students whose motivation was
1217
+ more controlled at the beginning of a semester showed substantial benefits when they had autonomy-
1218
+ supportive instructors, further suggesting that the match hypothesis is not valid. Still, there has been no
1219
+ research examining this issue in work settings. Within organizational research, the work that
1220
+ comes closest to examining this issue is a study by Baard et al. (2004), which showed that both the
1221
+ autonomous orientation and autonomy support facilitated basic need satisfaction, which led to both
1222
+ better performance and greater well-being. The study showed two main effects on need satisfaction
1223
+ and outcomes, but it did not examine internalization of extrinsic motivation. Thus, it will be important
1224
+ to examine the effects of both work climates and causality orientations on internalization of extrinsic
1225
+ motivation in organizational settings.
1226
+
1227
+ Copyright C) 2005 John Wiley & Sons, Ltd.
1228
+ J. Organiz. Behav. 26, 331-362 (2005)
1229
+ <!-- PageBreak [10] -->
1230
+
1231
+ <!-- pages 21-30 -->
1232
+
1233
+ 351
1234
+ SELF-DETERMINATION THEORY AND WORK MOTIVATION
1235
+
1236
+
1237
+ # The Relation of SDT to Other Organizational Behavior Research Questions
1238
+
1239
+ SDT has been developed as a macro-theory of motivation. We now suggest that, because of its com-
1240
+ prehensive nature, the theory might raise new empirical questions, suggest new directions for research,
1241
+ and provide a basis for integrating various phenomena within the field of organizational behavior. We
1242
+ provide just a few examples.
1243
+
1244
+
1245
+ ## Organizational citizenship
1246
+
1247
+ Recent discussions of effective performance in organizations have emphasized the importance of con-
1248
+ sidering organizational citizenship (Borman & Motowidlo, 1993; Organ, 1988). This concerns volun-
1249
+ tary behaviors that are not directly recognized by the formal reward structure but do promote
1250
+ organizational effectiveness. Examples include helping co-workers, formulating innovations, serving
1251
+ on committees, and helping to organize work group events (e.g., Podsakoff, Mackenzie, & Bommer,
1252
+ 1996).
1253
+
1254
+ Although there is relatively little work relating SDT concepts to organizational citizenship, evidence
1255
+ does indicate that autonomous motivation promotes volunteering and other prosocial behaviors (e.g.,
1256
+ Gagné, 2003) and thus, presumably, would also predict citizenship in organizations (Penner, Midili, &
1257
+ Kegelmeyer, 1997). For example, Gagné (2003) conducted two studies examining the role of auton-
1258
+ omy support on need satisfaction and prosocial behavior. One showed that parental support of college
1259
+ students' autonomy predicted satisfaction of the students' basic needs for competence, relatedness,
1260
+ and autonomy, which in turn predicted the amount the students engaged in prosocial activities such
1261
+ as giving blood and volunteering. The other study showed that the level of perceived autonomy support
1262
+ in a volunteer work organization related positively to need satisfaction of the volunteers, which in turn
1263
+ related positively to the amount they volunteered for the activity and negatively to their likelihood of
1264
+ quitting.
1265
+
1266
+ Greene-Demers, Pelletier, and Ménard (1997) reported that autonomous motivation predicted
1267
+ engagement in environmentally protective behaviors such as recycling, especially if the behaviors
1268
+ required substantial effort. Further, Pelletier et al. (1998) found that autonomous extrinsic motivation
1269
+ was more predictive of pro-environmental behaviors than was intrinsic motivation, supporting the
1270
+ point made by Losier and Koestner (1999) that uninteresting but important activities that require
1271
+ disciplined enactment are best promoted by integrated extrinsic motivation.
1272
+
1273
+ Numerous other studies have shown that conditions which tend to undermine autonomous motivation
1274
+ also tend to diminish prosocial behavior. For example, Fabes et al. (1989) found that rewarding children
1275
+ for helping undermined their subsequent helping behavior, and Kunda and Schwartz (1983) found that
1276
+ payments decreased undergraduates' helping behavior by undermining their internalized sense of moral
1277
+ commitment to help. Upton (1974) reported that committed blood donors who received a reward were
1278
+ subsequently less likely to donate compared to committed donors who were not offered a reward (see
1279
+ also Batson, Coke, Jasnoski, & Hanson, 1978). Sobus (1995) studied mandatory volunteering programs
1280
+ in schools and argued that such programs rob people of their sense of self-determination.
1281
+
1282
+ SDT also provides a framework for integrating and extending Bolino's (1999) proposition that orga-
1283
+ nizational citizenship behaviors (OCB) can be enacted either for altruistic or for impression manage-
1284
+ ment reasons. He proposed that OCB enacted for impression management reasons (e.g., ingratiation
1285
+ and self-promotion) may lead to different outcomes for organizations, such as having a less positive
1286
+ impact on overall organizational effectiveness, than does OCB enacted for altruistic reasons. What is
1287
+
1288
+ Copyright C 2005 John Wiley & Sons, Ltd.
1289
+ J. Organiz. Behav. 26, 331-362 (2005)
1290
+ <!-- PageBreak [1] -->
1291
+
1292
+ 352
1293
+ M. GAGNÉ AND E. L. DECI
1294
+
1295
+ referred to as impression management reasons are examples of controlled motivation, and what is
1296
+ referred to as altruistic reasons can be thought of as a type of autonomous motivation. Thus, the con-
1297
+ cepts of controlled and autonomous motivation could provide the basis for extending Bolino's formu-
1298
+ lation to consider additional factors in the social environment that would likely promote controlled
1299
+ versus autonomous motivations for engaging in OCB. Bolino proposed that when organizational pol-
1300
+ itics are salient people will engage in OCB for impression management purposes, which is consistent
1301
+ with the SDT perspective. We would, however, propose extending this to the broader prediction that
1302
+ social contexts that are more controlling in whatever way-for example, because of certain reward
1303
+ structures or pressure from managers-would be likely to result in external or introjected motivations
1304
+ for OCB. That, we hypothesize, would lead to less long-term persistence at the OCBs.
1305
+
1306
+ To summarize, studies indicate that autonomous motivation predicts volunteering and prosocial
1307
+ behavior and it seems probable that autonomous motivation would also promote organizational
1308
+ citizenship. That conclusion is consistent with research by Smith, Organ, and Near (1983) showing
1309
+ that managers' supportive leadership led to greater organizational citizenship, and by O'Reilly and
1310
+ Chatman (1986) showing that organizational commitment related to engagement in organizational citi-
1311
+ zenship. By using SDT, the predictions could become broader, more refined, and better integrated than
1312
+ those in previous studies.
1313
+
1314
+
1315
+ ## The satisfaction-performance relation reconsidered
1316
+
1317
+ As noted by Judge, Thoresen, Bono, and Patton (2001), research on the relation between performance
1318
+ and satisfaction has been a central concern to I/O psychologists for decades. Hundreds of studies have
1319
+ addressed the issue and many reviews have provided diverse summaries of the field. The meta-analysis
1320
+ by Judge et al. is the most comprehensive to date and shows again that there is a modest positive rela-
1321
+ tion between job performance and job satisfaction. The authors noted, however, that substantial varia-
1322
+ bility in the size of this relation has been found across studies and that the variability seems to be due to
1323
+ the way the concepts have been assessed and to other factors such as job complexity. The authors
1324
+ concluded that further research is needed, particularly studies that consider moderators or mediators
1325
+ of the relation between performance and satisfaction. We thus use the results of SDT-based research to
1326
+ speculate about this relation.
1327
+
1328
+ As already noted, recent motivation research has emphasized the importance of distinguishing
1329
+ between performance on interesting or important versus mundane or boring tasks (e.g., McGraw,
1330
+ 1978). Autonomous motivation has been found to be superior for promoting performance on jobs
1331
+ involving both complex tasks and personally important tasks requiring disciplined engagement, and
1332
+ it has been associated with satisfaction and adjustment on those jobs (e.g., Baard et al., 2004). In con-
1333
+ trast, controlled motivation has been found to yield comparable or superior short-term performance on
1334
+ dull, boring tasks (e.g., Grolnick & Ryan, 1987), although it has been associated with poorer adjust-
1335
+ ment and satisfaction on those jobs (e.g., Ilardi et al., 1993). In other words, with more interesting,
1336
+ complex, and important jobs, autonomous motivation has positive relations both to performance
1337
+ and to job satisfaction and well-being, whereas with mundane and boring tasks controlled motivation
1338
+ may have a short-term performance advantage but leads to poorer adjustment and well-being. This set
1339
+ of findings is potentially important for helping to clarify the satisfaction-performance relation. Spe-
1340
+ cifically, it suggests that autonomous versus controlled motivations and the conditions that prompt
1341
+ these motivations may moderate the link between satisfaction and performance on the job. In other
1342
+ words, when job conditions prompt autonomous motivation for work there will be a strong positive
1343
+ relation between performance and satisfaction, but when they prompt controlled motivation this
1344
+ relation will be absent.
1345
+
1346
+ Copyright C 2005 John Wiley & Sons, Ltd.
1347
+ J. Organiz. Behav. 26, 331-362 (2005)
1348
+ <!-- PageBreak [2] -->
1349
+
1350
+ 353
1351
+ SELF-DETERMINATION THEORY AND WORK MOTIVATION
1352
+
1353
+ Our central speculation is that autonomous (versus controlled) motivation and the job content and
1354
+ context factors that promote autonomous (versus controlled) motivation will moderate the relation
1355
+ between job satisfaction and job performance. Because people tend to be autonomously motivated
1356
+ when a task is either interesting (and thus intrinsically motivating) or personally important (and thus
1357
+ autonomously extrinsically motivating), and when the work climate supports autonomy, we hypothe-
1358
+ size that these are the conditions that will lead to a positive performance-satisfaction relation. In con-
1359
+ trast, because people's motivation tends to be controlled when tasks are simple and dull and the work
1360
+ climate is controlling, we expect a low positive or negative correlation under these conditions.
1361
+
1362
+ Judge et al. (2001) presented a framework for understanding this relation in which job complexity
1363
+ was the most important substantive moderator of the relation. They concluded that when tasks were
1364
+ more complex there would be a stronger positive correlation between satisfaction and performance.
1365
+ We now suggest that our hypothesized moderation effect is consistent with that finding. Specifically,
1366
+ because complex tasks have the potential to be experienced as more challenging and meaningful they
1367
+ are likely to prompt autonomous motivation which is associated with high levels of both effective per-
1368
+ formance and job satisfaction. On the other hand, simpler, more mundane jobs are often structured to
1369
+ prompt controlled motivation, which is expected to lead to low job satisfaction even when there is
1370
+ effective performance.
1371
+
1372
+ The primary reason for using the concept of autonomous versus controlled motivation rather than just
1373
+ task complexity as the hypothesized moderator is that autonomous versus controlled motivation for the
1374
+ job integrates several important job content, job context, and work climate factors, as well as individual
1375
+ differences in general causality orientations, and we hypothesize that all of these other factors would
1376
+ moderate the relation. Thus, this hypothesis would be the basis for a research program examining the
1377
+ role of autonomous versus controlled motivation as a moderator of the performance-satisfaction relation.
1378
+
1379
+ When people are autonomously motivated at work they tend to experience their jobs as interesting or
1380
+ personally important, self-initiated, and endorsed by relevant others. When people perform effectively at
1381
+ these jobs, they experience satisfaction of the basic psychological needs and have positive attitudes
1382
+ toward their jobs. However, when they are controlled in their motivation-for example, when they
1383
+ are prompted by external or introjected contingencies to do boring tasks-effective performance is less
1384
+ likely to result in need satisfaction and reports of high levels of job satisfaction. A 10-week longitudinal
1385
+ study by Sheldon and Kasser (1998) provided some support for this reasoning. They found that auton-
1386
+ omous versus controlled motivation moderated the relation between goal attainment and life satisfaction.
1387
+ Specifically, when participants were autonomously motivated in pursuing self-generated goals, there was
1388
+ a strong relation between goal attainment and life satisfaction, whereas, when participants were more
1389
+ controlled in their goal pursuits, there was no relation between goal attainment and life satisfaction.
1390
+
1391
+ To summarize, aspects of jobs such as complexity, challenge, importance, choice, and participation,
1392
+ as well as autonomy-supportive interpersonal climates and being high on the autonomous causality
1393
+ orientation, lead employees to be relatively autonomously motivated for their jobs. We suggest that
1394
+ this will result in their doing the jobs well and experiencing a high level of job satisfaction. In contrast,
1395
+ conditions that promote controlled motivation will yield less effective overall performance, especially
1396
+ on heuristic tasks, and the quality of performance is expected to be unrelated to job satisfaction. Thus,
1397
+ job characteristics, interpersonal climates, and causality orientations are all expected to influence peo-
1398
+ ple's autonomous versus controlled motivation, which in turn is hypothesized to moderate the bidirec-
1399
+ tional relation between job performance and job satisfaction.
1400
+
1401
+
1402
+ ## Reward effects revisited
1403
+
1404
+ Organizational psychologists have long recognized the importance of intrinsic motivation in
1405
+ work organizations (e.g., Herzberg, 1968; McGregor, 1960) and have also recognized the power of
1406
+
1407
+ Copyright C 2005 John Wiley & Sons, Ltd.
1408
+ J. Organiz. Behav. 26, 331-362 (2005)
1409
+ <!-- PageBreak [3] -->
1410
+
1411
+ 354
1412
+ M. GAGNÉ AND E. L. DECI
1413
+
1414
+ contingent tangible extrinsic rewards for motivating behavior. As noted earlier, however, the Deci et al.
1415
+ (1999) meta-analysis of reward effects showed a strong overall negative effect of tangible rewards on
1416
+ intrinsic motivation, raising concerns about how intrinsic and extrinsic motivation would work
1417
+ together positively.
1418
+
1419
+ One of the most important results from studies examining the effects of rewards on intrinsic motiva-
1420
+ tion is that the interpersonal climate within which rewards are administered has a significant influence
1421
+ on the rewards' effects. Specifically, when rewards are administered in an autonomy-supportive cli-
1422
+ mate, they are less likely to undermine intrinsic motivation and, in some cases, can enhance intrinsic
1423
+ motivation. For example, Ryan et al. (1983) found that performance-contingent monetary rewards
1424
+ administered in an autonomy-supportive context enhanced intrinsic motivation relative to a no-reward,
1425
+ no-feedback control group, whereas those administered in a controlling context undermined intrinsic
1426
+ motivation. The research thus indicated that rewards used to acknowledge competence can have a posi-
1427
+ tive effect if the climate is autonomy supportive. Further, research has shown that rewards must be
1428
+ perceived as equitable in order not to have negative effects (Adams, 1963). Together, such results sug-
1429
+ gest that incentive programs need to be designed to be equitable and to acknowledge effective perfor-
1430
+ mance without incorporating controlling elements such as competition among team-mates or pressure
1431
+ to 'meet the numbers.' Then, the rewards need to be administered by autonomy-supportive managers.
1432
+
1433
+ All of the studies of reward effects on intrinsic motivation have been done with the dichotomous
1434
+ conceptualization of intrinsic versus extrinsic motivation. Little research has examined reward effects
1435
+ with respect to the internalization of extrinsic motivation. The differentiated view of extrinsic motiva-
1436
+ tion presented by SDT provides a basis for examining the effects of tangible rewards on motivation
1437
+ in a more rigorous and careful way that includes a consideration of the effects of rewards and work
1438
+ climates on internalization as well as intrinsic motivation. The field is in need of just such research.
1439
+
1440
+
1441
+ # Autonomous Extrinsic Motivation in the Workplace
1442
+
1443
+ Many studies indicate that autonomous motivation (i.e., intrinsic motivation and integrated extrinsic
1444
+ motivation) maximizes heuristic performance, citizenship, trust, commitment, satisfaction, and well-
1445
+ being. Intrinsic motivation has long been emphasized in the organizational literature. However,
1446
+ autonomous extrinsic motivation has not yet been considered by organizational psychologists
1447
+ and management theorists even though research reviewed earlier shows that, for uninteresting tasks
1448
+ requiring disciplined task engagement, autonomous extrinsic motivation may lead to the most effective
1449
+ performance.
1450
+
1451
+ Research suggests that autonomous work motivation is facilitated by environments in which jobs are
1452
+ interesting, challenging, and allow choice and in which the work climate is autonomy supportive, as
1453
+ well as by employees being high on the autonomous causality orientation. However, although the
1454
+ autonomous causality orientation has been consistently associated with autonomous task motivation
1455
+ and positive outcomes, there is little managers can do to affect subordinates' enduring individual dif-
1456
+ ferences, so focusing on how to change the environment to promote autonomous extrinsic motivation
1457
+ represents a more fruitful approach. To date, however, there has been relatively little research on pro-
1458
+ moting autonomous extrinsic motivation in organizations, and none of it has been longitudinal.
1459
+
1460
+ Based on numerous studies herein reviewed, it seems probable that many of the factors that enhance
1461
+ intrinsic motivation would also facilitate internalization of extrinsic motivation because these factors
1462
+ facilitate satisfaction of the needs for competence and autonomy which have consistently been found
1463
+ important for integrated extrinsic motivation as well as for intrinsic motivation. Thus, one could
1464
+
1465
+ Copyright C) 2005 John Wiley & Sons, Ltd.
1466
+ J. Organiz. Behav. 26, 331-362 (2005)
1467
+ <!-- PageBreak [4] -->
1468
+
1469
+ 355
1470
+ SELF-DETERMINATION THEORY AND WORK MOTIVATION
1471
+
1472
+ extrapolate from research in other domains (e.g., Williams et al., 1998) to hypothesize that conveying
1473
+ the importance of tasks and providing autonomy-supportive work climates would promote internaliza-
1474
+ tion of extrinsic motivation and benefit all employees, but as yet there is no clear evidence for this.
1475
+
1476
+ Many management theorists have recommended that jobs be enlarged to enhance intrinsic motiva-
1477
+ tion (e.g., Lawler & Hall, 1970). Horizontal enlargement involves expanding jobs so they will include
1478
+ more activities and have task configurations that people can take pride in, while vertical enlargement
1479
+ involves expanding jobs to include more planning, decision making, and problem solving (i.e., allow-
1480
+ ing people greater autonomy). It had been suggested that both could make work more interesting and
1481
+ challenging, which, in turn, should lead to enhanced intrinsic motivation (e.g., Csikszentmihalyi,
1482
+ 1975; Deci, 1975; Zuckerman et al., 1978). However, both should also convey the importance of
1483
+ the work which is critical for internalizing extrinsic motivation. Horizontally enlarged jobs give people
1484
+ a greater sense of the importance of their work because they can see how the various parts of the jobs fit
1485
+ together into a meaningful unit. Further, vertical enlargement, in which people have greater say over
1486
+ what they do, also conveys a sense of importance to their endeavors. Thus, because importance (rather
1487
+ than interest) is the basis for autonomous extrinsic motivation, job enlargement could enhance both
1488
+ types of autonomous motivation. Given that well-internalized extrinsic motivation appears to promote
1489
+ enhanced performance for aspects of people's work that are not interesting, it would seem important to
1490
+ explore the relation of job enlargement to autonomous extrinsic motivation as well as to intrinsic moti-
1491
+ vation. There is actually research by Parker, Wall, and Jackson (1997) that relates to our speculations
1492
+ about the relation of job enlargement to autonomous motivation. Specifically, they found that horizon-
1493
+ tally enlarging jobs by creating team-based assembly cells enhanced participants' understanding and
1494
+ acceptance of the company's strategy and vision, and that enlarging jobs both horizontally and verti-
1495
+ cally by providing the assembly cells with autonomous decision making not only led to greater stra-
1496
+ tegic understanding and acceptance but also to greater engagement with the new roles and greater
1497
+ effort expenditure toward achieving the strategic vision.
1498
+
1499
+ Autonomy-supportive work climates are ones in which managers are able to take employees' per-
1500
+ spectives, provide greater choice, and encourage self-initiation. Ample evidence suggests that this
1501
+ would enhance both intrinsic motivation and autonomous extrinsic motivation. However, as noted ear-
1502
+ lier, three additional work climate factors have been found to facilitate internalization. First, because
1503
+ internalization involves taking in a value, limit, contingency, or regulation, there must be some means,
1504
+ whether implicit or explicit, by which the structure or value to be internalized is presented in the situa-
1505
+ tions. As an example, Deci et al. (1994) found that a meaningful rationale for doing an uninteresting
1506
+ behavior led people to internalize the value and regulation of the behavior. Second, people tend to feel
1507
+ resistance to doing an uninteresting task, and research has shown that acknowledging their perspective
1508
+ and feelings about the task promotes internalization and autonomous regulation (Deci et al., 1994;
1509
+ Koestner et al., 1984). For example, Deci et al. (1994) found that reflecting people's feelings of finding
1510
+ an important activity uninteresting facilitated integration of its value and regulation.
1511
+
1512
+ Third, as already noted, the need for relatedness plays a central role in internalization of values and
1513
+ regulations. Thus, structuring work to allow interdependence among employees and identification with
1514
+ work groups, as well as being respectful and concerned about each employee, may have a positive
1515
+ effect on internalization of autonomous motivation and work outcomes (van Knippenberg & van
1516
+ Schie, 2000; Wall, Kemp, Jackson, & Clegg, 1986). Although we have devoted relatively little atten-
1517
+ tion to the issue of relatedness among work group members and between each member and his or her
1518
+ manager, there is evidence that effective work groups can facilitate internalization of extrinsic motiva-
1519
+ tion and positive work outcomes. For example, James and Greenberg (1989) found that identifying
1520
+ with a group, which facilitates internalization of group values, led to enhanced performance.
1521
+
1522
+ Promoting autonomous extrinsic motivation in the workplace will no doubt involve enabling
1523
+ employees to experience meaningfulness, competence, self-determination, and impact at work
1524
+
1525
+ Copyright C 2005 John Wiley & Sons, Ltd.
1526
+ J. Organiz. Behav. 26, 331-362 (2005)
1527
+ <!-- PageBreak [5] -->
1528
+
1529
+ 356
1530
+ M. GAGNÉ AND E. L. DECI
1531
+
1532
+ (Thomas & Velthouse, 1990; Spreitzer, 1995), all of which contribute to satisfaction of their basic psy-
1533
+ chological needs and promote autonomous motivation (Gagné et al., 1997) and commitment (Eby,
1534
+ Freeman, Rush, & Lance, 1999). More detailed empirical examination of these issues seems warranted.
1535
+
1536
+
1537
+ ## Conclusion
1538
+
1539
+ It is well established that use of salient extrinsic rewards to motivate work behavior can be deleter-
1540
+ ious to intrinsic motivation and can thus have negative consequences for psychological adjustment,
1541
+ performance on interesting and personally important activities, and citizenship behavior. However,
1542
+ research also clarifies ways in which tangible rewards can be used so as not to be detrimental to intrin-
1543
+ sic motivation. Furthermore, self-determination theory has detailed the processes through which
1544
+ extrinsic motivation can become autonomous, and research suggests that intrinsic motivation (based
1545
+ in interest) and autonomous extrinsic motivation (based in importance) are both related to perfor-
1546
+ mance, satisfaction, trust, and well-being in the workplace.
1547
+
1548
+ When the interaction of intrinsic and extrinsic motivation was first identified, cognitive evaluation
1549
+ theory provided an explanation for the phenomenon. However, many organizational psychologists and
1550
+ management theorists found the theory of limited use with respect to promoting performance and satis-
1551
+ faction in work organizations. Self-determination theory, which incorporates CET but is more com-
1552
+ prehensive, particularly with respect to extrinsic motivation, provides a fuller and more useful
1553
+ approach to understanding the motivational bases for effective organizational behavior. Because much
1554
+ of the support for SDT has come from laboratory experiments and field studies in domains other than
1555
+ work organizations, we outlined a research agenda that will be important for supporting the use of SDT
1556
+ as a theory of work motivation.
1557
+
1558
+
1559
+ ## Author biographies
1560
+
1561
+ Marylène Gagné is currently Assistant Professor of Organizational Behavior at the John Molson
1562
+ School of Business, Concordia University, in Montreal, Canada. She received her PhD in social psy-
1563
+ chology at the University of Rochester in 2000. She is interested in the effects of managerial styles and
1564
+ organizational rewards on work motivation. She also researches the effect of different motivational
1565
+ styles on individual and group performance and well-being in work organizations.
1566
+
1567
+ Edward L. Deci is Professor of Psychology and Gowen Professor in the Social Sciences at the Uni-
1568
+ versity of Rochester. He received an MBA from the Wharton School at the University of Pennsylvania,
1569
+ a Ph.D. in social psychology from Carnegie Mellon University, and was an interdisciplinary post-
1570
+ doctoral fellow at Stanford University. His primary interest is human motivation, and his work has
1571
+ focused on self-determination theory. He has authored or edited 10 books related to these topics.
1572
+
1573
+
1574
+ # References
1575
+
1576
+ Adams, J. S. (1963). Toward an understanding of inequity. Journal of Abnormal and Social Psychology, 67,
1577
+ 422-436.
1578
+
1579
+ Alderfer, C. P. (1972). Existence, relatedness, and growth. New York: Free Press.
1580
+
1581
+ Copyright C 2005 John Wiley & Sons, Ltd.
1582
+ J. Organiz. Behav. 26, 331-362 (2005)
1583
+ <!-- PageBreak [6] -->
1584
+
1585
+ 357
1586
+ SELF-DETERMINATION THEORY AND WORK MOTIVATION
1587
+
1588
+ Allen, N. J., & Meyer, J. P. (1996). Affective, continuance, and normative commitment to the organization:
1589
+ an examination of construct validity. Journal of Vocational Behavior, 49, 252-276.
1590
+
1591
+ Amabile, T. M. (1982). Social psychology of creativity: a consensual assessment technique. Journal of Personality
1592
+ and Social Psychology, 43, 997-1013.
1593
+
1594
+ Amabile, T. M., DeJong, W., & Lepper, M. R. (1976). Effects of externally imposed deadlines on subsequent
1595
+ intrinsic motivation. Journal of Personality and Social Psychology, 34, 92-98.
1596
+
1597
+ Amabile, T. M., Goldfarb, P., & Brackfield, S. C. (1990). Social influences on creativity: evaluation, coaction, and
1598
+ surveillance. Creativity Research Journal, 3, 6-21.
1599
+
1600
+ Ambrose, M. L., & Kulik, C. T. (1999). Old friends, new faces: motivation research in the 1990s. Journal of
1601
+ Management, 25, 231-292.
1602
+
1603
+ Atkinson, J. W. (1964). An introduction to motivation. Princeton, NJ: Van Nostrand.
1604
+
1605
+ Baard, P. P., Deci, E. L., & Ryan, R. M. (2004). The relation of intrinsic need satisfaction to performance and well-
1606
+ being in two work settings. Journal of Applied Social Psychology, 34, 2045-2068.
1607
+
1608
+ Bandura, A. (1986). Social foundations of thought and action: A social cognitive theory. Englewood Cliffs, NJ:
1609
+ Prentice-Hall.
1610
+
1611
+ Batson, C. D., Coke, J. S., Jasnoski, M. L., & Hanson, M. (1978). Buying kindness: effect of an extrinsic incentive
1612
+ for helping on perceived altruism. Personality and Social Psychology Bulletin, 4, 86-91.
1613
+
1614
+ Baumeister, R., & Leary, M. R. (1995). The need to belong: desire for interpersonal attachments as a fundamental
1615
+ human motivation. Psychological Bulletin, 117, 497-529.
1616
+
1617
+ Benware, C., & Deci, E. L. (1984). Quality of learning with an active versus passive motivational set. American
1618
+ Educational Research Journal, 21, 755-765.
1619
+
1620
+ Black, A. E., & Deci, E. L. (2000). The effects of instructors' autonomy support and students' autonomous
1621
+ motivation on learning organic chemistry: a self-determination theory perspective. Science Education, 84,
1622
+ 740-756.
1623
+
1624
+ Blais, M. R., & Brière, N. M. (1992). On the mediational role of feelings of self determination in the workplace:
1625
+ further evidence and generalization. Manuscript, University of Quebec at Montreal.
1626
+
1627
+ Bolino, M. C. (1999). Citizenship and impression management: good soldiers or good actors? Academy
1628
+ of Management Review, 24, 82-98.
1629
+
1630
+ Bono, J. E., & Judge, T. A. (2003). Self-concordance at work: understanding the motivational effects
1631
+ of transformational leaders. Academy of Management Journal, 46, 554-571.
1632
+
1633
+ Borman, W. C., & Motowidlo, S. J. (1993). Expanding the criterion domain to include elements of contextual
1634
+ performance. In N. Schmitt, & W. C. Borman (Eds.), Personnel selection in organizations (pp. 71-98).
1635
+ San Francisco, CA: Jossey-Bass.
1636
+
1637
+ Breaugh, J. A. (1985). The measurement of work autonomy. Human Relations, 38, 551-570.
1638
+
1639
+ Calder, B. J., & Staw, B. M. (1975). The interaction of intrinsic and extrinsic motivation: some methodological
1640
+ notes. Journal of Personality and Social Psychology, 31, 76-80.
1641
+
1642
+ Chirkov, V., Ryan, R. M., Kim, Y., & Kaplan, U. (2003). Differentiating autonomy from individualism and
1643
+ independence: a self-determination theory perspective on internalization of cultural orientations and well-
1644
+ being. Journal of Personality and Social Psychology, 84, 97-109.
1645
+
1646
+ Csikszentmihalyi, M. (1975). Beyond boredom and anxiety. San Francisco, CA: Jossey-Bass.
1647
+
1648
+ Danner, F. W., & Lonky, E. (1981). A cognitive-developmental approach to the effects of rewards on intrinsic
1649
+ motivation. Child Development, 52, 1043-1052.
1650
+
1651
+ deCharms, R. (1968). Personal causation: The internal affective determinants of behavior. New York: Academic
1652
+ Press.
1653
+
1654
+ Deci, E. L. (1971). Effects of externally mediated rewards on intrinsic motivation. Journal of Personality and
1655
+ Social Psychology, 18, 105-115.
1656
+
1657
+ Deci, E. L. (1975). Intrinsic motivation. New York: Plenum.
1658
+
1659
+ Deci, E. L. (1976). Notes on the theory and metatheory of intrinsic motivation. Organizational Behavior and
1660
+ Human Performance, 15, 130-145.
1661
+
1662
+ Deci, E. L., Cascio, W. F., & Krusell, J. (1975). Cognitive evaluation theory and some comments on the Calder and
1663
+ Staw critique. Journal of Personality and Social Psychology, 31, 81-85.
1664
+
1665
+ Deci, E. L., Connell, J. P., & Ryan, R. M. (1989). Self-determination in a work organization. Journal of Applied
1666
+ Psychology, 74, 580-590.
1667
+
1668
+ Deci, E. L., Eghrari, H., Patrick, B. C., & Leone, D. R. (1994). Facilitating internalization: the self-determination
1669
+ theory perspective. Journal of Personality, 62, 119-142.
1670
+
1671
+ Deci, E. L., Koestner, R., & Ryan, R. M. (1999). A meta-analytic review of experiements examining the effects
1672
+ of extrinsic rewards on intrinsic motivation. Psychological Bulletin, 125, 627-668.
1673
+
1674
+ Copyright C 2005 John Wiley & Sons, Ltd.
1675
+ J. Organiz. Behav. 26, 331-362 (2005)
1676
+ <!-- PageBreak [7] -->
1677
+
1678
+ 358
1679
+ M. GAGNÉ AND E. L. DECI
1680
+
1681
+ Deci, E. L., & Ryan, R. M. (1980). The empirical exploration of intrinsic motivational processes. In L. Berkowitz
1682
+ (Ed.), Advances in experimental social psychology (Vol. 13, pp. 39-80). New York: Academic Press.
1683
+
1684
+ Deci, E. L., & Ryan, R. M. (1985a). Intrinsic motivation and self-determination in human behavior. New York:
1685
+ Plenum.
1686
+
1687
+ Deci, E. L., & Ryan, R. M. (1985b). The general causality orientations scale: self-determination in personality.
1688
+ Journal of Research in Personality, 19, 109-134.
1689
+
1690
+ Deci, E. L., & Ryan, R. M. (2000). The 'what' and 'why' of goal pursuits: human needs and the self-determination
1691
+ of behavior. Psychological Inquiry, 11, 227-268.
1692
+
1693
+ Deci, E. L., Ryan, R. M., Gagné, M., Leone, D. R., Usunov, J., & Kornazheva, B. P. (2001). Need satisfaction,
1694
+ motivation, and well-being in the work organizations of a former Eastern Bloc country. Personality and Social
1695
+ Psychology Bulletin, 27, 930-942.
1696
+
1697
+ Deckop, J. R., & Cirka, C. C. (2000). The risk and reward of a double-edged sword: effects of merit-pay programs
1698
+ on intrinsic motivation. Nonprofit and Voluntary Sector Quarterly, 29, 400-418.
1699
+
1700
+ Dworkin, G. (1988). The theory and practice of autonomy. New York: Cambridge University Press.
1701
+
1702
+ Eby, L. T., Freeman, D. M., Rush, M. C., & Lance, C. E. (1999). Motivational bases of affective organizational
1703
+ commitment: a partial test of an integrative theoretical model. Journal of Occupational and Organizational
1704
+ Psychology, 72, 463-483.
1705
+
1706
+ Eden, D. (1975). Intrinsic and extrinsic rewards and motives: replication and extension with Kibbutz workers.
1707
+ Journal of Applied Social Psychology, 5, 348-361.
1708
+
1709
+ Ellemers, N., de Gilder, D., & Haslam, S. A. (2004). Motivating individuals and groups at work: a social identity
1710
+ perspective on leadership and group performance. Academy of Management Review, 29, 459-478.
1711
+
1712
+ Erez, M., Gopher, D., & Arzi, N. (1990). Effects of goal difficulty, self-set goals, and monetary rewards on dual
1713
+ task performance. Organizational Behavior and Human Decision Processes, 47, 247-269.
1714
+
1715
+ Fabes, R. A., Fultz, J., Eisenberg, N., May-Plumlee, T., & Christopher, F. S. (1989). Effects of rewards on
1716
+ children's prosocial motivation: a socialization study. Developmental Psychology, 25, 509-515.
1717
+
1718
+ Fisher, C. D. (1978). The effects of personal control, competence, and extrinsic reward systems on intrinsic
1719
+ motivation. Organizational Behavior and Human Performance, 21, 273-288.
1720
+
1721
+ Frese, M. (1989). Theoretical models of control and health. In S. L. Sauter, J. J. Hurell Jr., & C. L. Cooper (Eds.),
1722
+ Job control and worker health (pp. 107-128). Chichester, U.K .: Wiley.
1723
+
1724
+ Frese, M. (2001). Personal initiative (PI): the theoretical concept and empirical findings. In M. Erez, U. Kleinbeck,
1725
+ & H. Thierry (Eds.), Work motivation in the context of a globalizing economy (pp. 99-110). Mahwah, NJ:
1726
+ Erlbaum.
1727
+
1728
+ Frese, M., & Sabini, J. (Eds.). (1991). Goal directed behavior: The concept of action in psychology. Hillsdale, NJ:
1729
+ Erlbaum.
1730
+
1731
+ Gagné, M. (2003). The role of autonomy support and autonomy orientation in the engagement of prosocial
1732
+ behavior. Motivation and Emotion, 27, 199-223.
1733
+
1734
+ Gagné, M., Boies, K., Koestner, R., & Martens, M. (2004). How work motivation is related to organizational
1735
+ commitment: a series of organizational studies. Manuscript, Concordia University.
1736
+
1737
+ Gagné, M., & Koestner, R. (2002). Self-determination theory as a framework for understanding organizational
1738
+ commitment. Paper presented at the annual meeting of the Society for Industrial and Organizational
1739
+ Psychology, Toronto, Canada.
1740
+
1741
+ Gagné, M., Koestner, R., & Zuckerman, M. (2000). Facilitating the acceptance of organizational change: the
1742
+ importance of self-determination. Journal of Applied Social Psychology, 30, 1843-1852.
1743
+
1744
+ Gagné, M., Ryan, R. M., & Bargmann, K. (2003). Autonomy support and need satisfaction in the motivation and
1745
+ well-being of gymnasts. Journal of Applied Sport Psychology, 15, 372-390.
1746
+
1747
+ Gagné, M., Senécal, C., & Koestner, R. (1997). Proximal job characteristics, feelings of empowerment, and
1748
+ intrinsic motivation: a multidimensional model. Journal of Applied Social Psychology, 27, 1222-1240.
1749
+
1750
+ Greene-Demers, I., Pelletier, L. G., & Ménard, S. (1997). The impact of behavioral difficult on the saliency of
1751
+ the association between self-determined motivation and environmental behaviors. Canadian Journal of
1752
+ Behavioural Science, 29, 157-166.
1753
+
1754
+ Grolnick, W. S., & Ryan, R. M. (1987). Autonomy in children's learning: an experimental and individual
1755
+ difference investigation. Journal of Personality and Social Psychology, 52, 890-898.
1756
+
1757
+ Grolnick, W. S., & Ryan, R. M. (1989). Parent styles associated with children's self-regulation and competence in
1758
+ school. Journal of Educational Psychology, 81, 143-154.
1759
+
1760
+ Hacker, W. (1994). Action regulation theory and occupational psychology: review of German empirical research
1761
+ since 1987. German Journal of Psychology, 18, 91-120.
1762
+
1763
+ Copyright C 2005 John Wiley & Sons, Ltd.
1764
+ J. Organiz. Behav. 26, 331-362 (2005)
1765
+ <!-- PageBreak [8] -->
1766
+
1767
+ 359
1768
+ SELF-DETERMINATION THEORY AND WORK MOTIVATION
1769
+
1770
+ Hackman, J. R., & Lawler, E. E. (1971). Employee reactions to job characteristics. Journal of Applied Psychology,
1771
+ 55, 259-286.
1772
+
1773
+ Hackman, J. R., & Oldham, G. R. (1980). Work redesign. Reading, MA: Addison-Wesley.
1774
+
1775
+ Harlow, H. F. (1958). The nature of love. American Psychologist, 13, 673-685.
1776
+
1777
+ Heider, F. (1958). The psychology of interpersonal relations. New York: Wiley.
1778
+
1779
+ Herzberg, F. (1966) Work and the nature of man. Cleveland, OH: World.
1780
+
1781
+ Herzberg, F. (1968). One more time: how do you motivate employees? Harvard Business Review, 46, 53-62.
1782
+
1783
+ Hodgins, H. S., Koestner, R., & Duncan, N. (1996). On the compatibility of autonomy and relatedness. Personality
1784
+ and Social Psychology Bulletin, 22, 227-237.
1785
+
1786
+ Ilardi, B. C., Leone, D., Kasser, T., & Ryan, R. M. (1993). Employee and supervisor ratings of motivation: main
1787
+ effects and discrepancies associated with job satisfaction and adjustment in a factory setting. Journal of Applied
1788
+ Social Psychology, 23, 1789-1805.
1789
+
1790
+ James, K., & Greenberg, J. (1989). In-group salience, intergroup comparisons, and individual performance and
1791
+ self-esteem. Personality and Social Psychology Bulletin, 15, 604-616.
1792
+
1793
+ Johns, G., Xie, J. L., & Fang, Y. (1992). Mediating and moderating effects in job design. Journal of Management,
1794
+ 18, 657-676.
1795
+
1796
+ Joussemet, M., Koestner, R., Lekes, N., & Houlfort, N. (2004). Introducing uninteresting tasks to children:
1797
+ a comparison of the effects of rewards and autonomy support. Journal of Personality, 72, 139-166.
1798
+
1799
+ Judge, T. A., Thoresen, C. J., Bono, J. E., & Patton, G. K. (2001). The job satisfaction job performance
1800
+ relationship: a qualitative and quantitative review. Psychological Bulletin, 127, 376-407.
1801
+
1802
+ Kanfer, R. (1987). Task-specific motivation: an integrative approach to issues of measurement, mechanisms,
1803
+ processes, and determinants. Journal of Social and Clinical Psychology, 5, 237-264.
1804
+
1805
+ Kanfer, R., & Ackerman, P. L. (1989). Motivation and cognitive abilities: an integrative/aptitude-treatment
1806
+ interaction approach to skill acquisition. Journal of Applied Psychology, 74, 657-690.
1807
+
1808
+ Kanfer, R., & Ackerman, P. L. (2004). Aging, adult development, and work motivation. Academy of Management
1809
+ Review, 29, 440-458.
1810
+
1811
+ Kehr, H. M. (2004). Integrating implicit motives, explicit motives, and perceived abilities: the compensatory
1812
+ model of work motivation and volition. Academy of Management Review, 29, 479-499.
1813
+
1814
+ Karasek, R., & Theorell, T. (1990). Healthy work: Stress, productivity, and the reconstruction of working life.
1815
+ New York: Basic Books.
1816
+
1817
+ Kasser, T., Davey, J., & Ryan, R. M. (1992). Motivation and employee-supervisor discrepancies in a psychiatric
1818
+ vocational rehabilitation setting. Rehabilitation Psychology, 37, 175-187.
1819
+
1820
+ Kelman, H. (1958). Compliance, identification, and internalization: three processes of attitude change. Conflict
1821
+ Resolution, 2, 51-60.
1822
+
1823
+ Kirkpatrick, D. (1985). How to manage change effectively. San Franscisco, CA: Jossey-Bass.
1824
+
1825
+ Koestner, R., Bernieri, F., & Zuckerman, M. (1992). Self-determination and consistency between attitudes, traits,
1826
+ and behaviors. Personality and Social Psychology Bulletin, 18, 52-59.
1827
+
1828
+ Koestner, R., & Losier, G. F. (2002). Distinguishing three ways of being internally motivated: a closer look
1829
+ at introjection, identification, and intrinsic motivation. In E. L. Deci, & R. M. Ryan (Eds.), Handbook of
1830
+ self-determination research (pp. 101-121). Rochester, NY: University of Rochester Press.
1831
+
1832
+ Koestner, R., Losier, G. F., Vallerand, R. J., & Carducci, D. (1996). Identified and introjected forms of political
1833
+ internalization: extending self-determination theory. Journal of Personality and Social Psychology, 70, 1025-
1834
+ 1036.
1835
+
1836
+ Koestner, R., Ryan, R. M., Bernieri, F., & Holt, K. (1984). Setting limits on children's behavior: the differential
1837
+ effects of controlling vs. informational styles on intrinsic motivation and creativity. Journal of Personality, 52,
1838
+ 231-248.
1839
+
1840
+ Kunda, Z., & Schwartz, S. H. (1983). Undermining intrinsic moral motivation: external reward and self-
1841
+ presentation. Journal of Personality and Social Psychology, 45, 763-771.
1842
+
1843
+ Latham, G. P., Erez, M., & Locke, E. A. (1988). Resolving scientific disputes by the joint design of crucial
1844
+ experiments by the antagonists: application to the Erez-Latham dispute regarding participation in goal setting.
1845
+ Journal of Applied Psychology, 73, 753-772.
1846
+
1847
+ Lawler, E. E. III, & Hall, D. T. (1970). Relationship of job characteristics to job involvement, satisfaction, and
1848
+ intrinsic motivation. Journal of Applied Psychology, 54, 305-312.
1849
+
1850
+ Lepper, M. R., & Greene, D. (1975). Turning play into work: effects of adult surveillance and extrinsic rewards on
1851
+ children's intrinsic motivation. Journal of Personality and Social Psychology, 31, 479-486.
1852
+
1853
+ Lewin, K. (1936). Principles of topological psychology. New York: McGraw-Hill.
1854
+
1855
+ Copyright C 2005 John Wiley & Sons, Ltd.
1856
+ J. Organiz. Behav. 26, 331-362 (2005)
1857
+ <!-- PageBreak [9] -->
1858
+
1859
+ 360
1860
+ M. GAGNÉ AND E. L. DECI
1861
+
1862
+ Locke, E. A. (1968). Toward a theory of task motivation and incentives. Organizational Behavior and Human
1863
+ Performance, 3, 157-189.
1864
+
1865
+ Locke, E. A., & Latham, G. P. (1990). A theory of goal setting and task performance. Englewood Cliffs, NJ:
1866
+ Prentice-Hall.
1867
+
1868
+ Losier, G. F., & Koestner, R. (1999). Intrinsic versus identified regulation in distinct political campaigns: the
1869
+ consequences of following politics for pleasure versus personal meaningfulness. Personality and Social
1870
+ Psychology Bulletin, 25, 287-298.
1871
+
1872
+ Lynch, M. F., Jr, Plant, R., & Ryan, R. M. (in press). Psychological need satisfaction, motivation, attitudes, and
1873
+ well-being among psychiatric hospital staff and patients. Professional Psychology.
1874
+
1875
+ Maslow, A. H. (1954). Motivation and personality. New York: Harper & Row.
1876
+
1877
+ Matteson, M. T., & Ivancevich, J. M. (1987). Controlling work stress: Effective human resource and management
1878
+ strategies. San Francisco, CA: Jossey-Bass Inc.
1879
+
1880
+ McClelland, D. C., & Burnham, D. H. (1976). Power is the great motivator. Harvard Business Review, 54,
1881
+ 100-110.
1882
+
1883
+ McGraw, K. O. (1978). The detrimental effects of reward on performance: a literature review and a prediction
1884
+ model. In M. R. Lepper, & D. Greene (Eds.), The hidden costs of reward (pp. 33-60). Hillsdale, NJ: Erlbaum.
1885
+
1886
+ McGraw, K. O., & McCullers, J. C. (1979). Evidence of a detrimental effect of extrinsic incentives on breaking a
1887
+ mental set. Journal of Experimental Social Psychology, 15, 285-294.
1888
+
1889
+ McGregor, D. (1960). The human side of enterprise. New York: McGraw-Hill.
1890
+
1891
+ Miller, G. A., Galanter, E., & Pribram, K. H. (1960). Plans and the structure of behavior. New York: Holt,
1892
+ Rinehart, & Winston.
1893
+
1894
+ Miner, J. B. (1990). The role of values in defining the 'goodness' of theories in organizational science.
1895
+ Organizational Studies, 11, 161-178.
1896
+
1897
+ Mitchell, T. R. (1974). Expectancy models of satisfaction, occupational preference and effort: a theoretical,
1898
+ methodological and empirical appraisal. Psychological Bulletin, 81, 1053-1077.
1899
+
1900
+ Mossholder, K. W. (1980). Effects of externally mediated goal setting on intrinsic motivation: a laboratory
1901
+ experiment. Journal of Applied Psychology, 65, 202-210.
1902
+
1903
+ O'Reilly, C., & Chatman, J. (1986). Organizational commitment and psychological adjustment: the effects
1904
+ of compliance, identification, and internalization on prosocial behavior. Journal of Applied Psychology, 71,
1905
+ 492-499.
1906
+
1907
+ Organ, D. W. (1988). Organizational citizenship behavior: The good soldier syndrome. Lexington, MA: Lexington
1908
+ Books.
1909
+
1910
+ Parker, S. K., Wall, T. D., & Jackson, P. R. (1997). 'That's not my job': developing flexible employee work
1911
+ orientations. Academy of Management Journal, 40, 899-929.
1912
+
1913
+ Pelletier, L. G., Tuson, K. M., Greene-Demers, I., Noels, K., & Beaton, A. M. (1998). Why are you doing things
1914
+ for the environment? The Motivation Toward the Environmental Scale (MTES). Journal of Applied Social
1915
+ Psychology, 28, 437-468.
1916
+
1917
+ Penner, L. A., Midili, A. R., & Kegelmeyer, J. (1997). Beyond job attitudes: a personality and social psychology
1918
+ perspective on the causes of organizational citizenship behavior. Human Performance, 10, 111-131.
1919
+
1920
+ Podsakoff, P. M., Mackenzie, S. B., & Bommer, W. H. (1996). Transformational leader behaviors and substitutes
1921
+ for leadership as determinants of employee satisfaction, commitment, trust, and organizational citizenship
1922
+ behaviors. Journal of Management, 22, 259-298.
1923
+
1924
+ Porter, L. W., & Lawler, E. E. III. (1968). Managerial attitudes and performance. Homewood, IL: Irwin-Dorsey.
1925
+ Reis, H. T., Sheldon, K. M., Gable, S. L., Roscoe, J., & Ryan, R. M. (2000). Daily well-being: the role of autonomy,
1926
+ competence, and relatedness. Personality and Social Psychology Bulletin, 26, 419-435.
1927
+
1928
+ Ryan, R. M. (1982). Control and information in the intrapersonal sphere: an extension of cognitive evaluation
1929
+ theory. Journal of Personality and Social Psychology, 43, 450-461.
1930
+
1931
+ Ryan, R. M., & Connell, J. P. (1989). Perceived locus of causality and internalization: examining reasons for
1932
+ acting in two domains. Journal of Personality and Social Psychology, 57, 749-761.
1933
+
1934
+ Ryan, R. M., Connell, J. P., & Deci, E. L. (1985). A motivational analysis of self-determination and self-regulation
1935
+ in education. In C. Ames, & R. E. Ames (Eds.), Research on motivation in education: The classroom milieu
1936
+ (pp. 13-51). New York: Academic Press.
1937
+
1938
+ Ryan, R. M., & Deci, E. L. (2000). Self-determination theory and the facilitation of intrinsic motivation, social
1939
+ development, and well-being. American Psychologist, 55, 68-78.
1940
+
1941
+ Ryan, R. M., & Deci, E. L. (2002). On assimilating identities to the self: a self-determination theory perspective on
1942
+ internalization and integrity within cultures. In M. R. Leary, & J. P. Tangney (Eds.), Handbook of self and
1943
+ identity (pp. 255-273). New York: Guilford.
1944
+
1945
+ Copyright C 2005 John Wiley & Sons, Ltd.
1946
+ J. Organiz. Behav. 26, 331-362 (2005)
1947
+ <!-- PageBreak [10] -->
1948
+
1949
+ <!-- pages 31-32 -->
1950
+
1951
+ 361
1952
+ SELF-DETERMINATION THEORY AND WORK MOTIVATION
1953
+
1954
+ Ryan, R. M., Mims, V., & Koestner, R. (1983). Relation of reward contingency and interpersonal context to
1955
+ intrinsic motivation: a review and test using cognitive evaluation theory. Journal of Personality and Social
1956
+ Psychology, 45, 736-750.
1957
+
1958
+ Ryan, R. M., Sheldon, K. M., Kasser, T., & Deci, E. L. (1996). All goals were not created equal: an organismic
1959
+ perspective on the nature of goals and their regulation. In P. M. Gollwitzer, & J. A. Bargh (Eds.), The psychology
1960
+ of action: Linking cognition and motivation to behavior (pp. 7-26). New York: Guilford.
1961
+
1962
+ Salancik, G. R., & Pfeffer, J. (1977). An examination of need-satisfaction models of job attitudes. Administrative
1963
+ Science Quarterly, 22, 427-456.
1964
+
1965
+ Scott, W. E. (1975). The effects of extrinsic rewards on 'intrinsic motivation': a critique. Organizational Behavior
1966
+ and Human Performance, 14, 117-129.
1967
+
1968
+ Shamir, B., Zakay, E., Breinin, E., & Popper, M. (1998). Correlates of charismatic leader behavior in military
1969
+ units: subordinates' attitudes, unit characteristics and superiors' appraisals of leader performance. Academy
1970
+ of Management Journal, 41, 387-409.
1971
+
1972
+ Sheldon, K. M., & Elliot, A. J. (1998). Not all personal goals are 'personal': comparing autonomous and
1973
+ controlling goals on effort and attainment. Personality and Social Psychology Bulletin, 24, 546-557.
1974
+
1975
+ Sheldon, K. M., & Elliot, A. J. (1999). Goal striving, need-satisfaction, and longitudinal well-being: the
1976
+ self-concordance model. Journal of Personality and Social Psychology, 76, 482-497.
1977
+
1978
+ Sheldon, K. M., & Kasser, T. (1998). Pursuing personal goals: skills enable progress but not all progress is
1979
+ beneficial. Personality and Social Psychology Bulletin, 24, 1319-1331.
1980
+
1981
+ Sheldon, K. M., Ryan, R. M., Deci, E. L., & Kasser, T. (2004). The independent effects of goal contents and
1982
+ motives on well-being: it's both what you pursue and why you pursue it. Personality and Social Psychology
1983
+ Bulletin, 30, 475-486.
1984
+
1985
+ Sherman, J. D. (1989). Technical supervision and turnover among engineers and technicians: influencing factors
1986
+ in the work environment. Group and Organization Studies, 14, 411-421.
1987
+
1988
+ Shirom, A., Westman, M., & Melamed, S. (1999). The effects of pay systems on blue-collar employees' emotional
1989
+ distress: the mediating effects of objective and subjective work monotony. Human Relations, 52, 1077-1097.
1990
+ Smith, W. E. (1975). The effect of anticipated vs. unanticipated social reward on subsequent intrinsic motivation.
1991
+ Dissertation, Cornell University.
1992
+
1993
+ Smith, C. A., Organ, D. W., & Near, J. P. (1983). Organizational citizenship behavior: its nature and antecedents.
1994
+ Journal of Applied Psychology, 68, 653-663.
1995
+
1996
+ Sobus, M. S. (1995). Mandating community service: psychological implications of requiring prosocial behavior.
1997
+ Law and Psychology Review, 19, 153-182.
1998
+
1999
+ Spreitzer, G. M. (1995). Psychological empowerment in the workplace: dimensions, measurement, and validation.
2000
+ Academy of Management Journal, 38, 1442-1465.
2001
+
2002
+ Thomas, K. W., & Velthouse, B. A. (1990). Cognitive elements of empowerment: an 'interpretive' model
2003
+ of intrinsic task motivation. Academy of Management Review, 15, 666-681.
2004
+
2005
+ Tolman, E. C. (1932). Purposive behavior in animals and men. New York: Century.
2006
+
2007
+ Upton, W. E. III. (1974). Altruism, attribution and intrinsic motivation in the recruitment of blood donors.
2008
+ In Selected readings in donor recruitment (Vol. 2, pp. 7-38). Washington, DC: American National Red Cross.
2009
+
2010
+ Vallerand, R. J. (1997). Toward a hierarchical model of intrinsic and extrinsic motivation. In M. P. Zanna (Ed.),
2011
+ Advances in experimental social psychology (Vol. 29, pp. 271-360). San Diego, CA: Academic Press.
2012
+
2013
+ Vallerand, R. J., & Fortier, M. S. (1998). Measures of intrinsic and extrinsic motivation in sport and physical
2014
+ activity: a review and critique. In J. Duda (Ed.), Advancements in sport and exercise psychology measurement
2015
+ (pp. 83-100). Morgantown, WV: Fitness Information Technology.
2016
+
2017
+ van Knippenberg, D., & van Schie, E. C. M. (2000). Foci and correlates of organizational identification. Journal
2018
+ of Occupational and Organizational Psychology, 73, 137-147.
2019
+
2020
+ Vansteenkiste, M., Simons, J., Lens, W., Sheldon, K. M., & Deci, E. L. (2004). Motivating learning, performance,
2021
+ and persistence: the synergistic effects of intrinsic goal contents and autonomy-supportive contexts. Journal
2022
+ of Personality and Social Psychology, 87, 246-260.
2023
+
2024
+ Vroom, V. H. (1964). Work and motivation. New York: Wiley.
2025
+
2026
+ Wall, T. D., Kemp, N. J., Jackson, P. R., & Clegg C. W. (1986). Outcomes of autonomous workgroups: a long-term
2027
+ field experiment. Academy of Management Journal, 29, 280-304.
2028
+
2029
+ White, R. W. (1959). Motivation reconsidered: the concept of competence. Psychological Review, 66, 297-333.
2030
+
2031
+ Williams, G. C., & Deci, E. L. (1996). Internalization of biopsychosocial values by medical students: a test of self-
2032
+ determination theory. Journal of Personality and Social Psychology, 70, 767-779.
2033
+
2034
+ Williams, G. C., Deci, E. L., & Ryan, R. M. (1998). Building health-care partnerships by supporting autonomy:
2035
+ promoting maintained behavior change and positive health outcomes. In A. L. Suchman, P. Hinton-Walker, &
2036
+
2037
+ Copyright C 2005 John Wiley & Sons, Ltd.
2038
+ J. Organiz. Behav. 26, 331-362 (2005)
2039
+ <!-- PageBreak [1] -->
2040
+
2041
+ 362 M. GAGNÉ AND E. L. DECI
2042
+
2043
+ R. Botelho (Eds.), Partnerships in healthcare: Transforming relational process (pp. 67-87). Rochester, NY:
2044
+ University of Rochester Press.
2045
+
2046
+ Williams, G. C., Grow, V. M., Freedman, Z. R., Ryan, R. M., & Deci, E. L. (1996). Motivational predictors
2047
+ of weight loss and weight-loss maintenance. Journal of Personality and Social Psychology, 70, 115-126.
2048
+
2049
+ Williams, G. C., McGregor, H. A., Sharp, D., Levesque, C., Kouides, R. W., Ryan, R. M., & Deci, E. L. (in press).
2050
+ Testing a self-determination theory intervention for motivating tobacco cessation: supporting autonomy and
2051
+ competence in a clinical trial. Health Psychology.
2052
+
2053
+ Zuckerman, M., Porac, J., Lathin, D., Smith, R., & Deci, E. L. (1978). On the importance of self-determination for
2054
+ intrinsically motivated behavior. Personality and Social Psychology Bulletin, 4, 443-446.
2055
+
2056
+ Copyright C 2005 John Wiley & Sons, Ltd.
2057
+ J. Organiz. Behav. 26, 331-362 (2005)
2058
+ <!-- PageBreak [2] -->