Coder Codeframe Panel
This panel contains all of the codes and code nets associated with the selected question. Drag and drop codes/nets to the Response Panel to assign them to specific verbatim responses. Double clicking a code opens up the Code Editor screen. In addition, right clicking on a code brings up an additional menu of actions.
Codeframe Panel Header
The header of the Codeframe panel allows you to sort, filter, and toggle details on/off for codes and code nets.
General Options
Name | Description |
---|---|
![]() |
Applies the filter expression to the codes and code nets shown. |
![]() |
Export the codeframe codes and/or nets to a CSV file. |
![]() |
Selects/deselects all visible codes. |
![]() |
Selects/deselects all visible code nets. |
![]() |
Resets the Codeframe panel back to its default state. |
Sort Options
Name | Description |
---|---|
![]() |
Orders the codes and code nets by order of creation. |
![]() |
Sorts codes and code nets alphabetically. |
![]() |
Sorts codes and code nets by code value. |
![]() |
Sorts codes and code nets by percent coded |
![]() |
Sorts codes and code nets by count of codes applied |
Filter Options
Name | Description |
---|---|
![]() |
Clears codeframe filters. |
![]() |
Removes the selected codes or code nets. |
![]() |
Locks the selected codes or code nets. |
![]() |
Opens the Renumber Codes screen. |
![]() |
Collapses the code nets 1 level at a time. |
![]() |
Expands the code nets 1 level at a time |
![]() |
Filters the codeframe view. Available options include: Codes Only, Nets Only, Nets And Codes, Codes With Notes, and Codes Without Notes. |
Actions
Name | Description |
---|---|
![]() |
Show/Hide extra details for each code or code net. Available options include: Total Stats, Filtered Stats, Expressions, Notes. |
![]() |
Create new code from the editor, Import a codeframe, or quickly add a new net to the end of the codeframe. |
![]() |
Opens the Codeframe Manager screen |
![]() |
Spellchecks the code and code net descriptions. |
Renumber Codes
Easily renumber the values of multiple codes and/or nets at once.
Name | Description |
---|---|
Code/Net Selection | Choose whether to renumber selected codes, nets, or both |
Start Value | The initial, numeric value to use when renumbering selected codes/nets |
Increment By | The numeric value to increase the Start Value for all subsequent codes/nets |
Set All Selected Values To Blank | Removes the values for all codes/nets selected |
Blanks Only | Indicates that only codes/nets without a value will be renumbered |
Cancel
Closes the window and discards any changes
Renumber
Closes the window and renumbers the selected codes/nets
Codeframe Manager
Provides the ability to edit the codes of the selected question, as well as view the statistics and responses for the codes.
Code Editor Tab
Find/Replace | Description |
---|---|
Find Text | Text for searching within the codes |
Replace Text | Text to replace the Find Text entry |
Field Specifier | Fields available to search |
Find | Displays all codes containing the Find Text |
Replace All | Changes all instances of the Find Text to the Replace Text for the specified Field. Enabled only after finding codes |
Clear | Resets the screen to the default display |
Case Sensitive | Indicates if the search will differentiate between capital and lowercase text |
Code Table Fields | Description |
---|---|
Name | Name of the code |
Description | Detailed description of the code |
Report Value | Value that is typically used when exporting the code value in a report |
Import Value | Value that the code was assigned previously. Usually the same as Report Value |
Count | How many times the code has been assigned |
% | The percentage that the code has been assigned compared to all other codes |
Expression | Regex string used to match words or phrases in verbatim responses |
Color | Color assigned to the code |
Lock | Indicates if the code is locked and can not be edited, nor moved |
Excl. | Indicates if the code can not be applied to a response with any other codes |
Net | Displays the name of the net associated with the code |
Creator | User that created the code |
Created | Date that the code was created |
Updated By | User that made the most recent changes to the code |
Updated | Date when the most recent changes were made |
Code Stats Tab
Displays each code, how often it has been assigned, and the frequency it has been used compared to all other codes.
Action | Description |
---|---|
Search | Displays the codes containing search text |
Bar Graph | Changes display to a bar graph |
Responses Tab
Displays all responses and the codes assigned to them
Name | Description |
---|---|
Text | Response text to be coded |
Question | The question associated with the response |
Worked By | Coder that assigned the code(s) to the response |
Respondent | ID of the respondent |
Color | Color assigned to the code |
Create Code
Opens the Code Editor window to create a new code for the question.
Bulk Code Import to Codeframe
Use the Import Codeframe screen to bulk import codes and nets from the contents of a CSV file. Copy and paste the delimited list into the box provided to create multiple codes and nets at once.
Use the CSV format with comma or tab delimiters to import codes and nets using the columns shown below. Each code will be on its own line.
Field | Description |
---|---|
Level | Number that represents the nesting level of the code |
Is Net | TRUE of FALSE if this row is a net |
Value | Numeric value of the code |
Name | Name of the net or code |
Expression | Regex string used to match words or phrases in verbatim responses for code |
Color | HTML hex code color to assign the code (will show in text or box next to code) or net |
Message | Note about how/why the code may be applied |
Exclusive | Indicates that the code can not be applied to a response with any other codes |
Locked | Indicates that the code can not be edited, nor moved |
Example CSV with Codes and Nets:
This has a top net Texture, a Juiciness subnet, and 2 codes under Juiciness. The level determines the nesting of the codes and nets. For further information, see Sample Bulk Code CSV Format.
Level | IsNet | Value | Name | Expression | Color | Message | Exclusive | Locked |
---|---|---|---|---|---|---|---|---|
1 | true | Texture (Net) | ||||||
2 | true | Juiciness (Subnet) | ||||||
3 | false | 19 | Juiciness//More juicy//moist | #cfcfcf | test msg | 1 | ||
3 | false | 82 | Right amount of juiciness | \<home>|\<house> | 1 |
Code Editor
The Code Editor window opens when Create Code is selected from the codeframe header, by double clicking a specific code, or clicking Edit code in the Code Context Menu described below.
Name | Description |
---|---|
Name | Name of the code |
Description | Detailed description of the code |
Report Value | Value that is typically used when exporting the code value in a report |
Import Value | Value that the code was assigned previously. Usually the same as Report Value |
Regular Expression | Regex string used to match words or phrases in verbatim responses |
Auto Fill From Name | Indicates if the expression will automatically update anytime the name is changed |
Case-Sensitive Matching | Indicates if the regular expression's matching algorithm will differentiate between capital and lowercase text |
Note Or Message | Note about how/why the code may be applied |
Code Color | Color to assign the code (will show in text or box next to code) |
Locked | Indicates that the code can not be edited, nor moved |
Read-Only | Indicates that the code is read only and can not be edited |
Exclusive | Indicates that the code can not be applied to a response with any other codes |
Do Not Use | Indicates that the code should not be used when coding |
Is Ranked | Indicates that the code should be included when sorting. If not checked, the code will appear at the bottom of the sorted list |
Preset | Indicates that the code was created upon import and can not be edited. |
Close
Closes the window and discards any changes
Save Code
Closes the window and saves all of the changes
Net Editor
The Net Editor window is opened by double clicking a specific net or by clicking Edit net in the Net Context Menu described below.
Name | Description |
---|---|
Name | Name of the net |
Description | Detailed description of the net |
Report Value | Value that is typically used when exporting the net value in a report |
Import Value | Value that the net was assigned previously. Usually the same as Report Value |
Net Color | Color to assign the net (will show in text or box next to code) |
Apply to grouped nets and codes | Check to also apply the Net Color to the nested codes/nets |
Locked | Indicates that the net can not be edited, nor moved |
Close
Closes the window and discards any changes
Save Net
Closes the window and saves all of the changes
Codeframe Panel Footer
The footer bar of the Codeframe panel displays counts of codes/nets that are filtered, and counts of codes/nets that are selected.
Code and Net Context Menus
Code Context Menu
Context Menu Item | Description |
---|---|
Heading | Name fo the code |
Create new Code above | Create a new code above the current code |
Create new Code below | Create a new code below the current code |
Create new Net here | Create a new net at the current code |
Merge selected codes into this code | Merge the selected codes into the current code |
Move all selected items above this code | Move the selected items above this code |
Move all selected items below this code | Move the selected items below this code |
Select this and all codes above | Select the current code and all codes above it |
Select this and all codes below | Select the current code and all codes below it |
Find verbatims containing this exact code name | Find responses containing the code name |
Find verbatims containing this code expression | Find responses containing the code expression |
Show responses with this code applied | Show responses with the code applied |
Show responses without this code applied | Show responses without the code applied |
Show responses with ALL of the selected codes applied | Show responses with all of the selected codes applied |
Show all verbatims with this code applied (and show related text) | Show responses with the code applied and related text |
Show all codes and nets with this code's color | If the code has a color, show all codes/nets with the same color |
Edit code | Opens the Code Editor window |
Set color for all selected nets and codes | Open the Select a Color Dialog to apply to all selected codes/nets |
Mark Code as "Do Not Use" | Mark the code as "Do Not Use" |
Delete code | Delete the code from the codeframe |
Delete all selected codes | Delete all selected codes from the codeframe |
Apply this code to all selected responses | Apply the code to all selected responses |
Remove this code from all filtered responses | Remove the code from all responses shown with the current filters |
Remove this code from all selected responses | Remove the code from all selected responses |
Net Context Menu
Context Menu Item | Description |
---|---|
Heading | Name of the net |
Edit this net | Open the Net Editor window |
Set color for all selected nets and codes | Open the Select a Color Dialog to apply to all selected codes/nets |
Show responses with this net's codes applied | Show responses with the net's codes applied |
Move all selected items above this net | Move the selected items above this net |
Move all selected items below this net | Move the selected items below this net |
Create code above this net | Create a new code above the current net |
Create net above this net | Create a new net above the current net |
Create code inside | Create a new code inside the current net |
Create net inside | Create a new net inside the current net |
Toggle select immediate codes | Select/deselect all codes directly under the current net |
Toggle select all nested codes | Select/deselect all codes under the current net |
Delete net (keep codes/subnets) | Delete the net, but move the nested items up one level, remaining in the codeframe |
Delete net (and ALL codes/subnets) | Delete the net and all its nested codes/nets |
Delete all selected nets (keep codes/subnets) | Delete all selected nets, but move the nested items up one level, remaining in the codeframe |
Delete all selected nets (and ALL codes/subnets) | Delete the selected nets and all their nested codes/nets |
Select a Color Dialog
The Select a Color dialog is shown to set the color for a code or net. Pick the color choice or click Clear to unset the color. Click Apply Color to apply your changes or click Cancel to discard changes.