2022-04-07 01:05:43 +00:00
<!doctype html>
< html >
< head >
< title > Zk | 2022-04-06< / title >
< link rel = "stylesheet" type = "text/css" href = "/style.css" / >
< meta name = "viewport" content = "width=device-width" / >
< meta charset = "utf-8" / >
< / head >
< body >
< main >
< header >
< h1 > Zk | 2022-04-06< / h1 >
< / header >
< article class = "content" >
< h1 id = "wc-grad-student-ideas" > WC Grad Student ideas< / h1 >
< h2 id = "prompts" > Prompts< / h2 >
< ul >
< li class = "done0" > You find a cell phone in a forest. The only number in the history, repeated over and over, is your own< / li >
2022-05-12 02:10:16 +00:00
< li class = "done3" > You discover your partner has been seeing someone else. That’ s weird, you’ ve been seeing them, too!< / li >
< li class = "done3" > Some relationships just weren’ t meant to be. It’ s time for this one to end, and both of you know it’ ll be for the best< / li >
2022-04-07 01:05:43 +00:00
< li class = "done0" > (For one month, use two pictures as the writing prompts)< / li >
< li class = "done0" > (Check that writing prompt twitter)< / li >
< / ul >
< h2 id = "workshops" > Workshops< / h2 >
< ul >
2022-04-28 03:25:18 +00:00
< li class = "done4" > < a href = "../writing/workshops/it-was.html" > “ It is/was” story starters< / a > < / li >
< li class = "done4" > Writing voice for characters/types out of your wheelhouse< ul >
2022-04-07 01:05:43 +00:00
< li > I have no clue about detectives, haven’ t liked those kinds of stories< / li >
< li > Write one< / li >
< / ul >
< / li >
< li class = "done0" > Expanding your genres< ul >
< li > Pick a genre you don’ t like, write a first line/paragraph< / li >
< li > Write a last line/paragraph< / li >
< / ul >
< / li >
2022-05-26 18:50:28 +00:00
< li class = "done1" > Genre bending< ul >
2022-04-07 01:05:43 +00:00
< li > out of place elements (cell phone in fantasy setting)< / li >
< li > things taken in stride (everyone in fantasy setting has cell phones)< / li >
< / ul >
< / li >
2022-05-12 01:25:17 +00:00
< li class = "done4" > Surprise< ul >
2022-04-07 01:05:43 +00:00
< li > Using surprise intentionally< / li >
< li > Not just reveals, but everything from language usage to character reactions< / li >
< / ul >
< / li >
< li class = "done0" > Showing emotions< ul >
< li > Show sadness without anything commonly associated with sadness (no crying, no talking about how they feel)< / li >
< li > What does the character pick up? What do they eat? What do they say and to whom?< / li >
< / ul >
< / li >
< li class = "done0" > Shit sandwiches< ul >
< li > Giving good feedback< / li >
< li > Writing good reviews< / li >
< / ul >
< / li >
< li class = "done0" > When is infodumping okay< ul >
< li > Just a chat, really< / li >
< / ul >
< / li >
< / ul >
< / article >
< footer >
2022-05-26 18:50:28 +00:00
< p > Page generated on 2022-05-26< / p >
2022-04-07 01:05:43 +00:00
< / footer >
< / main >
< script type = "text/javascript" >
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `< a href = "/tags.html#${text}" > ${text}< / a > `;
});
< / script >
< / body >
< / html >