Editing
Point of View and Voice
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<div style="background-color: #4B0082; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> {{BloomIntro}} Point of View (POV) and Voice are the "Lens" and the "Speaker" of the story. While "POV" decides **who** sees the action (First person, Third person), "Voice" decides **how** they talk about it (Funny, Sarcastic, Poetic, Cold). The choice of POV is the most important decision a writer makes, as it determines what information the audience is allowed to know and whose side they are on. By exploring different "Voices," we learn that there is no such thing as a "Neutral" story—every narrative is filtered through a "Mind" with its own biases, secrets, and unique way of seeing the world. </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Point of View (POV)''' — The perspective from which a story is narrated. * '''First Person''' — The narrator is a character in the story ("I did X"). Provides deep intimacy but limited knowledge. * '''Third Person Limited''' — The narrator is outside the story but only "Knows" the thoughts of one character ("He thought X"). * '''Third Person Omniscient''' — The narrator is like a "God" who knows everyone's thoughts and secrets. * '''Second Person''' — The narrator addresses the reader directly ("You do X"). Rare and often used in games or experimental novels. * '''Voice''' — The unique "Tone" and "Style" of the writing (the "Personality" on the page). * '''Unreliable Narrator''' — A narrator who is lying, crazy, or simply "Wrong" about what is happening (e.g., 'The Joker' or 'Humbert Humbert'). * '''Diction''' — The "Choice of words" (e.g., using "Slang" vs. "Academic" language). * '''Free Indirect Discourse''' — A complex style where the third-person narrator starts to "Sound" like the character they are describing. * '''Breaking the Fourth Wall''' — When a character or narrator speaks directly to the audience, acknowledging that they are in a story. </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == POV and voice are understood through '''Distance''' and '''Filtering'''. '''1. Narrative Distance''': How close are we to the "Action"? * '''Extreme Close-up (First Person)''': We are inside their head. We feel their heartbeat. We can't see what's happening in the next room. * '''Bird's Eye View (Omniscient)''': We see the whole city. We see the past and the future. But we might not feel as "Connected" to the individual character. * The writer "Zooms in and out" to control the audience's emotion. '''2. The Filter of Voice''': Two people can describe the same car crash in completely different voices. * '''Voice A (Detective)''': "The blue sedan struck the light pole at 40mph. Glass scattered for 10 feet." (Cold, factual). * '''Voice B (Child)''': "The blue car went BOOM and the glass looked like diamonds in the sun!" (Excited, sensory). * Voice is not just "Flavor"—it is "Character." '''3. The Power of the Unreliable Narrator''': Sometimes the most interesting POV is the one you can't trust. * If a narrator tells us they are "The hero" but their actions show they are "The villain," the audience has to do the "Work" of finding the truth. * This creates a "Mystery" that keeps the reader thinking long after the book is closed. '''The 'God' Voice'''': Omniscient narrators used to be very popular (in the 1800s), but modern readers often find them "Arrogant." We prefer the "Limited" view because it feels more like real life—we don't know what everyone else is thinking. </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Filter' (Changing a sentence based on 'Voice'):''' <syntaxhighlight lang="python"> def apply_voice_filter(event, voice_type): """ Shows how 'Voice' changes the same fact. """ if voice_type == "Cynical": return f"EVENT: {event} | VOICE: 'Great, another mess for me to clean up. Classic.'" elif voice_type == "Optimistic": return f"EVENT: {event} | VOICE: 'What an amazing chance to show what I can do!'" elif voice_type == "Scientific": return f"EVENT: {event} | VOICE: 'The anomaly has occurred. Data collection in progress.'" else: return "Normal reporting." # Event: 'It started raining' print(apply_voice_filter("Rain", "Cynical")) print(apply_voice_filter("Rain", "Optimistic")) </syntaxhighlight> ; POV Landmarks : '''The Catcher in the Rye (1951)''' → Famous for its "Voice"—Holden Caulfield's cynical, teenage slang changed how writers thought about "Authentic" character voices. : '''Rashomon (1950)''' → A movie that tells the same "Crime" four times from four different POV characters, showing that "Truth" is subjective. : '''Lolita (1955)''' → The ultimate "Unreliable Narrator." The narrator is a monster who uses "Beautiful, Poetic Language" to try and trick the reader into liking him. : '''Choose Your Own Adventure''' → The first massive commercial success of the "Second Person" (You) POV, putting the reader in the role of the hero. </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ POV Comparison ! Feature !! First Person (I) !! Third Person (He/She) |- | Intimacy || Extremely High || Moderate to High |- | Information || Limited (Only what 'I' see) || Flexible (Can see everything) |- | Reliability || Often biased / questionable || Usually trusted (unless limited) |- | Difficulty || Hard to explain 'I' being smart || Easy to describe external traits |} '''The Concept of "Stream of Consciousness"''': Analyzing why we write "Messy." Writers like Virginia Woolf or James Joyce tried to capture the "Real way" a brain works—jumping from thoughts of "Tea" to "Death" to "The color blue" without any punctuation. It is the most "Intimate" voice possible. </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating POV and voice: # '''Appropriation''': Should a writer use the "Voice" of a culture or gender that is not their own? (The "Own Voices" debate). # '''Consistency''': Does the "Voice" stay the same for the whole book? (If a "Funny" book suddenly becomes "Serious," the reader might feel betrayed). # '''Second Person''': Why is "You" so hard to write? (It often makes the reader say: "I wouldn't do that!", breaking the immersion). # '''Omniscience''': In the age of the "Selfie" and the "Personal Story," is there still a place for the "God Narrator"? </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''AI Voice-Mimicry''': Using AI to take a boring news story and "Rewrite" it in the voice of Shakespeare, a Pirate, or a Toddler. # '''Hyper-Personalized Narratives''': Books that "Change their POV" based on who is reading them (e.g., a female reader sees the story through the female lead's eyes). # '''Multi-POV VR''': A VR movie where you can "Switch bodies" at any time to see the same scene through the eyes of the hero or the villain. # '''The 'Global' Voice''': Developing a new "Voice" for the internet age that uses "Emoji," "Memes," and "Code" as part of the storytelling. [[Category:Literature]] [[Category:Psychology]] [[Category:Narrative and Storytelling]] </div>
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:BloomIntro
(
edit
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information