@miadi/ncp-story-studio 0.1.0

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 (126) hide show
  1. package/LICENSE +21 -0
  2. package/PHASES.md +160 -0
  3. package/README.md +140 -0
  4. package/assets/PROVENANCE.json +5 -0
  5. package/assets/examples/PROVENANCE.json +26 -0
  6. package/assets/examples/anora.json +228 -0
  7. package/assets/examples/example-story.json +112 -0
  8. package/assets/examples/the-shawshank-redemption.json +2068 -0
  9. package/assets/examples/weaver_of_words__the_catalyst_of_change_251101.json +1132 -0
  10. package/assets/ncp-schema.json +794 -0
  11. package/assets/terminology.json +2919 -0
  12. package/dist/agents/adapter.d.ts +60 -0
  13. package/dist/agents/adapter.d.ts.map +1 -0
  14. package/dist/agents/adapter.js +69 -0
  15. package/dist/agents/adapter.js.map +1 -0
  16. package/dist/agents/context.d.ts +19 -0
  17. package/dist/agents/context.d.ts.map +1 -0
  18. package/dist/agents/context.js +49 -0
  19. package/dist/agents/context.js.map +1 -0
  20. package/dist/agents/index.d.ts +5 -0
  21. package/dist/agents/index.d.ts.map +1 -0
  22. package/dist/agents/index.js +7 -0
  23. package/dist/agents/index.js.map +1 -0
  24. package/dist/agents/links.d.ts +41 -0
  25. package/dist/agents/links.d.ts.map +1 -0
  26. package/dist/agents/links.js +76 -0
  27. package/dist/agents/links.js.map +1 -0
  28. package/dist/agents/personas.d.ts +16 -0
  29. package/dist/agents/personas.d.ts.map +1 -0
  30. package/dist/agents/personas.js +34 -0
  31. package/dist/agents/personas.js.map +1 -0
  32. package/dist/fixtures/index.d.ts +27 -0
  33. package/dist/fixtures/index.d.ts.map +1 -0
  34. package/dist/fixtures/index.js +69 -0
  35. package/dist/fixtures/index.js.map +1 -0
  36. package/dist/graph/index.d.ts +60 -0
  37. package/dist/graph/index.d.ts.map +1 -0
  38. package/dist/graph/index.js +97 -0
  39. package/dist/graph/index.js.map +1 -0
  40. package/dist/graph/react/index.d.ts +2 -0
  41. package/dist/graph/react/index.d.ts.map +1 -0
  42. package/dist/graph/react/index.js +5 -0
  43. package/dist/graph/react/index.js.map +1 -0
  44. package/dist/graph/react/story-graph.d.ts +17 -0
  45. package/dist/graph/react/story-graph.d.ts.map +1 -0
  46. package/dist/graph/react/story-graph.js +26 -0
  47. package/dist/graph/react/story-graph.js.map +1 -0
  48. package/dist/graph/tones.d.ts +36 -0
  49. package/dist/graph/tones.d.ts.map +1 -0
  50. package/dist/graph/tones.js +38 -0
  51. package/dist/graph/tones.js.map +1 -0
  52. package/dist/index.d.ts +33 -0
  53. package/dist/index.d.ts.map +1 -0
  54. package/dist/index.js +24 -0
  55. package/dist/index.js.map +1 -0
  56. package/dist/schema/constants.d.ts +3 -0
  57. package/dist/schema/constants.d.ts.map +1 -0
  58. package/dist/schema/constants.js +3 -0
  59. package/dist/schema/constants.js.map +1 -0
  60. package/dist/schema/extensions.d.ts +14 -0
  61. package/dist/schema/extensions.d.ts.map +1 -0
  62. package/dist/schema/extensions.js +61 -0
  63. package/dist/schema/extensions.js.map +1 -0
  64. package/dist/schema/generated-terms.d.ts +7 -0
  65. package/dist/schema/generated-terms.d.ts.map +1 -0
  66. package/dist/schema/generated-terms.js +518 -0
  67. package/dist/schema/generated-terms.js.map +1 -0
  68. package/dist/schema/generated.d.ts +64 -0
  69. package/dist/schema/generated.d.ts.map +1 -0
  70. package/dist/schema/generated.js +497 -0
  71. package/dist/schema/generated.js.map +1 -0
  72. package/dist/schema/index.d.ts +48 -0
  73. package/dist/schema/index.d.ts.map +1 -0
  74. package/dist/schema/index.js +92 -0
  75. package/dist/schema/index.js.map +1 -0
  76. package/dist/schema/normalize.d.ts +20 -0
  77. package/dist/schema/normalize.d.ts.map +1 -0
  78. package/dist/schema/normalize.js +88 -0
  79. package/dist/schema/normalize.js.map +1 -0
  80. package/dist/schema/read.d.ts +31 -0
  81. package/dist/schema/read.d.ts.map +1 -0
  82. package/dist/schema/read.js +640 -0
  83. package/dist/schema/read.js.map +1 -0
  84. package/dist/schema/terms.d.ts +11 -0
  85. package/dist/schema/terms.d.ts.map +1 -0
  86. package/dist/schema/terms.js +80 -0
  87. package/dist/schema/terms.js.map +1 -0
  88. package/dist/schema/types.d.ts +140 -0
  89. package/dist/schema/types.d.ts.map +1 -0
  90. package/dist/schema/types.js +2 -0
  91. package/dist/schema/types.js.map +1 -0
  92. package/dist/schema/validate.d.ts +54 -0
  93. package/dist/schema/validate.d.ts.map +1 -0
  94. package/dist/schema/validate.js +490 -0
  95. package/dist/schema/validate.js.map +1 -0
  96. package/dist/store/index.d.ts +76 -0
  97. package/dist/store/index.d.ts.map +1 -0
  98. package/dist/store/index.js +96 -0
  99. package/dist/store/index.js.map +1 -0
  100. package/dist/store/json.d.ts +35 -0
  101. package/dist/store/json.d.ts.map +1 -0
  102. package/dist/store/json.js +192 -0
  103. package/dist/store/json.js.map +1 -0
  104. package/dist/store/mutations.d.ts +45 -0
  105. package/dist/store/mutations.d.ts.map +1 -0
  106. package/dist/store/mutations.js +181 -0
  107. package/dist/store/mutations.js.map +1 -0
  108. package/dist/store/neon.d.ts +42 -0
  109. package/dist/store/neon.d.ts.map +1 -0
  110. package/dist/store/neon.js +167 -0
  111. package/dist/store/neon.js.map +1 -0
  112. package/dist/terminology/generated.d.ts +3 -0
  113. package/dist/terminology/generated.d.ts.map +1 -0
  114. package/dist/terminology/generated.js +2923 -0
  115. package/dist/terminology/generated.js.map +1 -0
  116. package/dist/terminology/index.d.ts +20 -0
  117. package/dist/terminology/index.d.ts.map +1 -0
  118. package/dist/terminology/index.js +71 -0
  119. package/dist/terminology/index.js.map +1 -0
  120. package/dist/terminology/types.d.ts +25 -0
  121. package/dist/terminology/types.d.ts.map +1 -0
  122. package/dist/terminology/types.js +2 -0
  123. package/dist/terminology/types.js.map +1 -0
  124. package/package.json +117 -0
  125. package/rispecs/README.rise.md +5 -0
  126. package/rispecs/RISPEC.md +9 -0
