import kludgeForUseStrict = require("../../kludgeForUseStrict"); "use strict"; const panel: Panel = { id: "page_assessStorySharing", displayName: "Assess story sharing", pageExplanation: "Use an assessment quiz to consider how stories flow in your community or organization.", pageCategories: "plan", panelFields: [ { id: "assessment_intro", valueType: "none", displayType: "label", displayPrompt: `You can use this page to think about the story sharing culture of your community or organization. Before you answer these questions, you should spend some time listening to people sharing stories together in the places where they normally gather.` }, { id: "assessment_narrativeFreedom", valueType: "none", displayType: "header", displayPrompt: "Narrative freedom" }, { id: "assessment_counterStories", valueType: "string", valueOptions: [ "never", "seldom", "sometimes", "often", "I don't know" ], displayType: "select", displayName: "Countering", displayPrompt: "As you listened to people talk, how often did you hear a person respond to a story with another story that countered it in some way?" }, { id: "assessment_authority", valueType: "string", valueOptions: [ "enthrallment", "strong listening", "partial listening", "nothing special", "I don't know" ], displayType: "select", displayName: "Authority", displayPrompt: "When someone who was obviously in authority was telling stories, how much time and attention did they get?" }, { id: "assessment_mistakes", valueType: "string", valueOptions: [ "never", "seldom", "sometimes", "often", "I don't know" ], displayType: "select", displayName: "Mistakes", displayPrompt: "How many times did you hear people tell stories about mistakes?" }, { id: "assessment_silencing", valueType: "string", valueOptions: [ "warning", "caution", "request", "joke", "I don't know" ], displayType: "select", displayName: "Stepping in", displayPrompt: "When somebody started telling a story and another person stopped them, how did they stop them?" }, { id: "assessment_conflict", valueType: "string", valueOptions: [ "demand", "criticism", "comment", "joke", "I don't know" ], displayType: "select", displayName: "Disagreement", displayPrompt: "When somebody was telling a story and another person disagreed with the storyteller, how did they disagree?" }, { id: "assessment_narrativeFlow", valueType: "none", displayType: "header", displayPrompt: "Narrative flow" }, { id: "assessment_remindings", valueType: "string", valueOptions: [ "never", "seldom", "sometimes", "often", "I don't know" ], displayType: "select", displayName: "Reminding", displayPrompt: "When you listened to people telling stories, did you ever hear people say \"that reminds me of the time\" and then tell a story in response?" }, { id: "assessment_retellings", valueType: "string", valueOptions: [ "never", "seldom", "sometimes", "often", "I don't know" ], displayType: "select", displayName: "Passing on stories", displayPrompt: "How often did you hear people pass on stories they heard from other people?" }, { id: "assessment_folklore", valueType: "string", valueOptions: [ "none", "little", "some", "strong", "I don't know" ], displayType: "select", displayName: "Folklore", displayPrompt: "How much evidence did you find for a narrative folklore in your community or organization?" }, { id: "assessment_storyTypes", valueType: "string", valueOptions: [ "no", "maybe", "I think so", "definitely", "I don't know" ], displayType: "select", displayName: "Story types", displayPrompt: "Did you hear these story genres: comic stories, tragic stories, epic stories, and funny stories?" }, { id: "assessment_sensemaking", valueType: "string", valueOptions: [ "never", "seldom", "sometimes", "often", "I don't know" ], displayType: "select", displayName: "Decision making", displayPrompt: "Did you ever see people sharing stories as they prepared to make decisions?" }, { id: "assessment_narrativeKnowledge", valueType: "none", displayType: "header", displayPrompt: "Narrative knowledge" }, { id: "assessment_realStories", valueType: "string", valueOptions: [ "never", "seldom", "sometimes", "often", "I don't know" ], displayType: "select", displayName: "Habitation", displayPrompt: ` How often did it seem to you that people inhabited the stories they told? That is, how often did their stories recount their own experiences from their own perspectives?` }, { id: "assessment_negotiations", valueType: "string", valueOptions: [ "never", "seldom", "sometimes", "often", "I don't know" ], displayType: "select", displayName: "Vitality", displayPrompt: "How often did you see negotiations between storytellers and audiences?" }, { id: "assessment_cotelling", valueType: "string", valueOptions: [ "never", "seldom", "sometimes", "often", "I don't know" ], displayType: "select", displayName: "Sharing storytelling", displayPrompt: "Did you ever see two or more people tell a story together?" }, { id: "assessment_blunders", valueType: "string", valueOptions: [ "often", "sometimes", "seldom", "never", "I don't know" ], displayType: "select", displayName: "Blunders", displayPrompt: "How often did you see someone start telling the wrong story, to the wrong people, at the wrong time?" }, { id: "assessment_accounting", valueType: "string", valueOptions: [ "never", "seldom", "sometimes", "often", "I don't know" ], displayType: "select", displayName: "Accountability", displayPrompt: "Did you see people account for their actions and choices by telling each other stories?" }, { id: "assessment_narrativeUnity", valueType: "none", displayType: "header", displayPrompt: "Narrative unity" }, { id: "assessment_commonStories", valueType: "string", valueOptions: [ "impossible", "difficult", "doable", "easy", "I don't know" ], displayType: "select", displayName: "Common stories", displayPrompt: "How easy would it be to create a list of common stories, those any member of your community or organization could be expected to know?" }, { id: "assessment_sacredStories", valueType: "string", valueOptions: [ "impossible", "difficult", "doable", "easy", "I don't know" ], displayType: "select", displayName: "Sacred stories", displayPrompt: "How easy would it be to create a list of sacred stories, those important to understanding the community or organization?" }, { id: "assessment_condensedStories", valueType: "string", valueOptions: [ "impossible", "difficult", "doable", "easy", "I don't know" ], displayType: "select", displayName: "Condensed stories", displayPrompt: "How easy would it be to create a list of condensed stories, in the form of proverbs or references?" }, { id: "assessment_intermingling", valueType: "string", valueOptions: [ "never", "seldom", "sometimes", "often", "I don't know" ], displayType: "select", displayName: "Intermingling", displayPrompt: "How often were the stories you heard intermingled with each other?" }, { id: "assessment_culture", valueType: "string", valueOptions: [ "impossible", "difficult", "doable", "easy", "I don't know" ], displayType: "select", displayName: "Culture", displayPrompt: "How easy would it be to describe the unique story sharing culture of your community or organization?" }, { id: "assessment_result_header", valueType: "none", displayType: "header", displayPrompt: "Your score" }, { id: "assessment_result_freedomSubscore", valueType: "none", displayType: "quizScoreResult", displayConfiguration: [ "assessment_counterStories", "assessment_authority", "assessment_mistakes", "assessment_silencing", "assessment_conflict" ], displayPrompt: "Narrative freedom:" }, { id: "assessment_result_flowSubscore", valueType: "none", displayType: "quizScoreResult", displayConfiguration: [ "assessment_remindings", "assessment_retellings", "assessment_folklore", "assessment_storyTypes", "assessment_sensemaking" ], displayPrompt: "Narrative flow:" }, { id: "assessment_result_knowledgeSubscore", valueType: "none", displayType: "quizScoreResult", displayConfiguration: [ "assessment_realStories", "assessment_negotiations", "assessment_cotelling", "assessment_blunders", "assessment_accounting" ], displayPrompt: "Narrative knowledge:" }, { id: "assessment_result_unitySubscore", valueType: "none", displayType: "quizScoreResult", displayConfiguration: [ "assessment_commonStories", "assessment_sacredStories", "assessment_condensedStories", "assessment_intermingling", "assessment_culture" ], displayPrompt: "Narrative unity:" }, { id: "assessment_result_grandTotal", valueType: "none", displayType: "quizScoreResult", displayConfiguration: [ "assessment_counterStories", "assessment_authority", "assessment_mistakes", "assessment_silencing", "assessment_conflict", "assessment_remindings", "assessment_retellings", "assessment_folklore", "assessment_storyTypes", "assessment_sensemaking", "assessment_realStories", "assessment_negotiations", "assessment_cotelling", "assessment_blunders", "assessment_accounting", "assessment_commonStories", "assessment_sacredStories", "assessment_condensedStories", "assessment_intermingling", "assessment_culture" ], displayPrompt: "Combined score:" }, { id: "assessment_notes", valueType: "string", displayType: "textarea", displayName: "Notes", displayPrompt: "Here you can record some notes or comments about this assessment." } ] }; export = panel;