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,1881 @@
1
+ ResearchGate
2
+
3
+ See discussions, stats, and author profiles for this publication at: https://www.researchgate.net/publication/312960448
4
+
5
+
6
+ # Self-Determination Theory in Work Organizations: The State of a Science
7
+
8
+ Article . April 2017
9
+ DOI: 10.1146/annurev-orgpsych-032516-113108
10
+
11
+ CITATIONS
12
+ 130
13
+
14
+ READS
15
+ 15,694
16
+
17
+ 3 authors:
18
+
19
+ Edward L Deci
20
+ University of Rochester
21
+ 304 PUBLICATIONS 123,995 CITATIONS
22
+
23
+ Anja H. Olafsen
24
+ University of South-Eastern Norway
25
+ 18 PUBLICATIONS 550 CITATIONS
26
+
27
+ SEE PROFILE
28
+
29
+ SEE PROFILE
30
+
31
+ Richard M Ryan
32
+ Australian Catholic University North Sydney
33
+ 390 PUBLICATIONS 147,508 CITATIONS
34
+
35
+ SEE PROFILE
36
+
37
+ Some of the authors of this publication are also working on these related projects:
38
+
39
+ Project
40
+
41
+ Sieving the essential ingredients to an effective science education View project
42
+
43
+ Project
44
+
45
+ Aboriginal Wellbeing View project
46
+
47
+ All content following this page was uploaded by Edward L Deci on 27 March 2017. The user has requested enhancement of the downloaded file.
48
+ <!-- PageBreak [1] -->
49
+
50
+
51
+ <figure>
52
+
53
+ ANNUAL
54
+ REVIEWS
55
+ Further
56
+
57
+ Click here to view this article's
58
+ online features:
59
+
60
+ . Download figures as PPT slides
61
+
62
+ · Navigate linked references
63
+
64
+ . Download citations
65
+
66
+ . Explore related articles
67
+
68
+ . Search keywords
69
+
70
+ </figure>
71
+
72
+
73
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org
74
+ Access provided by University of Rochester Library on 03/27/17. For personal use only.
75
+
76
+
77
+ # Self-Determination Theory in Work Organizations: The State of a Science
78
+
79
+ Edward L. Deci,1,2,3 Anja H. Olafsen,2
80
+ and Richard M. Ryan1,3
81
+
82
+ 1 Department of Clinical and Social Sciences in Psychology, University of Rochester, Rochester,
83
+ New York 14627; email: deci@psych.rochester.edu, richard.m.ryan@icloud.com
84
+
85
+ 2 School of Business, University College of Southeast Norway, 3603 Kongsberg, Norway;
86
+ email: Anja.Olafsen@hbv.no
87
+
88
+ 3 Institute for Positive Psychology & Education, Australian Catholic University,
89
+ Strathfield, New South Wales 2135, Australia
90
+
91
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.
92
+ 4:19-43
93
+
94
+ First published online as a Review in Advance on
95
+ January 11, 2017
96
+
97
+ The Annual Review of Organizational Psychology and
98
+ Organizational Behavior is online at
99
+ orgpsych.annualreviews.org
100
+
101
+ https://doi.org/10.1146/annurev-orgpsych-
102
+ 032516-113108
103
+
104
+ Copyright @ 2017 by Annual Reviews.
105
+ All rights reserved
106
+
107
+
108
+ ## Keywords
109
+
110
+ autonomy, competence, pay, extrinsic rewards, basic psychological needs,
111
+ intrinsic motivation
112
+
113
+
114
+ ## Abstract
115
+
116
+ Self-determination theory (SDT) is a macro theory of human motivation
117
+ that evolved from research on intrinsic and extrinsic motivations and ex-
118
+ panded to include research on work organizations and other domains of life.
119
+ We discuss SDT research relevant to the workplace, focusing on (a) the dis-
120
+ tinction between autonomous motivation (i.e., intrinsic motivation and fully
121
+ internalized extrinsic motivation) and controlled motivation (i.e., externally
122
+ and internally controlled extrinsic motivation), as well as (b) the postulate
123
+ that all employees have three basic psychological needs-for competence,
124
+ autonomy, and relatedness-the satisfaction of which promotes autonomous
125
+ motivation, high-quality performance, and wellness. Research in work or-
126
+ ganizations has tended to take the perspectives of either the employees (i.e.,
127
+ their well-being) or the owners (i.e., their profits). SDT provides the con-
128
+ cepts that guide the creation of policies, practices, and environments that
129
+ promote both wellness and high-quality performance. We examine the rela-
130
+ tions of SDT to transformational leadership, job characteristics, justice, and
131
+ compensation approaches.
132
+
133
+ 19
134
+ <!-- PageBreak [2] -->
135
+
136
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org Access provided by University of Rochester Library on 03/27/17. For personal use only.
137
+
138
+
139
+ ## INTRODUCTION
140
+
141
+ A large percentage of adults in the world work in organizations, and their jobs vary substantially.
142
+ Some have careers that are relatively interesting and valued by others. Their work conditions are
143
+ supportive, and they perceive their pay to be equitable. Others, however, have jobs that are de-
144
+ manding and demeaning. Their work conditions are uncomfortable, and their pay is not adequate
145
+ for supporting a family. They are likely to look forward to days away from work to feel alive and
146
+ well (Ryan et al. 2010). Both of these types of jobs may exist in organizations that are profitable.
147
+
148
+ Being profitable is a minimum expectation for an organization. However, highly effective
149
+ organizations are more than merely profitable for investors; they benefit all stakeholders, including
150
+ employees, investors, and consumers. These highly effective organizations promote both high-
151
+ quality performance (hence profitability) and employee thriving, in terms of motivation to work
152
+ and wellness. In fact, rather than being antithetical aims, high-quality employee motivation and
153
+ wellness can contribute to long-term organizational health, customer satisfaction and loyalty, and
154
+ financial success, as many modern consultants suggest (e.g., Doshi & McGregor 2015, Mackey &
155
+ Sisodia 2014, Pink 2009).
156
+
157
+ For decades self-determination theory (SDT) has addressed the links between motivation and
158
+ the dual concerns of performance and wellness in organizations. It has focused on what facilitates
159
+ high-quality, sustainable motivation and what brings out volitional engagement in employees and
160
+ customers. SDT suggests that fostering workplace conditions where employees feel supported in
161
+ their autonomy is not only an appropriate end in itself but will lead to more employee satisfaction
162
+ and thriving, as well as collateral benefits for organizational effectiveness. Because SDT details
163
+ the multiple factors, including managerial styles and pay contingencies, that support employees'
164
+ autonomy and competence at work, it provides a framework for allowing them to be more engaged
165
+ as they and their organizations develop and thrive.
166
+
167
+
168
+ ## SELF-DETERMINATION THEORY
169
+
170
+ SDT is a macro theory of human motivation that has been successfully applied across domains
171
+ including parenting, education, healthcare, sports and physical activity, psychotherapy, and virtual
172
+ worlds, as well as the fields of work motivation and management (Deci & Ryan 1985a, Ryan &
173
+ Deci 2017). SDT specifically suggests that both employees' performance and their well-being are
174
+ affected by the type of motivation they have for their job activities. SDT therefore differentiates
175
+ types of motivation and maintains that different types of motivation have functionally different
176
+ catalyzers, concomitants, and consequences.
177
+
178
+
179
+ ### Autonomous Motivation and Controlled Motivation
180
+
181
+ Autonomous motivation is characterized by people being engaged in an activity with a full sense
182
+ of willingness, volition, and choice. Often, autonomously regulated activities are intrinsically mo-
183
+ tivated. Perhaps more important to the workplace, however, extrinsically motivated activities can,
184
+ under the right circumstances, also be autonomously motivated-that is, engaged with authenticity
185
+ and vitality. When individuals understand the worth and purpose of their jobs, feel ownership and
186
+ autonomy in carrying them out, and receive clear feedback and supports, they are likely to become
187
+ more autonomously motivated and reliably perform better, learn better, and be better adjusted. In
188
+ contrast, when motivation is controlled, either through contingent rewards or power dynamics,
189
+ the extrinsic focus that results can narrow the range of employees' efforts, produce short-term
190
+ gains on targeted outcomes, and have negative spillover effects on subsequent performance and
191
+ work engagement.
192
+
193
+ Deci . Olafsen . Ryan
194
+ 20
195
+ <!-- PageBreak [3] -->
196
+
197
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org
198
+ Access provided by University of Rochester Library on 03/27/17. For personal use only.
199
+
200
+ Intrinsic motivation. This is a specific type of autonomous motivation. It refers to activities for
201
+ which the motivation lies in the behavior itself. When intrinsically motivated, it is the spontaneous
202
+ experiences of interest and enjoyment entailed in the activity that supply the "rewards." Intrinsic
203
+ motivation is a ubiquitous human phenomenon, but it is exemplified in the play of children, who
204
+ enthusiastically engage in activities without external rewards or prompts. However, intrinsic mo-
205
+ tivation is also evident in the activities of adults, such as sports and avocations, and it is surprisingly
206
+ important even in in the workplace. Employees can be intrinsically motivated for at least parts of
207
+ their jobs, if not for all aspects of them, and when intrinsically motivated the individuals tend to
208
+ display high-quality performance and wellness.
209
+
210
+ Cognitive evaluation theory (CET) (Deci & Ryan 1980), which is one of SDT's six mini-
211
+ theories, became well-known within the organizational psychology literature (Ambrose & Kulik
212
+ 1999). It explained that intrinsic and extrinsic incentives are not necessarily additive and introduced
213
+ experimental research on the undermining effects of rewards (e.g., see Deci et al. 1999). These
214
+ experiments were important in showing systematic effects of different reward contingencies on
215
+ intrinsic motivation, but perhaps more important was that they suggested that rewards could
216
+ shift people's perceived locus of causality or perceived competence, thus diminishing their sense
217
+ of autonomy and/or their sense of competence. The implications of these early CET findings
218
+ are thus broader than just intrinsic motivation, because perceptions of autonomy and competence
219
+ impact the quality of extrinsic as well as intrinsic motivations. In fact, the primary distinction within
220
+ SDT, accounting for substantial variance in the outcomes of studies in work organizations, as well
221
+ as across domains, is the distinction between autonomous motivation and controlled motivation
222
+ (e.g., Ryan & Deci 2000, 2017), into which these early experiments had only begun to tap.
223
+
224
+ Extrinsic motivation. Extrinsically motivated behavior involves doing an activity to attain a
225
+ separable consequence, whether tangible or otherwise. That is, extrinsic motivation encompasses
226
+ all instrumental behaviors. Rather than viewing all extrinsic motivation as "bad," which some
227
+ authors (e.g., Gerhart & Fang 2015) have claimed we did, SDT has always maintained that extrinsic
228
+ rewards can have different functional significances that lead to enhancements, diminishments, or
229
+ no effects on intrinsic motivation (e.g., Deci 1972). Furthermore, and very importantly, SDT has
230
+ long differentiated extrinsic motivation into various forms, each of which is recognizable in the
231
+ workplace, and which range from being less to more autonomous (Deci & Ryan 1985a, Ryan &
232
+ Connell 1989).
233
+
234
+ External regulation is at the least-autonomous end of the extrinsic-motivation continuum
235
+ of autonomy. When externally regulated, individuals perceive their behavior as being directly
236
+ controlled by others, often through contingent rewards and threats. As we shall see, external
237
+ regulation can powerfully motivate specific behaviors, but it often comes with collateral damage
238
+ in the form of long-term decrements in autonomous motivation and well-being, sometimes with
239
+ organizational spillover effects. A somewhat more autonomous form of extrinsic motivation is
240
+ introjected regulation, which involves people being focused on approval versus disapproval in their
241
+ jobs and from their leaders. Introjected behavior is self-controlled by processes such as contingent
242
+ self-esteem, ego-involvements, and guilt, as well as a concern with status and recognition. Still
243
+ more autonomous is identified regulation, in which the individuals have personally identified with
244
+ the importance or value of their work roles and behaviors. Because they have accepted as their
245
+ own the rationale for acting, they are more autonomously self-regulated and are flexible in both
246
+ selecting and sustaining their behavior and activities. Finally, when people assimilate and integrate
247
+ their identifications, they can act through integrated regulation, which is the most mature and
248
+ volitional form of extrinsic motivation. Integration is very important because there is potential for
249
+ conflict among different identifications (e.g., an identification with one's job and an identification
250
+
251
+ www.annualreviews.org . Self-Determination Theory
252
+ 21
253
+ <!-- PageBreak [4] -->
254
+
255
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org Access provided by University of Rochester Library on 03/27/17. For personal use only.
256
+
257
+ with one's family), so people need to bring them into coherence. When identifications have been
258
+ integrated, people are wholeheartedly engaged and purposive with respect to the target activities,
259
+ and without inner barriers or conflicts.
260
+
261
+ According to SDT, these varied types of extrinsic motivation are salient to different degrees
262
+ in workplaces, and each has predictable consequences. For example, some work environments
263
+ foster more autonomous motivation and engagement in their employees, whereas others have
264
+ them focused more on external contingencies or managers' approval.
265
+
266
+ Importantly, these motivations can be seen as lying along an autonomy continuum, with the
267
+ order from least to most autonomous being external, introjected, identified, integrated, and intrin-
268
+ sic. Supporting this, when these motivations are measured in populations, their intercorrelations
269
+ typically form a simplex-like pattern (Ryan & Connell 1989), in which the types of motivation
270
+ most closely aligned along the continuum are most highly associated. The simplex pattern has
271
+ been observed in hundreds of studies of motivation across domains such as health, sports, and
272
+ education (Ryan & Deci 2017), as well as work (Gagné et al. 2015, Williams et al. 2014).
273
+
274
+ There has thus been interest and debate about how best to model the simplex and the unique
275
+ variances of motivational subtypes. In some studies, motivation types have been algebraically com-
276
+ bined to form a relative autonomy index (RAI), which allows the investigator to relate employees'
277
+ overall autonomy versus control to other variables. The RAI has been predictive of organizational
278
+ outcomes in a variety of contexts and settings (Ryan & Deci 2017). In other studies, investi-
279
+ gators have contrasted autonomous (intrinsic, identified) with controlled (introjected, external)
280
+ motivation.
281
+
282
+ SDT, with a multidimensional view, expects that specific qualities will be associated with each
283
+ of the different motivation types and that they will be systematically ordered along the underlying
284
+ continuum of autonomy, but Chemolli & Gagné (2014) questioned the continuum because it did
285
+ not fit with a unidimensional Rasch model, which we would not have expected it to. Their data
286
+ were derived from the multidimensional work motivation scale (MWMS) (Gagné et al. 2015),
287
+ which assesses employees' intrinsic, identified, introjected, and external regulation, as well as
288
+ their "amotivation." Results using the MWMS were largely consistent with the expected simplex
289
+ pattern, but not with a Rasch model. A subsequent article by Howard et al. (2016) used bifactor
290
+ analyses on an academic motivation scale, finding evidence for a continuum of autonomy as well
291
+ as unique variances for distinct motives. Research from other labs using other analytic strategies
292
+ have similarly shown support for SDT's idea that these motivational types differ in their relative
293
+ autonomy, with important functional consequences [Roth et al. 2006; K.M. Sheldon, E.N. Osin,
294
+ T.O. Gordeeva, D.D. Suchkov, O.A. Sychey (manuscript under review)]. However modeled,
295
+ the general expectation from SDT is that more autonomous forms of motivation will predict
296
+ greater persistence, performance quality, and well-being over time than will controlled forms,
297
+ and that each of these forms of motivation will be systematically related to leadership styles, work
298
+ conditions, and pay contingencies.
299
+
300
+
301
+ ### Basic Psychological Needs and Their Supports
302
+
303
+ Fundamental to SDT is the idea that the impact of varied environmental factors (e.g., job design,
304
+ pay contingencies, managerial styles) on workers' motivations and experiences is largely medi-
305
+ ated by a small set of basic psychological needs. They are the needs for competence or effectance
306
+ (e.g., White 1959), relatedness or belongingness (e.g., Baumeister & Leary 1995), and auto-
307
+ nomy or self-determination (e.g., de Charms 1968), which are essential for psychological health
308
+ and well-being and facilitate effective functioning in social settings (Ryan 1995). Accordingly,
309
+ SDT researchers have regularly hypothesized and consistently found that social settings such as
310
+
311
+ Deci . Olafsen . Ryan
312
+ 22
313
+ <!-- PageBreak [5] -->
314
+
315
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org
316
+
317
+ Access provided by University of Rochester Library on 03/27/17. For personal use only.
318
+
319
+ workplaces that support satisfaction of the basic psychological needs facilitate autonomous mo-
320
+ tivation, psychological and physical wellness, and enhanced performance, especially on heuristic
321
+ activities (Deci & Ryan 2000). As such, the concept of basic need support emerged as a crucial
322
+ concept to describe the conditions within social contexts such as workgroups that influence moti-
323
+ vation, wellness, and performance. The more narrow concept of autonomy support is also often
324
+ used to describe social contexts, and research suggests that basic need support and autonomy
325
+ support are closely related and have very similar consequences (Fernet et al. 2012a,b).
326
+
327
+
328
+ ## SELF-DETERMINATION THEORY MOTIVATION MODEL FOR THE WORKPLACE
329
+
330
+ SDT's mini-theories have broad implications for organizations (Gagné & Deci 2005), and numer-
331
+ ous research reports on SDT constructs within work organizations have appeared in the recent
332
+ empirical literature. Here we review some of the more important ones. Figure 1 shows these
333
+ core elements of SDT as applied to the work domain, depicting the general SDT model of work
334
+ motivation. This model begins with two primary sets of independent variables: social context
335
+ variables and individual difference variables. The predominant social context variables are the
336
+ organizational supports versus thwarts of employees' basic psychological needs for competence,
337
+ relatedness, and autonomy, and they are viewed as being strongly influenced by managerial styles.
338
+ Supports of the three needs are often used as a composite, although many studies have examined
339
+ just autonomy support. In fact, when there is organizational and managerial support for autonomy,
340
+ supports for and satisfaction of all three of the employees' basic psychological needs at the general
341
+ level are often quite highly correlated, first because authorities who support autonomy generally
342
+ are attuned to and supportive of the other needs, and second because when employees have a sense
343
+ of autonomy they themselves find ways to get the other needs satisfied. Thus, when employees
344
+ experience support for autonomy they typically also feel more connected to the organization, and
345
+ feel more effective, for reasons we review in this article.
346
+
347
+ The most typical individual difference variables used in SDT studies have been the employees'
348
+ general causality orientations (Deci & Ryan 1985b). Underlying the measure are three moti-
349
+ vational orientations that employees can generally experience-an autonomy orientation that is
350
+
351
+
352
+ <figure>
353
+ <figcaption>Figure 1 The basic self-determination theory model in the workplace.</figcaption>
354
+
355
+ Independent
356
+ variables
357
+
358
+ Mediators
359
+
360
+ Dependent
361
+ variables
362
+
363
+ Workplace context
364
+ Need supporting
365
+ Need thwarting
366
+
367
+ Basic
368
+ psychological
369
+ needs
370
+
371
+ Work behaviors
372
+ Performance
373
+ Quality
374
+ Quantity
375
+
376
+ Individual
377
+ differences
378
+ Causality orientations
379
+ Aspirations and goals
380
+
381
+ Satisfied vs.
382
+ frustrated
383
+ Autonomy
384
+ Competence
385
+ Relatedness
386
+
387
+ Motivations
388
+ Autonomous
389
+ Intrinsic
390
+ Internalized
391
+ Controlled
392
+ Introjected
393
+ External
394
+
395
+ Health and wellness
396
+ Well-being, vitality
397
+ Ill-being
398
+
399
+ </figure>
400
+
401
+
402
+ www.annualreviews.org . Self-Determination Theory
403
+ 23
404
+ <!-- PageBreak [6] -->
405
+
406
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org Access provided by University of Rochester Library on 03/27/17. For personal use only.
407
+
408
+ proactive and interested, a controlled orientation that is focused on external contingencies to
409
+ guide behaviors, and an impersonal orientation that lacks intentionality and is concerned with
410
+ avoiding assessments and failures. Each of these can be differentially salient to employees, and
411
+ in some research such orientations have been primed in individuals (e.g., Weinstein et al. 2010).
412
+ Another measure of individual differences in SDT is extrinsic versus intrinsic aspirations or goals
413
+ (e.g., Kasser & Ryan 1996), as is discussed below in the section on Employee Aspirations, have also
414
+ been used in some studies of workplace motivation and satisfaction (e.g., Sheldon & Krieger 2014).
415
+
416
+ Research on this general model, shown schematically in Figure 1, has had two types of mediat-
417
+ ing variables: first, satisfaction of the three basic psychological needs, typically used as a composite
418
+ (Baard et al. 2004), but sometimes analyzed with each need separately (e.g., Richer et al. 2002),
419
+ and second, autonomous and/or controlled motivation (e.g., Fernet et al. 2012a, Williams et al.
420
+ 2014), sometimes supplemented by perceived competence, especially in studies of health behavior
421
+ change among adults (e.g., Williams et al. 2004). Some studies rather than assessing autonomous
422
+ motivation have assessed only its intrinsic motivation component and examined its relation to
423
+ other variables (e.g., Kuvaas 2009, Olafsen et al. 2015). Typically, researchers have used either
424
+ the set of need satisfaction variables or the motivation variables, although a few studies have used
425
+ both, in which case they have tended to predict the motivation variables from the need satis-
426
+ faction variables, typically as mediating variables between independent variables and dependent
427
+ variables (De Cooman et al. 2013). Finally, as noted in the introduction to the article, there have
428
+ tended to be two types of dependent variables: performance variables (e.g., quantity or quality of
429
+ performance or profitability) and well-being/ill-being variables (e.g., job satisfaction, vitality, or
430
+ somatic symptoms). Many studies have selected a subset of variables, such that, for example, what
431
+ are shown in the figure as mediators might be used as independent variables predicting outcomes.
432
+ Other studies have examined the relations of some of the SDT variables to variables from other
433
+ perspectives in the organizational literature. For example, studies have examined transformational
434
+ leadership, which bears some relation to need-supportive management, as that leadership relates
435
+ to basic need satisfaction, autonomous motivation, or both.
436
+
437
+
438
+ ### Research on the Self-Determination Theory Model in Work Organizations
439
+
440
+ In reviewing organizational research guided by SDT, we begin with studies of types of motivation
441
+ (e.g., autonomous and/or controlled) and their consequences, followed by ones that examine need
442
+ satisfaction/frustration variables, and their consequences. We then move on to more complex sets
443
+ of variables that include situational variables such as need supports.
444
+
445
+ Consequences of autonomous motivation. Autonomous motivation is a central SDT variable
446
+ for predicting workplace outcomes. It is comprised of employees' reports of both intrinsic motiva-
447
+ tion and well-internalized extrinsic motivation. The theory assumes that when people can identify
448
+ with the value and importance of their work they will show enhanced qualities of work motivation.
449
+ For example, in a study of more than 500 employees of a college, Fernet et al. (2010) found that
450
+ autonomous work motivation led to less burnout. Richer et al.'s (2002) research on alumni from
451
+ a business school showed that employees' autonomous motivation for their jobs was related to
452
+ more work satisfaction and less emotional exhaustion; in turn, the work satisfaction was related to
453
+ lower turnover intentions, and the emotional exhaustion was related to higher turnover intentions.
454
+ Importantly, the level of turnover intentions predicted subsequent employee departures.
455
+
456
+ Foss et al. (2009) found that intrinsic (i.e., autonomous) motivation was positively predictive
457
+ of knowledge sharing (i.e., performance), whereas external (i.e., controlled) regulation was nega-
458
+ tively predictive of giving knowledge and unrelated to receiving it. Moreover, in other research,
459
+
460
+ Deci . Olafsen . Ryan
461
+ 24
462
+ <!-- PageBreak [7] -->
463
+
464
+ Kuvaas (2009) found that intrinsic motivation for work among public sector employees positively
465
+ predicted their self-reported work performance. Fernet et al. (2012a) examined both autonomous
466
+ and controlled motivation of school principals and found that their autonomous motivation was
467
+ negatively related to work exhaustion but positively related to work commitment, whereas con-
468
+ trolled motivation was positively related to exhaustion.
469
+
470
+ Autonomous motivation has also been examined as a moderator of relations between other
471
+ pairs of variables. For example, Trépanier et al. (2013a) found that employees high in autonomous
472
+ motivation experienced less stress in the presence of high job demands than did those low in
473
+ autonomous motivation. Two studies by Grant et al. (2011) revealed that personal initiative posi-
474
+ tively predicted objective indicators of performance only for those who were high in autonomous
475
+ motivation and low in controlled motivation.
476
+
477
+ A study done in more than three thousand companies in the Netherlands found that indicators
478
+ of job autonomy among employees predicted profitability of the company (Preenen et al. 2016),
479
+ although that main effect was relatively weak. This is to be expected, of course, because numerous
480
+ major factors influence a company's revenue, including changes in relevant national and interna-
481
+ tional markets. Nonetheless, there was also an interesting moderation effect indicating that there
482
+ was a much stronger relation between employees' autonomy indicators and profitability in younger
483
+ companies compared with long-established companies. For the newer companies, vital inputs from
484
+ employees appear to be particularly important for getting established and becoming profitable.
485
+ In sum, these studies and many others have shown that autonomous motivation predicted less
486
+ burnout, work exhaustion, and turnover, as well as greater work satisfaction, work commitment,
487
+ and performance, whereas controlled motivation has tended to show opposite results.
488
+
489
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org
490
+ Access provided by University of Rochester Library on 03/27/17. For personal use only.
491
+
492
+ Consequences of need satisfaction. The SDT variables, other than autonomous and controlled
493
+ motivation, that are most often used as predictors of work outcomes are satisfaction and frustration
494
+ of the basic psychological needs for competence, autonomy, and relatedness. Research with these
495
+ variables found that satisfaction of the three needs led to less exhaustion (Van den Broeck et al.
496
+ 2008) and less organizational deviance on the part of employees (Lian et al. 2012). In their research
497
+ on workaholism, Andreassen et al. (2010) found that satisfaction of employees' basic psychological
498
+ needs on the job led to greater enjoyment of their work and to their being less driven-that is,
499
+ less compelled-by internal and external controls. One of the relatively few workplace studies that
500
+ examined both basic need satisfaction and autonomous motivation indicated that, as predicted by
501
+ SDT, employees who felt greater need satisfaction on the job also displayed greater autonomous
502
+ motivation and effort expenditures (De Cooman et al. 2013). Finally, a meta-analysis of 119 distinct
503
+ samples showed that each of the three basic need satisfactions predicted independent variance in
504
+ intrinsic motivation and well-being, although it indicated that the need satisfactions were less
505
+ effective in predicting negative outcomes than positive ones, leading the researchers to suggest
506
+ using need frustration as well as need satisfaction as a predictor (Van den Broeck 2016).
507
+
508
+ Gillet et al. (2012) did study both satisfaction and frustration of the basic psychological needs
509
+ of organizational employees, revealing that satisfaction of the three needs yielded greater hedonic
510
+ and eudaimonic well-being, whereas frustration of the three needs led to lower levels of each type
511
+ of well-being. A large study of Flemish employees showed further that frustration of the basic
512
+ needs predicted poorer work-related well-being, as indexed by greater exhaustion (Vander Elst
513
+ et al. 2012).
514
+
515
+ With the various studies confirming that either autonomous motivation or basic psychological
516
+ need satisfaction was a reliable predictor of positive work-related outcomes, it became essential to
517
+ explore the antecedents of these types of motivational experiences to understand how to promote
518
+ wellness and high-quality performance in organizations.
519
+
520
+ www.annualreviews.org . Self-Determination Theory
521
+ 25
522
+ <!-- PageBreak [8] -->
523
+
524
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org Access provided by University of Rochester Library on 03/27/17. For personal use only.
525
+
526
+ Work contexts, motivations, needs, and outcomes. In many of the studies on situational fac-
527
+ tors in workplaces that might affect motivation variables, the focus has been on the atmosphere
528
+ of work groups assessed by employees' perceptions of their managers being autonomy support-
529
+ ive or need supportive. These variables comprise such managerial behaviors as acknowledging
530
+ the employees' perspectives, offering choices, providing meaningful feedback, encouraging initi-
531
+ ation, making assignments optimally challenging, and giving a rationale when requesting that an
532
+ employee do a particular task.
533
+
534
+ One study of the work experiences of police officers (Otis & Pelletier 2005) indicated that
535
+ when the officers perceived their supervisors to be high in autonomy support, the officers were
536
+ more autonomously motivated for work. They also reported stronger intentions not to leave
537
+ their jobs, fewer hassles during their workdays, and fewer physical symptoms. Moreau & Mageau
538
+ (2012) investigated health professionals and found that when the professionals received autonomy
539
+ support from their supervisors, they reported more work satisfaction and better psychological
540
+ health, but the researchers also found that autonomy support from their healthcare-professional
541
+ colleagues added to the positive outcomes. Studies of teachers from China (Nie et al. 2015) and
542
+ Gambia (Levesque et al. 2004) showed that when teachers perceived their supervisors to be more
543
+ supportive of their basic needs, the teachers reported higher levels of autonomous motivation and
544
+ were more satisfied with their jobs and their lives. In contrast, when teachers in Canada (Fernet
545
+ et al. 2012b) felt coerced and controlled by their supervisors, they had lower levels of autonomous
546
+ motivation and displayed more symptoms of burnout.
547
+
548
+ In conducting research on hotel employees, Hon (2012) found that when managers were
549
+ empowering (i.e., supportive of autonomy) and coworkers were supportive of relatedness, the em-
550
+ ployees were more autonomously motivated and more creative in their work, but if the managers
551
+ were pressuring and coercive, the employees were less motivated and creative. In Norway, re-
552
+ search on employees showed that managers' support for the employees' basic psychological needs
553
+ prompted more autonomous motivation among the employees as well as fewer psychosomatic
554
+ symptoms and less emotional exhaustion, turnover intentions, and absenteeism (Williams et al.
555
+ 2014).
556
+
557
+ During a period when a Canadian telecommunications company was undergoing a substantial
558
+ change, investigators assessed the degree to which managers were autonomy supportive at two
559
+ points in time (just as the change was beginning and 13 months later). Autonomy support was
560
+ indicated by employees' perceiving that the managers acknowledge the employees' perspectives,
561
+ offer choices, and provide rationales when asking the employees to do various behaviors. As well,
562
+ these employees reported their attitudes toward the change at the same two points in time. Results
563
+ of the research indicated that the more the managers were perceived to be autonomy supportive
564
+ at Time 1, the more accepting their employees became of the changes over the 13-month period
565
+ (Gagné et al. 2000).
566
+
567
+ Baard et al. (2004) explored motivational dynamics in employees of two banking companies in
568
+ the New York area. They assessed the degree to which the employees experienced their super-
569
+ visors to be autonomy supportive and found that those who viewed their managers as higher on
570
+ autonomy support experienced greater satisfaction of their competence, autonomy, and related-
571
+ ness needs. Furthermore, they also assessed the level of the employees' individual differences in
572
+ the autonomous causality orientation and found that being high on the global level of autonomy
573
+ contributed significant additional variance to the bankers' basic need satisfaction, although auto-
574
+ nomy support from the managers explained considerably more variance in need satisfaction than
575
+ did the employees' autonomous orientation. In turn, employees' basic need satisfaction predicted
576
+ their performance as assessed with the standard performance evaluations in the companies, and
577
+
578
+ Deci . Olafsen . Ryan
579
+ 26
580
+ <!-- PageBreak [9] -->
581
+
582
+ also predicted greater well-being of those employees. In short, psychological need satisfaction
583
+ predicted both of the important categories of work outcomes-wellness and productivity-and
584
+ managers' autonomy support was the major contributor to employees' need satisfaction.
585
+
586
+ Liu et al.'s (2011) research on an American manufacturing company found somewhat similar
587
+ results to those of Baard et al. (2004) for bankers. Liu et al. found support for their hypotheses
588
+ that autonomy support from both managers and peers, as well as employees' autonomous causal-
589
+ ity orientation, would lead to more work engagement and less voluntary withdrawing from the
590
+ company. On the other side of the coin, in an investigation of nurses, Trépanier et al. (2013b)
591
+ found that need-thwarting behaviors such as bullying on the job led to less work engagement and
592
+ more work burnout as mediated by frustration of the basic psychological needs.
593
+
594
+ Together the primary findings of these studies indicate that autonomy support from man-
595
+ agers in a variety of work settings enhanced both satisfaction of the basic psychological needs and
596
+ autonomous motivation, and in turn yielded a range of positive work outcomes, including greater
597
+ engagement; enhanced work performance; higher psychological well-being; and lesser amounts
598
+ of exhaustion, ill-being, and turnover. Additionally, the individual difference of the autonomous
599
+ causality orientation explained additional variance in work outcomes from that explained by man-
600
+ agers' autonomy support. In addition, less autonomy support and more need thwarting from
601
+ abusive manager behaviors related to a variety of negative consequences.
602
+
603
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org
604
+ Access provided by University of Rochester Library on 03/27/17. For personal use only.
605
+
606
+ Employee aspirations. In addition to general causality orientations, which are the primary indi-
607
+ vidual differences in SDT, life goals or aspirations are also used as general individual differences
608
+ for predicting outcomes in various domains (Ryan et al. 1996). SDT most often considers seven
609
+ aspirations that people may be pursuing as important over their lifetimes: financial wealth, recog-
610
+ nition or fame, attractive image, personal development, meaningful relationships, community
611
+ contributions, and physical fitness. Empirically, these aspirations load on two factors referred to
612
+ as extrinsic aspirations (the first three goals) and intrinsic aspirations (the last four). Research has
613
+ also shown that when people place relatively strong importance on the extrinsic aspirations, and
614
+ also when they attain the extrinsic aspirations they desire, they tend to show signs of psychological
615
+ ill-being, such as depression, anxiety, and low self-esteem, whereas when they pursue and attain
616
+ intrinsic aspirations, they tend to show indications of psychological well-being, such as high self-
617
+ actualization and self-esteem (Kasser & Ryan 1996). Subsequent research (Sheldon et al. 2004)
618
+ found that the prediction of well-being from intrinsic versus extrinsic aspirations was independent
619
+ of its prediction by autonomous versus controlled motivation, even though intrinsic aspiration and
620
+ autonomous motivation tend to be correlated, and extrinsic aspiration and controlled motivation
621
+ also tend to be correlated.
622
+
623
+ A few studies have examined the value workers place on these goals in their workplaces, exam-
624
+ ining the relations of the valued goals to various workplace outcomes. In multiple Belgian studies,
625
+ researchers explored these goals, which they referred to as work values, to enhance our under-
626
+ standing of the role played by people's personal goals on their work outcomes. In two studies with
627
+ many hundreds of employee participants, Vansteenkiste et al. (2007) found that the participants
628
+ who held stronger extrinsic goals relative to intrinsic goals were less satisfied with their jobs and
629
+ their lives. In a follow up study, the same researchers found the additional displeasing outcomes
630
+ of emotional exhaustion, higher turnover intentions, and more work-family conflict among those
631
+ employees who were relatively higher on extrinsic than intrinsic work values. Subsequently, Van
632
+ den Broeck et al. (2010) found that those with more intrinsic work goals were more flexible in
633
+ their work than those with extrinsic goals, and Van den Broeck et al. (2011) found that individuals
634
+ with relatively high intrinsic work aspirations who engaged in learning opportunities were less
635
+
636
+ www.annualreviews.org . Self-Determination Theory
637
+ 27
638
+ <!-- PageBreak [10] -->
639
+
640
+ <!-- pages 11-20 -->
641
+
642
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org Access provided by University of Rochester Library on 03/27/17. For personal use only.
643
+
644
+ emotionally exhausted than those with relatively higher extrinsic aspirations. Additionally, in a
645
+ New Zealand study, Roche & Haar (2013) found that employees higher in intrinsic goals en-
646
+ gaged in more organizational citizenship behaviors, and Schreurs et al. (2014) found that when
647
+ employees found their workplace to be supportive of more intrinsic work values the employees
648
+ experienced more basic psychological need satisfaction and were more engaged in their work. In
649
+ sum, it is clear from these various studies that when employees hold intrinsic work values and
650
+ goals more strongly they will be more effective employees and when the workgroup supports the
651
+ intrinsic values and goals, there will be further advantages.
652
+
653
+ Another study, which was focused specifically on the aspiration for money (Landry et al. 2016),
654
+ found that the outcomes associated with aspiring to accumulate money depended on one's mo-
655
+ tive for doing so. More specifically, if people's motives for pursuing wealth were more integrated
656
+ and thus were more need-satisfying and less need-frustrating, the aspiration was positively associ-
657
+ ated with well-being and negatively with ill-being. However, if the motives were less integrated and
658
+ thus were less need-satisfying and more need-frustrating, the aspiration was positively associated
659
+ with ill-being and negatively associated with well-being.
660
+
661
+ Sheldon & Krieger (2014) identified large samples of private-firm lawyers who had high-
662
+ paying jobs within money-focused firms (e.g., doing securities-related work) and public-service
663
+ lawyers who had jobs focused on serving the public (e.g., doing sustainability-related work for
664
+ nonprofit organizations). As one would expect, those lawyers in the money-focused jobs had
665
+ greater extrinsic aspirations relative to the public service group. They also had much larger annual
666
+ incomes, suggesting they were getting what they valued. Nonetheless this money-focused group
667
+ reported greater negative affect, lower well-being, and more alcohol consumption compared to
668
+ a group of public service attorneys. Here, evidence shows that even a successful focus on the
669
+ attainment of extrinsic goals does not reliably yield more happiness or well-being.
670
+
671
+ Needs across cultures. One of the criticisms of SDT has been that it is a Western theory
672
+ because it emphasizes autonomy, which cultural relativists claim is pertinent to individualistic
673
+ cultures but not to collectivistic cultures such as those in East Asia (e.g., Markus & Kitayama 1991).
674
+ However, that criticism was based more on a definition of autonomy as independence, detachment,
675
+ and individualism than on autonomy as volition, choice, and concurrence. Accordingly, Chirkov
676
+ et al.'s (2003) research in South Korea, Russia, Turkey, and the United States indicated that in all
677
+ of the cultures, when people were more autonomous (i.e., volitional) in enacting behaviors-both
678
+ behaviors consistent with the values of their own cultures and behaviors consistent with the values
679
+ of other cultures-the individuals were psychologically healthier, indicating that satisfaction of the
680
+ autonomy need is necessary for greater personal well-being, even in cultures for which collectivism
681
+ is a central value.
682
+
683
+ In the domain of work, research has also confirmed that autonomy is important for positive
684
+ work outcomes in nonindividualistic cultures. Deci et al. (2001) examined the basic psychological
685
+ needs of employees in both Bulgarian and American companies. At the time Bulgaria was mov-
686
+ ing only very slowly from a central-planning economy with the large companies still owned by
687
+ the government toward a somewhat more capitalist economy; as such, the economic system and
688
+ the culture were still very different from those in the United States. The investigators assessed
689
+ employees' perceptions of the managers' autonomy supportiveness in several national companies,
690
+ as well as the employees' experiences of need satisfaction, engagement, and well-being at work.
691
+ Comparable data were obtained from the American employees. Results indicated that, in both
692
+ cultures, managers' autonomy support predicted satisfaction of the employees' autonomy, com-
693
+ petence, and relatedness needs, which in turn predicted their work engagement and well-being.
694
+
695
+ Deci . Olafsen . Ryan
696
+ 28
697
+ <!-- PageBreak [1] -->
698
+
699
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org
700
+
701
+ Access provided by University of Rochester Library on 03/27/17. For personal use only.
702
+
703
+ Clearly, employees' autonomy was important not only within America's capitalist economy but
704
+ also in the more socialist economy of an emerging Bulgaria.
705
+
706
+ Studies of organizations in varied nations and economies from Europe to Asia (e.g., Nie et al.
707
+ 2015, Van den Broeck et al. 2010) have fruitfully applied SDT to an understanding of employee
708
+ engagement and well-being. These studies have made clear that, across cultures and industries,
709
+ it is important to differentiate types of motivation into autonomous and controlled motivations,
710
+ and sometimes into their subtypes, and also to attend to the degree to which the basic psycho-
711
+ logical needs for autonomy, competence, and relatedness are satisfied versus frustrated, to predict
712
+ important workplace outcomes. Simply stated, managers' supports for the basic psychological
713
+ needs as well as both the basic need satisfactions and autonomous motivation of employees ap-
714
+ pear to have universal importance for achieving the desired work outcomes related to effective
715
+ performance and employees' wellness. We now turn to studies that have examined interventions
716
+ done in work organizations focused on the same types of variables used in field studies thus far
717
+ reviewed.
718
+
719
+
720
+ # Intervention Studies
721
+
722
+ In the first of the SDT intervention studies in work organizations, Deci et al. (1989) performed
723
+ an intervention in a Fortune 500 Company that was going through a difficult competitive period
724
+ causing a significant decrease in profitability. The company was interested in improving its orga-
725
+ nization's interpersonal context throughout, and the researchers worked in one national division
726
+ with branches around the country. Each branch had a manager, with approximately 8 to 10 middle
727
+ managers who supervised teams of 15 to 18 employees. The core of the intervention was to train
728
+ managers in the branches to be more autonomy supportive. The primary concepts that guided
729
+ the intervention were ones that had been shown to promote autonomous motivation, basic need
730
+ satisfaction, and positive work outcomes. The first was taking the employees' perspective, which
731
+ involves really listening to and understanding their ideas, asking for their viewpoints, thinking
732
+ about how you might understand the situation if you were in their position, and allowing them to
733
+ express their emotions in difficult situations. The second concept was to facilitate the employees'
734
+ taking more initiative by allowing more group participation in decision making, and encouraging
735
+ individuals to make choices about how to do aspects of their own jobs. The third concept was
736
+ providing informational feedback rather than controlling and demeaning feedback. It was clear
737
+ from the change agent's interviews and observations that there was more negative feedback than
738
+ positive feedback being given in the organization, and that the negative feedback was quite amoti-
739
+ vating. So, managers learned to give more positive feedback that was specific to the behaviors their
740
+ peers and employees had done well and that was not formulated in terms of the recipients' worth
741
+ as individuals. They also learned to formulate "negative feedback" in terms of a problem to be
742
+ solved and one that the employees could be actively engaged in solving. The intervention included
743
+ a total of three days offsite with the managerial team in each branch, and one team meeting that
744
+ each manager held with his or her team that the change agent observed and discussed with the
745
+ manager afterward. At all times, the change agent was modeling autonomy support.
746
+
747
+ Managerial autonomy support, as well as employees' attitudes and satisfactions, were assessed
748
+ before and after the intervention in the experimental group and at the same times in the control
749
+ group. Analyses revealed that the managers became more autonomy supportive as a result of the
750
+ intervention and that this positive effect radiated to their employees who reported greater job
751
+ satisfaction and expressed greater trust in the top corporate management. It is very interesting
752
+ to find that when an employees' immediate manager became more autonomy supportive, the
753
+ employees developed more positive and trusting attitudes toward the top management who would
754
+
755
+ www.annualreviews.org . Self-Determination Theory
756
+ 29
757
+ <!-- PageBreak [2] -->
758
+
759
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org Access provided by University of Rochester Library on 03/27/17. For personal use only.
760
+
761
+ have been many levels above these employees in the organizational hierarchy and with whom
762
+ these employees would not have had any contact.
763
+
764
+ Forest et al. (2014) reexamined this Deci et al. (1989) intervention to do an economic utility
765
+ analysis. They calculated its cost to the organization in current dollars and then the mental health
766
+ savings likely to accrue to the organization. Through this analysis, Forest et al. concluded that the
767
+ return on investment for the organization from such an intervention, which yielded a meaningful
768
+ impact on autonomy support and autonomous motivation, would be more than 3 to 1.
769
+
770
+ In another intervention study within a Fortune 500 company, Hardré & Reeve (2009) randomly
771
+ assigned managers to either a training-intervention group or a nonintervention group. Those in
772
+ the experimental group were trained in the principles of SDT and in how to put them into
773
+ practice in a corporate organization, whereas those in the control group received no training.
774
+ Before the intervention, and then again five weeks after, the autonomy support of managers
775
+ from both groups was assessed by having them write a story about a problem they had recently
776
+ encountered with employees and about how they handled the situation. Trained research-team
777
+ members then rated the stories for the degree of autonomy support displayed by the managers.
778
+ As in the Deci et al. (1989) study, the trained managers evidenced more autonomy support at the
779
+ post-training assessment than did the nontrained managers. Importantly, at the five-week follow-
780
+ up, the employees of the trained managers were more autonomously motivated and more engaged
781
+ in their work than the employees of the managers who did not receive the training. Together,
782
+ these two intervention studies indicate that it is possible to train managers to be more autonomy
783
+ supportive and that when successfully done, one can expect the training not only to affect the
784
+ managers' behaviors but also to have a positive impact on the motivation, behavior, and affective
785
+ experiences of their employees.
786
+
787
+ Lynch et al. (2005) researched an intervention with employees of a residential psychiatric
788
+ hospital for youth. Employees in such settings often feel unsafe because the youth do not regulate
789
+ their emotions effectively, leading the workers to have low job satisfaction, motivation, and well-
790
+ being and to aggressively restrain the youth, which can do physical harm to both staff and patients.
791
+ The investigators in this study worked with the top management of the facility, who developed
792
+ an intervention focused on making this workplace more supportive of the needs for competence,
793
+ autonomy, and relatedness for the employees as well as the patients. They began by involving
794
+ the staff in very active discussions with regard to this major change, which was intended in part
795
+ to leave the staff feeling greater need satisfaction and commitment to treatments that are more
796
+ positively oriented and more effective. One of the aims was to use less physical restraints as part
797
+ of the treatment and more generally to make treatment more need satisfying for the youth as well
798
+ as making work more need satisfying for the staff. By beginning with staff need support through
799
+ involvement with the planning, the change agents were attempting to facilitate internalization of
800
+ the value and regulation of a more need-supportive and less restrictive treatment approach, thus
801
+ feeling more ownership over the new methods being employed.
802
+
803
+ Results of an evaluation study indeed showed that, as staff experienced more satisfaction for
804
+ their basic needs, they more fully internalized the regulation of changes and thus were more
805
+ autonomous in carrying out this new treatment approach. The staff also reported more job sat-
806
+ isfaction and greater well-being at work. Perhaps the most gratifying finding was that, as the
807
+ staff became less restrictive, the patients experienced more satisfaction of their basic psychological
808
+ needs, which manifest as more autonomous motivation for their own treatment. This study thus
809
+ adds an important supplement to the studies done in Fortune 500 companies because it testifies to
810
+ the generalizability of these effective approaches to intervening in work organizations to promote
811
+ more need satisfaction of employees and, perhaps, their clientele.
812
+
813
+ Deci . Olafsen . Ryan
814
+ 30
815
+ <!-- PageBreak [3] -->
816
+
817
+
818
+ ## Characteristics of Jobs
819
+
820
+ Although SDT has not devoted a great deal of attention to specific characteristics of jobs or tasks,
821
+ the concept of managerial need support includes several concepts that are often addressed in the
822
+ job design or job characteristics literature as aspects of employees' jobs. Early work by Hackman &
823
+ Oldham (1980) emphasized autonomy and task identity as important aspects of jobs that promote
824
+ high performance, whereas we view them as supports for the autonomy need provided by managers'
825
+ orientations and behaviors. Similarly, we view feedback as a support for the competence need and
826
+ task significance as a support for both the autonomy and relatedness needs. In line with this view,
827
+ several studies have shown that facilitative job characteristics promoted basic need satisfaction,
828
+ autonomous motivation, and positive work outcomes, including job satisfaction and performance
829
+ (e.g., Gagné et al. 1997, Millette & Gagné 2008).
830
+
831
+ More recent work by Morgeson and colleagues (e.g., Morgeson & Campion 2003, Morgeson
832
+ & Humphrey 2006) has expanded the list of job characteristics and introduced social aspects of
833
+ jobs as well as the specific task characteristics. They have also found that various job charac-
834
+ teristics relate to satisfaction of one or more of SDT's basic psychological needs for autonomy,
835
+ competence, and relatedness (Humphrey et al. 2007). Work by Grant (2007) and Parker (2014)
836
+ has further focused on the importance of relatedness in the workplace, with Grant emphasizing
837
+ the importance of having jobs in which the employees understand how their work benefits others
838
+ and Parker focusing more on the employee outcomes of learning and development, health and
839
+ well-being, and flexibility, all of which have been found to result when employees are more au-
840
+ tonomously motivated and experience greater satisfaction of the needs for competence, autonomy,
841
+ and relatedness (e.g., Baard et al. 2004).
842
+
843
+
844
+ ## Leadership in the Workplace
845
+
846
+ During the past quarter of the twentieth century leadership scholars introduced and advocated a
847
+ type of leadership that focused on charismatic individuals leading through inspiring, encouraging,
848
+ stimulating, and empowering (Avolio & Bass 1995, Bass 1985, Bass & Avolio 1995, Burns 1978).
849
+ Referred to as transformational leadership, such leaders would set an example of being engaged
850
+ with work and of solving problems with enthusiasm and open mindedness. A transformational
851
+ leader would have transformative ideas that rise above what others are thinking, along with the
852
+ enthusiasm to communicate the ideas and to support employees in ways that will vitalize them and
853
+ instill a sense of meaning associated with the transformative ideas. This is done through individ-
854
+ ualized consideration, which from an SDT perspective is likely to support the basic psychological
855
+ needs for competence, autonomy, and relatedness. For the leader to support these needs, through
856
+ acknowledging the employees' perspectives in their discussions, offering choice about how to en-
857
+ act the ideas, and refraining from pressuring behaviors and language, the leaders will be more
858
+ successful in facilitating the employees' autonomous motivation.
859
+
860
+ In contrast to transformational leadership is transactional leadership, which is a more con-
861
+ ventional approach that includes using contingent rewards, emphasizing norms, and monitoring
862
+ employees' behaviors. Recent research has shown that perceived transformational leadership does
863
+ promote employees' basic need satisfaction (e.g., Hetland et al. 2011) and autonomous work mo-
864
+ tivation (Conchie 2013, Graves et al. 2013, Wang & Gagné 2013). Furthermore, research has
865
+ shown that the relations of transformational leadership to work engagement, commitment, and
866
+ job satisfaction is mediated by satisfaction of basic needs (Gözükara & Simsek 2015, Kovjanic
867
+ et al. 2012). Moreover, Bono & Judge (2003) found that when leaders were more transformational
868
+ their employees were more committed to the organization, tended to adopt more autonomous
869
+
870
+ www.annualreviews.org . Self-Determination Theory 31
871
+
872
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org
873
+ Access provided by University of Rochester Library on 03/27/17. For personal use only.
874
+
875
+ <!-- PageBreak [4] -->
876
+
877
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org Access provided by University of Rochester Library on 03/27/17. For personal use only.
878
+
879
+ work goals, and displayed higher job satisfaction. Transactional leadership, however, had nega-
880
+ tive relations to basic need satisfaction (e.g., Hetland et al. 2011) thus prompting less effective
881
+ motivational processes and outcomes. Other research has shown that the transformational leaders
882
+ themselves require basic need satisfaction, such that those leaders who are getting their own needs
883
+ satisfied are more likely to be transformational in their approach (Trépanier et al. 2012).
884
+
885
+
886
+ ## The Role of Pay in the Workplace
887
+
888
+ There is little doubt that most people would not continue to do their jobs if their pay were to
889
+ stop. That is, relatively few people find their jobs interesting and important enough that they
890
+ would continue on if they were unpaid. Accordingly, it is essential that rewards or incentives be
891
+ considered when thinking about motivation in the workplace.
892
+
893
+ Perhaps the most controversial sets of findings within the umbrella of SDT is directly related to
894
+ pay-namely, the findings concerning reward effects on intrinsic motivation and related concepts.
895
+ A few psychologists have argued that the laboratory research examining reward effects on intrinsic
896
+ motivation is not valid (Eisenberger & Cameron 1996), an argument that has been shown to be
897
+ incorrect by the definitive meta-analysis by Deci et al. (1999) of 128 reward-effects experiments.
898
+ A few other psychologists have argued that the rewards research is not relevant to the workplace
899
+ (Gerhart & Fang 2015), which is a conclusion that misinterprets aspects of SDT and misses some of
900
+ the main points of the reward research itself. So we now turn to a discussion of that reward-effects
901
+ research before moving on to a consideration of pay studies in work organizations.
902
+
903
+ The first studies of reward effects on intrinsic motivation for an activity revealed that tangible
904
+ rewards undermined intrinsic motivation for the activity, whereas positive feedback (referred to by
905
+ some as verbal rewards) enhanced intrinsic motivation (Deci 1971). Furthermore, if the tangible
906
+ rewards were not contingent on actually doing the task they were not undermining of intrinsic
907
+ motivation (Deci 1972). We interpreted this set of findings in terms of whether the functional
908
+ significance of the rewards was informational or controlling (Deci & Ryan 1980). When the inter-
909
+ pretation of rewards is informational they convey positive competence information thus satisfying
910
+ the recipient's basic psychological need for competence and enhancing intrinsic motivation. Pos-
911
+ itive feedback on average has this functional significance. In contrast, when the interpretation of
912
+ rewards is controlling, people feel pressured to think, feel, or behave in particular ways, so the
913
+ rewards frustrate people's basic need for autonomy, thus undermining intrinsic motivation. Often
914
+ tangible rewards have this functional significance (Deci et al. 1999), although when they are not
915
+ contingent on doing the task they are neither informational nor controlling so they tend not to
916
+ affect intrinsic motivation.
917
+
918
+ Contingent rewards have been differentiated into three types: engagement-contingent, which
919
+ means receiving rewards simply for working on the task; completion-contingent, which means
920
+ receiving rewards for each task trial completed; and performance-contingent, which means re-
921
+ ceiving rewards for meeting some standard of excellence on the task. All three types of tangible
922
+ rewards have been shown on average to significantly decrease intrinsic motivation, although the
923
+ performance-contingent rewards have had a somewhat smaller negative effect than the other two
924
+ contingencies. The performance-contingent rewards were somewhat controlling because partic-
925
+ ipants had to do very well to get the rewards, and they were somewhat informational because
926
+ getting the rewards confirmed the recipients' competence. The meta-analysis showed that, on
927
+ average, the controlling aspect was stronger, so that, although the informational functional sig-
928
+ nificance offset some of the controlling functional significance of the rewards, the controlling
929
+ aspect was still strong enough to significantly decrease intrinsic motivation. An additional study
930
+ made clear that rewards are most likely to undermine intrinsic motivation when the rewards were
931
+
932
+ Deci . Olafsen . Ryan
933
+ 32
934
+ <!-- PageBreak [5] -->
935
+
936
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org
937
+ Access provided by University of Rochester Library on 03/27/17. For personal use only.
938
+
939
+ not only contingent-whether engagement-, completion-, or performance-contingent-but were
940
+ also salient (Ross 1975).
941
+
942
+ As we have said, even though in general people "like" getting rewards, on average the rewards
943
+ yield these negative effects on intrinsic motivation because, when rewards are made contingent,
944
+ it becomes salient that the experimenter is controlling the rewardees' behavior. In a company
945
+ setting, it is typically the supervisor who is experienced by subordinates as doing the controlling.
946
+ Using controlling rewards in a workplace may not only diminish employees' autonomy; it can
947
+ also lead them to focus on aspects of their jobs to which the rewards are most clearly linked and
948
+ to give less attention to aspects of the jobs that are not incentivized (e.g., knowledge sharing,
949
+ team contributions, organizational citizenship behaviors) but that are nonetheless valuable to the
950
+ organizations. In contexts where some behaviors are experienced as being contingently rewarded,
951
+ others are thereby implicitly experienced as not being important because there is no reward focused
952
+ on them, thus leading to employees disengaging from the aspects of work they see as devalued.
953
+
954
+ That such collateral damage occurs was documented by Gubler et al. (2016) in a recent study of
955
+ an intervention that used monetary awards to improve attendance in industrial laundry plants. The
956
+ researchers found that, although the awards had a positive effect on the attendance of employees
957
+ who had had a poor record, it also prompted strategic gaming of the system. Furthermore, the
958
+ award-changed behaviors that were observed in eligible employees were not maintained over time.
959
+ Also and notably, the awards undermined the internal motivation of employees who, prior to the
960
+ awards program, had had excellent attendance, leading them to exhibit poorer attendance than
961
+ they had previously shown. Finally, the award effect spilled over to other tasks in the plants, with
962
+ employees reporting decreased motivation for tasks that had not been awarded. Seen here is evi-
963
+ dence that incentives can affect employees' autonomy and responsibility, sometimes in unintended
964
+ negative ways.
965
+
966
+ Reward contingencies and types of pay. Pay-for-performance (PFP), which is often advocated
967
+ for work organizations, would be closely related to both the completion-contingent rewards (e.g.,
968
+ sales commissions and piece-rate payments) and performance-contingent rewards (e.g., higher
969
+ pay and larger bonuses for meeting performance standards), whereas hourly pay would most
970
+ closely compare to engagement-contingent rewards, and salaries would relate to noncontingent
971
+ rewards, although higher-level executives are likely to have some PFP as well as their salaries.
972
+ The vigorous controversy surrounding rewards in the workplace is focused primarily on PFP,
973
+ which, many researchers have argued, will motivate employees to perform better (e.g., Komaki
974
+ et al. 1978). We now examine the relations of intrinsic motivation and extrinsic incentives to
975
+ performance.
976
+
977
+ Considering the relations of motivations to performance. From an SDT perspective, there
978
+ are several important factors that must be considered to make a meaningful evaluation of ap-
979
+ proaches to compensation (e.g., PFP). First, it is important to differentiate types of performance
980
+ that one might use as the dependent variables in evaluating the effects on performance of incen-
981
+ tives, pay, and intrinsic and extrinsic motivation. Nearly 40 years ago, McGraw (1978) noted the
982
+ difference between algorithmic and heuristic tasks and reviewed evidence showing that rewards
983
+ tended to enhance performance on algorithmic tasks and diminish performance on heuristic tasks
984
+ (see, also, Deci & Ryan 1985a). More recently, a meta-analytic study by Cerasoli et al. (2014) em-
985
+ phasized the importance of distinguishing between quantity and quality of performance, whereas
986
+ Weibel et al. (2010) distinguished between performance on simple tasks and complex tasks. Al-
987
+ gorithmic tasks are relatively simple whereas heuristic ones are more complex, and the focus of
988
+ algorithmic tasks tends to be on quantity whereas the focus of heuristic tasks is often on quality.
989
+
990
+ www.annualreviews.org . Self-Determination Theory
991
+ 33
992
+ <!-- PageBreak [6] -->
993
+
994
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org Access provided by University of Rochester Library on 03/27/17. For personal use only.
995
+
996
+ Thus, these three distinctions are reasonably well aligned. In short, performance is a broad con-
997
+ cept, and it is important to understand that there are different types of tasks and, accordingly,
998
+ different types of performance. We use the quantity-quality distinction to encompass the three
999
+ distinctions just presented.
1000
+
1001
+ Second, just as it is imperative to consider reward or incentive contingencies when exam-
1002
+ ining reward effects on intrinsic motivation, it is similarly so when considering reward effects
1003
+ on performance. As with Cerasoli et al. (2014), we use the distinction of directly and indirectly
1004
+ performance-salient incentives because completion-contingent and performance-contingent re-
1005
+ wards are both directly performance salient.
1006
+
1007
+ Third, as we argued in the Introduction, considering the effects of pay or rewards on psy-
1008
+ chological health and well-being, in addition to their effects on performance, is essential for any
1009
+ meaningful evaluation of compensation approaches.
1010
+
1011
+ Having specified these three considerations, we now discuss the effects of both intrinsic moti-
1012
+ vation and extrinsic incentives on the quantity and quality of performance. Earlier in this article
1013
+ we made clear that PFP (i.e., completion-contingent and performance-contingent rewards) does,
1014
+ on average, reliably undermine intrinsic motivation (see, also, Deci et al. 1999). The most perti-
1015
+ nent questions then concern the relations of both intrinsic motivation and extrinsic incentives to
1016
+ high-quality performance and wellness.
1017
+
1018
+ A performance meta-analysis. Cerasoli et al. (2014) performed a meta-analysis with a total
1019
+ of 183 effects that examined relations from both intrinsic motivation and extrinsic incentives to
1020
+ performance and examined the important moderators of types of performance (i.e., quantity and
1021
+ quality) and types of incentive contingencies (i.e., directly and indirectly performance salient).
1022
+ Some of the studies were in the workplace, some in physical activity settings, some in schools, and
1023
+ some in psychology laboratories.
1024
+
1025
+ The first important finding in the meta-analysis by Cerasoli et al. (2014) showed that intrinsic
1026
+ motivation had a moderate to strong relation to performance across all studies and all types of
1027
+ performance, whether or not incentives were also being used. Accordingly, this indicates that
1028
+ intrinsic motivation is extremely important for the workplace. Furthermore, in line with the un-
1029
+ dermining effect of rewards on intrinsic motivation, Cerasoli et al. found that intrinsic motivation
1030
+ had a weaker effect on performance when incentives were directly salient, and a stronger relation
1031
+ to performance when the incentives were not directly salient.
1032
+
1033
+ In more nuanced analyses, Cerasoli et al. (2014) found that intrinsic motivation was a stronger
1034
+ predictor of performance quality, whereas extrinsic incentives were a stronger predictor of perfor-
1035
+ mance quantity. In a similar vein, Weibel et al. (2010) in their meta-analysis found that extrinsic
1036
+ incentives led to better performance on simple tasks but to poorer performance on more complex
1037
+ tasks. In short, PFP appears to be effective for motivating performance as quantity of simple,
1038
+ algorithmic tasks, but not performance as quality of complex heuristic tasks. Furthermore, PFP
1039
+ seems to interfere with the relation of intrinsic motivation to high-quality performance.
1040
+
1041
+ Finally, Cerasoli et al. (2014) did not report research relating intrinsic motivation and extrinsic
1042
+ incentives to well-being or ill-being, and there has been relatively little research relating PFP
1043
+ to indicators of well-being or ill-being. In contrast, substantial research has shown consistently
1044
+ across life's domains that autonomous motivation, consisting of intrinsic motivation and fully
1045
+ internalized extrinsic motivation, is related strongly positively to human wellness (see, e.g., Ryan &
1046
+ Deci 2017 for a review in multiple domains). There has been somewhat less research on controlled
1047
+ motivation and wellness, but still clear relations have been found between controlled motivation
1048
+ and ill-being. In so far as controlled motivation is prompted by PFP, which is implied by the
1049
+ undermining effect and was shown to be true by Kuvaas et al. (2016) in a work organization, this
1050
+
1051
+ Deci . Olafsen . Ryan
1052
+ 34
1053
+ <!-- PageBreak [7] -->
1054
+
1055
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org
1056
+
1057
+ Access provided by University of Rochester Library on 03/27/17. For personal use only.
1058
+
1059
+ would suggest that PFP might be related to less wellness, although further research is needed to
1060
+ draw conclusions on this. Still, without meaningful evidence on the relation of PFP to well-being,
1061
+ or at least to basic psychological need satisfaction, which is invariantly related to well-being, it
1062
+ would be inappropriate to argue for PFP as an effective compensation system, even though it has
1063
+ been found to relate positively to quantity of performance.
1064
+
1065
+ Research on pay in work organizations. Because the relations between rewards and intrinsic
1066
+ motivation had been examined primarily in laboratory experiments, Olafsen et al. (2015) conducted
1067
+ a study of Norwegian bankers to examine the relation of amount of pay to intrinsic motivation
1068
+ in an ongoing work organization. Also, because SDT research has consistently found the con-
1069
+ cepts of basic psychological need satisfaction and contextual (i.e., managerial) need supports to
1070
+ be important for positive work outcomes including performance and well-being, Olafsen et al.
1071
+ included those two concepts in their research. In addition, because equity or justice has long been
1072
+ shown to be an important consideration concerning pay (e.g., Adams 1963, Greenberg 1987) the
1073
+ researchers included Colquitt's (2001) measure of distributive and procedural justice. The primary
1074
+ outcome variable in the study was intrinsic motivation, and satisfaction of the basic psychological
1075
+ needs was considered a potential mediator.
1076
+
1077
+ Analyses of the data revealed that amount of pay was positively related to distributive justice,
1078
+ indicating that the more pay employees received, the more just they believed the payments to
1079
+ be. That is, greater pay does lead to employees feeling more fairly treated and valued. More
1080
+ important, however, is that the amount of pay employees received did not predict psychological
1081
+ need satisfaction and intrinsic motivation, nor did distributive justice. In contrast, managerial
1082
+ need support predicted procedural justice, need satisfaction, and intrinsic motivation, with need
1083
+ satisfaction being a mediator.
1084
+
1085
+ In research mentioned previously, Kuvaas et al. (2016) explored whether there would be dif-
1086
+ ferences between the outcomes associated with pay that was stable-that is, base salary-and
1087
+ pay that was variable because it was directly performance contingent. Insurance companies pro-
1088
+ vided data about employees' performance under PFP plans, which involved employees receiving
1089
+ sales-performance bonuses either at the end of each quarter or at the end of the year. The per-
1090
+ formance under these two PFP approaches was compared to performance associated with the
1091
+ base salaries. Results of the study showed that base salaries, which, as noted, are not directly
1092
+ performance-contingent, related positively to autonomous motivation and were unrelated to con-
1093
+ trolled motivation, whereas for those who received the bonus incentives in accord with their sales,
1094
+ their PFP was negatively related to autonomous motivation and positively related to controlled
1095
+ motivation. Thus, as we saw in the laboratory experiments, performance-contingent rewards (aka
1096
+ PFP) were experienced as controlling and decreased autonomous motivation. Base salaries, which
1097
+ are more related to noncontingent rewards, were shown in the Deci et al. (1999) meta-analysis
1098
+ and the Olafsen et al. (2015) field study to not affect autonomous motivation, although they were
1099
+ found in the Kuvaas et al. (2016) study to correlate with autonomous motivation, suggesting that
1100
+ further research is needed in workplaces to clarify the relation of salaries (i.e., noncontingent pay)
1101
+ or hourly compensation (i.e., engagement-contingent pay) to autonomous motivation. In general,
1102
+ however, it is likely that higher base salaries (i.e., noncontingent pay) have a positive influence, as
1103
+ they may well convey valuing by the organization.
1104
+
1105
+ The Kuvaas et al. (2016) field study further showed that autonomous motivation was a strong
1106
+ predictor of the effort salespeople devoted to their jobs, whereas controlled motivation was a weak
1107
+ predictor. Additionally, autonomous motivation was a strong negative predictor of employees'
1108
+ turnover intentions, whereas controlled motivation was a positive predictor of those intentions.
1109
+ To summarize, PFP tends to result in controlled, rather than autonomous, motivation, leading
1110
+ employees to exert less work effort and have greater desire to leave their jobs.
1111
+
1112
+ www.annualreviews.org . Self-Determination Theory
1113
+ 35
1114
+ <!-- PageBreak [8] -->
1115
+
1116
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org Access provided by University of Rochester Library on 03/27/17. For personal use only.
1117
+
1118
+ Another study, also in the realm of sales, showed even more negative outcomes resulting from a
1119
+ PFP program (Harrison et al. 1996). Done in the telecommunications industry, employees worked
1120
+ entirely on commissions after a two-month orientation to their jobs, so their pay was wholly, and
1121
+ in a very direct way, dependent on their performance. Results of the study showed that three-
1122
+ quarters of the salespeople had left the company within a year, which obviously would have been
1123
+ very costly for the company.
1124
+
1125
+ The three studies just reviewed, when combined with the results of laboratory experiments,
1126
+ other field studies, and meta-analyses, indicate that PFP approaches to compensation, in spite of
1127
+ being strongly endorsed by writers such as Gerhart & Fang (2015), promote quantity of perfor-
1128
+ mance largely for simple, algorithmic tasks, but do not enhance high-quality performance. Fur-
1129
+ thermore, although these studies did not examine well-being outcomes, they did examine intrinsic
1130
+ and autonomous motivation and basic psychological need satisfaction, which are strongly related to
1131
+ well-being, and one of the studies examined turnover, which is strongly related to ill-being. In sum,
1132
+ for high-quality performance and well-being, providing equitable pay that is not directly contin-
1133
+ gent on performance along with an autonomy-supportive context, appears to be an optimal route.
1134
+
1135
+ Critiques of SDT. There have been various critiques of SDT in the organization literature
1136
+ through the years, largely with respect to issues surrounding rewards or pay. Recently, Gerhart &
1137
+ Fang (2015) provided an extensive review and critique of CET. Throughout, they argued strongly
1138
+ for a PFP approach to compensation in the workplace, yet Cerasoli et al. (2014) and Jenkins et al.
1139
+ (1998) showed that PFP promoted only quantity of performance, not quality. Our view is that,
1140
+ although quantity of performance is important in some situations, high-quality outcomes are,
1141
+ in general, the more important. Furthermore, Gerhart & Fang argued that free-choice intrinsic
1142
+ motivation was not relevant to the workplace, but Cerasoli et al. also provided strong evidence
1143
+ that intrinsic motivation positively predicted both overall performance and quality of performance.
1144
+ Moreover, Gerhart & Fang missed the major point of the intrinsic-motivation experiments, which
1145
+ is that pay contingencies influence perceived autonomy and perceived competence, which are
1146
+ important elements in all workplace motivation, not just intrinsic motivation.
1147
+
1148
+ In terms of rewards and pay, SDT research has consistently shown that whether rewards have a
1149
+ positive effect, no effect, or a negative effect on intrinsic motivation and internalization depends on
1150
+ their functional significance, which is influenced by the type of rewards (positive feedback versus
1151
+ tangible rewards), the type of reward contingency, which we have discussed in detail, and the in-
1152
+ terpersonal context within which they are administered (autonomy-supportive versus controlling).
1153
+
1154
+ Concerning the importance of autonomy-supportive contexts, Ryan et al. (1983) showed that
1155
+ when performance-contingent monetary rewards were given in an autonomy-supportive con-
1156
+ text, participants showed more intrinsic motivation than those in a control group in which
1157
+ the rewards were engagement contingent without positive feedback, thus suggesting that the
1158
+ autonomy-supportive context highlighted the informational aspect of performance-contingent
1159
+ rewards. Other research using many paradigms has consistently related autonomy-supportive
1160
+ contexts to better performance and greater well-being (e.g., Baard et al. 2004), and research by
1161
+ Olafsen et al. (2015) showed that pay did not relate to employees' basic psychological need sat-
1162
+ isfaction or intrinsic motivation, but managerial autonomy support was a positive predictor of
1163
+ both, thus suggesting that the work context being autonomy supportive is more important than
1164
+ the amount of pay for motivating performance and wellness.
1165
+
1166
+ As we said in the Introduction, evaluating payment approaches and other factors in the work-
1167
+ place requires examining their relations to both performance and well-being outcomes. However,
1168
+ Gerhart & Fang (2015) did not address the relation of PFP to well-being. In contrast, a plethora of
1169
+ research has shown that autonomous motivation and satisfaction of the basic psychological needs
1170
+
1171
+ Deci . Olafsen . Ryan
1172
+ 36
1173
+ <!-- PageBreak [9] -->
1174
+
1175
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org
1176
+
1177
+ Access provided by University of Rochester Library on 03/27/17. For personal use only.
1178
+
1179
+ did predict both of these work outcomes. This indicates that creating autonomy-supportive con-
1180
+ texts within the workplace and providing pay that is relatively nondirectly contingent within those
1181
+ settings are the more effective means for attaining optimal work outcomes, rather than falling back
1182
+ on PFP, which does not have strong empirical support as a predictor of high-quality performance
1183
+ and well-being.
1184
+
1185
+ One form of PFP that is particularly problematic is outcome-contingent rewards. Outcome-
1186
+ contingent rewards are those in which contingent pay is given for attaining specific outcomes.
1187
+ Examples include bonuses to top managers when stock prices increase; salary increases for teachers
1188
+ based on improved student test scores; or rewards for outproducing others within the company
1189
+ on some sales or service metric. We have argued that outcome-focused rewards are the most
1190
+ likely among all reward types to yield collateral damage-that is, to lead to gaming the system
1191
+ (Ryan & Deci 2017). As Ryan & Brown (2005) discussed, unlike traditional operant techniques
1192
+ that reinforce specific behaviors, outcome-focused rewards can reinforce any behaviors that lead
1193
+ to the outcome, whether or not it is best practice. Such PFP structures can thus lead to short-term
1194
+ routes to outcome attainment at the cost of more strategic ones. For example, high-stakes tests
1195
+ in schools foster "teaching to the tests," and in organizations quarterly bonuses lead to short-
1196
+ term "profit taking," often irrespective of longer-term goals. Finally, outcome-focused PFP often
1197
+ requires persistent monitoring and evaluating, which can be demoralizing.
1198
+
1199
+
1200
+ # Future Research
1201
+
1202
+ As an empirically based approach to human motivation, SDT has, from the start, evolved with a
1203
+ keen interest and desire to test, expand, and refine its propositions and integrate important new
1204
+ contributions into the framework. In this spirit, many questions remain. However, as we have
1205
+ moved forward, that refinement has been increasingly in the hands of an extensive international
1206
+ community of scholars doing cutting-edge research on SDT, always challenging its formulations
1207
+ and refining its implementations. Next, we discuss some important future research topics to be
1208
+ explored on SDT concepts in the workplace. We provide a list below:
1209
+
1210
+ Assess both workplace thwarts of basic needs and the frustration of employees' needs for
1211
+ predicting negative work outcomes.
1212
+
1213
+ Examine how tangible rewards and pay affect internalization of regulations for work behav-
1214
+ iors.
1215
+
1216
+ Improve psychometric properties of measures of autonomous and controlled motivations
1217
+ and satisfactions and frustrations of the basic psychological needs.
1218
+
1219
+ Relate the functional significance of various pay contingencies to motivations and work
1220
+ outcomes.
1221
+
1222
+ Examine concrete workplace tasks, characteristics, and managerial behaviors in relation to
1223
+ motivation and work outcomes.
1224
+
1225
+ Study the impacts of advanced technologies, in interaction with work climates.
1226
+
1227
+ Use more longitudinal designs and more objective measures.
1228
+
1229
+ Nonetheless, advances in the empirical basis of SDT have often been unexpected by us, such as
1230
+ the recent use of SDT to organize research on human space travel (Goemaere et al. 2016). Thus,
1231
+ the topics raised in the above list and following discussion are undoubtedly merely a taste of what
1232
+ will come.
1233
+
1234
+ Clearly one area of particular importance is that of compensation. More research is needed
1235
+ that focuses on the functional significance of various aspects of compensation, including the effects
1236
+ of absolute and relative pay levels, perceived distribution and fairness, and PFP contingencies. In
1237
+
1238
+ www.annualreviews.org . Self-Determination Theory
1239
+ 37
1240
+ <!-- PageBreak [10] -->
1241
+
1242
+ <!-- pages 21-28 -->
1243
+
1244
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org Access provided by University of Rochester Library on 03/27/17. For personal use only.
1245
+
1246
+ particular, the manner in which distributive justice within organizations, and more generally the
1247
+ perceived corporate support for all stakeholders (e.g., employees, customers, upper management,
1248
+ and stockholders), appears likely to affect psychological need satisfactions and to moderate the
1249
+ relations of compensation to performance and well-being. Finally, there has been relatively little
1250
+ research on how payment systems affect the internalization of work values and behaviors.
1251
+
1252
+ Relatedly, given the strong evidence that satisfaction versus frustration of the basic psycholog-
1253
+ ical needs predict well-being and performance, it would be important to examine how factors in
1254
+ the workplace influence basic need frustration. Included in this would be examining the various
1255
+ conceptions of job characteristics as they represent thwarts to and thus frustration of the basic
1256
+ psychological needs. Many factors such as job characteristics can potentially affect whether work
1257
+ contexts are need supportive or need thwarting, and research clarifying this would help specify
1258
+ optimal conditions for workplace engagement.
1259
+
1260
+ In much of the SDT research to date the focus has been on the degree to which a social context
1261
+ (e.g., the interpersonal atmosphere of a workplace) is high versus low in autonomy support. As we
1262
+ pointed out in the section on Work Contexts, Motivations, Needs, and Outcomes, recent work has
1263
+ emphasized that the active thwarting of autonomy (or basic needs more generally) appears to be
1264
+ much more effective in predicting negative outcomes such as ill-being, so future research should
1265
+ examine both need supports and need thwarts, and do it longitudinally with objective measures.
1266
+
1267
+
1268
+ # IMPLICATIONS FOR PRACTICE
1269
+
1270
+ The concept of basic psychological needs for competence, autonomy, and relatedness provides
1271
+ the framework for understanding the implications of SDT for the workplace. Every policy and
1272
+ practice implemented within a work organization is likely to either support or thwart the basic
1273
+ psychological needs. Anyone interested in improving the work context within an organization and
1274
+ thus the performance and wellness of its employees could evaluate any policy or practice being
1275
+ considered in terms of whether it is likely to (a) allow the employees to gain competencies and/or
1276
+ feel confident, (b) experience the freedom to experiment and initiate their own behaviors and not
1277
+ feel pressured and coerced to behave as directed, and (c) feel respect and belonging in relation
1278
+ to both supervisors and peers. Policies or practices that are likely to support the employees in
1279
+ each of these three ways are likely to facilitate autonomous motivation, well-being, and high-
1280
+ quality performance. Those that thwart any of these employee experiences are likely to promote
1281
+ controlled motivation or amotivation, along with ill-being and, at best, quantity but not quality
1282
+ of performance.
1283
+
1284
+ For example, work settings, in which supervisors acknowledge employees' perspectives, en-
1285
+ courage self-initiation, offer choices for individuals and groups, provide meaningful feedback,
1286
+ assign tasks that are optimally challenging, and give a rationale when requesting a behavior are
1287
+ likely to lead to both high-quality performance and wellness, as mediated by basic psychological
1288
+ need satisfaction and autonomous motivation. At the level of immediate supervisors, the evidence
1289
+ is abundant that when the supervisors are more autonomy supportive there are a range of positive
1290
+ consequences for the employees, including trust of managers higher in the organization.
1291
+
1292
+
1293
+ # CONCLUSION
1294
+
1295
+ SDT as a theory of work motivation has been unique in that, through differentiating motiva-
1296
+ tion into autonomous and controlled types, it has been able to show that autonomous motiva-
1297
+ tion but not controlled motivation of employees promotes both high-quality performance and
1298
+ employee wellness. Thus, the theory has been able to attain the traditional goal of organizational
1299
+
1300
+ Deci . Olafsen . Ryan
1301
+ 38
1302
+ <!-- PageBreak [1] -->
1303
+
1304
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org
1305
+ Access provided by University of Rochester Library on 03/27/17. For personal use only.
1306
+
1307
+ psychologists-namely, facilitate profitability-and at the same time support the well-being of
1308
+ the employees. SDT has long been concerned with specifying empirically the social-contextual
1309
+ conditions that promote autonomous motivation. The key to that evolves from the proposition
1310
+ that all human beings have three fundamental psychological needs-for competence, autonomy,
1311
+ and relatedness-which when satisfied promote autonomous motivation, wellness, and effective
1312
+ performance. Thus, SDT has been centrally concerned with promoting the need-supportive con-
1313
+ ditions across domains that facilitate people motivating themselves autonomously and in turn
1314
+ working well and feeling good. Because work contexts that support the basic psychological needs
1315
+ have superior outcomes, research on the job characteristics, types of justice, managerial styles, and
1316
+ types of leadership has burgeoned. We have also found that compensation systems that reward peo-
1317
+ ple equitably without pressuring them with PFP contingencies can add to the basic need supports.
1318
+ Understanding the functional significance of managerial tools such as compensation, deadlines,
1319
+ monitoring, goal setting, and work design is essential within today's effective organizations.
1320
+
1321
+
1322
+ # DISCLOSURE STATEMENT
1323
+
1324
+ The authors are not aware of any affiliations, memberships, funding, or financial holdings that
1325
+ might be perceived as affecting the objectivity of this review.
1326
+
1327
+
1328
+ # LITERATURE CITED
1329
+
1330
+ Adams JS. 1963. Towards an understanding of inequity. J. Abnorm. Soc. Psychol. 67(5):422-36
1331
+
1332
+ Ambrose ML, Kulik CT. 1999. Old friends, new faces: motivation in the 1990s. J. Manag. 23(3):231-93
1333
+
1334
+ Andreassen CS, Hetland J, Pallesen S. 2010. The relationship between "workaholism", basic needs satisfaction
1335
+ at work and personality. Eur. J. Pers. 24(1):3-17
1336
+
1337
+ Avolio BJ, Bass BM. 1995. Individual consideration viewed at multiple levels of analysis: a multi-level frame-
1338
+ work for examining the diffusion of transformational leadership. Leadersh. Q. 6(2):199-218
1339
+
1340
+ Baard PP, Deci EL, Ryan RM. 2004. Intrinsic need satisfaction: a motivational basis of performance and
1341
+ well-being in two work settings. J. Appl. Soc. Psychol. 34(10):2045-68
1342
+
1343
+ Bass BM. 1985. Leadership and Performance Beyond Expectations. New York: Free Press
1344
+
1345
+ Bass BM, Avolio BJ. 1995. Transformational Leadership Development: Manual for the Multifactor Leadership
1346
+ Questionnaire. Palo Alto, CA: Consult. Psychol. Press
1347
+
1348
+ Baumeister RF, Leary MR. 1995. The need to belong: desire for interpersonal attachments as a fundamental
1349
+ human motivation. Psychol. Bull. 117(3):497-529
1350
+
1351
+ Bono JE, Judge TA. 2003. Self-concordance at work: toward understanding the motivational effects of trans-
1352
+ formational leaders. Acad. Manag. 7. 46(5):554-71
1353
+
1354
+ Burns JM. 1978. Leadership. New York: Harper & Row
1355
+
1356
+ Cerasoli CP, Nicklin JM, Ford MT. 2014. Intrinsic motivation and extrinsic incentives jointly predict perfor-
1357
+ mance: a 40-year meta-analysis. Psychol. Bull. 140(4):980-1008
1358
+
1359
+ Chemolli E, Gagné M. 2014. Evidence against the continuum structure underlying motivation measures
1360
+ derived from self-determination theory. Psychol. Assess. 26(2):575-85
1361
+
1362
+ Chirkov V, Ryan RM, Kim Y, Kaplan U. 2003. Differentiating autonomy from individualism and indepen-
1363
+ dence: a self-determination theory perspective on internalization of cultural orientations and well-being.
1364
+ J. Pers. Soc. Psychol. 84(1):97-110
1365
+
1366
+ Colquitt JA. 2001. On the dimensionality of organizational justice: a construct validation of a measure. 7. Appl.
1367
+ Psychol. 86(3):386-400
1368
+
1369
+ Conchie SM. 2013. Transformational leadership, intrinsic motivation, and trust: a moderated-mediated model
1370
+ of workplace safety. J. Occup. Health Psychol. 18(2):198-210
1371
+
1372
+ de Charms R. 1968. Personal Causation. New York: Academic
1373
+
1374
+ Deci EL. 1971. Effects of externally mediated rewards on intrinsic motivation. 7. Pers. Soc. Psychol. 18(1):105-15
1375
+
1376
+ www.annualreviews.org . Self-Determination Theory
1377
+ 39
1378
+ <!-- PageBreak [2] -->
1379
+
1380
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org Access provided by University of Rochester Library on 03/27/17. For personal use only.
1381
+
1382
+ Deci EL. 1972. The effects of contingent and noncontingent rewards and controls on intrinsic motivation.
1383
+ Organ. Behav. Hum. Perform. 8(2):217-29
1384
+
1385
+ Deci EL, Connell JP, Ryan RM. 1989. Self-determination in a work organization. J. Appl. Psychol. 74(4):580-90
1386
+ Deci EL, Koestner R, Ryan RM. 1999. A meta-analytic review of experiments examining the effects of extrinsic
1387
+ rewards on intrinsic motivation. Psychol. Bull. 125(6):627-68
1388
+
1389
+ Deci EL, Ryan RM. 1980. The Empirical Exploration of Intrinsic Motivational Processes. New York: Academic
1390
+ Deci EL, Ryan RM. 1985a. Intrinsic Motivation and Self-Determination in Human Behavior. New York: Plenum
1391
+ Press
1392
+
1393
+ Deci EL, Ryan RM. 1985b. The general causality orientations scale: self-determination in personality. 7. Res.
1394
+ Pers. 19(2):109-34
1395
+
1396
+ Deci EL, Ryan RM. 2000. The "what" and "why" of goal pursuits: human needs and the self-determination
1397
+ of behavior. Psychol. Inq. 11(4):227-68
1398
+
1399
+ Deci EL, Ryan RM, Gagné M, Leone DR, Usunov J, Kornazheva BP. 2001. Need satisfaction, motivation,
1400
+ and well-being in the work organizations of a former eastern bloc country: a cross-cultural study of
1401
+ self-determination. Pers. Soc. Psychol. B. 27(8):930-42
1402
+
1403
+ De Cooman R, Stynen D, Van Den Broeck A, Sels L, De Witte H. 2013. How job characteristics relate to need
1404
+ satisfaction and autonomous motivation: implications for work effort. J. Appl. Soc. Psychol. 43(6):1342-52
1405
+ Doshi N, McGregor L. 2015. Primed to Perform: How to Build the Highest Performing Cultures Through the
1406
+ Science of Total Motivation. New York: Harper Collins
1407
+
1408
+ Eisenberger R, Cameron J. 1996. Detrimental effects of reward: Reality or myth? Am. Psychol. 51(11):1153-166
1409
+ Fernet C, Austin S, Vallerand RJ. 2012a. The effects of work motivation on employee exhaustion and com-
1410
+ mitment: an extension of the JD-R model. Work Stress. 26(3):213-29
1411
+
1412
+ Fernet C, Gagné M, Austin S. 2010. When does quality of relationships with coworkers predict burnout over
1413
+ time? The moderating role of work motivation. J. Organ. Behav. 31(8):1163-80
1414
+
1415
+ Fernet C, Guay F, Senécal C, Austin S. 2012b. Predicting intraindividual changes in teacher burnout: the role
1416
+ of perceived school environment and motivational factors. Teach. Teach. Educ. 28(4):514-25
1417
+
1418
+ Forest J, Gilbert M-H, Beaulieu G, Le Brock P, Gagné M. 2014. Translating research results in economic
1419
+ terms: an application of economic utility analysis using SDT-based interventions. In The Oxford Handbook
1420
+ of Work Engagement, Motivation, and Self-Determination Theory, ed. M Gagné, pp. 335-46. New York:
1421
+ Oxford Univ. Press
1422
+
1423
+ Foss NJ, Minbaeva DB, Pedersen T, Reinholt M. 2009. Encouraging knowledge sharing among employees:
1424
+ how job design matters. Hum. Resour. Manag. 48(6):871-93
1425
+
1426
+ Gagné M, Deci EL. 2005. Self-determination theory and work motivation. J. Organ. Behav. 26(4):331-62
1427
+
1428
+ Gagné M, Forest J, Vansteenkiste M, Crevier-Braud L, Van Den Broeck A, et al. 2015. The multidimensional
1429
+ work motivation scale: validation evidence in seven languages and nine countries. Eur. J. Work Org.
1430
+ Psychol. 24(2):178-96
1431
+
1432
+ Gagné M, Koestner R, Zuckerman M. 2000. Facilitating acceptance of organizational change: the importance
1433
+ of self-determination. J. Appl. Soc. Psychol. 30(9):1843-52
1434
+
1435
+ Gagné M, Senècal CB, Koestner R. 1997. Proximal job characteristics, feelings of empowerment, and intrinsic
1436
+ motivation: a multidimentional model. J. Appl. Soc. Psychol. 27(14):1222-40
1437
+
1438
+ Gerhart B, Fang M. 2015. Pay, intrinsic motivation, extrinsic motivation, performance, and creativity in the
1439
+ workplace: revisiting long-held beliefs. Annu. Rev. Organ. Psychol. Organ. Behav. 2(1):489-521
1440
+
1441
+ Gillet N, Fouquereau E, Forest J, Brunault P, Colombat P. 2012. The impact of organizational factors on
1442
+ psychological needs and their relations with well-being. }. Bus. Psychol. 27(4):437-50
1443
+
1444
+ Goemaere S, Vansteenkiste M, Van Petegem S. 2016. Gaining deeper insight into the psychological challenges
1445
+ of human spaceflight: the role of motivational dynamics. Acta Astronaut. 121:130-43
1446
+
1447
+ Grant AM. 2007. Relational job design and the motivation to make a prosocial difference. Acad. Manag. Rev.
1448
+ 32 (2):393-417
1449
+
1450
+ Grant AM, Nurmohamed S, Ashford SJ, Dekas K. 2011. The performance implications of ambivalent initiative:
1451
+ the interplay of autonomous and controlled motivations. Organ. Behav. Hum. Decis. Process. 116(2):241-51
1452
+
1453
+ Graves LM, Sarkis J, Zhu Q. 2013. How transformational leadership and employee motivation combine to
1454
+ predict employee proenvironmental behaviors in China. J. Environ. Psychol. 35:81-91
1455
+
1456
+ Deci . Olafsen . Ryan
1457
+ 40
1458
+ <!-- PageBreak [3] -->
1459
+
1460
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org Access provided by University of Rochester Library on 03/27/17. For personal use only.
1461
+
1462
+ Greenberg J. 1987. A taxonomy of organizational justice theories. Acad. Manag. Rev. 12(1):9-22
1463
+
1464
+ Gubler T, Larkin I, Pierce L. 2016. Motivational spillovers from awards: crowding out in a multitasking
1465
+ environment. Organ. Sci. 27(2):286-303
1466
+
1467
+ Gözükara İ, Simsek OF. 2015. Linking transformational leadership to work engagement and the mediator effect
1468
+ of job autonomy: a study in a Turkish private non-profit university. Procedia Soc. Behav. Sci. 195(3):963-71
1469
+
1470
+ Hackman JR, Oldham GR. 1980. Work Redesign. Reading, MA: Addison-Wesley
1471
+
1472
+ Hardré PL, Reeve J. 2009. Training corporate managers to adopt a more autonomy-supportive motivating
1473
+ style toward employees: an intervention study. Int. J. Train. Dev. 13(3):165-84
1474
+
1475
+ Harrison DA, Virick M, Williams S. 1996. Working without a net: time, performance, and turnover under
1476
+ maximally contingent rewards. 7. Appl. Psychol. 81(4):331-45
1477
+
1478
+ Hetland H, Hetland J, Andreassen CS, Pallesen S, Notelaers G. 2011. Leadership and fulfillment of the three
1479
+ basic psychological needs at work. Career. Dev. Int. 16(5):507-23
1480
+
1481
+ Hon AHY. 2012. Shaping environments conductive to creativity: the role of intrinsic motivation. Cornell Hosp.
1482
+ Q. 53(1):53-64
1483
+
1484
+ Howard JL, Gagné M, Morin AJS, Wang ZN, Forest J. 2016. Using bifactor-exploratory struc-
1485
+ tural equation modeling to test for a continuum structure of motivation. }. Manag. https://doi.
1486
+ org/10.1177/0149206316645653
1487
+
1488
+ Humphrey SE, Nahrgang JD, Morgeson FP. 2007. Integrating motivational, social, and contextual work
1489
+ design features: a meta-analytic summary and theoretical extension of the work design literature. J. Appl.
1490
+ Psychol. 92(5):1332-56
1491
+
1492
+ Jenkins GD, Mitra A, Gupta N, Shaw JD. 1998. Are financial incentives related to performance? A meta-
1493
+ analytic review of empirical research. J. Appl. Psychol. 83(5):777-87
1494
+
1495
+ Kasser T, Ryan RM. 1996. Further examining the American dream: differential correlates of intrinsic and
1496
+ extrinsic goals. Pers. Soc. Psychol. B. 22(3):280-87
1497
+
1498
+ Komaki J, Barwick KD, Scott LR. 1978. A behavioral approach to occupational safety: pinpointing and rein-
1499
+ forcing safe performance in a food manufacturing plant. J. Appl. Psychol. 63(4):434
1500
+
1501
+ Kovjanic S, Schuh SC, Jonas K, Quaquebeke NV, Van Dick R. 2012. How do transformational leaders foster
1502
+ positive employee outcomes? A self-determination-based analysis of employees' needs as mediating links.
1503
+ J. Organ. Behav. 33(8):1031-52
1504
+
1505
+ Kuvaas B. 2009. A test of hypotheses derived from self-determination theory among public sector employees.
1506
+ Empl. Relat. 31(1):39-56
1507
+
1508
+ Kuvaas B, Buch R, Gagné M, Dysvik A, Forest J. 2016. Do you get what you pay for? Sales incentives,
1509
+ motivation, and employee outcomes. Motiv. Emotion. 40:667-80
1510
+
1511
+ Landry AT, Kindlein J, Trépanier SG, Forest J, Zigarmi D, et al. 2016. Why individuals want money is
1512
+ what matters: using self-determination theory to explain the differential relationship between motives for
1513
+ making money and employee psychological health. Motiv. Emotion. 40(2):226-42
1514
+
1515
+ Levesque M, Blais MR, Hess U. 2004. Motivation, discretionary organisational attitudes and well-being in an
1516
+ African environment: When does duty call? Can. J. Behav. Sci. 36(4):321-32
1517
+
1518
+ Lian H, Lance Ferris D, Brown DJ. 2012. Does taking the good with the bad make things worse? How
1519
+ abusive supervision and leader-member exchange interact to impact need satisfaction and organizational
1520
+ deviance. Organ. Behav. Hum. Decis. Process. 117(1):41-52
1521
+
1522
+ Liu D, Zhang S, Wang L, Lee TW. 2011. The effects of autonomy and empowerment on employee turnover:
1523
+ test of a multilevel model in teams. J. Appl. Psychol. 96(6):1305-316
1524
+
1525
+ Lynch MF, Plant RW, Ryan RM. 2005. Psychological needs and threat to safety: implications for staff and
1526
+ patients in a psychiatric hospital for youth. Prof. Psychol. Res. Pr. 36(4):415-25
1527
+
1528
+ Mackey J, Sisodia R. 2014. Conscious Capitalism. Brighton, MA: Harvard Bus. Rev. Press
1529
+
1530
+ Markus HR, Kitayama S. 1991. Culture and the self: implications for cognition, emotion, and motivation.
1531
+ Psychol. Rev. 98(2):224-53
1532
+
1533
+ McGraw KO. 1978. The detrimental effects of reward on performance: a literature review and a prediction
1534
+ model. In The Hidden Costs of Reward: A New Perspective on Human Motivation, ed. MR Lepper, D Green,
1535
+ pp. 33-60. Hillsdale, NJ: Erlbaum
1536
+
1537
+ Millette V, Gagné M. 2008. Designing volunteers' tasks to maximize motivation, satisfaction and performance:
1538
+ the impact of job characteristics on volunteer engagement. Motiv. Emotion. 32(1):11-22
1539
+
1540
+ www.annualreviews.org . Self-Determination Theory 41
1541
+ <!-- PageBreak [4] -->
1542
+
1543
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org Access provided by University of Rochester Library on 03/27/17. For personal use only.
1544
+
1545
+ Moreau E, Mageau G. 2012. The importance of perceived autonomy support for the psychological health
1546
+ and work satisfaction of health professionals: Not only supervisors count, colleagues too! Motiv. Emotion.
1547
+ 36(3):268-86
1548
+
1549
+ Morgeson FP, Campion MA. 2003. Work design. In Handbook of Psychology: Industrial and Organizational
1550
+ Psychology, Vol. 12, ed. WC Borman, DR Ilgen, RJ Klimoski, pp. 423-52. Hoboken, NJ: Wiley
1551
+
1552
+ Morgeson FP, Humphrey SE. 2006. The Work Design Questionnaire (WDQ): developing and validating a
1553
+ comprehensive measure for assessing job design and the nature of work. }. Appl. Psychol. 91(6):1321-39
1554
+
1555
+ Nie Y, Chua BL, Yeung AS, Ryan RM, Chan WY. 2015. The importance of autonomy support and the
1556
+ mediating role of work motivation for well-being: testing self-determination theory in a Chinese work
1557
+ organisation. Int. J. Psychol. 50(4):245-55
1558
+
1559
+ Olafsen AH, Halvari H, Forest J, Deci EL. 2015. Show them the money? The role of pay, managerial need
1560
+ support, and justice in a self-determination theory model of intrinsic work motivation. Scand. J. Psychol.
1561
+ 56(4):447-57
1562
+
1563
+ Otis N, Pelletier LG. 2005. A motivational model of daily hassles, physical symptoms, and future work
1564
+ intentions among police officers. 7. Appl. Soc. Psychol. 35(10):2193-214
1565
+
1566
+ Parker SK. 2014. Beyond motivation: job and work design for development, health, ambidexterity, and more.
1567
+ Annu. Rev. Psychol. 65(1):661-91
1568
+
1569
+ Pink D. 2009. Drive. New York: Riverhead Books
1570
+
1571
+ Preenen PTY, Oeij PRA, Dhondt S, Kraan KO, Jansen E. 2016. Why job autonomy matters for young compa-
1572
+ nies' performance: company maturity as a moderator between job autonomy and company performance.
1573
+ World Rev. Enterp. Manag. Sustain. Dev. 12(1):74-100
1574
+
1575
+ Richer SF, Blanchard C, Vallerand RJ. 2002. A motivational model of work turnover. J. Appl. Soc. Psychol.
1576
+ 32(10):2089-113
1577
+
1578
+ Roche M, Haar JM. 2013. A metamodel approach towards self-determination theory: a study of New Zealand
1579
+ managers' organisational citizenship behaviours. Int. J. Hum. Resour. Manag. 24(18):3397-417
1580
+
1581
+ Ross M. 1975. Salience of reward and intrinsic motivation. J. Pers. Soc. Psychol. 32(2):245-54
1582
+
1583
+ Roth G, Assor A, Kanat-Maymon Y, Kaplan H. 2006. Assessing the experience of autonomy in new cultures
1584
+ and contexts. Motiv. Emotion. 30(4):365-76
1585
+
1586
+ Ryan RM. 1995. Psychological needs and the facilitation of integrative processes. J. Pers. 63(3):397-427
1587
+
1588
+ Ryan RM, Bernstein JH, Brown KW. 2010. Weekends, work, and well-being: psychological need satisfactions
1589
+ and day of the week effects on mood, vitality, and physical symptoms. }. Soc. Clin. Psychol. 29(1):95-122
1590
+ Ryan RM, Brown KW. 2005. Legislating competence: the motivational impact of high stakes testing as an
1591
+ educational reform. In Handbook of Competence, ed. AJ Elliot, CS Dweck, pp. 354-74. New York: Guilford
1592
+ Press
1593
+
1594
+ Ryan RM, Connell JP. 1989. Perceived locus of causality and internalization-examining reasons for acting
1595
+ in two domains. J. Pers. Soc. Psychol. 57(5):749-61
1596
+
1597
+ Ryan RM, Deci EL. 2000. Self-determination theory and the facilitation of intrinsic motivation, social devel-
1598
+ opment, and well-being. Am. Psychol. 55(1):68-78
1599
+
1600
+ Ryan RM, Deci EL. 2017. Self-Determination Theory: Basic Psychological Needs in Motivation, Development, and
1601
+ Wellness. New York: Guilford
1602
+
1603
+ Ryan RM, Mims V, Koestner R. 1983. Relation of reward contingency and interpersonal context to intrinsic
1604
+ motivation: a review and test using cognitive evaluation theory. J. Pers. Soc. Psychol. 45(4):736-50
1605
+
1606
+ Ryan RM, Sheldon KM, Kasser T, Deci EL. 1996. All goals are not created equal: an organismic perspective
1607
+ on the nature of goals and their regulation. In The Psychology of Action: Linking Cognition and Motivation to
1608
+ Behavior, ed. PM Gollwitzer, JA Bargh, pp. 7-26. New York: Guilford Press
1609
+
1610
+ Schreurs B, Van Emmerik IJH, Van Den Broeck A, Guenter H. 2014. Work values and work engagement
1611
+ within teams: the mediating role of need satisfaction. Group Dyn. 18(4):267-81
1612
+
1613
+ Sheldon KM, Krieger LS. 2014. Service job lawyers are happier than money job lawyers, despite their lower
1614
+ income. J. Posit. Psychol. 90(3):219-26
1615
+
1616
+ Sheldon KM, Ryan RM, Deci EL, Kasser T. 2004. The independent effects of goal contents and motives on
1617
+ well-being: It's both what you pursue and why you pursue it. Pers. Soc. Psychol. B. 30(4):475-86
1618
+
1619
+ Trépanier SG, Fernet C, Austin S. 2012. Social and motivational antecedents of perceptions of transformational
1620
+ leadership: a self-determination theory perspective. Can. J. Behav. Sci. 44(4):272-77
1621
+
1622
+ Deci . Olafsen . Ryan
1623
+ 42
1624
+ <!-- PageBreak [5] -->
1625
+
1626
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org
1627
+ Access provided by University of Rochester Library on 03/27/17. For personal use only.
1628
+
1629
+ Trépanier SG, Fernet C, Austin S. 2013a. The moderating role of autonomous motivation in the job demands-
1630
+ strain relation: a two sample study. Motiv. Emotion. 37(1):93-105
1631
+
1632
+ Trépanier SG, Fernet C, Austin S. 2013b. Workplace bullying and psychological health at work: the mediating
1633
+ role of satisfaction of needs for autonomy, competence and relatedness. Work Stress. 27(2):123-40
1634
+
1635
+ Van Den Broeck A, Ferris DL, Chang C-H, Rosen CC. 2016. A review of self-determination theory's basic
1636
+ psychological needs at work. 7. Manag. 42:1195-229
1637
+
1638
+ Van Den Broeck A, Van Ruysseveldt J, Smulders P, De Witte H. 2011. Does an intrinsic work value orientation
1639
+ strengthen the impact of job resources? A perspective from the job demands-resources model. Eur. J.
1640
+ Work Org. Psychol. 20(5):581-609
1641
+
1642
+ Van Den Broeck A, Vansteenkiste M, De Witte H, Lens W. 2008. Explaining the relationships between job
1643
+ characteristics, burnout, and engagement: The role of basic psychological need satisfaction. Work Stress.
1644
+ 22(3):277-94
1645
+
1646
+ Van Den Broeck A, Vansteenkiste M, Lens W, De Witte H. 2010. Unemployed individuals' work values and
1647
+ job flexibility: an explanation from expectancy-value theory and self-determination theory. Appl. Psychol.
1648
+ Crim. Justice 59(2):296-317
1649
+
1650
+ Vander Elst T, Van Den Broeck A, De Witte H, De Cuyper N. 2012. The mediating role of frustration of
1651
+ psychological needs in the relationship between job insecurity and work-related well-being. Work Stress.
1652
+ 26(3):252-71
1653
+
1654
+ Vansteenkiste M, Neyrinck B, Niemiec CP, Soenens B, De Witte H, Van Den Broeck A. 2007. On the relations
1655
+ among work value orientations, psychological need satisfaction and job outcomes: a self-determination
1656
+ theory approach. J. Occup. Organ. Psychol. 80(2):251-77
1657
+
1658
+ Wang Z, Gagné M. 2013. A Chinese-Canadian cross-cultural investigation of transformational leadership,
1659
+ autonomous motivation, and collectivistic value. J. Leadersh. Organ. Stud. 20:134-42
1660
+
1661
+ Weibel A, Rost K, Osterloh M. 2010. Pay for performance in the public sector-benefits and (hidden) costs.
1662
+ J. Public Admin. Res. Theory 20(2):387-412
1663
+
1664
+ Weinstein N, Hodgins HS, Ryan RM. 2010. Autonomy and control in dyads: effects on interaction quality
1665
+ and joint creative performance. Pers. Soc. Psychol. B. 36(12):1603-17
1666
+
1667
+ White RW. 1959. Motivation reconsidered: the concept of competence. Psychol. Rev. 66(5):297-333
1668
+
1669
+ Williams GC, Halvari H, Niemiec CP, Sørebø Ø, Olafsen AH, Westbye C. 2014. Managerial support for
1670
+ basic psychological needs, somatic symptom burden and work-related correlates: A self-determination
1671
+ theory perspective. Work Stress. 28(4):404-19
1672
+
1673
+ Williams GC, McGregor HA, Zeldman A, Freedman ZR, Deci EL. 2004. Testing a self-determination
1674
+ theory process model for promoting glycemic control through diabetes self-management. Health Psychol.
1675
+ 23(1):58-66
1676
+
1677
+ www.annualreviews.org . Self-Determination Theory
1678
+ 43
1679
+ <!-- PageBreak [6] -->
1680
+
1681
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org
1682
+
1683
+ Access provided by University of Rochester Library on 03/27/17. For personal use only.
1684
+
1685
+ R
1686
+
1687
+
1688
+ # Annual Review of Organizational Psychology and Organizational Behavior
1689
+
1690
+ Volume 4, 2017
1691
+
1692
+
1693
+ ## Contents
1694
+
1695
+
1696
+ <table>
1697
+ <tr>
1698
+ <td>Perspective Construction in Organizational Behavior</td>
1699
+ <td></td>
1700
+ </tr>
1701
+ <tr>
1702
+ <td>Karl E. Weick</td>
1703
+ <td>1</td>
1704
+ </tr>
1705
+ <tr>
1706
+ <td>Self-Determination Theory in Work Organizations: The State</td>
1707
+ <td></td>
1708
+ </tr>
1709
+ <tr>
1710
+ <td>of a Science</td>
1711
+ <td></td>
1712
+ </tr>
1713
+ <tr>
1714
+ <td>Edward L. Deci, Anja H. Olafsen, and Richard M. Ryan</td>
1715
+ <td>19</td>
1716
+ </tr>
1717
+ <tr>
1718
+ <td>A Road Well Traveled: The Past, Present, and Future Journey of</td>
1719
+ <td></td>
1720
+ </tr>
1721
+ <tr>
1722
+ <td>Strategic Human Resource Management</td>
1723
+ <td></td>
1724
+ </tr>
1725
+ <tr>
1726
+ <td>Patrick M. Wright and Michael D. Ulrich</td>
1727
+ <td>45</td>
1728
+ </tr>
1729
+ <tr>
1730
+ <td>Emotions in the Workplace</td>
1731
+ <td></td>
1732
+ </tr>
1733
+ <tr>
1734
+ <td>Neal M. Ashkanasy and Alana D. Dorris</td>
1735
+ <td>67</td>
1736
+ </tr>
1737
+ <tr>
1738
+ <td>Field Experiments in Organizations</td>
1739
+ <td></td>
1740
+ </tr>
1741
+ <tr>
1742
+ <td>Dov Eden</td>
1743
+ <td>91</td>
1744
+ </tr>
1745
+ <tr>
1746
+ <td>Abusive Supervision</td>
1747
+ <td></td>
1748
+ </tr>
1749
+ <tr>
1750
+ <td>Bennett J. Tepper, Lauren Simon, and Hee Man Park</td>
1751
+ <td>123</td>
1752
+ </tr>
1753
+ <tr>
1754
+ <td>Recruitment and Retention Across Cultures</td>
1755
+ <td></td>
1756
+ </tr>
1757
+ <tr>
1758
+ <td>David G. Allen and James M. Vardaman</td>
1759
+ <td>153</td>
1760
+ </tr>
1761
+ <tr>
1762
+ <td>Multilevel Modeling: Research-Based Lessons</td>
1763
+ <td></td>
1764
+ </tr>
1765
+ <tr>
1766
+ <td>for Substantive Researchers</td>
1767
+ <td></td>
1768
+ </tr>
1769
+ <tr>
1770
+ <td>Vicente González-Romá and Ana Hernández</td>
1771
+ <td>183</td>
1772
+ </tr>
1773
+ <tr>
1774
+ <td>Team Innovation</td>
1775
+ <td></td>
1776
+ </tr>
1777
+ <tr>
1778
+ <td>Daan van Knippenberg</td>
1779
+ <td>211</td>
1780
+ </tr>
1781
+ <tr>
1782
+ <td>Evidence-Based Management: Foundations, Development, Controversies and Future</td>
1783
+ <td></td>
1784
+ </tr>
1785
+ <tr>
1786
+ <td>Sara L. Rynes and Jean M. Bartunek</td>
1787
+ <td>235</td>
1788
+ </tr>
1789
+ <tr>
1790
+ <td>Transition Processes: A Review and Synthesis Integrating Methods and Theory Paul D. Bliese, Amy B. Adler, and Patrick J. Flynn</td>
1791
+ <td>263</td>
1792
+ </tr>
1793
+ </table>
1794
+
1795
+
1796
+ vi
1797
+ <!-- PageBreak [7] -->
1798
+
1799
+ Annu. Rev. Organ. Psychol. Organ. Behav. 2017.4:19-43. Downloaded from www.annualreviews.org
1800
+
1801
+ Access provided by University of Rochester Library on 03/27/17. For personal use only.
1802
+
1803
+
1804
+ <table>
1805
+ <tr>
1806
+ <td rowspan="2">Trust Repair Roy J. Lewicki and Chad Brinsfield</td>
1807
+ <td></td>
1808
+ </tr>
1809
+ <tr>
1810
+ <td>287</td>
1811
+ </tr>
1812
+ <tr>
1813
+ <td rowspan="2">Comparing and Contrasting Workplace Ostracism and Incivility D. Lance Ferris, Meng Chen, and Sandy Lim</td>
1814
+ <td></td>
1815
+ </tr>
1816
+ <tr>
1817
+ <td>315</td>
1818
+ </tr>
1819
+ <tr>
1820
+ <td rowspan="2">Psychological Capital: An Evidence-Based Positive Approach Fred Luthans and Carolyn M. Youssef-Morgan</td>
1821
+ <td></td>
1822
+ </tr>
1823
+ <tr>
1824
+ <td>339</td>
1825
+ </tr>
1826
+ <tr>
1827
+ <td rowspan="2">Construal Level Theory in Organizational Research Batia M. Wiesenfeld, Jean-Nicolas Reyt, Joel Brockner, and Yaacov Trope</td>
1828
+ <td></td>
1829
+ </tr>
1830
+ <tr>
1831
+ <td>367</td>
1832
+ </tr>
1833
+ <tr>
1834
+ <td rowspan="2">Dynamic Self-Regulation and Multiple-Goal Pursuit Andrew Neal, Timothy Ballard, and Jeffrey B. Vancouver</td>
1835
+ <td></td>
1836
+ </tr>
1837
+ <tr>
1838
+ <td>401</td>
1839
+ </tr>
1840
+ <tr>
1841
+ <td rowspan="2">Neuroscience in Organizational Behavior David A. Waldman, M.K. Ward, and William J. Becker</td>
1842
+ <td></td>
1843
+ </tr>
1844
+ <tr>
1845
+ <td>425</td>
1846
+ </tr>
1847
+ <tr>
1848
+ <td rowspan="2">Retaking Employment Tests: What We Know and What We Still Need to Know</td>
1849
+ <td></td>
1850
+ </tr>
1851
+ <tr>
1852
+ <td></td>
1853
+ </tr>
1854
+ <tr>
1855
+ <td>Chad H. Van Iddekinge and John D. Arnold</td>
1856
+ <td>445</td>
1857
+ </tr>
1858
+ <tr>
1859
+ <td>Alternative Work Arrangements: Two Images of the New World of Work Gretchen M. Spreitzer, Lindsey Cameron, and Lyndon Garrett</td>
1860
+ <td>473</td>
1861
+ </tr>
1862
+ <tr>
1863
+ <td>Communication in Organizations Joann Keyton</td>
1864
+ <td>501</td>
1865
+ </tr>
1866
+ <tr>
1867
+ <td>Collective Turnover John P. Hausknecht</td>
1868
+ <td>527</td>
1869
+ </tr>
1870
+ </table>
1871
+
1872
+
1873
+ ### Errata
1874
+
1875
+ An online log of corrections to Annual Review of Organizational Psychology and
1876
+ Organizational Behavior articles may be found at http://www.annualreviews.org/errata/
1877
+ orgpsych
1878
+
1879
+ Contents
1880
+ vii
1881
+ <!-- PageBreak [8] -->