@@ -0,0 +1,2068 @@
1
+ {
2
+ "story": {
3
+ "id": "dd488e87-41b5-4927-b5ac-d89561510932",
4
+ "title": "The Shawshank Redemption",
5
+ "genre": "the genre",
6
+ "logline": "the logline",
7
+ "created_at": "2023-05-29T21:52:25.000000Z"
8
+ },
9
+ "narratives": [
10
+ {
11
+ "id": "78adcfde-3a64-443b-b297-3294ff4ed00d",
12
+ "title": "The Shawshank Redemption",
13
+ "subtext": {
14
+ "perspectives": {
15
+ "i": [
16
+ {
17
+ "id": "2b6380b0-4423-442a-bdbf-4eba7cb4a598",
18
+ "author_structural_pov": "i",
19
+ "summary": "Ellis \u00e2\u20ac\u0153Red\u00e2\u20ac\u009d Redding",
20
+ "storytelling": "Red, a seasoned inmate, carries a profound sense of loyalty and a protective instinct that often puts him at odds with his own survival instincts. His years in the system have made him a pragmatic realist, yet he harbors a quiet hope for redemption that he rarely admits, even to himself."
21
+ }
22
+ ],
23
+ "we": [
24
+ {
25
+ "id": "26b4d894-d122-4e84-9d1d-dc4eb15803af",
26
+ "author_structural_pov": "we",
27
+ "summary": "friendship",
28
+ "storytelling": "The friendship between Red and Andy begins as a cautious connection, shaped by the harsh realities of prison life and their contrasting outlooks on hope. As they share stories, advice, and moments of vulnerability, their bond deepens into a mutual reliance that challenges their individual beliefs and fosters a profound sense of trust and understanding."
29
+ }
30
+ ],
31
+ "you": [
32
+ {
33
+ "id": "2cc7ab49-abd3-4e77-ad52-8555a653d00d",
34
+ "author_structural_pov": "you",
35
+ "summary": "Tommy Williams",
36
+ "storytelling": "Tommy Williams exudes a brash confidence and a hunger for validation, often embellishing his past exploits to gain respect among the inmates. His impulsive nature and need to prove himself frequently lead him into risky situations, making him both a wildcard and a potential liability in the delicate balance of prison dynamics."
37
+ },
38
+ {
39
+ "id": "7ce35b24-bef6-4375-ba46-1a6f4abdf658",
40
+ "author_structural_pov": "you",
41
+ "summary": "Andy Dufresne",
42
+ "storytelling": "Andy Dufresne's meticulous and calculated demeanor masks a deep-seated determination to reclaim his autonomy and expose the injustices of the system that wronged him. His quiet, methodical approach to problem-solving often leads him to manipulate situations and people subtly, always keeping his ultimate goal in sight while maintaining an air of unassuming composure."
43
+ }
44
+ ],
45
+ "they": [
46
+ {
47
+ "id": "38830cab-af1c-4184-aa54-eb8d027e5621",
48
+ "author_structural_pov": "they",
49
+ "summary": "Sowing Hope in Shawshank's Brutality",
50
+ "storytelling": "Within the oppressive environment of a high-security prison, a misjudged former banker navigates the brutality of institutional life. The system's corruption relies on exploitation and dehumanization, yet small acts of intelligence and camaraderie begin to inspire a resilience among inmates. In this bleak context, the struggle is centered on persisting hope and resisting the crushing force of the institution."
51
+ }
52
+ ]
53
+ },
54
+ "players": [
55
+ {
56
+ "id": "d5a5261e-e949-44ec-810b-0e0bae3a43ad",
57
+ "name": "Ellis \"Red\" Redding",
58
+ "role": "the guy who can get you anything",
59
+ "visual": "",
60
+ "audio": "",
61
+ "bio": "",
62
+ "storytelling": "Ellis \"Red\" Redding is a crucial player in the story as he is the one who can get anything for anyone in Shawshank. His motivations to support and help those in need make him an important ally for Andy, who needs his help to obtain certain items that will aid in his escape plan. Red's conscience, however, makes him hesitant to take risks that could jeopardize his own safety. Despite this, Red ultimately decides to help Andy in his quest for freedom, which is essential to the story goal of overcoming the injustice of Andy's wrongful imprisonment.",
63
+ "elements": [
64
+ {
65
+ "element": "Support",
66
+ "storytelling": "Ellis \"Red\" Redding is an opportunity supporter."
67
+ },
68
+ {
69
+ "element": "Help",
70
+ "storytelling": "Ellis \"Red\" Redding helps those in Shawshank get what they're looking for."
71
+ },
72
+ {
73
+ "element": "Conscience",
74
+ "storytelling": "Ellis \"Red\" Redding would rather not do something if it means he'll stay safe."
75
+ }
76
+ ],
77
+ "perspectives": {
78
+ "perspective_id": "1b58e70f-ad6b-4b13-8423-07f2558d7deb"
79
+ }
80
+ },
81
+ {
82
+ "id": "a0b0262a-127c-4e1a-a5e2-198fbe82931c",
83
+ "name": "Andy Dufresne",
84
+ "role": "the banker who killed his wife",
85
+ "visual": "",
86
+ "audio": "",
87
+ "bio": "",
88
+ "storytelling": "The banker who killed his wife functions as the protagonist of the story, driving the plot forward towards the Story Goal of overcoming the injustice of his wrongful imprisonment. His pursuit of happiness and his ability to get others to think about a different way of being are key to his success in achieving this goal. Despite the many obstacles he faces, the banker's unwavering vision of a brighter future outside of prison gives him the strength to persevere and ultimately achieve his freedom.",
89
+ "elements": [
90
+ {
91
+ "element": "Oppose",
92
+ "storytelling": "Andy Dufresne foments opposition."
93
+ },
94
+ {
95
+ "element": "Pursuit",
96
+ "storytelling": "Andy Dufresne pursues his own happiness."
97
+ },
98
+ {
99
+ "element": "Consider",
100
+ "storytelling": "Andy Dufresne gets others to think about a different way of being."
101
+ }
102
+ ],
103
+ "perspectives": {
104
+ "perspective_id": "4525cdca-b0f4-4ddf-aa0c-23a0599d59a1"
105
+ }
106
+ },
107
+ {
108
+ "id": "c8a2691b-5dd6-4535-8a13-2578992f0c1f",
109
+ "name": "Warden Samuel Norton",
110
+ "role": "the warden of Shawshank Prison",
111
+ "visual": "",
112
+ "audio": "",
113
+ "bio": "",
114
+ "storytelling": "Warden Samuel Norton functions as the primary antagonist in the story, as he is the one responsible for maintaining the corrupt and oppressive system within Shawshank prison. His motivations to avoid anyone leaving or undermining his work directly conflict with Andy's story goal of overcoming the injustice of his wrongful imprisonment. Norton's actions, such as denying Andy's requests for books and preventing him from receiving a fair trial, serve as obstacles that Andy must overcome in order to achieve his goal of freedom.",
115
+ "elements": [
116
+ {
117
+ "element": "Avoid",
118
+ "storytelling": "Warden Samuel Norton prevents anyone from leaving Shawshank or undermining his work there."
119
+ },
120
+ {
121
+ "element": "Reconsider",
122
+ "storytelling": "Warden Samuel Norton reconsiders a group's behavior, gets others to reconsider, and is always ready to renegotiate to get what he wants."
123
+ }
124
+ ],
125
+ "perspectives": {
126
+ "perspective_id": "76258106-f0d3-49fc-8fea-3894f196011b"
127
+ }
128
+ },
129
+ {
130
+ "id": "a8cf74cb-b78a-44ac-aeec-3d5e88b3ca92",
131
+ "name": "Heywood",
132
+ "role": "a member of Red's gang of long-serving convicts",
133
+ "visual": "",
134
+ "audio": "",
135
+ "bio": "",
136
+ "storytelling": "Heywood functions in the story as a loyal member of Red's gang who believes in the innocence of Andy. Heywood's faith in Red and the gang, as well as his rationalization of being in prison, provide Andy with a support system that helps him hold on to his vision for a brighter future outside of prison. Heywood's unwavering loyalty to Red and his belief in Andy's innocence ultimately contribute to the eventual realization of Andy's freedom.",
137
+ "elements": [
138
+ {
139
+ "element": "Faith",
140
+ "storytelling": "Heywood believes in Red and the rest of the gang."
141
+ },
142
+ {
143
+ "element": "Logic",
144
+ "storytelling": "Heywood rationalizes being in prison (\"The lawyer screwed me!\")"
145
+ }
146
+ ],
147
+ "perspectives": {
148
+ "perspective_id": "0e15fd28-49e4-4b3a-a286-2bc0f9344eb7"
149
+ }
150
+ },
151
+ {
152
+ "id": "38527f5d-cfc2-4b42-988e-1a19acb87db4",
153
+ "name": "Byron Hadley",
154
+ "role": "the brutal captain of the prison guards",
155
+ "visual": "",
156
+ "audio": "",
157
+ "bio": "",
158
+ "storytelling": "Byron Hadley functions as a major obstacle to Andy's goal of overcoming the injustice of his wrongful imprisonment. As the brutal captain of the prison guards, Hadley is responsible for enforcing the corrupt and oppressive system that keeps Andy and the other inmates trapped in Shawshank. Hadley's motivations to hinder and embrace immediate benefits make him a formidable opponent for Andy, as he is willing to use violence and intimidation to maintain his power and control over the inmates. Andy must find a way to navigate around Hadley's influence and find allies who can help him achieve his goal of freedom and justice.",
159
+ "elements": [
160
+ {
161
+ "element": "Hinder",
162
+ "storytelling": "Byron Hadley deters everyone in Shawshank."
163
+ },
164
+ {
165
+ "element": "Temptation",
166
+ "storytelling": "Byron Hadley embraces immediate benefits despite possible future negatives."
167
+ }
168
+ ],
169
+ "perspectives": {
170
+ "perspective_id": "4e5c1b29-edac-4384-b8af-6ab8821f6313"
171
+ }
172
+ },
173
+ {
174
+ "id": "6f6249b5-32bb-4499-a6c8-af9a0c7519f9",
175
+ "name": "Tommy Williams",
176
+ "role": "a young convict imprisoned for burglary",
177
+ "visual": "",
178
+ "audio": "",
179
+ "bio": "",
180
+ "storytelling": "Tommy Williams functions in the story as a catalyst for Andy's eventual freedom. His disbelief in Andy's conviction leads him to reveal crucial information that ultimately proves Andy's innocence. Without Tommy's actions, Andy may have never been able to hold on to his vision for the future and overcome the injustice of his false imprisonment.The problem is an innocent man has been sent to prison.",
181
+ "elements": [
182
+ {
183
+ "element": "Disbelief",
184
+ "storytelling": "Tommy Williams finds Andy's conviction false."
185
+ }
186
+ ],
187
+ "perspectives": {
188
+ "perspective_id": "a3c9d949-3202-42f4-b064-50fe150c5376"
189
+ }
190
+ },
191
+ {
192
+ "id": "9c829dac-38c7-4956-8724-21be7c6a7e6d",
193
+ "name": "Brooks Hatlen",
194
+ "role": "the elderly prison librarian",
195
+ "visual": "",
196
+ "audio": "",
197
+ "bio": "",
198
+ "storytelling": "Brooks Hatlen functions in the story as a symbol of the fear and hopelessness that can come with a life sentence in prison. As the elderly prison librarian, he has spent most of his life behind bars and has become institutionalized to the point where he is scared of life on the outside. His motivations are driven by this fear, and he does not want to be free. His character serves as a contrast to Andy's unwavering hope for a better future, highlighting the difficulty of maintaining such a vision in the face of overwhelming adversity.",
199
+ "elements": [
200
+ {
201
+ "element": "Feeling",
202
+ "storytelling": "Brooks Hatlen is scared of life on the outside."
203
+ },
204
+ {
205
+ "element": "Uncontrolled",
206
+ "storytelling": "Brooks Hatlen does not want to be free."
207
+ }
208
+ ],
209
+ "perspectives": {
210
+ "perspective_id": "421ce6d6-8699-449e-90aa-34819d3b1c80"
211
+ }
212
+ },
213
+ {
214
+ "id": "6517477f-df47-4f39-bbf9-f04a0d432b9c",
215
+ "name": "Bogs Diamond",
216
+ "role": "the head of \"the Sisters\" gang and a prison rapist",
217
+ "visual": "",
218
+ "audio": "",
219
+ "bio": "",
220
+ "storytelling": "Bogs Diamond functions as a major obstacle to Andy's story goal of overcoming the injustice of his wrongful imprisonment. As the head of \"the Sisters\" gang and a prison rapist, Bogs exerts control over Andy and others in his gang, making it difficult for Andy to maintain hope and hold on to his vision of a brighter future outside of prison. Bogs' actions and influence create a constant threat to Andy's safety and well-being, making it even more challenging for him to achieve his ultimate goal of freedom.",
221
+ "elements": [
222
+ {
223
+ "element": "Control",
224
+ "storytelling": "Bogs Diamond controls Andy and others in his gang."
225
+ }
226
+ ],
227
+ "perspectives": {
228
+ "perspective_id": "62b408be-b2d1-4c4e-8981-22b679b4f8fb"
229
+ }
230
+ }
231
+ ],
232
+ "storypoints": [
233
+ {
234
+ "id": "7e4bdd2d-028b-42c5-a149-73174d88448a",
235
+ "context": "Objective Story",
236
+ "appreciation": "Story Goal",
237
+ "narrative_function": "Future",
238
+ "illustration": "seeking a group's future",
239
+ "summary": "Andy must hold onto a vision of a brighter future to overcome the injustice of being wrongfully imprisoned and eventually be free.",
240
+ "storytelling": "When Andy is declared guilty, an injustice has been served and an innocent man is sentenced to serve the rest of his life in Shawshank prison. In order to overcome this injustice, Andy must hold on to this vision that a brighter future exists for him outside of the walls of prison--no matter how impossible or desperate such a future seems. If he can hold on to this vision for the future, then he'll eventually be free to live the rest of his life the way he wants to live it.",
241
+ "perspectives": {
242
+ "perspective_id": "1be74e7a-2523-488c-bbd5-9af5a1df6c95"
243
+ }
244
+ },
245
+ {
246
+ "id": "88662708-fdd8-4570-971d-a76ff1f8278c",
247
+ "context": "Objective Story",
248
+ "appreciation": "Story Consequence",
249
+ "narrative_function": "Subconscious",
250
+ "illustration": "living in fear",
251
+ "summary": "The Warden's alignment with the Story Consequence of Subconscious highlights the importance of achieving the Story Goal of Future, as without it, the inmates would remain trapped in a state of fear and oppression.",
252
+ "storytelling": "In The Shawshank Redemption, the Story Consequence of Subconscious (living in fear) can be seen in the way the Warden perpetuates a system of fear and control within the prison. The Warden, as a representative of this consequence, thrives on the inmates' fear and uses it to maintain his power and authority. He manipulates the prisoners' subconscious fears, such as the fear of punishment, isolation, and hopelessness, to keep them in line and prevent any attempts at challenging the status quo.If the Story Goal of achieving a brighter future is not met, the consequence of living in fear would continue to dominate the lives of the inmates at Shawshank. The Warden would maintain his iron grip on the prison, and the inmates would remain trapped in a cycle of fear and despair, unable to break free from the oppressive environment. This consequence would not only affect Andy but also the other inmates, as they would continue to be subjected to the Warden's cruel and unjust methods of control.The Warden's alignment with the Story Consequence of Subconscious highlights the importance of achieving the Story Goal of Future. Without the hope and vision for a better future, the inmates would remain trapped in a state of fear, unable to escape the Warden's control and the oppressive environment of Shawshank prison. \u00f0\u0178\u008f\u00a2\u00f0\u0178\u201d\u2019",
253
+ "perspectives": {
254
+ "perspective_id": "d433fdd4-f3f7-4558-8baa-0e8b08d6bb71"
255
+ }
256
+ },
257
+ {
258
+ "id": "6016e469-079a-4e7f-a1d7-642eca1fafc8",
259
+ "context": "Main Character",
260
+ "appreciation": "Problem",
261
+ "narrative_function": "Support",
262
+ "illustration": "giving something an endorsement",
263
+ "summary": "Red's inability to recognize his true self and his tendency to simply agree with authority keeps him imprisoned in Shawshank despite his attempts to manipulate the parole board.",
264
+ "storytelling": "Ellis \"Red\" Redding is an inmate and prison-contraband smuggler serving a life sentence in Shawshank for murdering someone. His motivation to support the rehabilitation he receives at Shawshank only keeps him imprisoned for longer. Attempting to manipulate the parole board by telling them what he thinks they want to hear shows that he truly has not been rehabilitated: Red still can't see his true self. Red's unconscious drive to simply be a \"yes\" man to any problem he runs into keeps him locked up in Shawshank prison.",
265
+ "perspectives": {
266
+ "perspective_id": "00a5407f-d7d9-47ca-a89c-ef22b504bcc7"
267
+ }
268
+ },
269
+ {
270
+ "id": "a943006d-65c1-4e79-8432-7158b499bfa3",
271
+ "context": "Main Character",
272
+ "appreciation": "Solution",
273
+ "narrative_function": "Oppose",
274
+ "illustration": "speaking out against something",
275
+ "summary": "Red speaks out against the prison system, showing the parole board he is rehabilitated and is granted parole.",
276
+ "storytelling": "In the end, Red abandons his silent endorsement of the prison system and instead, speaks his mind and speaks out against the whole process. \"Rehabilitated? That's a bullshit word, so you just go on ahead and stamp that form there, sonny, and stop wasting my damn time. Truth is, I don't give a shit.\" By expressing his true feelings and thoughts on the matter he shows the parole board that he is truly rehabilitated and that he is no longer just saying what he thinks they want to hear. As a consequence, the board approves his parole and they escort Red out of Shawshank prison.",
277
+ "perspectives": {
278
+ "perspective_id": "82ef466e-d899-415e-b487-0148b8fb271a"
279
+ }
280
+ },
281
+ {
282
+ "id": "44c7c87a-7576-4fc1-8224-d1479aae89b0",
283
+ "context": "Influence Character",
284
+ "appreciation": "Problem",
285
+ "narrative_function": "Control",
286
+ "illustration": "being locked up",
287
+ "summary": "Andy's refusal to be controlled inspires Red to question why he isn't doing the same for himself.",
288
+ "storytelling": "If there's one thing you don't do, it's try to lock Andy Dusfresne up. Whether it's in Shawshank Prison or at the mercy of \"The Sisters\", Andy refuses to back down. Any attempts to control him are met with equal parts resistance, and it is precisely this drive to fight against control that challenges Red to ask himself why he isn't doing the same for himself.",
289
+ "perspectives": {
290
+ "perspective_id": "1848b4ba-7cdd-4cc4-bd12-a8d9f55a1399"
291
+ }
292
+ },
293
+ {
294
+ "id": "fce30a1b-856e-4f2f-9680-540d1f972d97",
295
+ "context": "Influence Character",
296
+ "appreciation": "Evolution",
297
+ "narrative_function": "Control",
298
+ "illustration": "taking control",
299
+ "summary": "Andy regains his agency and inspires Red to do the same, despite the Warden's attempts to take it away.",
300
+ "storytelling": "In the end, Andy maintains his resolve and continues to dictate the terms upon which he lives his life. Motivated by the Warden's undying cruelty and attempt to seize every last bit of agency, Andy breaks free of prison and sets a path for a new life. This realignment back towards his initial motivation challenges Red to do the same.",
301
+ "perspectives": {
302
+ "perspective_id": "28c9fb92-cd9c-4b5b-accb-51d5789a133b"
303
+ }
304
+ },
305
+ {
306
+ "id": "84c3fb8a-2243-43aa-931d-3e3f3c2b42a3",
307
+ "context": "Influence Character",
308
+ "appreciation": "Pivotal Element",
309
+ "narrative_function": "Oppose",
310
+ "illustration": "speaking out against someone",
311
+ "summary": "Andy Dufresne argues that speaking out against injustice is essential for change, inspiring others to stand up and create a ripple effect of positive transformation.",
312
+ "storytelling": "Andy Dufresne's argument is that speaking out against something is necessary in order to bring about change. He shows that by standing up for what is right, even in the face of adversity, it is possible to make a difference. He also shows that by speaking out, it is possible to inspire others to do the same, and to create a ripple effect of positive change.",
313
+ "perspectives": {
314
+ "perspective_id": "85ce5acf-7e53-44ad-af21-866373b76998"
315
+ }
316
+ },
317
+ {
318
+ "id": "78e47555-6d5b-459b-b5b9-1c6e6625661e",
319
+ "context": "Premise",
320
+ "appreciation": "Subjective Premise",
321
+ "narrative_function": "Support",
322
+ "illustration": "endorsing something",
323
+ "summary": "",
324
+ "storytelling": "",
325
+ "perspectives": {
326
+ "perspective_id": "2e9fd7da-712c-45e6-812c-dee7f5dd67f7"
327
+ }
328
+ },
329
+ {
330
+ "id": "2bc395c8-9c62-4223-9314-d753660ec76a",
331
+ "context": "Premise",
332
+ "appreciation": "Objective Premise",
333
+ "narrative_function": "Future",
334
+ "illustration": "securing a better future",
335
+ "summary": "",
336
+ "storytelling": "",
337
+ "perspectives": {
338
+ "perspective_id": "c0ee2c32-ff7b-4505-868d-8323d47af02d"
339
+ }
340
+ },
341
+ {
342
+ "id": "b0a46825-d91c-4c74-860e-d6266f4bae69",
343
+ "context": "Objective Story",
344
+ "appreciation": "Issue",
345
+ "narrative_function": "Delay",
346
+ "illustration": "playing a waiting game",
347
+ "summary": "The Shawshank Redemption explores the tension between Delay and Choice, as characters endure hardships and take control of their destinies.",
348
+ "storytelling": "In The Shawshank Redemption, the Objective Story Issue of Delay creates conflict by subjecting characters to prolonged periods of waiting and hopelessness, such as lengthy prison sentences, repeated parole denials, and resistance to Andy's efforts to prove his innocence. In contrast, the Counterpoint of Choice highlights moments when characters make decisions that challenge the status quo and break free from the constraints of Delay, such as Andy's secret tunnel, Red's honest parole hearing, and the warden's corrupt choices. Together, these thematic elements of Delay and Choice contribute to a rich and engaging narrative that explores the tension between enduring hardships and taking control of one's destiny.",
349
+ "perspectives": {
350
+ "perspective_id": "db39ba4d-1343-452b-b2f6-a34b7d48f005"
351
+ }
352
+ },
353
+ {
354
+ "id": "e31290ea-0d8e-42dd-b717-d72d9251de78",
355
+ "context": "Objective Story",
356
+ "appreciation": "Problem",
357
+ "narrative_function": "Support",
358
+ "illustration": "showing approval for something",
359
+ "summary": "In The Shawshank Redemption, the consequences of supporting a corrupt system create conflict and drive the story's central conflicts.",
360
+ "storytelling": "In The Shawshank Redemption, the core Problem element of Support in the OS Throughline creates conflict and motivates problems in the story in several ways:1. The prison system: The inmates and staff at Shawshank Prison are all part of a system that supports and perpetuates injustice and corruption. The Warden and the guards maintain their power by supporting each other and keeping the inmates in line, often through brutal means. This support for the corrupt system creates conflict and suffering for the inmates.2. Andy's wrongful conviction: Andy Dufresne is an innocent man who has been convicted of a crime he didn't commit. The legal system that supported his conviction is flawed, and this support for a wrongful verdict creates the central conflict of the story, as Andy struggles to prove his innocence and regain his freedom.3. Red's institutionalization: Red, the main character, has become institutionalized over his many years in prison. He supports the system by going along with it and saying what he thinks the parole board wants to hear during his hearings. This support for the system keeps him stuck in his situation and unable to truly change.4. Tommy's fate: When Tommy, a young inmate, learns information that could potentially exonerate Andy, he tries to help by sharing this information with the Warden. However, the Warden's support for the corrupt system leads him to silence Tommy, ultimately resulting in Tommy's death. This tragic outcome further emphasizes the destructive nature of supporting a corrupt system.5. Andy's defiance: Throughout the story, Andy challenges the system by finding ways to undermine its authority and expose its corruption. His acts of defiance, such as playing Mozart over the prison loudspeakers and secretly digging a tunnel to escape, are motivated by his refusal to support the unjust system that has imprisoned him.In summary, the core Problem element of Support in The Shawshank Redemption's OS Throughline creates conflict and motivates problems in the story by highlighting the destructive consequences of supporting a corrupt and unjust system. This support leads to suffering and injustice for the characters, and ultimately drives the story's central conflicts.",
361
+ "perspectives": {
362
+ "perspective_id": "e66a1172-2808-4e38-82bc-fac92409fafe"
363
+ }
364
+ },
365
+ {
366
+ "id": "5f27bae3-a864-416e-bd3a-a3c5e4ceda81",
367
+ "context": "Objective Story",
368
+ "appreciation": "Solution",
369
+ "narrative_function": "Oppose",
370
+ "illustration": "opposing authority",
371
+ "summary": "In The Shawshank Redemption, the OS Solution of Oppose demonstrates the power of standing up against a corrupt and unjust system, allowing the characters to break free and find redemption.",
372
+ "storytelling": "In The Shawshank Redemption, the OS Solution of Oppose (opposing authority) resolves the inequity of conflict for everyone by demonstrating the power of standing up against a corrupt and unjust system. This is evident in several key moments throughout the story:1. Andy's acts of defiance, such as playing Mozart over the prison loudspeakers and secretly digging a tunnel to escape, show that opposing the system can lead to moments of freedom and ultimately, his successful escape. These acts inspire other inmates and challenge the authority of the prison staff.2. The exposure of the Warden's corruption and the subsequent arrest of the corrupt prison staff members demonstrate the power of opposing authority in dismantling a harmful system. This resolution brings justice to those who have suffered under the corrupt regime and paves the way for potential improvements in the prison system.3. Finally, Red's decision to break his parole and follow Andy to Zihuatanejo, Mexico, symbolizes his complete rejection of the system that has held him captive for so long. By choosing to oppose authority and pursue a life of freedom with his friend, Red finds a sense of redemption and a new beginning.In conclusion, the OS Solution of Oppose in The Shawshank Redemption effectively resolves the inequity of conflict for everyone by demonstrating the power of standing up against a corrupt and unjust system. Through acts of defiance, exposure of corruption, and personal growth, the characters are able to break free from the oppressive system and find redemption.",
373
+ "perspectives": {
374
+ "perspective_id": "601599f4-da26-487c-8e96-32788bc432d7"
375
+ }
376
+ },
377
+ {
378
+ "id": "233b43b5-bc1c-48b9-a821-f4b1371e96f9",
379
+ "context": "Objective Story",
380
+ "appreciation": "Domain",
381
+ "narrative_function": "Universe",
382
+ "illustration": "being unjustly imprisoned",
383
+ "summary": "In The Shawshank Redemption, the OS Domain of Universe creates a shared source of conflict for all the characters as they struggle to survive and maintain their dignity in a corrupt and oppressive prison system.",
384
+ "storytelling": "In The Shawshank Redemption, the OS Domain of Universe (being unjustly imprisoned) defines the source of conflict for everyone in the story as they all experience the effects of this unjust system and the harsh realities of prison life. Here are some examples of how this conflict affects various characters in the story:1. Andy Dufresne (Tim Robbins): As the protagonist, Andy is unjustly imprisoned for a crime he didn't commit. His conflict arises from trying to survive and maintain his dignity in a corrupt and brutal environment, while also seeking a way to prove his innocence.2. Ellis \"Red\" Redding (Morgan Freeman): Red is a long-time inmate and Andy's close friend. His conflict comes from his struggle to adapt to life inside the prison and his eventual realization that he has become institutionalized, making it difficult for him to imagine life outside the prison walls.3. Warden Samuel Norton (Bob Gunton): The warden represents the corrupt and oppressive system that governs the prison. His conflict arises from his desire to maintain control over the inmates and exploit them for his own gain, which ultimately leads to his downfall.4. Captain Byron Hadley (Clancy Brown): Hadley is the cruel and sadistic chief of the prison guards. His conflict comes from his need to assert his authority over the inmates through violence and intimidation, which ultimately backfires when Andy exposes the corruption within the prison.5. Tommy Williams (Gil Bellows): Tommy is a young inmate who befriends Andy and Red. His conflict arises from his desire to turn his life around and help Andy prove his innocence, but he faces the harsh reality of the prison system when he is killed to prevent him from revealing the truth.These examples illustrate how the OS Domain of Universe creates a shared source of conflict for all the characters in The Shawshank Redemption. Each character's individual struggles and experiences are connected to the larger theme of injustice and the impact of the prison system on their lives.",
385
+ "perspectives": {
386
+ "perspective_id": "caaa9bb4-67d0-4473-884e-c131a8d912f6"
387
+ }
388
+ },
389
+ {
390
+ "id": "d0ce3af2-e550-4f70-8a07-d0de99709709",
391
+ "context": "Objective Story",
392
+ "appreciation": "Concern",
393
+ "narrative_function": "Future",
394
+ "illustration": "having no future",
395
+ "summary": "In \"The Shawshank Redemption,\" the Objective Story Concern of \"Future\" creates a cohesive narrative that explores the impact of having no future on the characters and their actions, ultimately leading to the resolution of the story's central proble",
396
+ "storytelling": "In \"The Shawshank Redemption,\" the Objective Story Concern of \"Future\" (having no future) identifies sources of conflict in the plot for everyone by focusing on the uncertainty and limitations that the characters face due to their imprisonment and the corrupt system they are a part of.For the inmates, like Andy and Red, the concern of having no future is a constant source of conflict as they struggle with the reality of their long sentences and the lack of hope for a better life outside the prison walls. This concern is also evident in their interactions with other inmates, who share similar feelings of despair and hopelessness.For the prison staff, such as Warden Norton and Captain Hadley, the concern of having no future manifests in their desire to maintain control and power over the inmates. They exploit the prisoners for their own gain, fearing that any change in the status quo could threaten their positions and the corrupt system they benefit from.The Objective Story Concern of \"Future\" ties all these individual storylines together, creating a cohesive narrative that explores the impact of having no future on the characters and their actions. As the story progresses, we see how this concern drives the characters to make choices that ultimately lead to the resolution of the story's central problem: Andy's escape and the exposure of the corruption within the prison.",
397
+ "perspectives": {
398
+ "perspective_id": "7c5284f4-0a0c-440a-bb9a-97d9659b8206"
399
+ }
400
+ },
401
+ {
402
+ "id": "2f0dac7b-0204-4413-98d6-936204ad624e",
403
+ "context": "Main Character",
404
+ "appreciation": "Domain",
405
+ "narrative_function": "Psychology",
406
+ "illustration": "being institutionalized",
407
+ "summary": "Red, in _The Shawshank Redemption_, is a character deeply affected by the psychological aspect of institutionalization. He's been in prison for so long that it has become his norm, his comfort zone. ",
408
+ "storytelling": "Though he tries to act like it doesn't bother him, the truth is that being institutionalized has taken a toll on Red. He's been in prison for so long that he's forgotten what it's like to be outside, to be free. He's become accustomed to the routine and the people inside, and the thought of leaving is both terrifying and exhilarating.",
409
+ "perspectives": {
410
+ "perspective_id": "260614e8-1ea0-4790-b714-b128c9c55ec0"
411
+ }
412
+ },
413
+ {
414
+ "id": "ebde34be-8fb5-4379-b0b2-2f0589fae7a1",
415
+ "context": "Main Character",
416
+ "appreciation": "Concern",
417
+ "narrative_function": "Becoming",
418
+ "illustration": "becoming a changed man",
419
+ "summary": "Red is haunted by his past and struggles to take responsibility for his own rehabilitation in order to escape it.",
420
+ "storytelling": "Ellis \"Red\" Redding is an inmate who is serving a life sentence for murder. At his parole board hearings, he professes to be a changed man from his experiences is prison, but the truth is\u00e2\u20ac\u201dhe hasn't changed a bit. He's still haunted by the memories of his crime. And these memories make it difficult for him to have any measure of hope, as he is constantly reminded of the person he used to be and the life he took. He is afraid that he will never be able to truly change and that he will always be defined by his past. The only way out for Red is for him to truly change, and to take responsibility for his own rehabilitation.",
421
+ "perspectives": {
422
+ "perspective_id": "b657b866-8894-4b88-87e2-320d8e303be0"
423
+ }
424
+ },
425
+ {
426
+ "id": "27f0790e-3fd5-4dce-b0f7-7aa93c9dd495",
427
+ "context": "Main Character",
428
+ "appreciation": "Issue",
429
+ "narrative_function": "Rationalization",
430
+ "illustration": "covering up something",
431
+ "summary": "Ellis 'Red' Redding rationalizes his life sentence for killing a man in a fit of rage by telling himself he is doing his time for the man he killed, but this only serves to keep him in Shawshank longer.",
432
+ "storytelling": "Ellis 'Red' Redding knows that he is guilty of the crime he was sentenced for. He killed a man in a fit of rage and he knows that he deserves to be in prison for it. But he also knows that the life sentence he was given is far too harsh. He didn't mean to kill the man and he has been remorseful for it ever since. So he rationalizes his actions by telling himself that he is doing his time for the man he killed. He knows that he can never make up for what he has done, but he can try to make the best of his situation and help others in the process. This rationalization, while beneficial in the short term, only serves to keep him in Shawshank longer. ",
433
+ "perspectives": {
434
+ "perspective_id": "a701a890-226d-476e-816d-afe704f9bc84"
435
+ }
436
+ },
437
+ {
438
+ "id": "89352861-db4d-42db-8aea-2abac24609d5",
439
+ "context": "Influence Character",
440
+ "appreciation": "Domain",
441
+ "narrative_function": "Physics",
442
+ "illustration": "fighting against someone",
443
+ "summary": "Andy's fight against the system and his playing of music to taunt the warden challenge Red's beliefs, forcing him to confront his own powerlessness and despair and to accept and embrace the idea that joy can be found even in the darkest of",
444
+ "storytelling": "Andy Dufresne's fighting against the system challenges Ellis \"Red\" Redding's belief that it is possible to fight the system and win. Red must grapple with the idea that sometimes the system is too big and too powerful to fight. This conflict forces Red to confront his own sense of powerlessness and to accept the fact that sometimes the only way to survive is to go along with the system. Additionally, Andy's playing music over the loudspeakers to taunt the warden challenges Red's belief that it is possible to find a measure of peace and happiness even in the most difficult of circumstances. Red must grapple with the idea that sometimes the only way to endure the pain and the suffering is to find a way to enjoy it. This conflict forces Red to confront his own sense of despair and to embrace the idea that even in the darkest of times there can be moments of joy.",
445
+ "perspectives": {
446
+ "perspective_id": "df334693-e7a1-41b7-b397-b14cec0c438b"
447
+ }
448
+ },
449
+ {
450
+ "id": "d257c97d-eff0-46cc-9932-d0fe796291a6",
451
+ "context": "Influence Character",
452
+ "appreciation": "Concern",
453
+ "narrative_function": "Obtaining",
454
+ "illustration": "finishing something",
455
+ "summary": "Andy's Obstacle Character Concern of Obtaining, demonstrated through his pursuit of a better prison library, self-respect, freedom, and justice, challenges Red's beliefs and ultimately inspires him to pursue a life outside of Shawshank.",
456
+ "storytelling": "In The Shawshank Redemption, the Obstacle Character Concern of Obtaining is illustrated through Andy Dufresne's (Tim Robbins) character. As the Obstacle Character, Andy's focus on obtaining certain goals and achievements within the prison environment influences Red's (Morgan Freeman) perspective and challenges his way of thinking.Andy's concern with obtaining is evident in several aspects of the story:1. Andy's pursuit of a better prison library: He is determined to obtain funding and resources to improve the library, which he eventually achieves through his persistent letter-writing campaign. This demonstrates his belief in the power of education and rehabilitation, contrasting with Red's more cynical outlook.2. Andy's efforts to maintain his dignity and self-respect: Despite the harsh conditions of prison, Andy strives to obtain a sense of personal integrity and humanity. This is evident in his refusal to let the prison system break his spirit and his insistence on treating others with respect.3. Andy's secret plan to escape Shawshank: Throughout the story, Andy is focused on obtaining his freedom by patiently and methodically digging a tunnel to escape the prison. This long-term goal drives his actions and decisions, even when it seems impossible to achieve.4. Andy's desire to clear his name: Although he knows it's a long shot, Andy is determined to obtain justice for himself by proving his innocence. This is exemplified by his efforts to gather evidence and his interactions with Tommy, who has information that could potentially exonerate him.Throughout the story, Andy's concern with obtaining various goals and achievements challenges Red's beliefs and ultimately inspires him to change his own approach. This is evident when Red finally decides to be honest with the parole board and later follows Andy's advice to pursue a life outside of the prison walls. Andy's concern of Obtaining as the Obstacle Character plays a significant role in Red's character development and the overall thematic exploration of the story.",
457
+ "perspectives": {
458
+ "perspective_id": "9f79bf9a-d4d3-4326-ac6e-95a62da10dce"
459
+ }
460
+ },
461
+ {
462
+ "id": "c9bad257-a461-4e32-b734-9bd4a27e3298",
463
+ "context": "Influence Character",
464
+ "appreciation": "Issue",
465
+ "narrative_function": "Approach",
466
+ "illustration": "taunting",
467
+ "summary": "In The Shawshank Redemption, Andy Dufresne's (Tim Robbins) approach to life in prison challenges Red's (Morgan Freeman) more cynical attitude, inspiring him to change his own approach and attitude.",
468
+ "storytelling": "In The Shawshank Redemption, the Obstacle Character Issue of Approach is illustrated through Andy Dufresne's (Tim Robbins) character, while the Counterpoint of Attitude is also present, creating a contrast between the two. As the Obstacle Character, Andy's unique approach to life and problem-solving within the prison environment challenges Red's (Morgan Freeman) way of thinking and influences him to reconsider his own approach.Andy's approach is characterized by his determination, resourcefulness, and hope. He maintains his dignity and self-respect despite the harsh conditions of prison. Some examples of Andy's approach include:1. His persistence in writing letters to the state senate to secure funding for the prison library. This demonstrates his belief in the power of education and rehabilitation, which contrasts with Red's more cynical outlook.2. His ability to leverage his financial expertise to gain favor with the prison guards and the warden. Andy uses his skills to help them with their taxes and financial matters, which in turn provides him with some protection and privileges within the prison.3. His friendship with Red, which is built on trust and mutual respect. Andy's approach to friendship is genuine and sincere, which challenges Red's more guarded and skeptical attitude towards others.4. His secret plan to escape from Shawshank. Andy's approach to dealing with his wrongful imprisonment is to patiently and methodically work towards his freedom, rather than accepting his fate as Red initially does.In contrast, the Counterpoint of Attitude is evident in the way other characters, including Red, initially approach their situation in Shawshank. Their attitudes are often marked by cynicism, resignation, and a lack of hope for a better future. This is exemplified by Red's initial belief that hope is a dangerous thing in prison and his reluctance to entertain the possibility of change.Throughout the story, Andy's approach to life within Shawshank challenges Red's beliefs and ultimately inspires him to change his own approach and attitude. This is evident when Red finally decides to be honest with the parole board and later follows Andy's advice to pursue a life outside of the prison walls. Andy's approach as the Obstacle Character Issue, along with the contrasting Counterpoint of Attitude, plays a significant role in Red's character development and the overall thematic exploration of the story.",
469
+ "perspectives": {
470
+ "perspective_id": "9d19846e-2ca8-4a17-9bd8-2f1db08f7833"
471
+ }
472
+ },
473
+ {
474
+ "id": "e827fbf6-81df-4f65-b9ea-b839a24e88a2",
475
+ "context": "Influence Character",
476
+ "appreciation": "Solution",
477
+ "narrative_function": "Uncontrolled",
478
+ "illustration": "being unpredictable",
479
+ "summary": "",
480
+ "storytelling": "The moment Andy starts behaving unpredictably or unregulated is the moment his influence on Red begins to weaken. Not knowing what Andy is doing in his jail cell at night gives Red a moment to pause and possibly reconsider abandoning the way he has always done things in Shawshank.",
481
+ "perspectives": {
482
+ "perspective_id": "0044cea8-5157-47d7-9476-fe76637993e3"
483
+ }
484
+ },
485
+ {
486
+ "id": "bf983999-c08a-44c7-8c7f-09dff8261cca",
487
+ "context": "Relationship Story",
488
+ "appreciation": "Domain",
489
+ "narrative_function": "Mind",
490
+ "illustration": "taking a position on something",
491
+ "summary": "Initially brought together by circumstance, their friendship is strengthened by their differing values, leading to trust, intimacy, and mutual recognition of the value of their friendship.",
492
+ "storytelling": "While being victims of circumstance initially brings them together, the taking of a position on incompatible values draws them into a long-lasting and meaningful friendship. In the beginning, the differential in their values pushes them apart--while simultaneously intriguing the two into productive debate. The clash of wills is a means of growth for the relationship as it creates a sense of trust and intimacy. It also allows them to have a discussion about why they feel they way they do, which can lead to much-needed recognition and validation. And when people feel they can rely on each other for support, they are more likely to feel close to one another and be willing to work through difficult issues. In the end, it is a mutual recognition that what is most important is taking a position on the value of their friendship that ultimately brings them together.",
493
+ "perspectives": {
494
+ "perspective_id": "fe0be769-c4b3-452d-8138-cd8a4761d670"
495
+ }
496
+ },
497
+ {
498
+ "id": "cc3100ed-a8e8-416e-96ea-197a5f26054d",
499
+ "context": "Relationship Story",
500
+ "appreciation": "Concern",
501
+ "narrative_function": "Subconscious",
502
+ "illustration": "being fond of someone",
503
+ "summary": "In The Shawshank Redemption, the Relationship Story Concern being Subconscious means that the growth of Andy and Red's friendship is based on trust, emotional support, and shared experiences, all of which are rooted in their subconscious desires.",
504
+ "storytelling": "In The Shawshank Redemption, the Relationship Story (RS) Concern being Subconscious means that the growth of Andy and Red's friendship is centered around their basic drives and desires, often at a level they may not be fully aware of.One such quality is the sense of trust and loyalty that develops between Andy and Red. Trust is a fundamental aspect of their relationship, and it's something that grows over time as they share their experiences, thoughts, and feelings. This trust is built on a subconscious level, as they both have to rely on their instincts to determine if the other person is genuine and trustworthy.Another aspect of their relationship that can be classified under Subconscious is the emotional support they provide each other. In the harsh environment of the prison, both Andy and Red face emotional challenges and struggles. Their friendship offers a safe space for them to express their emotions and find comfort in each other's company. This emotional connection is rooted in their subconscious desires for companionship and understanding.Lastly, their shared experiences in prison also contribute to the growth of their friendship on a subconscious level. They both endure the hardships of prison life, and these shared experiences create a bond between them that goes beyond the surface level. This bond is rooted in their subconscious understanding of each other's struggles and the empathy they develop for one another.",
505
+ "perspectives": {
506
+ "perspective_id": "208c8f31-baba-456b-9047-ee8cbd1ea8e1"
507
+ }
508
+ },
509
+ {
510
+ "id": "3181b8bf-c058-4809-a21f-6f50c311e681",
511
+ "context": "Relationship Story",
512
+ "appreciation": "Issue",
513
+ "narrative_function": "Hope",
514
+ "illustration": "being hopeful about something",
515
+ "summary": "",
516
+ "storytelling": "In The Shawshank Redemption, the Relationship Story (RS) Issue of Hope and the RS Counterpoint of Dream intertwine to create a complex and meaningful exploration of the growth of Andy and Red's friendship, centered around their beliefs and attitudes towards hope and dreams.At the beginning of their friendship, Red and Andy have different perspectives on hope. Red sees hope as a dangerous thing, while Andy believes in the power of hope and dreams. This difference in their views on hope creates a conflict in their relationship, as they struggle to understand each other's point of view.As their friendship develops, they begin to influence each other's beliefs about hope and dreams. Andy's unwavering hope and determination, along with his dream of escaping Shawshank and living a free life in Zihuatanejo, slowly start to affect Red, who begins to reconsider his cynical outlook on life. This growth in their relationship is evident when Red starts to entertain the idea of Zihuatanejo, a place that symbolizes hope, freedom, and dreams for both of them.The growth in their friendship is also seen in the way they support each other through difficult times in prison. Andy helps Red by providing him with a sense of purpose and a renewed belief in the possibility of a better future. In turn, Red supports Andy by smuggling in items that help him maintain his sense of self, hope, and dreams.The RS Counterpoint of Dream adds depth to the growth of Andy and Red's friendship by contrasting their aspirations with the reality of their situation. It also serves to emphasize the transformative power of hope and dreams in their relationship, ultimately leading to a change in their perspectives on life.In conclusion, the RS Issue of Hope and the RS Counterpoint of Dream in The Shawshank Redemption illustrate the growth of Andy and Red's friendship as they influence each other's beliefs about hope and dreams, ultimately leading to a transformation in their perspectives on hope, dreams, and life. \u00f0\u0178\u02dc\u0160",
517
+ "perspectives": {
518
+ "perspective_id": "48a53b01-b826-4cfa-8035-61e519484235"
519
+ }
520
+ },
521
+ {
522
+ "id": "9acf1918-d0d8-42b1-a3fc-4417bc36f4b1",
523
+ "context": "Relationship Story",
524
+ "appreciation": "Problem",
525
+ "narrative_function": "Consider",
526
+ "illustration": "deliberating about something",
527
+ "summary": "The RS Condition of Consider in The Shawshank Redemption serves as a motivating force that drives the growth of Andy and Red's friendship by encouraging them to continuously evaluate and appreciate each other's perspectives.",
528
+ "storytelling": "In The Shawshank Redemption, the Relationship Story (RS) Condition being Consider means that the growth of Andy and Red's friendship is influenced by their continuous evaluation and weighing of each other's perspectives, particularly on hope and their outlook on life.At the beginning of their friendship, Red and Andy have different views on hope. Red sees hope as a dangerous thing, while Andy believes in the power of hope and dreams. The condition of Consider in their relationship pushes them to continuously evaluate and ponder each other's perspectives, which in turn, helps their friendship grow.As their friendship develops, they both engage in moments of Consider, where they listen to each other's stories, experiences, and beliefs. This process of considering each other's viewpoints allows them to understand and appreciate the other's perspective, even if they don't initially agree.For example, when Andy shares his dream of going to Zihuatanejo, Red initially dismisses it as unrealistic. However, as their friendship grows, Red starts to consider Andy's perspective on hope and the possibility of a better life outside the prison. This change in Red's thinking is a result of the motivating force of Consider in their relationship.Similarly, Andy learns from Red's experiences and wisdom, considering Red's perspective on surviving in the harsh environment of the prison. This mutual consideration helps them both navigate their lives in Shawshank and strengthens their bond.In conclusion, the RS Condition of Consider in The Shawshank Redemption serves as a motivating force that drives the growth of Andy and Red's friendship by encouraging them to continuously evaluate and appreciate each other's perspectives on hope and life.",
529
+ "perspectives": {
530
+ "perspective_id": "3c8b0efe-992c-4584-84dc-a8f7470013ec"
531
+ }
532
+ },
533
+ {
534
+ "id": "e57e1ebb-5864-4d02-a6c0-cf41c2b0b263",
535
+ "context": "Relationship Story",
536
+ "appreciation": "Solution",
537
+ "narrative_function": "Reconsider",
538
+ "illustration": "reconsidering someone's options",
539
+ "summary": "The RS Revision of Reconsider in The Shawshank Redemption serves as a motivating force that drives the growth of the friendship between Andy and Red, ultimately strengthening their bond.",
540
+ "storytelling": "In The Shawshank Redemption, the Relationship Story (RS) Revision being Reconsider means that the growth of the friendship between Andy and Red is influenced by the shared drive to reevaluate and renegotiate their initial beliefs and perspectives, ultimately strengthening their bond.As the friendship progresses, the shared drive towards Reconsider becomes a key factor in the growth of their bond. The relationship itself evolves as both parties within the friendship become more open to reevaluating their initial beliefs and attitudes, allowing for a deeper understanding and connection between them.For instance, the friendship experiences a significant growth when the shared drive to Reconsider leads to a mutual openness towards the idea of hope and the possibility of a better life outside the prison. This shift in perspective within the relationship brings them closer together, as they find common ground in their newfound beliefs.Moreover, the shared drive towards Reconsider also helps the friendship navigate the challenges and hardships they face within the prison environment. By continuously reevaluating and renegotiating their perspectives, the relationship becomes more resilient and adaptable, further strengthening their bond.In conclusion, the RS Revision of Reconsider in The Shawshank Redemption serves as a motivating force that drives the growth of the friendship between Andy and Red by encouraging a shared drive to reevaluate and renegotiate their initial beliefs and perspectives, ultimately strengthening their bond.",
541
+ "perspectives": {
542
+ "perspective_id": "88e4d56a-ed60-418a-825b-f465d1c722ab"
543
+ }
544
+ },
545
+ {
546
+ "id": "71ca10a2-f1d9-4ef8-aa61-36e5a1937ac7",
547
+ "context": "Main Character",
548
+ "appreciation": "Pivotal Element",
549
+ "narrative_function": "Support",
550
+ "illustration": "being supportive of a group",
551
+ "summary": "Ellis \"Red\" Redding argues that in the isolating environment of prison, forming supportive bonds is essential for survival, providing purpose, hope, and resilience despite the risks of vulnerability.",
552
+ "storytelling": "Ellis \"Red\" Redding makes a compelling argument for the importance of being supportive of a group, particularly in the harsh and isolating environment of prison. Red believes that survival in such a dehumanizing system is only possible through the bonds formed with others, even if those bonds come at a personal cost. He demonstrates that loyalty and solidarity can provide a sense of purpose and humanity, even in the bleakest circumstances. Red's protective instincts often lead him to mentor and shield others, like Andy Dufresne, showing that supporting the group can foster hope and resilience. While his pragmatism warns him of the risks of attachment, his actions argue that the strength of a group can outweigh the dangers of vulnerability, offering a path to redemption and a semblance of freedom, even behind bars.",
553
+ "perspectives": {
554
+ "perspective_id": "edaf6099-6584-47ce-b03c-e0de338ed76f"
555
+ }
556
+ },
557
+ {
558
+ "id": "7c194b5e-d709-4653-b70f-34ae436ff762",
559
+ "context": "Influence Character",
560
+ "appreciation": "Pivotal Element",
561
+ "narrative_function": "Oppose",
562
+ "illustration": "opposing someone",
563
+ "summary": "Tommy Williams views opposition in prison as essential for self-preservation and identity, using defiance to assert individuality, gain respect, and maintain dignity in a dehumanizing environment.",
564
+ "storytelling": "Tommy Williams would argue that opposing someone, especially in a rigid and oppressive environment like prison, is a necessary act of self-preservation and identity. He would justify his brash confidence and impulsive defiance as a way to assert his individuality in a system designed to strip it away. Tommy might embellish his past exploits to gain respect, framing opposition as a way to earn a place in the social hierarchy and avoid being seen as weak or disposable. His hunger for validation would fuel his belief that standing against authority or rivals, even at great personal risk, is the only way to maintain dignity and prove his worth. In his eyes, opposition is not just rebellion\u00e2\u20ac\u201dit's survival.",
565
+ "perspectives": {
566
+ "perspective_id": "939a158c-8f44-4c63-b064-985e6c732b18"
567
+ }
568
+ },
569
+ {
570
+ "id": "d8911b91-97db-4980-908f-34fefbc8b368",
571
+ "context": "Objective Story",
572
+ "appreciation": "Symptom",
573
+ "narrative_function": "Avoid",
574
+ "illustration": "escaping someone",
575
+ "summary": "",
576
+ "storytelling": "In the oppressive environment of Shawshank prison, the act of avoiding direct confrontation with the institution's corruption becomes a source of conflict. The inmates, led by the misjudged former banker, focus on small acts of resistance and camaraderie, which, while inspiring hope, also distract from addressing the systemic issues head-on. This avoidance of the core problem perpetuates the institution's dehumanizing grip, creating a tension between the inmates' immediate survival strategies and the need for a deeper, more transformative change.",
577
+ "perspectives": {
578
+ "perspective_id": "cead572e-7d22-4201-9fb5-af835b0436de"
579
+ }
580
+ },
581
+ {
582
+ "id": "9a3705ef-4c82-435c-bd3b-a11a243e5257",
583
+ "context": "Objective Story",
584
+ "appreciation": "Response",
585
+ "narrative_function": "Pursuit",
586
+ "illustration": "attempting to achieving something",
587
+ "summary": "",
588
+ "storytelling": "In the oppressive confines of Shawshank prison, the protagonist's relentless pursuit of hope and justice becomes a double-edged sword, inspiring fellow inmates while simultaneously drawing the ire of the corrupt system. This pursuit, while noble, exacerbates the tension between the inmates' growing resilience and the institution's efforts to maintain control, highlighting the complex interplay between individual determination and systemic oppression. The narrative explores how this unyielding drive for change can both empower and endanger those who dare to challenge the status quo.",
589
+ "perspectives": {
590
+ "perspective_id": "de1ee2dc-8a4f-4d57-98a4-aea8e7df102d"
591
+ }
592
+ },
593
+ {
594
+ "id": "a70766bd-768b-4eb8-9114-c10aed141729",
595
+ "context": "Objective Story",
596
+ "appreciation": "Benchmark",
597
+ "narrative_function": "Past",
598
+ "illustration": "",
599
+ "summary": "",
600
+ "storytelling": "In the oppressive confines of Shawshank prison, the reinterpretation of past events becomes a source of both conflict and hope. As the misjudged former banker uncovers and shares stories of systemic corruption and personal injustices, these revelations challenge the inmates' acceptance of their fates and the institution's authority. This reassessment of history not only disrupts the established order but also ignites a collective resilience, illustrating how revisiting the past can inspire a transformative hope amidst despair.",
601
+ "perspectives": {
602
+ "perspective_id": "28b7c03b-16a7-4902-ab8c-0220d4fdbc7e"
603
+ }
604
+ },
605
+ {
606
+ "id": "671a192a-78d1-4356-8bc9-98ef510f42ca",
607
+ "context": "Objective Story",
608
+ "appreciation": "Catalyst",
609
+ "narrative_function": "Openness",
610
+ "illustration": "opening up oneself to new ideas",
611
+ "summary": "",
612
+ "storytelling": "In the oppressive confines of Shawshank prison, the protagonist's willingness to entertain alternative perspectives and ideas becomes a source of both inspiration and conflict. This openness, while fostering hope and camaraderie among the inmates, also clashes with the rigid and corrupt institutional framework that thrives on conformity and despair. The resulting tension not only propels the narrative forward but also underscores the transformative power of resilience and adaptability in the face of systemic oppression.",
613
+ "perspectives": {
614
+ "perspective_id": "13650d17-2e58-4b78-9b33-2f216d1c6618"
615
+ }
616
+ },
617
+ {
618
+ "id": "e393398b-f5ab-4281-9344-2ec1f7686fac",
619
+ "context": "Objective Story",
620
+ "appreciation": "Inhibitor",
621
+ "narrative_function": "Denial",
622
+ "illustration": "being in denial",
623
+ "summary": "",
624
+ "storytelling": "In the oppressive confines of Shawshank prison, the denial of the system's unyielding corruption and the cyclical nature of its exploitation creates a profound conflict. The protagonist's refusal to accept the futility of resistance against such an entrenched institution becomes both a source of hope and a barrier to progress, as his actions inspire others but also risk perpetuating a cycle of punishment and despair. This denial, while fostering resilience, underscores the tension between hope and the crushing weight of institutional brutality.",
625
+ "perspectives": {
626
+ "perspective_id": "8598b488-8faf-4c19-a1f8-df3cbfe74dc3"
627
+ }
628
+ },
629
+ {
630
+ "id": "ae22e726-1967-458b-b02f-069e90e46c37",
631
+ "context": "Objective Story",
632
+ "appreciation": "Requirement",
633
+ "narrative_function": "Past",
634
+ "illustration": "uncovering one's past",
635
+ "summary": "",
636
+ "storytelling": "In the oppressive confines of Shawshank prison, the protagonist's reassessment of his past actions and the circumstances leading to his incarceration becomes a source of both internal and external conflict. This reinterpretation challenges his own identity and the perceptions of those around him, as he uncovers truths that inspire hope and resilience among the inmates. The dynamic tension between the crushing institutional brutality and the transformative power of revisiting and reinterpreting the past propels the narrative, highlighting the enduring struggle for dignity and redemption.",
637
+ "perspectives": {
638
+ "perspective_id": "d08fb106-eb06-40b0-a95c-18c9ecdcad5b"
639
+ }
640
+ },
641
+ {
642
+ "id": "acaef1d0-2d72-4b5f-ad81-0b942a8ba176",
643
+ "context": "Objective Story",
644
+ "appreciation": "Prerequisite",
645
+ "narrative_function": "Memory",
646
+ "illustration": "recalling horrors",
647
+ "summary": "",
648
+ "storytelling": "In the oppressive confines of Shawshank prison, the protagonist's memories of a life outside the walls clash with the harsh reality of institutional dehumanization, creating a poignant internal struggle. These recollections, tinged with both regret and hope, fuel his resistance against the system's crushing force, while also highlighting the contrasting perspectives of fellow inmates who have either succumbed to or resisted the erasure of their pasts. This tension between memory and present reality underscores the narrative's exploration of hope and resilience in the face of systemic brutality.",
649
+ "perspectives": {
650
+ "perspective_id": "a13b8c40-1858-4884-b976-bd56d1e55640"
651
+ }
652
+ },
653
+ {
654
+ "id": "709a19ad-b950-4fce-8b48-99cae45cb857",
655
+ "context": "Main Character",
656
+ "appreciation": "Domain",
657
+ "narrative_function": "Psychology",
658
+ "illustration": "coping with something",
659
+ "summary": "",
660
+ "storytelling": "Red's internal conflict stems from his deeply ingrained sense of loyalty and protectiveness towards his fellow inmates, which often clashes with his pragmatic need to ensure his own survival within the harsh realities of prison life. While he has learned to navigate the system with a realist's perspective, his quiet hope for redemption and a better future creates a tension within him, as he struggles to reconcile his actions with his unspoken aspirations.",
661
+ "perspectives": {
662
+ "perspective_id": "9489b351-9e2e-4314-9ffd-499fc1b3c8ed"
663
+ }
664
+ },
665
+ {
666
+ "id": "d3cf7bef-2bda-43ef-bd92-60cc643b84d4",
667
+ "context": "Main Character",
668
+ "appreciation": "Concern",
669
+ "narrative_function": "Becoming",
670
+ "illustration": "going through a transformation",
671
+ "summary": "",
672
+ "storytelling": "Ellis \"Red\" Redding's journey of becoming is one of internal transformation, as he wrestles with the tension between his hardened pragmatism and the quiet, fragile hope for redemption he keeps buried. Decades in Shawshank have taught him to suppress hope, seeing it as dangerous and futile in a system designed to crush it. Yet, his growing bond with Andy Dufresne begins to challenge this worldview, forcing Red to confront the possibility that he can become more than just a \"man who can get things.\" This conflict manifests in his parole hearings, where his rehearsed, detached responses reflect a man resigned to his identity as a convict. However, as Andy's unyielding hope begins to seep into Red's guarded heart, he faces the terrifying prospect of becoming someone who dares to believe in freedom and a life beyond the prison walls. Red's transformation is not just about leaving Shawshank but about becoming a man who can finally forgive himself and embrace the possibility of a future.",
673
+ "perspectives": {
674
+ "perspective_id": "6f947ded-aa3f-4754-8624-478bdc98c85f"
675
+ }
676
+ },
677
+ {
678
+ "id": "a902a183-89ae-4c09-9ade-47fea9df0c48",
679
+ "context": "Main Character",
680
+ "appreciation": "Issue",
681
+ "narrative_function": "Rationalization",
682
+ "illustration": "making excuses for someone's actions",
683
+ "summary": "",
684
+ "storytelling": "Ellis \"Red\" Redding has spent decades in Shawshank rationalizing his actions and his place in the world. He tells himself that his crime, though heinous, was the folly of a young man, and that his years of service in prison have paid his debt to society. Yet, when faced with the needs of others\u00e2\u20ac\u201dlike Andy Dufresne's relentless hope and plans for escape\u00e2\u20ac\u201dRed feels the pull of obligation, a duty to support and protect those who still believe in something greater. This tension between his rationalized acceptance of his fate and the moral obligation to help others forces Red to confront the quiet hope for redemption he has buried deep within. It is in this conflict that Red must decide whether to remain a passive realist or to act on the faint glimmer of hope that perhaps, just perhaps, there is a life waiting for him beyond the prison walls.",
685
+ "perspectives": {
686
+ "perspective_id": "44fe01d8-e85b-42e5-9388-f7cd3bce304b"
687
+ }
688
+ },
689
+ {
690
+ "id": "b6b64aa1-ac37-4b03-934a-8f36480244b2",
691
+ "context": "Main Character",
692
+ "appreciation": "Symptom",
693
+ "narrative_function": "Reconsider",
694
+ "illustration": "having to reconsider one's opinion about someone",
695
+ "summary": "",
696
+ "storytelling": "Red's internal conflict arises as he begins to reconsider his long-held belief that hope is a dangerous thing within the confines of prison life. This drive to re-examine his conclusions about hope and redemption forces him to confront the possibility that his pragmatic realism might be a shield against vulnerability rather than a true reflection of his reality. As obstacles challenge his resolve, Red's reconsideration becomes a source of tension, pulling him between the safety of his established worldview and the risk of embracing a fragile, yet transformative, hope.",
697
+ "perspectives": {
698
+ "perspective_id": "03279f1f-fdae-4653-8bbe-120d6b3f8cdc"
699
+ }
700
+ },
701
+ {
702
+ "id": "40440b6c-29d3-43e4-ac58-d0175ae0132c",
703
+ "context": "Main Character",
704
+ "appreciation": "Response",
705
+ "narrative_function": "Consider",
706
+ "illustration": "deliberating about someone",
707
+ "summary": "",
708
+ "storytelling": "Red's constant deliberation over his loyalty and protective instincts creates a profound internal conflict, as he struggles to reconcile his pragmatic realism with his quiet hope for redemption. This internal turmoil is mirrored in his interactions with other inmates, where his protective nature often clashes with the harsh realities of prison life, leading to moments of tension and self-doubt. His inability to let go of these considerations not only shapes his character but also drives the narrative forward, highlighting the complexities of survival and humanity within the prison system.",
709
+ "perspectives": {
710
+ "perspective_id": "880d1948-4c7d-41e9-a24f-a1d4bc7bb767"
711
+ }
712
+ },
713
+ {
714
+ "id": "17bf1d33-e1a8-4ecc-946b-33faa7826618",
715
+ "context": "Main Character",
716
+ "appreciation": "Benchmark",
717
+ "narrative_function": "Conceptualizing",
718
+ "illustration": "unraveling someone's scheme",
719
+ "summary": "",
720
+ "storytelling": "Red's internal conflict is vividly illustrated through his struggle to conceptualize a future beyond the prison walls, a task that pits his pragmatic realism against his buried hope for redemption. This tension is further exacerbated by his protective instincts, which often lead him to prioritize others' well-being over his own, complicating his ability to envision a personal path to freedom. The evolving benchmarks of his journey, such as his interactions with fellow inmates and his own shifting self-perception, serve as a mirror to his deepening internal struggle and the challenges of reconciling his past with the possibility of a new beginning.",
721
+ "perspectives": {
722
+ "perspective_id": "97ca72df-1091-46c0-9a17-9fcdc01bcd63"
723
+ }
724
+ },
725
+ {
726
+ "id": "a26a258c-2833-4c16-a83d-de9ea1101c13",
727
+ "context": "Main Character",
728
+ "appreciation": "Unique Ability",
729
+ "narrative_function": "Rationalization",
730
+ "illustration": "",
731
+ "summary": "",
732
+ "storytelling": "",
733
+ "perspectives": {
734
+ "perspective_id": "74270f91-9128-4076-a720-63d2b9636d8d"
735
+ }
736
+ },
737
+ {
738
+ "id": "133fbf7e-fdf5-4bc6-9322-02a0fdabd4b0",
739
+ "context": "Influence Character",
740
+ "appreciation": "Symptom",
741
+ "narrative_function": "Avoid",
742
+ "illustration": "evading the police",
743
+ "summary": "",
744
+ "storytelling": "Andy Dufresne's reliance on avoidance as a method of conflict introduces a compelling tension in his narrative, as his calculated efforts to evade direct confrontation with the oppressive system highlight his strategic brilliance but also his vulnerability. By focusing on preventing exposure and maintaining his facade, Andy's actions underscore the precarious balance he must maintain to achieve his ultimate goal of freedom and justice. This avoidance not only propels the story forward but also deepens the audience's understanding of his character's resilience and ingenuity.",
745
+ "perspectives": {
746
+ "perspective_id": "b83d9ac7-f42a-468b-8f5b-2a024dda7fc5"
747
+ }
748
+ },
749
+ {
750
+ "id": "53ae22cc-9aa4-4fca-958e-b6f99a67d186",
751
+ "context": "Influence Character",
752
+ "appreciation": "Response",
753
+ "narrative_function": "Pursuit",
754
+ "illustration": "seeking something",
755
+ "summary": "",
756
+ "storytelling": "Andy Dufresne's relentless pursuit of justice and autonomy, while admirable, introduces significant conflict as his calculated actions often place him at odds with the oppressive system he seeks to expose. His methodical approach, driven by a deep-seated determination, forces him to navigate a treacherous path where every step closer to his goal risks greater scrutiny and potential failure. This pursuit not only challenges Andy's resilience but also serves as a catalyst for his growth and the eventual unraveling of the injustices he faces.",
757
+ "perspectives": {
758
+ "perspective_id": "23a9235f-2006-470d-a991-138fa1c4924c"
759
+ }
760
+ },
761
+ {
762
+ "id": "f9dd1174-5900-4f92-b5fa-f4b3a6b7d84e",
763
+ "context": "Influence Character",
764
+ "appreciation": "Benchmark",
765
+ "narrative_function": "Understanding",
766
+ "illustration": "having an understanding of someone's true character and feelings",
767
+ "summary": "",
768
+ "storytelling": "Andy Dufresne's journey is fraught with conflicts stemming from his attempts to understand and navigate the complex dynamics of the prison system and the individuals within it. His calculated demeanor and strategic manipulation of situations often clash with the misinterpretations and suspicions of those around him, creating a tension that underscores his struggle for justice and autonomy. This conflict of understanding not only propels the narrative but also highlights the profound challenges of reconciling personal goals with the opaque and often hostile environment he inhabits.",
769
+ "perspectives": {
770
+ "perspective_id": "3f345b33-7434-4abc-ae87-f61eb93af5db"
771
+ }
772
+ },
773
+ {
774
+ "id": "54c7f89d-a00c-4a23-ac19-50f54d36c591",
775
+ "context": "Relationship Story",
776
+ "appreciation": "Resistance",
777
+ "narrative_function": "Avoid",
778
+ "illustration": "avoiding someone",
779
+ "summary": "",
780
+ "storytelling": "Red's initial reluctance to fully trust Andy, driven by his instinct to avoid emotional vulnerability in the harsh environment of prison, creates a subtle yet significant tension in their budding friendship. This avoidance, while a protective mechanism, hinders the deepening of their bond, as Andy's openness and hope challenge Red's guarded nature. The conflict between Red's resistance to vulnerability and Andy's persistent optimism becomes a pivotal dynamic, shaping their relationship's evolution and the narrative's emotional core.",
781
+ "perspectives": {
782
+ "perspective_id": "c353fda3-58df-412c-b0f2-497ff3cc7fab"
783
+ }
784
+ },
785
+ {
786
+ "id": "f571b924-aebd-4d0c-a737-79d072bccf6f",
787
+ "context": "Relationship Story",
788
+ "appreciation": "Flow",
789
+ "narrative_function": "Pursuit",
790
+ "illustration": "pursuing happiness",
791
+ "summary": "",
792
+ "storytelling": "The pursuit of hope and freedom becomes a source of tension in Red and Andy's friendship, as their differing approaches to survival in prison clash. Andy's relentless drive to achieve his vision of freedom contrasts with Red's cautious pragmatism, creating moments of misunderstanding and conflict. However, this pursuit also serves as a catalyst for their relationship's growth, as they learn to navigate their differences and support each other's aspirations.",
793
+ "perspectives": {
794
+ "perspective_id": "5892b1af-b572-4e73-a162-886acda33761"
795
+ }
796
+ }
797
+ ],
798
+ "storybeats": [
799
+ {
800
+ "id": "[[ internal id ]]",
801
+ "context": "Objective Story",
802
+ "appreciation": "Plot Dynamic",
803
+ "sequence": null,
804
+ "narrative_function": "Support",
805
+ "illustration": "not commending someone",
806
+ "summary": "Andy Dufresne is sentenced to two life sentences in Shawshank Prison, forcing him to fight for his life within its walls.",
807
+ "storytelling": "The Jury at Andy Dufresne's trial for murder unanimously decide that he is guilty after the D.A. provides ample evidence for why they should not support his icy cold demeanor. In addition, the Judge sentences Andy to serve two back-to-back life sentences in Shawshank Prison for the murder of his wife and her lover. As a consequence of this decision, Andy is forced into fighting for his life as he tries to survive within the walls of Shawshank Prison.",
808
+ "perspectives": {
809
+ "perspective_id": "8ae22e71-0368-42f7-8d7c-50fee3646ee5"
810
+ }
811
+ },
812
+ {
813
+ "id": "[[ internal id ]]",
814
+ "context": "Objective Story",
815
+ "appreciation": "Signpost",
816
+ "sequence": 1,
817
+ "narrative_function": "Past",
818
+ "illustration": "address someone having a troubled past",
819
+ "summary": "In the first Act of The Shawshank Redemption, Andy's innocence is his greatest strength, as Red helps him survive in the harsh prison environment while the Warden attempts to bring absolution and forgiveness to all inmates.",
820
+ "storytelling": "Shawshank Prison, a grim world defined by past crimes and guilt, is run by a corrupt warden and guards who abuse their power. Into this oppressive atmosphere steps Andy Dufresne, an innocent man with no past crimes to haunt him. His innocence, a stark contrast to the guilt-ridden inmates around him, makes him an outsider and a target for bullying. Recognizing the strength in Andy's innocence, long-time inmate Ellis \"Red\" Redding steps in to protect him, guiding him through the harsh realities of prison life. However, Red's support of Andy draws the ire of the prison guards, who see Andy's innocence as a threat to their authority. As Red navigates this new challenge, he begins to see the potential for change in Shawshank's rigid system, sparked by Andy's unwavering hope and determination.In the first Act of The Shawshank Redemption, Andy arrives at Shawshank and is the only one who doesn't have a past to be guilty of. As the other inmates continue to belittle and bully Andy, Ellis Redding steps in to protect him. He takes it upon himself to help Andy get acclimated to the prison life, teaching him the ropes and how to survive in such a harsh environment. Red soon realizes that Andy's innocence is his greatest strength, as it makes him immune to the corruption that exists in the prison. Red's support of Andy soon brings him trouble with the prison guards, as they see him as a threat to their authority.",
821
+ "perspectives": {
822
+ "perspective_id": "fe52d073-a226-4c93-8c95-97e445ba8b54"
823
+ }
824
+ },
825
+ {
826
+ "id": "[[ internal id ]]",
827
+ "context": "Main Character",
828
+ "appreciation": "Signpost",
829
+ "sequence": 1,
830
+ "narrative_function": "Being",
831
+ "illustration": "pretending everything is OK",
832
+ "summary": "Red maintains a facade of reform while secretly trading contraband, but Andy's plea for help and defiance begin to erode his pretense of well-being.",
833
+ "storytelling": "Red's got this act down pat\u00e2\u20ac\u201dconvincing the board he's reformed, all while his side hustle in contraband thrives behind bars. He's the picture of ease, playing it cool and pretending all's well, even as Andy's request for help hints at the cracks in his facade. But when he basks in the glow of Andy's defiance, Red's charade of pretending to be okay starts to crumble, nudging him towards a path of more significant transformation.",
834
+ "perspectives": {
835
+ "perspective_id": "d5b02fa5-c645-48cf-acc5-07d7f260a5b3"
836
+ }
837
+ },
838
+ {
839
+ "id": "[[ internal id ]]",
840
+ "context": "Influence Character",
841
+ "appreciation": "Signpost",
842
+ "sequence": 1,
843
+ "narrative_function": "Doing",
844
+ "illustration": "fighting",
845
+ "summary": "Andy's defiance in Shawshank inspires Red to reconsider his passivity and contemplate fighting against their bleak imprisonment.",
846
+ "storytelling": "Red's always played it safe, but then Andy comes along, fighting the system with every breath. Watching Andy throw punches at their bleak life, it's like he's daring Red to step into the ring himself. And that's the rub\u00e2\u20ac\u201dRed's torn between the comfort of his routine and the scary thought of actually throwing a punch of his own.",
847
+ "perspectives": {
848
+ "perspective_id": "72032555-0e85-4381-8c7f-0704fea00b35"
849
+ }
850
+ },
851
+ {
852
+ "id": "[[ internal id ]]",
853
+ "context": "Relationship Story",
854
+ "appreciation": "Signpost",
855
+ "sequence": 1,
856
+ "narrative_function": "Memory",
857
+ "illustration": "calling to mind",
858
+ "summary": "Red and Andy's friendship in prison deepens through shared memories, reflecting a mutual longing for past freedoms.",
859
+ "storytelling": "When Red and Andy first cross paths, there's an unspoken bond that forms as they trade stories about their former lives\u00e2\u20ac\u201dRed, the seasoned insider, and Andy, the infamous banker. Their chat about the rock-hammer isn't just shop talk; it's a dance of memories, each step revealing a bit more of the world they've left behind and the gritty reality they now share. It's in these moments, like when they're slathering tar on the prison roof, that their friendship deepens, rooted in a mutual yearning for the freedom of their pasts.",
860
+ "perspectives": {
861
+ "perspective_id": "e86903e9-44ae-499b-ad04-02e437c75b41"
862
+ }
863
+ },
864
+ {
865
+ "id": "[[ internal id ]]",
866
+ "context": "Objective Story",
867
+ "appreciation": "Plot Dynamic",
868
+ "sequence": null,
869
+ "narrative_function": "Support",
870
+ "illustration": "giving unwanted support to someone",
871
+ "summary": "Captain Hadley's unexpected openness towards Andy leads to a shift in the dynamics of Shawshank, setting the stage for further developments in the story and illustrating the power of openness and support.",
872
+ "storytelling": "In the Second Story Driver of Shawshank Redemption, Captain Hadley, initially hostile and ready to throw Andy off the roof, experiences a moment of openness when Andy offers him valuable financial advice. This unexpected display of open-mindedness from Hadley serves as the catalyst for a significant shift in the story. Instead of punishing Andy, Hadley decides to support him, albeit reluctantly, by allowing him to live and even providing the inmates with cold beers as a reward for Andy's help. \u00f0\u0178\u008d\u00bbThis act of support, though initially unwanted by Hadley, leads to a change in the dynamics within the prison. Andy's financial expertise becomes known, and he starts to gain the respect and trust of both the inmates and the prison staff. This newfound support for Andy sets the stage for further developments in the story, as his influence within Shawshank grows and he begins to challenge the established power structures. The Second Story Driver, therefore, illustrates the power of openness and support in driving the narrative forward and shaping the characters' destinies. \u00f0\u0178\u201c\u0161\u00f0\u0178\u2019\u00a1\u00f0\u0178\u201d\u2014",
873
+ "perspectives": {
874
+ "perspective_id": "a66df2cf-79b5-48a5-9bb2-b2358177d82e"
875
+ }
876
+ },
877
+ {
878
+ "id": "[[ internal id ]]",
879
+ "context": "Main Character",
880
+ "appreciation": "Signpost",
881
+ "sequence": 2,
882
+ "narrative_function": "Becoming",
883
+ "illustration": "being transformed by prison life",
884
+ "summary": "Red's transformation in prison reveals a deep-seated dependency on institutional walls, challenging his sense of self and hinting at a potential awakening.",
885
+ "storytelling": "Prison life's got its hooks in Red, shaping him in ways he can't even admit. He brushes off Andy's rooftop defiance, yet it stirs something deep within, a glimpse of what lies beyond his institutionalized mindset. But it's Brooks' breakdown that lays it bare: Red's trapped in a cycle of dependency on the very walls he once despised, a transformation that's more like a slow fade of the soul.",
886
+ "perspectives": {
887
+ "perspective_id": "67734b55-d099-441f-b7a8-819fdc7403b1"
888
+ }
889
+ },
890
+ {
891
+ "id": "[[ internal id ]]",
892
+ "context": "Objective Story",
893
+ "appreciation": "Signpost",
894
+ "sequence": 2,
895
+ "narrative_function": "Future",
896
+ "illustration": "improving the future prospects for a group",
897
+ "summary": "Andy's manipulation of the guards, setting up of a library, and Brooks' violent outburst demonstrate the psychological dysfunction and manipulation at play in uncertain futures.",
898
+ "storytelling": "During the first half of Act Two in The Shawshank Redemption, three significant events unfold, highlighting the psychological dysfunction and manipulation at play within the story:1. Andy begins to manipulate the guards' future prospects by offering his expertise in tax matters. By doing so, he not only gains their favor but also subtly shifts the power dynamics within the prison. This act of manipulation showcases Andy's ability to navigate the complex psychological landscape of Shawshank and use it to his advantage. \u00f0\u0178\u00a7 \u00f0\u0178\u2019\u00bc2. Andy sets up a library to improve the educational prospects of the inmates, challenging the status quo and the prison's oppressive environment. This act of defiance against the system demonstrates Andy's determination to bring about change and hope within the prison walls. Through this endeavor, he manipulates the inmates' mindset, encouraging them to believe in a better future and their own potential for growth. \u00f0\u0178\u201c\u0161\u00f0\u0178\u0152\u00b13. Brooks, overwhelmed by the prospect of a future outside of Shawshank, takes a knife to Heywood's throat. This dramatic event highlights the deep-rooted psychological dysfunction that can result from long-term institutionalization. Brooks' fear of the unknown and inability to cope with change leads him to lash out violently, showcasing the damaging effects of the prison system on the inmates' mental health. \u00f0\u0178\u201d\u00aa\u00f0\u0178\u02dc\u00a8These three events emphasize the psychological dysfunction and manipulation present in The Shawshank Redemption, further enriching the story's exploration of hope, redemption, and the human spirit.",
899
+ "perspectives": {
900
+ "perspective_id": "ab95b6ab-a02e-4e70-9e0e-5cb635a51bd9"
901
+ }
902
+ },
903
+ {
904
+ "id": "[[ internal id ]]",
905
+ "context": "Influence Character",
906
+ "appreciation": "Signpost",
907
+ "sequence": 2,
908
+ "narrative_function": "Obtaining",
909
+ "illustration": "gaining power",
910
+ "summary": "Andy's ascent to power inspires Red to reconsider his own passive existence and contemplate engaging in the high-stakes game of influence within prison walls.",
911
+ "storytelling": "Andy's working angles Red never even dreamed of, wheeling and dealing his way into the warden's good graces\u00e2\u20ac\u201dsuddenly, he's the man with the plan, the guy with the power. And there's Red, watching Andy's star rise, feeling that itch, wondering why he's just been sitting on his hands all this time. It's like Andy's showing him a game where the stakes are more than cigarettes and respect\u00e2\u20ac\u201dit's about making a mark, even behind these walls, and Red's not sure he's ready to play.",
912
+ "perspectives": {
913
+ "perspective_id": "a32e1a31-c9e6-42ba-a912-862ca5be2347"
914
+ }
915
+ },
916
+ {
917
+ "id": "[[ internal id ]]",
918
+ "context": "Relationship Story",
919
+ "appreciation": "Signpost",
920
+ "sequence": 2,
921
+ "narrative_function": "Preconscious",
922
+ "illustration": "being agitated about something",
923
+ "summary": "Red's preconscious agitation towards Andy's whisper of 'hope' in Shawshank stirs a transformative bond between them.",
924
+ "storytelling": "As Andy and Red's camaraderie unfolds, it's the unguarded moments that spark change\u00e2\u20ac\u201dlike when Andy dares to whisper 'hope' amidst the clatter of the lunchroom. Red's fork freezes mid-air, his agitation clear as day; hope, he argues, is nothing but trouble. Yet, it's this very friction, this dance of instinct and challenge, that forges their bond in the fire of Shawshank, each man shaping the other's survival against the prison's unforgiving backdrop.",
925
+ "perspectives": {
926
+ "perspective_id": "e008fd26-9eb2-460f-91b3-46a990d1291a"
927
+ }
928
+ },
929
+ {
930
+ "id": "[[ internal id ]]",
931
+ "context": "Objective Story",
932
+ "appreciation": "Plot Dynamic",
933
+ "sequence": null,
934
+ "narrative_function": "Support",
935
+ "illustration": "endorsing someone",
936
+ "summary": "The Warden's initial support of Andy's library project sets the stage for a conflict between them when Andy defies the Warden's authority by playing the record, leading to Andy's imprisonment in solitary confinement.",
937
+ "storytelling": "The Warden's decision to support Andy's library project, which leads to an unspoken \"friendship\" between them, sets the stage for the midpoint of story. This support, however, comes with the expectation that Andy will remain compliant and not challenge the Warden's authority.When Andy decides to play the record for all the inmates, he breaks this unspoken agreement and openly defies the Warden. Andy's decision to play the record not only challenges the Warden's authority but also demonstrates his unwillingness to continue supporting the oppressive system within Shawshank.The Warden's initial support of Andy's library project can be seen as a strategic move to maintain control over Andy and the prison. However, Andy's decision to play the record reveals his true intentions of empowering the inmates and challenging the status quo. This act of defiance marks a turning point in the story, as it intensifies the conflict between Andy and the Warden and sets the stage for the dramatic events that follow.These cross-purposes lead to Andy thrown in solitary confinement.",
938
+ "perspectives": {
939
+ "perspective_id": "e0903f68-764c-4d2e-b816-2dbfda505e30"
940
+ }
941
+ },
942
+ {
943
+ "id": "[[ internal id ]]",
944
+ "context": "Objective Story",
945
+ "appreciation": "Signpost",
946
+ "sequence": 3,
947
+ "narrative_function": "Present",
948
+ "illustration": "being focused on one's immediate needs",
949
+ "summary": "Andy's hopeful attitude and Norton's opportunistic one clash with the Warden's controlling one, leading to a reevaluation of priorities and a greater integration of perspectives.",
950
+ "storytelling": "Andy endures solitary confinement, adopting a hopeful attitude to survive the present moment. Upon his release, he tries to convince a skeptical Red that embracing hope, even in their current situation, is what sustains him. Meanwhile, in 1963, Norton's opportunistic attitude leads him to exploit prison labor for public works, profiting from the community's immediate needs by undercutting skilled labor costs and accepting bribes. Andy, recognizing the prevailing attitudes, seizes the opportunity to launder the money using the alias 'Randall Stephens'. As Tommy Williams arrives and shares information that could lead to Andy's imminent release, the Warden's controlling attitude clashes with Andy's hope, forcing the Warden to take action to protect his own interests and maintain control over the present situation. This conflict of attitudes ultimately pushes the characters towards a greater integration of perspectives and a reevaluation of their priorities.",
951
+ "perspectives": {
952
+ "perspective_id": "d48fd933-496b-4dc5-b29d-8a0666f09a6a"
953
+ }
954
+ },
955
+ {
956
+ "id": "[[ internal id ]]",
957
+ "context": "Relationship Story",
958
+ "appreciation": "Signpost",
959
+ "sequence": 3,
960
+ "narrative_function": "Subconscious",
961
+ "illustration": "dreaming of something",
962
+ "summary": "Andy's dream of Zihuatanejo ignites a subconscious yearning for freedom in Red's once-dormant spirit.",
963
+ "storytelling": "In the quiet of the prison night, Andy's voice carries a dream of Zihuatanejo, a beacon of hope that Red tries to shrug off\u00e2\u20ac\u201dbut dreams have a way of taking root. As Andy's steadfast gaze pierces the gloom, his dream seeps into Red's subconscious, stirring a long-dormant hunger for freedom. Their friendship, now a vessel of shared longing, sails them both towards the faintest glimmer of life beyond the bars.",
964
+ "perspectives": {
965
+ "perspective_id": "8d3b08f2-9c0c-4f70-9e90-df690d573f73"
966
+ }
967
+ },
968
+ {
969
+ "id": "[[ internal id ]]",
970
+ "context": "Influence Character",
971
+ "appreciation": "Signpost",
972
+ "sequence": 3,
973
+ "narrative_function": "Learning",
974
+ "illustration": "learning something",
975
+ "summary": "Andy's thirst for truth and beauty educates Red on the power of learning to transcend their prison confines.",
976
+ "storytelling": "When Andy blasts that opera over the loudspeakers, it's like he's schooling Red in a class he didn't know he signed up for\u00e2\u20ac\u201dturns out, beauty can punch through prison walls. Then this kid Tommy waltzes in with a secret that could turn Andy's life around, and Andy's all over it, hungry for the truth like it's his last meal. Red's watching all this, this hunger for knowledge, and it's got him questioning his own rule about not poking the bear\u00e2\u20ac\u201dmaybe some fights are worth baring your claws for.",
977
+ "perspectives": {
978
+ "perspective_id": "61a1c2c5-fa61-4d34-8934-642106c55b0a"
979
+ }
980
+ },
981
+ {
982
+ "id": "[[ internal id ]]",
983
+ "context": "Main Character",
984
+ "appreciation": "Signpost",
985
+ "sequence": 3,
986
+ "narrative_function": "Conceiving",
987
+ "illustration": "getting the idea that something is worth it",
988
+ "summary": "Red's internal struggle with an inspiring aria suggests conceiving change could be worth the risk.",
989
+ "storytelling": "Red's always played it safe, keeping his thoughts close to the vest, especially when it comes to the unspoken beauty of an Italian aria that moves him. It's that very tune that plants a seed, an idea that maybe, just maybe, there's something more out there, something worth conceiving a life beyond the prison walls. And when the new kid arrives, full of hope, Red's warning against making a difference is really him wrestling with his own budding notion that change, however daunting, might just be possible.",
990
+ "perspectives": {
991
+ "perspective_id": "f70f3008-217a-40a4-9d5e-69bc39632790"
992
+ }
993
+ },
994
+ {
995
+ "id": "[[ internal id ]]",
996
+ "context": "Objective Story",
997
+ "appreciation": "Plot Dynamic",
998
+ "sequence": null,
999
+ "narrative_function": "Support",
1000
+ "illustration": "endorsing someone",
1001
+ "summary": "Tommy's decision to support Andy's innocence is met with fatal consequences from the Warden, who is unwilling to accept the challenge to his authority.",
1002
+ "storytelling": "Tommy, a young inmate, decides to support Andy by testifying in favor of his innocence. This decision is driven by his belief in Andy's side of the story and his desire to help him. However, the Warden, who is in denial about the possibility of Andy being innocent and fears the consequences of this truth coming to light, makes a decision to support the status quo and maintain his control over the prison. The Warden takes Tommy for a walk in the yard late at night. During this walk, the Warden confirms Tommy's unwavering support for Andy's case. Unable to accept this challenge to his authority and the potential exposure of his corrupt practices, the Warden steps aside so Hadley can fatally shoot Tommy.",
1003
+ "perspectives": {
1004
+ "perspective_id": "e52e811e-8bf6-4ee8-b5ee-2f4931ec8016"
1005
+ }
1006
+ },
1007
+ {
1008
+ "id": "[[ internal id ]]",
1009
+ "context": "Influence Character",
1010
+ "appreciation": "Signpost",
1011
+ "sequence": 4,
1012
+ "narrative_function": "Understanding",
1013
+ "illustration": "having an insight into a group",
1014
+ "summary": "Red's epiphany that hope transcends prison walls ignites an understanding of the fragility of the warden's control.",
1015
+ "storytelling": "Andy's vanishing act hits Red like a ton of bricks\u00e2\u20ac\u201dit's not just a man escaping, it's a whole philosophy breaking out, showing Red that hope ain't just a four-letter word. The warden's empire crumbles, and there's Red, realizing the joint's pecking order was just a house of cards waiting for a breeze. It's a wake-up call, and Red's got to admit, maybe understanding the lay of the land means seeing the walls for what they are\u00e2\u20ac\u201dtemporary.",
1016
+ "perspectives": {
1017
+ "perspective_id": "77036630-cc15-4556-bbe4-6fbccdddb708"
1018
+ }
1019
+ },
1020
+ {
1021
+ "id": "[[ internal id ]]",
1022
+ "context": "Objective Story",
1023
+ "appreciation": "Signpost",
1024
+ "sequence": 4,
1025
+ "narrative_function": "Progress",
1026
+ "illustration": "moving in a positive direction",
1027
+ "summary": "Andy's escape plan is successful, exposing the Warden's corruption and inspiring Red to find hope, as Andy leaves a note that reads, \"Salvation lies within.\"",
1028
+ "storytelling": "After Tommy's murder, Andy's hope is severely tested. He becomes more withdrawn and starts planning his escape. Red, on the other hand, begins to see the value of hope and starts to change his perspective on life. The Warden's corruption and control over the prison become more apparent, and the inmates start to question the system they've been living under.As the story progresses, Andy's escape plan comes to fruition. He uses his knowledge of the Warden's illegal activities and the alias 'Randall Stephens' to expose the corruption within the prison. On the night of his escape, Andy switches out the Warden's ledger with his Bible, leaving a note that reads, \"Salvation lies within.\"",
1029
+ "perspectives": {
1030
+ "perspective_id": "d2bbb13b-50a7-4d79-867f-ec25818bd872"
1031
+ }
1032
+ },
1033
+ {
1034
+ "id": "[[ internal id ]]",
1035
+ "context": "Main Character",
1036
+ "appreciation": "Signpost",
1037
+ "sequence": 4,
1038
+ "narrative_function": "Conceptualizing",
1039
+ "illustration": "imagining a new life",
1040
+ "summary": "Red's parole ignites a defiant spark to reimagine his life, unchained and in control.",
1041
+ "storytelling": "Red's always had a spark of defiance, a quiet kind of rebellion simmering beneath that prison-grey exterior. It's not until he's out, on parole, that this spark ignites into a full-blown blaze, pushing him to conceptualize a life unchained, a life where he's the one calling the shots. And there he is, heart pounding with the thrill of what's ahead, a free man embarking on a journey to a place he's only dared to imagine\u00e2\u20ac\u201da place where his story might just find its happy ending.",
1042
+ "perspectives": {
1043
+ "perspective_id": "9423aa09-1377-4456-951f-fccc30e5b516"
1044
+ }
1045
+ },
1046
+ {
1047
+ "id": "[[ internal id ]]",
1048
+ "context": "Objective Story",
1049
+ "appreciation": "Plot Dynamic",
1050
+ "sequence": null,
1051
+ "narrative_function": "Oppose",
1052
+ "illustration": "disagreeing with a group",
1053
+ "summary": "Andy's decision to oppose the Warden's views and escape leads to his liberation, the Warden's suicide, and a hopeful future for characters like Red.",
1054
+ "storytelling": "In \"The Shawshank Redemption,\" the final Story Driver centers on Andy Dufresne's decision not to kill himself, but to oppose the Warden's belief in salvation through submission. Andy's secret escape plan, a symbol of defiance, leads to his liberation and exposes the Warden's corruption. This opposition shatters the Warden's world, ultimately resulting in his suicide. Andy's choice to defy the Warden's views paves the way for a hopeful future for characters like Red, illustrating the power of the Solution of Oppose in resolving the story's central problem and delivering a satisfying conclusion.",
1055
+ "perspectives": {
1056
+ "perspective_id": "6acc0d72-725a-450f-8289-c1b98b066701"
1057
+ }
1058
+ },
1059
+ {
1060
+ "id": "[[ internal id ]]",
1061
+ "context": "Relationship Story",
1062
+ "appreciation": "Signpost",
1063
+ "sequence": 4,
1064
+ "narrative_function": "Conscious",
1065
+ "illustration": "thinking about the nature of someone's relationship",
1066
+ "summary": "Once strangers, Andy and Red now consciously embrace their enduring friendship, a bond so profound it propels Red to fulfill a dream etched in shared hope, culminating in a heartfelt on a distant shore.",
1067
+ "storytelling": "Under the sprawling arms of that lone oak tree, Red unfolds Andy's letter, each word a testament to the trust and transformation forged between them. It's there, with the sun warming his back, that Red's decision crystallizes: to honor their friendship by journeying to the dream they once dared to envision. And on Zihuatanejo's shores, as they reunite, their friendship transcends the past, standing as a living monument to the power of conscious choice and enduring hope.",
1068
+ "perspectives": {
1069
+ "perspective_id": "3605d277-8770-4cfb-a282-435fa2677a7a"
1070
+ }
1071
+ },
1072
+ {
1073
+ "id": "[[ internal id ]]",
1074
+ "context": "Main Character",
1075
+ "appreciation": "Progression",
1076
+ "sequence": null,
1077
+ "narrative_function": "Knowledge",
1078
+ "illustration": "knowing the truth about someone",
1079
+ "summary": "Red knows he is not a changed man and tells the parole board that he's all fixed. They know he is lying.",
1080
+ "storytelling": "Knowing that this is what they want to hear, knowing that he is supposed to say this and knowing that they will say no. The parole board wanting to know how he is doing. He knows ahead of time how this is going to go, which sets him up for failure.",
1081
+ "perspectives": {
1082
+ "perspective_id": "e8b312e1-5092-40b8-b0e5-c92c2acc1b14"
1083
+ }
1084
+ },
1085
+ {
1086
+ "id": "[[ internal id ]]",
1087
+ "context": "Main Character",
1088
+ "appreciation": "Progression",
1089
+ "sequence": 2,
1090
+ "narrative_function": "Ability",
1091
+ "illustration": "practicing one's abilities",
1092
+ "summary": "Untitled",
1093
+ "storytelling": "Red demonstrates his ability to continue his illegal operations while pretending to be a reformed man. He is skilled at smuggling contraband and is able to maintain his criminal activities without getting caught.",
1094
+ "perspectives": {
1095
+ "perspective_id": "dc907189-aaba-4b1b-b62a-2545d869a570"
1096
+ }
1097
+ },
1098
+ {
1099
+ "id": "[[ internal id ]]",
1100
+ "context": "Main Character",
1101
+ "appreciation": "Progression",
1102
+ "sequence": 3,
1103
+ "narrative_function": "Desire",
1104
+ "illustration": "desiring a better life",
1105
+ "summary": "Untitled",
1106
+ "storytelling": "Red watches Andy, seeing the hope and determination that he himself lacks. He begins to desire a better life, one that isn't defined by the walls of Shawshank. However, his fear of the unknown, the risks involved in pursuing such a life, and his own institutionalization hold him back. He's torn between his growing desire for change and his fear of stepping out of his comfort zone. This internal conflict could manifest in various ways, such as hesitation in supporting Andy's plans or expressing cynicism despite a hidden longing for hope.",
1107
+ "perspectives": {
1108
+ "perspective_id": "94efd65b-d7f4-41f9-9857-b002fea2d192"
1109
+ }
1110
+ },
1111
+ {
1112
+ "id": "[[ internal id ]]",
1113
+ "context": "Main Character",
1114
+ "appreciation": "Progression",
1115
+ "sequence": 4,
1116
+ "narrative_function": "Thought",
1117
+ "illustration": "being cunning about someone",
1118
+ "summary": "Untitled",
1119
+ "storytelling": "Red's thoughts revolve around his own self-interest and survival. He carefully calculates his actions and words to manipulate others into believing his false reformation, while also ensuring that he is not implicated in any wrongdoing when Andy asks for help.",
1120
+ "perspectives": {
1121
+ "perspective_id": "b58b09db-884b-4212-b6d4-42d4b11375b0"
1122
+ }
1123
+ },
1124
+ {
1125
+ "id": "[[ internal id ]]",
1126
+ "context": "Objective Story",
1127
+ "appreciation": "Progression",
1128
+ "sequence": 1,
1129
+ "narrative_function": "Fate",
1130
+ "illustration": "being trapped by inevitable circumstances",
1131
+ "summary": "Untitled",
1132
+ "storytelling": "Andy's arrival at Shawshank is seemingly fated, as he is the only inmate without a criminal past. This sets him apart from the other prisoners and makes him a target for their belittlement and bullying. However, fate also brings Ellis Redding into Andy's life, as he steps in to protect him and becomes his mentor in navigating the harsh prison environment.",
1133
+ "perspectives": {
1134
+ "perspective_id": "d81b1667-4161-4b7c-bd37-30108b4fd3a9"
1135
+ }
1136
+ },
1137
+ {
1138
+ "id": "[[ internal id ]]",
1139
+ "context": "Objective Story",
1140
+ "appreciation": "Progression",
1141
+ "sequence": 2,
1142
+ "narrative_function": "Prediction",
1143
+ "illustration": "predicting someone will do something",
1144
+ "summary": "Untitled",
1145
+ "storytelling": "As Red takes Andy under his wing, he predicts that Andy's innocence will be his greatest asset. He believes that Andy's lack of guilt and corruption will allow him to maintain his integrity and resist the temptations of the prison. This prediction sets up a conflict with the prison guards, who see Andy as a threat to their authority and try to undermine Red's support of him.",
1146
+ "perspectives": {
1147
+ "perspective_id": "856b200e-2fc0-4e8e-aa97-9148c54a8615"
1148
+ }
1149
+ },
1150
+ {
1151
+ "id": "[[ internal id ]]",
1152
+ "context": "Objective Story",
1153
+ "appreciation": "Progression",
1154
+ "sequence": 3,
1155
+ "narrative_function": "Interdiction",
1156
+ "illustration": "hindering the inevitable",
1157
+ "summary": "Untitled",
1158
+ "storytelling": "Red's support of Andy becomes an interdiction for the prison guards, who see him as a troublemaker. They try to intimidate Red into stopping his mentorship of Andy, warning him of the consequences if he continues to support someone they perceive as a threat. This interdiction creates tension between Red and the guards, as he must decide whether to comply or defy their orders.",
1159
+ "perspectives": {
1160
+ "perspective_id": "b4879fae-75cc-4185-93b4-66d1ebd9f6e5"
1161
+ }
1162
+ },
1163
+ {
1164
+ "id": "[[ internal id ]]",
1165
+ "context": "Objective Story",
1166
+ "appreciation": "Progression",
1167
+ "sequence": 4,
1168
+ "narrative_function": "Destiny",
1169
+ "illustration": "having a destiny",
1170
+ "summary": "Untitled",
1171
+ "storytelling": "The Warden's belief in redemption and his strict moral code shape the destiny of the inmates in Shawshank. He enforces hard work, discipline, and adherence to his rules as the path to absolution. This clashes with Andy's innocence and refusal to conform to the corrupt practices within the prison, setting up a conflict between Andy and the Warden's vision of destiny.",
1172
+ "perspectives": {
1173
+ "perspective_id": "d4b195ef-ee3e-44c0-92af-433f9d251101"
1174
+ }
1175
+ },
1176
+ {
1177
+ "id": "[[ internal id ]]",
1178
+ "context": "Influence Character",
1179
+ "appreciation": "Progression",
1180
+ "sequence": 1,
1181
+ "narrative_function": "Truth",
1182
+ "illustration": "being honest about something",
1183
+ "summary": "Untitled",
1184
+ "storytelling": "Andy approaches Red and asks him for a rock hammer, claiming that he wants to pursue his hobby of rock collecting. Red is suspicious of Andy's true intentions and questions him about why he really wants the hammer. Andy assures Red that he only wants it for harmless reasons, but Red remains skeptical and uncertain.",
1185
+ "perspectives": {
1186
+ "perspective_id": "db98086e-6bf0-4fdf-80b0-3028d892cf0f"
1187
+ }
1188
+ },
1189
+ {
1190
+ "id": "[[ internal id ]]",
1191
+ "context": "Influence Character",
1192
+ "appreciation": "Progression",
1193
+ "sequence": 2,
1194
+ "narrative_function": "Evidence",
1195
+ "illustration": "collecting evidence about something",
1196
+ "summary": "Untitled",
1197
+ "storytelling": "Andy convinces the prison librarian to give him some books on geology, which he uses as evidence to support his claim that he genuinely wants the rock hammer for his hobby. Red observes Andy's dedication to learning and sees the evidence of his genuine interest in rocks. However, Red still questions whether Andy might be hiding ulterior motives.",
1198
+ "perspectives": {
1199
+ "perspective_id": "a051e714-f5a4-401c-bcb0-8c0a14dacbeb"
1200
+ }
1201
+ },
1202
+ {
1203
+ "id": "[[ internal id ]]",
1204
+ "context": "Influence Character",
1205
+ "appreciation": "Progression",
1206
+ "sequence": 3,
1207
+ "narrative_function": "Suspicion",
1208
+ "illustration": "suspecting someone's guilt",
1209
+ "summary": "Untitled",
1210
+ "storytelling": "As Andy continues to display resilience and determination in the face of the prison system's attempts to break him, Red becomes increasingly suspicious of Andy's true intentions. Red starts to suspect that Andy might have a plan to escape or manipulate the system. The growing suspicion creates tension between the two characters and leads to conflicts in their interactions.",
1211
+ "perspectives": {
1212
+ "perspective_id": "da0bc998-5d95-4ead-a98e-6c7017f7a900"
1213
+ }
1214
+ },
1215
+ {
1216
+ "id": "[[ internal id ]]",
1217
+ "context": "Influence Character",
1218
+ "appreciation": "Progression",
1219
+ "sequence": 4,
1220
+ "narrative_function": "Falsehood",
1221
+ "illustration": "telling a lie about a friend",
1222
+ "summary": "Untitled",
1223
+ "storytelling": "Red confronts Andy about his suspicions, accusing him of hiding his true intentions. Andy denies any wrongdoing and insists that he genuinely wants the rock hammer for his hobby. However, Red remains doubtful and feels betrayed by Andy's denial. The falsehoods and lack of trust between the two characters deepen the conflict and strain their budding friendship.",
1224
+ "perspectives": {
1225
+ "perspective_id": "f781428a-ce74-4a45-873b-cac66b9f9d79"
1226
+ }
1227
+ },
1228
+ {
1229
+ "id": "[[ internal id ]]",
1230
+ "context": "Main Character",
1231
+ "appreciation": "Event",
1232
+ "sequence": 1,
1233
+ "narrative_function": "Proven",
1234
+ "illustration": "being proven guilty",
1235
+ "summary": "Untitled",
1236
+ "storytelling": "In the context of your scene, Red starts with something Proven: he's a convicted murderer, and he's been denied parole before. This is a fact, a reality he can't escape. He's being called in to prove how he is done, and to Red its already proven to him that this process is broken.",
1237
+ "perspectives": {
1238
+ "perspective_id": "ea83d4d3-e1b6-4c46-bc26-e6e4a575ab81"
1239
+ }
1240
+ },
1241
+ {
1242
+ "id": "[[ internal id ]]",
1243
+ "context": "Main Character",
1244
+ "appreciation": "Event",
1245
+ "sequence": 2,
1246
+ "narrative_function": "Result",
1247
+ "illustration": "having repercussions on someone",
1248
+ "summary": "Untitled",
1249
+ "storytelling": "The Result beat could be the parole board's initial reaction to Red's presentation. Perhaps they seem unimpressed or skeptical, focusing on the result of his past actions (his crime) rather than his transformation. This could increase Red's frustration and cynicism, as he feels like he's being judged solely on his past, not on who he is now.",
1250
+ "perspectives": {
1251
+ "perspective_id": "d1d3e438-563a-4564-ab7b-f9a2a0879842"
1252
+ }
1253
+ },
1254
+ {
1255
+ "id": "[[ internal id ]]",
1256
+ "context": "Main Character",
1257
+ "appreciation": "Event",
1258
+ "sequence": 3,
1259
+ "narrative_function": "Process",
1260
+ "illustration": "focusing on the journey",
1261
+ "summary": "Untitled",
1262
+ "storytelling": "The Process beat could then involve Red trying to navigate this difficult situation. He might attempt different strategies to convince the board of his change, such as sharing specific examples of his good behavior in prison, expressing remorse for his crime, or outlining his plans for a law-abiding life after parole. This is the process of Red trying to transform the board's perception of him.validating their process, \"Oh, I'm a changed man, yessir...\"",
1263
+ "perspectives": {
1264
+ "perspective_id": "89966a4e-3339-4388-83c8-ec6d9f26f468"
1265
+ }
1266
+ },
1267
+ {
1268
+ "id": "[[ internal id ]]",
1269
+ "context": "Main Character",
1270
+ "appreciation": "Event",
1271
+ "sequence": 4,
1272
+ "narrative_function": "Presumption",
1273
+ "illustration": "being suspect of something",
1274
+ "summary": "Untitled",
1275
+ "storytelling": "By the end of the scene, Red could be left with the Presumption that no matter what he does or says, he'll always be seen as a criminal and will remain in prison forever. This presumption isn't based on any new evidence or facts presented in the meeting, but rather on Red's interpretation of the board's reactions and his own cynical outlook.The board is suspect that Red is telling the truth, and deny his parole. ",
1276
+ "perspectives": {
1277
+ "perspective_id": "e066ec75-2702-4cda-96d1-4bac1db60370"
1278
+ }
1279
+ },
1280
+ {
1281
+ "id": "[[ internal id ]]",
1282
+ "context": "Main Character",
1283
+ "appreciation": "Event",
1284
+ "sequence": 1,
1285
+ "narrative_function": "Effect",
1286
+ "illustration": "having repercussions on something",
1287
+ "summary": "Untitled",
1288
+ "storytelling": "Red's ability to continue his illegal operations while pretending to be reformed has a significant effect on the other characters and the overall plot. As Red successfully smuggles contraband, the criminal underworld becomes more active and influential, leading to an increase in crime rates and corruption in the city. This effect creates tension and conflict among law enforcement, as they struggle to uncover the source of the illegal activities and bring Red to justice.",
1289
+ "perspectives": {
1290
+ "perspective_id": "743794c1-bd1d-444a-9dc9-048ed3842b03"
1291
+ }
1292
+ },
1293
+ {
1294
+ "id": "[[ internal id ]]",
1295
+ "context": "Main Character",
1296
+ "appreciation": "Event",
1297
+ "sequence": 2,
1298
+ "narrative_function": "Accurate",
1299
+ "illustration": "doing accurate work",
1300
+ "summary": "Untitled",
1301
+ "storytelling": "Red's skills in smuggling contraband are accurate and well-honed. He meticulously plans each operation, ensuring that he remains undetected by authorities. Red's accuracy in executing his illegal activities adds an element of suspense and danger to the story, as law enforcement grows increasingly frustrated and determined to catch him. This accuracy also puts Red at odds with rival criminals who may see him as a threat to their own operations, leading to intense rivalries and conflicts within the criminal underworld.",
1302
+ "perspectives": {
1303
+ "perspective_id": "5f612913-d768-4756-9038-644293213dbe"
1304
+ }
1305
+ },
1306
+ {
1307
+ "id": "[[ internal id ]]",
1308
+ "context": "Main Character",
1309
+ "appreciation": "Event",
1310
+ "sequence": 3,
1311
+ "narrative_function": "Deviation",
1312
+ "illustration": "deviating",
1313
+ "summary": "Untitled",
1314
+ "storytelling": "Despite his outward appearance of a reformed man, Red's continued criminal activities create a significant deviation from the expected narrative. This deviation not only surprises the other characters in the story but also challenges their own beliefs and perceptions. Red's ability to deceive those around him and maintain his double life creates conflict within his relationships, particularly with those who have come to trust and rely on him. This deviation also sparks internal conflict within Red himself, as he grapples with the moral implications of his actions.",
1315
+ "perspectives": {
1316
+ "perspective_id": "331ae052-0409-4d6c-93e6-ec7f37f30077"
1317
+ }
1318
+ },
1319
+ {
1320
+ "id": "[[ internal id ]]",
1321
+ "context": "Main Character",
1322
+ "appreciation": "Event",
1323
+ "sequence": 4,
1324
+ "narrative_function": "Cause",
1325
+ "illustration": "causing someone to do something",
1326
+ "summary": "Untitled",
1327
+ "storytelling": "Red's ability to continue his illegal operations is caused by a combination of factors. His knowledge and experience in smuggling contraband, as well as his careful planning and execution, allow him to operate successfully without getting caught. Additionally, Red's charismatic personality and ability to maintain a facade of reformation enable him to deceive those around him, including law enforcement and his criminal rivals. This cause-effect relationship creates tension and conflict throughout the story, as the other characters become increasingly suspicious of Red's true intentions and work to unravel the secrets behind his criminal activities.",
1328
+ "perspectives": {
1329
+ "perspective_id": "4aceee07-2379-48e9-a77a-86f37fbe73af"
1330
+ }
1331
+ },
1332
+ {
1333
+ "id": "[[ internal id ]]",
1334
+ "context": "Influence Character",
1335
+ "appreciation": "Progression",
1336
+ "sequence": 9,
1337
+ "narrative_function": "Closure",
1338
+ "illustration": "resolving a mystery",
1339
+ "summary": "Untitled",
1340
+ "storytelling": "Andy's pursuit of knowledge and truth leads him to uncover evidence that could prove his innocence. He meticulously gathers documents, testimonies, and other pieces of information to build his case. However, as he gets closer to finding closure, he faces resistance from the warden, who tries to suppress the evidence and keep Andy's innocence hidden. This conflict between Andy's search for closure and the warden's attempts to deny it creates tension and raises the stakes for Andy's quest for justice.",
1341
+ "perspectives": {
1342
+ "perspective_id": "d6eaa11e-ff67-4f98-92ee-abaddcf598da"
1343
+ }
1344
+ },
1345
+ {
1346
+ "id": "[[ internal id ]]",
1347
+ "context": "Influence Character",
1348
+ "appreciation": "Progression",
1349
+ "sequence": 10,
1350
+ "narrative_function": "Hope",
1351
+ "illustration": "being hopeful",
1352
+ "summary": "Untitled",
1353
+ "storytelling": "Tommy's arrival with information that could potentially exonerate Andy sparks a glimmer of hope in Andy and the other inmates. They start to believe that there might be a chance for Andy to prove his innocence and regain his freedom. Despite the challenges and setbacks he faces, Andy's unwavering hope drives him to continue his pursuit of the truth. The conflict between hope and the obstacles that stand in its way creates a sense of anticipation and keeps the readers engaged in the story.",
1354
+ "perspectives": {
1355
+ "perspective_id": "1d459bd1-d43b-40be-afcd-154825ad03fc"
1356
+ }
1357
+ },
1358
+ {
1359
+ "id": "[[ internal id ]]",
1360
+ "context": "Influence Character",
1361
+ "appreciation": "Progression",
1362
+ "sequence": 11,
1363
+ "narrative_function": "Dream",
1364
+ "illustration": "pursuing the american dream",
1365
+ "summary": "Untitled",
1366
+ "storytelling": "Tommy is dreaming if he thinks he can make a difference and convince the warden otherwise when it comes to Andy.Throughout this part of the story, Andy's dream of freedom and vindication becomes more pronounced. His pursuit of knowledge and truth is not just about proving his innocence but also about fulfilling his dream of escaping Shawshank. As Andy shares his knowledge and empowers others with information, his dream becomes contagious, inspiring Red and other inmates to dream of a better life outside the prison walls. The conflict arises when the harsh reality of their circumstances clashes with their dreams, leading to moments of doubt and questioning.",
1367
+ "perspectives": {
1368
+ "perspective_id": "b3fff533-e775-41c5-b871-aa1a5406839a"
1369
+ }
1370
+ },
1371
+ {
1372
+ "id": "[[ internal id ]]",
1373
+ "context": "Influence Character",
1374
+ "appreciation": "Progression",
1375
+ "sequence": 12,
1376
+ "narrative_function": "Denial",
1377
+ "illustration": "being denied",
1378
+ "summary": "Untitled",
1379
+ "storytelling": "Tommy doesn't deny Andy and what he knows about him, even when facing certain death (at least from Red's perspective).The warden, fueled by his desire for control and maintaining the status quo, denies Andy's pursuit of knowledge and truth. He tries to suppress the evidence and silence Andy, fearing that the truth will disrupt the order he has established within Shawshank. The conflict between Andy's relentless pursuit of truth and the warden's denial of it creates a power struggle that intensifies as the story progresses. The warden's denial becomes a source of conflict, fueling Andy's determination to expose the truth and seek justice.",
1380
+ "perspectives": {
1381
+ "perspective_id": "292a58f1-5041-4009-bb5d-d672ad388f9a"
1382
+ }
1383
+ },
1384
+ {
1385
+ "id": "[[ internal id ]]",
1386
+ "context": "Influence Character",
1387
+ "appreciation": "Progression",
1388
+ "sequence": 13,
1389
+ "narrative_function": "Investigation",
1390
+ "illustration": "investigating a murder",
1391
+ "summary": "Untitled",
1392
+ "storytelling": "Red begins to investigate Andy's secret plan, trying to uncover the truth behind his escape. He searches Andy's cell, questioning other inmates, and even confronts Andy himself. This investigation creates conflict as Red struggles to understand Andy's motives and whether he can trust him.",
1393
+ "perspectives": {
1394
+ "perspective_id": "e9158540-b74c-4916-8a5d-9b9d351b9e3b"
1395
+ }
1396
+ },
1397
+ {
1398
+ "id": "[[ internal id ]]",
1399
+ "context": "Influence Character",
1400
+ "appreciation": "Progression",
1401
+ "sequence": 14,
1402
+ "narrative_function": "Appraisal",
1403
+ "illustration": "being appraised by something",
1404
+ "summary": "Untitled",
1405
+ "storytelling": "As Red gathers more information about Andy's plan, he starts to reassess his own beliefs and perspective on hope and change. He reflects on his own experiences in prison and the impact Andy has had on him. This appraisal creates conflict within Red as he grapples with the idea of hope and whether it is worth pursuing.",
1406
+ "perspectives": {
1407
+ "perspective_id": "e772cb23-0ca5-412d-8022-f031398e9d3e"
1408
+ }
1409
+ },
1410
+ {
1411
+ "id": "[[ internal id ]]",
1412
+ "context": "Influence Character",
1413
+ "appreciation": "Progression",
1414
+ "sequence": 15,
1415
+ "narrative_function": "Reappraisal",
1416
+ "illustration": "re-evaluating a conclusion",
1417
+ "summary": "Untitled",
1418
+ "storytelling": "The letter under the rock near the tree.After discovering the truth about Andy's plan and witnessing the exposure of the warden's corruption, Red undergoes a significant reappraisal of his understanding of hope. He realizes that Andy's actions have led to a potential opportunity for redemption and a chance at a different life. This reappraisal creates conflict as Red must decide whether to embrace hope and take a leap of faith or remain in his familiar and comfortable but stagnant prison life.",
1419
+ "perspectives": {
1420
+ "perspective_id": "3ff5a993-bf82-401e-bf31-b8ae4d68f444"
1421
+ }
1422
+ },
1423
+ {
1424
+ "id": "[[ internal id ]]",
1425
+ "context": "Influence Character",
1426
+ "appreciation": "Progression",
1427
+ "sequence": 16,
1428
+ "narrative_function": "Doubt",
1429
+ "illustration": "doubting oneself",
1430
+ "summary": "Untitled",
1431
+ "storytelling": "In the midst of his reappraisal, doubt creeps into Red's mind. He questions whether he is capable of change and if he deserves a second chance. This doubt creates internal conflict for Red as he grapples with his own self-worth and the fear of failure. It also serves as a source of external conflict as Red faces skepticism and resistance from other inmates who try to discourage him from pursuing a life outside of Shawshank.",
1432
+ "perspectives": {
1433
+ "perspective_id": "e026bc78-2eda-4d13-8c68-d3c089bf1468"
1434
+ }
1435
+ },
1436
+ {
1437
+ "id": "[[ internal id ]]",
1438
+ "context": "Main Character",
1439
+ "appreciation": "Progression",
1440
+ "sequence": 13,
1441
+ "narrative_function": "State of Being",
1442
+ "illustration": "showing something's true colors",
1443
+ "summary": "Untitled",
1444
+ "storytelling": "Red starts off as a prisoner, confined within the walls of Shawshank. He is oppressed and trapped, longing for freedom and a sense of purpose in his life.",
1445
+ "perspectives": {
1446
+ "perspective_id": "8834d55f-7f3b-45ab-bdf4-60afcb550fa3"
1447
+ }
1448
+ },
1449
+ {
1450
+ "id": "[[ internal id ]]",
1451
+ "context": "Main Character",
1452
+ "appreciation": "Progression",
1453
+ "sequence": 14,
1454
+ "narrative_function": "Circumstances",
1455
+ "illustration": "being in a catch-22",
1456
+ "summary": "Untitled",
1457
+ "storytelling": "Red's circumstances change when he meets Andy, a fellow inmate who becomes his friend. Andy's escape plan gives Red hope and the desire for something more in life. However, Red is conflicted about whether to join Andy or stay within the confines of the prison.",
1458
+ "perspectives": {
1459
+ "perspective_id": "456dfbbe-5d20-42a9-aa97-8d2a25893bad"
1460
+ }
1461
+ },
1462
+ {
1463
+ "id": "[[ internal id ]]",
1464
+ "context": "Main Character",
1465
+ "appreciation": "Progression",
1466
+ "sequence": 15,
1467
+ "narrative_function": "Situation",
1468
+ "illustration": "being in a predicament",
1469
+ "summary": "Untitled",
1470
+ "storytelling": "As Red contemplates his decision, he faces the conflict of staying in a familiar but oppressive situation or taking the risk of breaking parole and escaping. The prison authorities become suspicious of Red's growing friendship with Andy, adding tension to the situation.",
1471
+ "perspectives": {
1472
+ "perspective_id": "d0fdc650-2753-46eb-8dc8-09a3052e37e7"
1473
+ }
1474
+ },
1475
+ {
1476
+ "id": "[[ internal id ]]",
1477
+ "context": "Main Character",
1478
+ "appreciation": "Progression",
1479
+ "sequence": 16,
1480
+ "narrative_function": "Sense of Self",
1481
+ "illustration": "taking stock of who one is",
1482
+ "summary": "Untitled",
1483
+ "storytelling": "Ultimately, Red makes the decision to break parole and escape with Andy. This choice challenges his sense of self as a law-abiding citizen and forces him to confront his rebellious tendencies. Red's excitement at the prospect of starting anew is tempered by the uncertainty of the journey ahead, but he embraces the opportunity for personal growth and self-discovery.",
1484
+ "perspectives": {
1485
+ "perspective_id": "8a7efcbe-b977-42e0-8ac9-4c37d5bc05da"
1486
+ }
1487
+ },
1488
+ {
1489
+ "id": "[[ internal id ]]",
1490
+ "context": "Objective Story",
1491
+ "appreciation": "Signpost",
1492
+ "sequence": 1,
1493
+ "narrative_function": "Past",
1494
+ "illustration": "making up for past mistakes",
1495
+ "summary": "The Warden is determined to help the inmates of Shawshank find redemption through hard work, discipline, and adherence to his strict moral code.",
1496
+ "storytelling": "Meanwhile, the Warden, a deeply religious man, is determined to make sure everyone in Shawshank receives absolution and forgiveness for their sins. He believes that through hard work, discipline, and adherence to his strict moral code, the inmates can find redemption.1. Fate: Warden Norton, a deeply religious man, is appointed to Shawshank State Penitentiary. He sees it as his divine fate to bring moral order and redemption to the prison.2. Prediction: The Warden predicts that his strict moral code, enforced through hard work and discipline, will reform the inmates. He believes that everyone in Shawshank can find absolution and forgiveness for their sins.3. Interdiction: The Warden intervenes in the lives of the inmates by implementing a rigorous work program. He believes that through labor, the inmates can make up for their past mistakes. He also starts a Bible study group, further enforcing his moral code.4. Destiny: The Warden's actions start to shape the destiny of Shawshank. The prison becomes known for its disciplined inmates and moral teachings. However, beneath this facade, the Warden is exploiting the inmates for his own gain, using their labor for public works projects and pocketing the profits.",
1497
+ "perspectives": {
1498
+ "perspective_id": "273df6dc-c977-43b4-a6ba-0f78b1ca571d"
1499
+ }
1500
+ },
1501
+ {
1502
+ "id": "[[ internal id ]]",
1503
+ "context": "Objective Story",
1504
+ "appreciation": "Progression",
1505
+ "sequence": 9,
1506
+ "narrative_function": "Choice",
1507
+ "illustration": "being reluctant to make a choice",
1508
+ "summary": "Untitled",
1509
+ "storytelling": "Andy, upon his release from solitary confinement, chooses to share his hopeful attitude with Red, despite knowing that Red is skeptical. This choice creates conflict as Red is resistant to embracing hope, believing it to be futile in their current situation. However, Andy persists in trying to convince Red, leading to a clash of choices and perspectives.",
1510
+ "perspectives": {
1511
+ "perspective_id": "27e56e44-9317-463e-b58b-fe3a6d975488"
1512
+ }
1513
+ },
1514
+ {
1515
+ "id": "[[ internal id ]]",
1516
+ "context": "Objective Story",
1517
+ "appreciation": "Progression",
1518
+ "sequence": 10,
1519
+ "narrative_function": "Preconception",
1520
+ "illustration": "being predisposed against someone",
1521
+ "summary": "Untitled",
1522
+ "storytelling": "Norton's opportunistic attitude and willingness to exploit prison labor for personal gain is driven by his preconception that he can manipulate the system to his advantage. This preconception creates conflict as it goes against the moral principles of the other characters, particularly Andy, who sees the exploitation as unjust. The clash of preconceptions leads to tension and a questioning of values.",
1523
+ "perspectives": {
1524
+ "perspective_id": "ab7b4b7f-6018-4c26-ad2e-ed438dcdf1f3"
1525
+ }
1526
+ },
1527
+ {
1528
+ "id": "[[ internal id ]]",
1529
+ "context": "Objective Story",
1530
+ "appreciation": "Progression",
1531
+ "sequence": 11,
1532
+ "narrative_function": "Openness",
1533
+ "illustration": "having a policy of openness",
1534
+ "summary": "Untitled",
1535
+ "storytelling": "Andy's openness to seizing the opportunity to launder money using an alias demonstrates his resourcefulness and adaptability. This openness creates conflict as it goes against the rigid rules and regulations of the prison system, particularly the Warden's controlling attitude. The clash of openness and control leads to a power struggle between Andy and the Warden, with Andy risking his own safety to maintain his sense of agency.",
1536
+ "perspectives": {
1537
+ "perspective_id": "3f33b124-481f-42a2-a3a9-9e30aea0d743"
1538
+ }
1539
+ },
1540
+ {
1541
+ "id": "[[ internal id ]]",
1542
+ "context": "Objective Story",
1543
+ "appreciation": "Progression",
1544
+ "sequence": 12,
1545
+ "narrative_function": "Delay",
1546
+ "illustration": "being delayed",
1547
+ "summary": "Untitled",
1548
+ "storytelling": "The delay in Andy's release, caused by the Warden's desire to maintain control and protect his own interests, creates conflict as it prolongs Andy's imprisonment and prevents him from fully realizing his hope for freedom. This delay also frustrates the other characters, particularly Tommy Williams, who holds information that could expedite Andy's release. The clash of delay and urgency heightens the tension and pushes the characters to reevaluate their priorities and take action.",
1549
+ "perspectives": {
1550
+ "perspective_id": "e9f0976e-5bcc-42fd-8c2d-9879286039ee"
1551
+ }
1552
+ },
1553
+ {
1554
+ "id": "[[ internal id ]]",
1555
+ "context": "Main Character",
1556
+ "appreciation": "Signpost",
1557
+ "sequence": 1,
1558
+ "narrative_function": "Being",
1559
+ "illustration": "refusing to pretend everything is okay",
1560
+ "summary": "Untitled",
1561
+ "storytelling": "When we first meet Red, we find him sneaking in contraband for inmates while telling the review board he's a changed man. \"I can honestly say I'm a changed man. I'm no longer a danger to society. That's the God's honest truth. No doubt about it.\" Clearly, he's not, and clearly he's putting up a ton of resistance towards any kind of personal growth. He feigns reconciliation while continuing to play the role of a minor criminal. Returning to circulation, he continues his illegal operations while looking the other way when Andy asks for help.",
1562
+ "perspectives": {
1563
+ "perspective_id": "1639455d-9765-4224-8175-d10da07f326f"
1564
+ }
1565
+ },
1566
+ {
1567
+ "id": "[[ internal id ]]",
1568
+ "context": "Main Character",
1569
+ "appreciation": "Progression",
1570
+ "sequence": null,
1571
+ "narrative_function": "Knowledge",
1572
+ "illustration": "knowing something's business",
1573
+ "summary": "Red's extensive knowledge of the prison's rules and regulations leads him to smuggle contraband, but when he miscalculates and gets caught, he is thrown into solitary confinement and forced to question if his knowledge is really helping him",
1574
+ "storytelling": "Red, with his extensive knowledge of the prison's rules and regulations, is well aware that smuggling contraband is against the rules. However, he continues to do it, using his knowledge to evade the guards and keep his operation hidden. One day, he miscalculates and a new guard, who is not part of the usual patterns Red has memorized, catches him in the act. This leads to Red being thrown into solitary confinement, a harsh punishment that makes him question if his knowledge and the way he's been using it is truly serving him or leading him into more trouble. ",
1575
+ "perspectives": {
1576
+ "perspective_id": "5e05a63e-2898-488d-b052-194eb50f4aa4"
1577
+ }
1578
+ },
1579
+ {
1580
+ "id": "[[ internal id ]]",
1581
+ "context": "Main Character",
1582
+ "appreciation": "Progression",
1583
+ "sequence": 2,
1584
+ "narrative_function": "Ability",
1585
+ "illustration": "being able to do something",
1586
+ "summary": "Untitled",
1587
+ "storytelling": "Red has the ability to smuggle contraband into the prison without getting caught. He uses his connections and experience to successfully bring in items for the inmates. However, this ability also becomes a source of conflict as it puts him at odds with the prison authorities and jeopardizes his own freedom.",
1588
+ "perspectives": {
1589
+ "perspective_id": "f7605810-3803-4114-94f0-41dcd21abccb"
1590
+ }
1591
+ },
1592
+ {
1593
+ "id": "[[ internal id ]]",
1594
+ "context": "Main Character",
1595
+ "appreciation": "Progression",
1596
+ "sequence": 3,
1597
+ "narrative_function": "Desire",
1598
+ "illustration": "wanting to be someone better",
1599
+ "summary": "Untitled",
1600
+ "storytelling": "Red's desire to maintain his reputation as a criminal and his resistance towards personal growth create conflict within himself. He wants to be seen as a changed man by the review board, but his actions contradict his words. His desire to continue his illegal operations clashes with his desire to convince others that he has changed.",
1601
+ "perspectives": {
1602
+ "perspective_id": "ff51fabd-e880-4ca2-9042-499385157185"
1603
+ }
1604
+ },
1605
+ {
1606
+ "id": "[[ internal id ]]",
1607
+ "context": "Main Character",
1608
+ "appreciation": "Progression",
1609
+ "sequence": 4,
1610
+ "narrative_function": "Thought",
1611
+ "illustration": "thinking",
1612
+ "summary": "Untitled",
1613
+ "storytelling": "Throughout this part of the story, Red's thoughts are conflicted. He knows that he should stop smuggling contraband and focus on his own personal growth, but he continues to engage in illegal activities. His thoughts are a constant battle between his desire for change and his reluctance to let go of his criminal identity.",
1614
+ "perspectives": {
1615
+ "perspective_id": "18e4641e-f115-4fe8-a47e-aaac79821870"
1616
+ }
1617
+ },
1618
+ {
1619
+ "id": "[[ internal id ]]",
1620
+ "context": "Main Character",
1621
+ "appreciation": "Event",
1622
+ "sequence": 1,
1623
+ "narrative_function": "Proven",
1624
+ "illustration": "being proven innocent",
1625
+ "summary": "Red has earned respect, fear, and untouchability within the prison walls through his extensive knowledge of the prison's rules and regulations, resourcefulness, and ability to smuggle contraband without getting caught.",
1626
+ "storytelling": "Red, with his extensive knowledge of the prison's rules and regulations, has proven himself to be the unspoken king of Shawshank. His ability to smuggle contraband without getting caught has not only given him a sense of power and control but also an elevated status among the inmates. His reputation is built on the fact that he has consistently proven his cunning and resourcefulness, successfully navigating the treacherous waters of the prison system time and time again. This has earned him respect, fear, and a certain level of untouchability within the prison walls. His proven track record has made him an indispensable part of the prison ecosystem, a man who can get things done when no one else can.",
1627
+ "perspectives": {
1628
+ "perspective_id": "5aa2572f-8052-4600-846e-3a822f41130e"
1629
+ }
1630
+ },
1631
+ {
1632
+ "id": "[[ internal id ]]",
1633
+ "context": "Main Character",
1634
+ "appreciation": "Event",
1635
+ "sequence": 2,
1636
+ "narrative_function": "Result",
1637
+ "illustration": "lacking results from someone",
1638
+ "summary": "Red's attempt to take control of the situation leads to his arrest and solitary confinement after being caught smuggling contraband.",
1639
+ "storytelling": "Frustrated by the lack of results from his team, Red decides to experiment with a new approach. He's always been the one to follow the rules, but the inertia of the system and the inaction of his team have pushed him to his limits. Late at night, he sneaks into the laundry room, skillfully navigating the maze of machines and piles of uniforms. He's never done anything like this before, but he's desperate for change.He finds the hidden stash of contraband - cigarettes and girlie magazines - and starts to smuggle them out. This act of rebellion is his way of resisting the system that's been holding him back. Just as he's about to leave, a beam of light cuts through the darkness. A new guard, vigilant and uncorrupted, has been doing rounds. Caught in the act, Red freezes, the contraband falling from his hands.The guard's stern voice echoes in the room, \"You're under arrest, Red.\" The sense of power and control Red once had shatters in that moment. His attempt at resistance and experimentation has led to his arrest and subsequent placement in solitary confinement. His rejection of the status quo has come at a high cost, but it's also given him a new perspective on his situation.",
1640
+ "perspectives": {
1641
+ "perspective_id": "240f453c-004f-48d2-bef1-61f29f56b801"
1642
+ }
1643
+ },
1644
+ {
1645
+ "id": "[[ internal id ]]",
1646
+ "context": "Main Character",
1647
+ "appreciation": "Event",
1648
+ "sequence": 3,
1649
+ "narrative_function": "Process",
1650
+ "illustration": "someone having an overly complicated process",
1651
+ "summary": "Despite being caught smuggling contraband, Red remains confident and attempts to charm the new guard into joining his operation, but is unsuccessful.",
1652
+ "storytelling": "Early in the story, Red is caught in the act of smuggling contraband. Unfazed, he approaches the new guard, attempting to charm him into becoming a part of his operation. He subtly hints at his role in Shawshank, saying, \"I'm the kind of guy that gets you things.\" However, the guard remains unmoved, stating firmly that he's just doing his job. Despite this setback, Red remains confident and dismisses the incident as a minor hiccup, convinced that he can continue his operations as usual.",
1653
+ "perspectives": {
1654
+ "perspective_id": "c701eae2-862f-48e8-a361-35cb5cd414e0"
1655
+ }
1656
+ },
1657
+ {
1658
+ "id": "[[ internal id ]]",
1659
+ "context": "Main Character",
1660
+ "appreciation": "Event",
1661
+ "sequence": 4,
1662
+ "narrative_function": "Presumption",
1663
+ "illustration": "showing that something is yet to be verified",
1664
+ "summary": "Red, an optimist and strategist, is excited to face a new challenge when he's put in solitary confinement, and he's determined to prove he can manipulate the new guard.",
1665
+ "storytelling": "Red, known for his extensive knowledge of the prison's rules and his ability to manipulate the guards, finds himself in a predicament when he's caught by the new guard and put in solitary confinement. The other prisoners laugh at him, telling him he's finally screwed up. But Red, ever the optimist and strategist, just laughs back. He sees this not as a failure, but as a new challenge. His presumption that he can manipulate this new guard is yet to be verified, and he's excited about the prospect of starting over. As he's led to solitary, he shouts back at the other prisoners, \"I've only just begun...\"",
1666
+ "perspectives": {
1667
+ "perspective_id": "9840c9e4-94d3-46b5-92bb-9db29faf05d6"
1668
+ }
1669
+ },
1670
+ {
1671
+ "id": "[[ internal id ]]",
1672
+ "context": "Main Character",
1673
+ "appreciation": "Progression",
1674
+ "sequence": 5,
1675
+ "narrative_function": "Permission",
1676
+ "illustration": "allowing a group to go free",
1677
+ "summary": "Untitled",
1678
+ "storytelling": "Apologies, but I had trouble illustrating Permission for this Storybeat.",
1679
+ "perspectives": {
1680
+ "perspective_id": "5b2d779c-2763-444e-a59e-c9852f18a473"
1681
+ }
1682
+ },
1683
+ {
1684
+ "id": "[[ internal id ]]",
1685
+ "context": "Main Character",
1686
+ "appreciation": "Progression",
1687
+ "sequence": 6,
1688
+ "narrative_function": "Need",
1689
+ "illustration": "needing a wife",
1690
+ "summary": "Untitled",
1691
+ "storytelling": "Apologies, but I had trouble illustrating Need for this Storybeat.",
1692
+ "perspectives": {
1693
+ "perspective_id": "710c9830-dda4-4cc8-9f67-09c19a30f852"
1694
+ }
1695
+ },
1696
+ {
1697
+ "id": "[[ internal id ]]",
1698
+ "context": "Main Character",
1699
+ "appreciation": "Progression",
1700
+ "sequence": 7,
1701
+ "narrative_function": "Expediency",
1702
+ "illustration": "doing something inadvisable",
1703
+ "summary": "Untitled",
1704
+ "storytelling": "Apologies, but I had trouble illustrating Expediency for this Storybeat.",
1705
+ "perspectives": {
1706
+ "perspective_id": "a2d09805-8514-4024-9883-952cd48e24b9"
1707
+ }
1708
+ },
1709
+ {
1710
+ "id": "[[ internal id ]]",
1711
+ "context": "Main Character",
1712
+ "appreciation": "Progression",
1713
+ "sequence": 8,
1714
+ "narrative_function": "Deficiency",
1715
+ "illustration": "being afraid of lacking agency",
1716
+ "summary": "Untitled",
1717
+ "storytelling": "Apologies, but I had trouble illustrating Deficiency for this Storybeat.",
1718
+ "perspectives": {
1719
+ "perspective_id": "83348769-4dd5-42c3-b4f6-8f7c8236760f"
1720
+ }
1721
+ },
1722
+ {
1723
+ "id": "[[ internal id ]]",
1724
+ "context": "Main Character",
1725
+ "appreciation": "Progression",
1726
+ "sequence": 9,
1727
+ "narrative_function": "Rationalization",
1728
+ "illustration": "rationalizing something",
1729
+ "summary": "Untitled",
1730
+ "storytelling": "Red initially rationalizes that he has no idea what the Italian ladies were singing about, believing that some things are best left unsaid. However, as he reflects on the beauty of their singing, he begins to evolve and expresses the idea that they were singing about something so beautiful it can't be expressed in words. This internal conflict between his initial rationalization and his evolving perspective creates tension within Red's character.",
1731
+ "perspectives": {
1732
+ "perspective_id": "856cc043-1897-4ce8-a323-3503dbec045b"
1733
+ }
1734
+ },
1735
+ {
1736
+ "id": "[[ internal id ]]",
1737
+ "context": "Main Character",
1738
+ "appreciation": "Progression",
1739
+ "sequence": 10,
1740
+ "narrative_function": "Commitment",
1741
+ "illustration": "being committed",
1742
+ "summary": "Untitled",
1743
+ "storytelling": "Red's commitment to his friendship with Andy is tested when a new arrival seeks his help. Red, understanding the impact of institutionalized thinking, advises the boy against getting the wrong idea that he can make a difference in Shawshank. This commitment to protecting Andy and guiding the new arrival creates conflict as Red must balance his loyalty to his friend with the potential consequences of helping others.",
1744
+ "perspectives": {
1745
+ "perspective_id": "41a1d586-346a-4a6a-93de-bb352d7acffc"
1746
+ }
1747
+ },
1748
+ {
1749
+ "id": "[[ internal id ]]",
1750
+ "context": "Main Character",
1751
+ "appreciation": "Progression",
1752
+ "sequence": 11,
1753
+ "narrative_function": "Responsibility",
1754
+ "illustration": "having responsibility for someone",
1755
+ "summary": "Untitled",
1756
+ "storytelling": "Red takes on the responsibility of guiding the new arrival and protecting Andy from the dangers of Shawshank. He understands the weight of his actions and the potential consequences they may have. This responsibility creates conflict as Red must navigate the complexities of prison life while fulfilling his duty to his friends.",
1757
+ "perspectives": {
1758
+ "perspective_id": "c6ff9cdf-fc6f-47ed-9581-ab018e45f15b"
1759
+ }
1760
+ },
1761
+ {
1762
+ "id": "[[ internal id ]]",
1763
+ "context": "Main Character",
1764
+ "appreciation": "Progression",
1765
+ "sequence": 12,
1766
+ "narrative_function": "Obligation",
1767
+ "illustration": "feeling obligated",
1768
+ "summary": "Untitled",
1769
+ "storytelling": "Red feels an obligation to use his experience and wisdom to help others in Shawshank. He recognizes the power he holds due to his long-term incarceration and uses it to guide the new arrival and advise him against unrealistic expectations. This obligation creates conflict as Red must balance his desire to help others with the limitations imposed by the prison system.",
1770
+ "perspectives": {
1771
+ "perspective_id": "b47475c4-5063-483f-a7c1-31a317d436c3"
1772
+ }
1773
+ },
1774
+ {
1775
+ "id": "[[ internal id ]]",
1776
+ "context": "Influence Character",
1777
+ "appreciation": "Progression",
1778
+ "sequence": 5,
1779
+ "narrative_function": "Value",
1780
+ "illustration": "being valuable",
1781
+ "summary": "Untitled",
1782
+ "storytelling": "In this part of the story, Andy's focus on obtaining goals and achievements highlights the value he places on making a difference within the prison. He successfully secures funding for the prison library, showing his belief in the importance of education and access to knowledge. This value conflicts with Red's initial belief that life in prison is devoid of purpose, as Andy's actions demonstrate that there is value in striving for positive change even in such a restrictive environment.",
1783
+ "perspectives": {
1784
+ "perspective_id": "4316733d-fa42-446f-9639-655675e98679"
1785
+ }
1786
+ },
1787
+ {
1788
+ "id": "[[ internal id ]]",
1789
+ "context": "Influence Character",
1790
+ "appreciation": "Progression",
1791
+ "sequence": 6,
1792
+ "narrative_function": "Confidence",
1793
+ "illustration": "being confident one will succeed",
1794
+ "summary": "Untitled",
1795
+ "storytelling": "Andy's accomplishments in improving the living conditions for his fellow inmates and gaining favor with the guards and the warden also showcase his confidence in his abilities. He takes on the challenge of making the prison a better place, displaying a belief in his own skills and resourcefulness. This confidence clashes with Red's initial skepticism and lack of belief in the possibility of effecting change, as Andy's actions prove that confidence can lead to tangible results even in a seemingly hopeless situation.",
1796
+ "perspectives": {
1797
+ "perspective_id": "351a86aa-9059-43e8-8d82-5b49ec234b1c"
1798
+ }
1799
+ },
1800
+ {
1801
+ "id": "[[ internal id ]]",
1802
+ "context": "Influence Character",
1803
+ "appreciation": "Progression",
1804
+ "sequence": 7,
1805
+ "narrative_function": "Worry",
1806
+ "illustration": "having apprehensions about someone",
1807
+ "summary": "Untitled",
1808
+ "storytelling": "This is all about Brooks' reaction to everythingWhile Andy's focus on obtaining goals and achievements is admirable, it also brings about worry for Red. Red becomes concerned that Andy's determination to make a difference may lead to disappointment or even danger. Red worries that Andy's actions may attract unwanted attention from the prison authorities or other inmates, putting both of them at risk. This worry creates conflict between Red's desire to protect himself and Andy's unwavering pursuit of his goals.",
1809
+ "perspectives": {
1810
+ "perspective_id": "6209f050-3f47-4299-b238-fde267c64df0"
1811
+ }
1812
+ },
1813
+ {
1814
+ "id": "[[ internal id ]]",
1815
+ "context": "Influence Character",
1816
+ "appreciation": "Progression",
1817
+ "sequence": 8,
1818
+ "narrative_function": "Worth",
1819
+ "illustration": "being worthwhile",
1820
+ "summary": "Untitled",
1821
+ "storytelling": "Playing the music because even though he knows what's going to happen to him, it's worth it to share with everyone in the prison.Andy's success in obtaining goals and achievements within the prison challenges Red's perception of self-worth. As Andy's actions bring about positive changes and gain him favor with the guards and the warden, Red begins to question his own worth and purpose within the prison. He wonders if he too can find a sense of worth and make a difference, leading to a conflict within himself as he grapples with his own self-doubt and the possibility of finding his own path to worthiness.",
1822
+ "perspectives": {
1823
+ "perspective_id": "293b2d24-ab56-4e8b-b636-9b6d527ecdfa"
1824
+ }
1825
+ },
1826
+ {
1827
+ "id": "[[ internal id ]]",
1828
+ "context": "Objective Story",
1829
+ "appreciation": "Signpost",
1830
+ "sequence": 1,
1831
+ "narrative_function": "Past",
1832
+ "illustration": "relating the past lives of others",
1833
+ "summary": "Heywood's stories from the past serve as a source of hope and determination for Andy in his quest for freedom, while also providing a supportive environment in the harsh reality of Shawshank prison.",
1834
+ "storytelling": "Heywood's unwavering belief in Andy's innocence creates a division among the inmates. Some side with Heywood, believing in Andy's innocence and supporting his quest for freedom. Others see Andy as a threat to their own survival within the prison system and oppose him.",
1835
+ "perspectives": {
1836
+ "perspective_id": "7f2bfd40-235a-4594-a196-3c9c9482b8eb"
1837
+ }
1838
+ },
1839
+ {
1840
+ "id": "[[ internal id ]]",
1841
+ "context": "Objective Story",
1842
+ "appreciation": "Progression",
1843
+ "sequence": 5,
1844
+ "narrative_function": "Fact",
1845
+ "illustration": "focusing on the facts",
1846
+ "summary": "Untitled",
1847
+ "storytelling": "Andy begins to manipulate the guards' future prospects by offering his expertise in tax matters. By doing so, he not only gains their favor but also subtly shifts the power dynamics within the prison. This act of manipulation showcases Andy's ability to navigate the complex psychological landscape of Shawshank and use it to his advantage.",
1848
+ "perspectives": {
1849
+ "perspective_id": "11da3df4-c0af-40e8-9769-2057225de0ba"
1850
+ }
1851
+ },
1852
+ {
1853
+ "id": "[[ internal id ]]",
1854
+ "context": "Objective Story",
1855
+ "appreciation": "Progression",
1856
+ "sequence": 6,
1857
+ "narrative_function": "Security",
1858
+ "illustration": "working in a maximum security prison",
1859
+ "summary": "Untitled",
1860
+ "storytelling": "Andy sets up a library to improve the educational prospects of the inmates, challenging the status quo and the prison's oppressive environment. This act of defiance against the system demonstrates Andy's determination to bring about change and hope within the prison walls. Through this endeavor, he manipulates the inmates' mindset, encouraging them to believe in a better future and their own potential for growth.",
1861
+ "perspectives": {
1862
+ "perspective_id": "c475d68a-2443-4bc8-a61b-33a0fcc7e739"
1863
+ }
1864
+ },
1865
+ {
1866
+ "id": "[[ internal id ]]",
1867
+ "context": "Objective Story",
1868
+ "appreciation": "Progression",
1869
+ "sequence": 7,
1870
+ "narrative_function": "Threat",
1871
+ "illustration": "being threatened by a group",
1872
+ "summary": "Untitled",
1873
+ "storytelling": "Brooks, overwhelmed by the prospect of a future outside of Shawshank, takes a knife to Heywood's throat. This dramatic event highlights the deep-rooted psychological dysfunction that can result from long-term institutionalization. Brooks' fear of the unknown and inability to cope with change leads him to lash out violently, showcasing the damaging effects of the prison system on the inmates' mental health.",
1874
+ "perspectives": {
1875
+ "perspective_id": "f06852cb-bd61-4aa0-bf56-eb97300b8945"
1876
+ }
1877
+ },
1878
+ {
1879
+ "id": "[[ internal id ]]",
1880
+ "context": "Objective Story",
1881
+ "appreciation": "Progression",
1882
+ "sequence": 8,
1883
+ "narrative_function": "Fantasy",
1884
+ "illustration": "living in a fantasy world",
1885
+ "summary": "Untitled",
1886
+ "storytelling": "Andy, through his manipulation of the guards and his efforts to improve the inmates' educational prospects, creates a fantasy of a better life within the confines of Shawshank. This fantasy serves as a source of hope and escape for the prisoners, allowing them to momentarily forget the harsh reality of their situation. However, this fantasy is also a source of conflict as it clashes with the harsh truth of life in prison and the constant threat of violence.",
1887
+ "perspectives": {
1888
+ "perspective_id": "205c40f9-b6cc-463a-ae11-e8cf3b0168a4"
1889
+ }
1890
+ },
1891
+ {
1892
+ "id": "[[ internal id ]]",
1893
+ "context": "Objective Story",
1894
+ "appreciation": "Progression",
1895
+ "sequence": 13,
1896
+ "narrative_function": "Work",
1897
+ "illustration": "making the necessary effort to get out of the situation",
1898
+ "summary": "Untitled",
1899
+ "storytelling": "Andy, feeling hopeless after Tommy's murder, becomes more withdrawn and starts planning his escape. He uses his knowledge of the Warden's illegal activities to gather evidence and expose the corruption within the prison. This becomes his main focus and he works tirelessly to gather the necessary information, often risking his own safety in the process. The conflict arises as Andy must navigate the prison's strict routines and surveillance to carry out his plan without raising suspicion.",
1900
+ "perspectives": {
1901
+ "perspective_id": "50cdffa8-ce0e-4a1f-b8ce-db027726abae"
1902
+ }
1903
+ },
1904
+ {
1905
+ "id": "[[ internal id ]]",
1906
+ "context": "Objective Story",
1907
+ "appreciation": "Progression",
1908
+ "sequence": 14,
1909
+ "narrative_function": "Attraction",
1910
+ "illustration": "being attracted to danger",
1911
+ "summary": "Untitled",
1912
+ "storytelling": "Red, initially skeptical of hope, starts to see its value after witnessing Andy's determination. He becomes intrigued by Andy's plan and is drawn to his unwavering belief in a better future. Red's perspective on life begins to change as he starts to question the system they've been living under. The conflict arises as Red grapples with his own doubts and fears, torn between his loyalty to the prison and his growing admiration for Andy's resilience.",
1913
+ "perspectives": {
1914
+ "perspective_id": "32ce266b-6387-46fc-aa00-c26ac5f5f6f4"
1915
+ }
1916
+ },
1917
+ {
1918
+ "id": "[[ internal id ]]",
1919
+ "context": "Objective Story",
1920
+ "appreciation": "Progression",
1921
+ "sequence": 15,
1922
+ "narrative_function": "Repulsion",
1923
+ "illustration": "finding something revolting",
1924
+ "summary": "Untitled",
1925
+ "storytelling": "The Warden's corruption and control over the prison become more apparent as Andy uncovers evidence of his illegal activities. The inmates, including Red, start to question the system they've been living under and feel repulsed by the Warden's abuse of power. The conflict intensifies as the Warden becomes aware of Andy's activities and tries to maintain his control over the prison, resorting to intimidation and threats to keep the inmates in line.",
1926
+ "perspectives": {
1927
+ "perspective_id": "db4ddfda-1cda-46a1-babc-16db2065cb74"
1928
+ }
1929
+ },
1930
+ {
1931
+ "id": "[[ internal id ]]",
1932
+ "context": "Objective Story",
1933
+ "appreciation": "Progression",
1934
+ "sequence": 16,
1935
+ "narrative_function": "Attempt",
1936
+ "illustration": "trying to escape",
1937
+ "summary": "Untitled",
1938
+ "storytelling": "As Andy's escape plan comes to fruition, he meticulously executes each step, using his knowledge of the prison's routines and the Warden's illegal activities to his advantage. The conflict reaches its peak as Andy must navigate the heightened security measures in place due to his growing suspicions. On the night of his escape, Andy successfully switches out the Warden's ledger with his Bible, leaving a note that exposes the corruption within the prison. The conflict is resolved as Andy escapes, leaving the inmates and the Warden in shock and uncertainty about the future.",
1939
+ "perspectives": {
1940
+ "perspective_id": "7b9bf2ae-2cfb-4828-bc57-16bfca8ab46f"
1941
+ }
1942
+ },
1943
+ {
1944
+ "id": "[[ internal id ]]",
1945
+ "context": "Influence Character",
1946
+ "appreciation": "Signpost",
1947
+ "sequence": 3,
1948
+ "narrative_function": "Learning",
1949
+ "illustration": "",
1950
+ "summary": "Andy's escape plan challenges Red's resignation.",
1951
+ "storytelling": "In the dimly lit prison library, Andy Dufresne meticulously explains his escape plan to Red, revealing the true extent of his resourcefulness and hope. Red, initially skeptical, finds himself questioning his own long-held beliefs about the futility of hope and the inevitability of their fate. As Andy's determination becomes undeniable, Red feels the stirrings of a new perspective, realizing that perhaps he too has underestimated his own capacity for change.",
1952
+ "perspectives": {
1953
+ "perspective_id": "70785f5e-828d-4d67-8d56-05be1f0e93fb"
1954
+ }
1955
+ },
1956
+ {
1957
+ "id": "[[ internal id ]]",
1958
+ "context": "Influence Character",
1959
+ "appreciation": "Progression",
1960
+ "sequence": 9,
1961
+ "narrative_function": "Closure",
1962
+ "illustration": "learning one's true capacity",
1963
+ "summary": "Andy's termination inspires Red to reassess life.",
1964
+ "storytelling": "As Andy is thrown into solitary confinement, his spirit remains unbroken, and he continues to work on his escape plan. This act of defiance and hope in the face of termination deeply impacts Red, who begins to question his own acceptance of his fate. Red's internal struggle intensifies as he realizes that Andy's unwavering determination forces him to confront his own beliefs and the possibility of change.",
1965
+ "perspectives": {
1966
+ "perspective_id": "19255a01-0304-4111-9963-0129f2d3f3e6"
1967
+ }
1968
+ },
1969
+ {
1970
+ "id": "[[ internal id ]]",
1971
+ "context": "Influence Character",
1972
+ "appreciation": "Progression",
1973
+ "sequence": 10,
1974
+ "narrative_function": "Hope",
1975
+ "illustration": "learning one's true capacity",
1976
+ "summary": "Untitled",
1977
+ "storytelling": "",
1978
+ "perspectives": {
1979
+ "perspective_id": "5eeb8f40-99f4-429d-bc42-bc17bcfc296f"
1980
+ }
1981
+ },
1982
+ {
1983
+ "id": "[[ internal id ]]",
1984
+ "context": "Influence Character",
1985
+ "appreciation": "Progression",
1986
+ "sequence": 11,
1987
+ "narrative_function": "Dream",
1988
+ "illustration": "learning one's true capacity",
1989
+ "summary": "Untitled",
1990
+ "storytelling": "",
1991
+ "perspectives": {
1992
+ "perspective_id": "c83af3ca-0f29-4a43-9185-f418d288e2d7"
1993
+ }
1994
+ },
1995
+ {
1996
+ "id": "[[ internal id ]]",
1997
+ "context": "Influence Character",
1998
+ "appreciation": "Progression",
1999
+ "sequence": 12,
2000
+ "narrative_function": "Denial",
2001
+ "illustration": "learning one's true capacity",
2002
+ "summary": "Untitled",
2003
+ "storytelling": "",
2004
+ "perspectives": {
2005
+ "perspective_id": "34c795a0-b91d-4a62-8753-cf9412792ad2"
2006
+ }
2007
+ },
2008
+ {
2009
+ "id": "[[ internal id ]]",
2010
+ "context": "Influence Character",
2011
+ "appreciation": "Event",
2012
+ "sequence": 33,
2013
+ "narrative_function": "Knowledge",
2014
+ "illustration": "being terminated by someone",
2015
+ "summary": "Untitled",
2016
+ "storytelling": "",
2017
+ "perspectives": {
2018
+ "perspective_id": "a91f5d8b-92e2-40f2-939b-ff26af32c651"
2019
+ }
2020
+ },
2021
+ {
2022
+ "id": "[[ internal id ]]",
2023
+ "context": "Influence Character",
2024
+ "appreciation": "Event",
2025
+ "sequence": 34,
2026
+ "narrative_function": "Order",
2027
+ "illustration": "being terminated by someone",
2028
+ "summary": "Untitled",
2029
+ "storytelling": "",
2030
+ "perspectives": {
2031
+ "perspective_id": "3a0e7de5-985d-4019-b521-c12b3af4c833"
2032
+ }
2033
+ },
2034
+ {
2035
+ "id": "[[ internal id ]]",
2036
+ "context": "Influence Character",
2037
+ "appreciation": "Event",
2038
+ "sequence": 35,
2039
+ "narrative_function": "Chaos",
2040
+ "illustration": "being terminated by someone",
2041
+ "summary": "Untitled",
2042
+ "storytelling": "",
2043
+ "perspectives": {
2044
+ "perspective_id": "20c9bf57-1053-4ff0-85ee-fe45383ce4ed"
2045
+ }
2046
+ },
2047
+ {
2048
+ "id": "[[ internal id ]]",
2049
+ "context": "Influence Character",
2050
+ "appreciation": "Event",
2051
+ "sequence": 36,
2052
+ "narrative_function": "Thought",
2053
+ "illustration": "being terminated by someone",
2054
+ "summary": "Untitled",
2055
+ "storytelling": "",
2056
+ "perspectives": {
2057
+ "perspective_id": "31c0384f-62eb-432c-898b-2644cc703fed"
2058
+ }
2059
+ }
2060
+ ]
2061
+ },
2062
+ "storytelling": {
2063
+ "overviews": [],
2064
+ "moments": []
2065
+ }
2066
+ }
2067
+ ]
2068
+ }