On this page you can print story cards to be used in sensemaking sessions.
On this page you can print story cards to be used in sensemaking sessions.
Choose a story collection. Choose the questions whose answers you want to appear on the story cards. Then click the Print Story Cards button. The cards will appear in a separate window, and you can print the page from your browser.
In order to print story cards, you must first create a story collection with an associated story form, and you must collect, enter, or import some stories into the collection. Printing story cards makes no changes to your data. No other page of the application is affected by the use of this page.
You have several options. See which works best for you.
For example, here's a simple copy-and-paste workflow for setting up story cards using Microsoft Word.
Here's the same workflow using LibreOffice.
No. You can create a filter to print only some of the stories in a collection. Find the place on this page that says If you want to filter the stories printed, enter your filter here. In that box, enter the exact short name of a question (one that is in your story form), followed by two equals signs (==), followed by either a list of exact answers (separated by two equals signs), or the low and high values of a numerical range (separated by two equals signs).
Some examples:
Filtering stories for story cards works exactly like filtering stories for a catalysis report. You can read more about filters on the help page on configuring catalysis reports.
Display lumping is described on the help page for configuring your catalysis report. When you are printing story cards, you cannot use display lumping for any of the generated questions (Eliciting question, Number of stories told, Story length, Collection date). However, it works for all story and participant questions.
Usually, the stories you collect will be relatively short, a paragraph or two. But once in a while, especially if you are collecting your stories online, people will do strange things that create really long stories (like paste in whole files). This can wreak havoc with your ability to print nice clean story cards. So you can set an upper limit on story length, with a note like "ask to see the full story" or something, so people know there is more to read. Try a few different lengths to see what works.
Note that NarraFirma gives you many options for this truncation, including printing only the first 100 characters of stories. We can't actually think of any reason you'd want to do that! But who knows, you might need it for some special reason.
Sliders (ranges) are represented in story cards as rows of characters (letters). By default a slider looks like this:
-----|--------------------------------------------
If you like, you can change your sliders to use other characters and create displays like these:
_____<>________________________________
.....тег.............................................
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|||~~~~~~~~~~~~~~~~~~
===========================[]===========================
A few tips on changing slider characters:
Click Print Story Cards, then use your browser to inspect any element of your story cards you want to change. (The usual way to do this is to right-click on a word or area and choose "Inspect" or "Inspect Element" from the popup menu that appears. If you don't see a popup menu or an "Inspect" menu item, look up how to inspect a web page element in the browser you are using. Sometimes you need to turn on "developer" mode to inspect page elements.)
When you have successfully inspected the page element you want to change, you should see its CSS class. Most of the classes start with "narrafirma-story-card".
Next go to the "custom CSS" field on the the "Print story cards" page and write a class selector (label) and declaration (set of formatting lines) for that class. You can use your browser's style editor to experiment with CSS until you get the styling you want.
For example, if you wanted all choice-question selections (drop-down list, checkboxes, radio buttons) to appear in blue, you would write a CSS statement like this:
.narrafirma-story-card-select-selected, .narrafirma-story-card-checkboxes-selected, .narrafirma-story-card-radiobuttons-selected { color: blue; }
Then print your story cards again to see your change. (You can't just reload the story cards page; you have to click the "Print Story Cards" button again.)