HyperText Markup Language (HTML) Coding for Qualitative Data Analysis (QDA)
HTML-QDA is a process of transcribing or coding raw data for qualitative analysis using HyperText Markup Language or HTML. The HTML-transcribed data can then be presented and analyzed using web technologies (i.e. HTML, CSS and JavaScript).
- Data portability and interoperability
- Collaboration using web standards
- Programmatic analysis (i.e. using JavaScript)
- Prepare a textual transcript of the data to be analyzed using HTML elements or tags.
- Enclose qualitative codes inside the <span>...</span> HTML tag.
- Use the prefix "code-" in coding raw data.
- Define codes as HTML attribute classes (e.g. <span class="code-happy">...</span> for code "Happy Moments").
- Use JavaScript to programmatically manipulate the classes (codes) for display and analysis.
- Use the prefix "theme-" in assigning themes as HTML attribute classes (i.e. Using JavaScript Element.classList.add( ) ).
- Use the HTML attribute title for memoing (i.e. Grounded Theory). Hover above text to display memos/notes.