-
Notifications
You must be signed in to change notification settings - Fork 0
/
home_text.html
19 lines (18 loc) · 3.35 KB
/
home_text.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<h1>Welcome to Quokka, a qualitative methods coding app.</h1>
<h4>Created by William XQ Ngiam, University of Adelaide.</h4>
<h4>This app is in alpha - version 0.1.4. If you would like to share feedback, please email me at william.ngiam@adelaide.edu.au.</h4>
<h3>How to use this app:</h3><font size = "5"><ol>
<li>Organize your <b>corpus</b> as a CSV file, such that the each <i>document</i> is a different row and the <i>document text</i> is contained in one column.</li>
<li>Upload your <b>corpus</b> CSV to QualCA using the button on the left-side menu. A menu will appear below to select the CSV column that contains the to-be-coded text, in case the corpus contains mutliple columns.</li>
<li>If you are returning to the QualCA app, you can upload your previously saved codebook CSV using the button on the left-side menu to continue your analysis.</li>
<li>Click the <b>"Coding"</b> tab on the sidebar to begin coding. You can scroll through the documents by pressing the 'previous' or 'next' buttons in the <i>Document Viewer</i> pane of the window. You can also type in a numeric value into the <i>Document # bar</i> to navigate to that document.</li>
<li>To add an extract to the codebook, highlight the text in the document using your cursor and press the 'Add Selected Text as Extract' button in the <i>Codebook</i> pane. When clicked, the highlighted text will appear in the <i>Extract</i> column, and will be highlighted in blue in the <i>Document Viewer</i>.</li>
<li>You can then add (or edit) a <i>Code</i> or <i>Theme</i> to an extract by double clicking on the relevant cell within the codebook table, and typing the new <i>Code</i>.</li>
<li>A <i>Counter</i> pane in the top-right of the app shows how many extracts are associated with each <i>Code</i>. You can edit a <i>Code</i> by double clicking on it in the <i>Counter</i>, and typing in the new <i>Code</i>. This will change the <i>Code</i> for all extracts associated with the old <i>Code</i>.</li>
<li>If you would like to apply an existing <i>Code</i> to a new extract, you may select the <i>Code</i> in the <i>Counter</i> before highlighting the to-be-extracted text. The Code will automatically be applied when you add the extract to the codebook.</li>
<li>The <b>"Research Question"</b> box is an open-text box that you can use to keep any relevant text. It is useful to keep your research question as you code, perhaps refining the question as you continue your analysis.</li>
<li>You can add a column to the codebook by pressing the <b>Add Column</b> button. This may be useful for keeping notes or other information alongside the extracts.</li>
<li>To save your progress, you can click the Download Codebook button in the left-side menu. The codebook is saved as a CSV file, which you can upload to QualCA on your next visit.</li>
<li>If you would like to review your coding so far, you can open the left-side menu and click the <b>"Reviewing"</b> tab. On this tab, the <i>Counter</i> will be shown in the top-left, displaying the codes so far and the number of instances for each code. Click on a code in the <i>Counter</i> to display all extracts that are associated with that code.</li>
<li>Click on an extract from the shown list to display the document containing that extract below in the Document Review box. Only the bottom-most extract will be displayed if more than one extract is selected from the <i>Extracts</i> list.</li>
</font>