New YouTube post in Spanish

Thank you to Alfonso Robles for creating this post in Spanish for Qualcoder 3.0.

Instalación de Qualcoder 3 en Windows y crear proyecto.

Leave a comment

Filed under Uncategorized

Increased interest in QualCoder

Visitors arriving at the home page on the QualCoder WordPress site have increased substantially over the years, since the earliest versions of QualCoder were released on GitHub.

I guess this shows increased awareness and interest in the software. It is also impacted by the Windows 10 exe releases which I began creating with pyinstaller during 2021. This year, 2022, looks like it will be on track to reach 14,000 visits by December.

Leave a comment

Filed under Uncategorized

Create new project (French)

Prof. Veronique has created another video in French discussing creating a new project, attributes, file loading and beginning the coding development. Thank you again!

Nouveau projet sur Qualcoder : attributs, importation de documents, arbre hiérarchique.

Leave a comment

Filed under Uncategorized

An installation video (french)

Thank you to Véronique for making a QualCoder installation video in French.

This may help French speakers with the installation of QualCoder. More videos are to come.

6 Comments

Filed under Uncategorized

QualCoder 3.0 Release

Hello everyone,

I have released QualCoder 3.0 today. I have only tested on Ubuntu 20.04 and Windows 10.
You must have VLC installed. Optionally, install ffmpeg for speech to text and waveform image creation. (ffmpeg tested on Ubuntu only).
There is an exe for Windows 10 and an executable for Ubuntu 20.04.

The graphical framework have been updated from Qt5 to Qt6.

Other changes:

Manage files

  • Rename database file name entry, function added.

Code text

  • Fixed uncaught IndexError exception when editing text positions.
  • Fixed AttributeError updating Tooltips in merge_codes
  • Export coded text file to odt or html. Does not export the tooltips (future work to do).

Reports

  • Added Charting function.
  • Pie, Bar, Sunburst, Heatmap and Treemap charts can be created and are displayed in the default web browser. Heatmaps are limited to 40 rows and 40 columns for nicer display and faster rendering.
  • Graph
    • Added right-click menu options to show files and cases as text objects.
    • Added right-click menu options to add extra free text objects and lines.
    • zoom +/- function.
    • Future work will be to save and load these user edited graphs within the database.

Special functions

  • Added ability to merge another QualCoder project into the current project. Always make a back up of your project first, just in case there is a problem.

Errors fixed

  • File deletion error – SQL bindings mismatch – fixed.
  • Uncaught IndexError exception when editing text positions from within code text – fixed.
  • AttributeError updating Tooltips when merging codes- fixed.
  • Dark text on dark code colour in Code image fixed. Now shows white text. fixed.

8 Comments

Filed under Uncategorized

Some upcoming 3.0 version features

QualCoder 3.0 will be able to produce a range of charts – pie charts, bar charts, treemap and sunburst charts. These are produced with plotly. The examples below come from the following dataset: What do we mean by “data” in the arts and humanities? Interview transcripts (University of Bologna, FICLIT) and GTM coding.

Bar charts.

Currently in development are heatmap charts for cases or files against codings.

1 Comment

Filed under Uncategorized

Move from Qt5 to Qt6

I have spent a few weeks working on this update. I have moved the graphical interface framework from Qt5 to Qt6 today.

While I have done a lot of testing to iron out any bugs from the move, it is possible bugs are present. Please post any bugs you find on the github issues page.

There are a couple of other update and error fixes that I have addressed also. I will probably put out a new 3.0 release in a month’s time, to allow any Qt6 bugs to surface first.

Leave a comment

Filed under Uncategorized

QualCoder 2.9 release

The 2.9 version is now available through https://github.com/ccbogel/QualCoder/releases/tag/2.9

There is also a Windows 10 exe in the release.

Details of changes are listed below:

Manage files

New audio/video file.
Option to use an online speech to text service if there is no transcription text present.
This requires ffmpeg software to be installed.
Fixed a time stamp error when inserting a time stamp on a transcription.

Added an automated search that looks through the user’s home directory for up to 2 matching file names. This intended to speed up finding the link to files where the link is currently pointing to nothing.

Coding text

Added right-hand side side panel that shows three different information options:

  • Current code with code rule and examples of its use.
  • Current journal (most recent date) for reading and editing
  • Project memo for reading and editing
  • Underline applied to overlapping codes, for identification of overlaps
  • Added button to enter and exit the edit text mode
  • Added Ctrl + Z to restore the last coding that was unmarked.

Coding images

  • Added Ctrl + Z to restore the last coding that was unmarked.
  • Add menu option to resize and reposition a coded area.

Coding Audio Video

  • Added Ctrl + Z to restore the last coding that was unmarked.

Reports codes

Added statistics summary via check box
Added options to the matrix. So can have codes/categories by file or by case.
Added coding in context checkbox for text codings. This shows the surrounding 250 characters of text to help put the coded section in context in the report. The coded text is shown in bold.

View Graph

  • Added button to save graph as a png image.

Special functions

Dynamic text file replacement.
For example, useful for updating a text file of a list of blog posts.
The function works by looking for identical text segments in the replacement file to match the previous codings and annotations. If the replacement file contains multiple matches, then only the first match is used. So there is potential for inaccuracy. Tries to match any case assignment also. Again may potentially be inaccurate.

Settings

The number of project backups can be selected by he user.
Changed how to selected another coder name and how to enter a new coder name.

22 Comments

Filed under Uncategorized

Post about QualCoder in Italian

Agnese Vardanega of the Facoltà di Scienze Politiche, Università degli Studi di Teramo has written an introductory article, in Italian, on installation and use of QualCoder (3rd Jan 2022).

QualCoder per l’analisi qualitativa dei dati

Leave a comment

Filed under Uncategorized

Comparison of free QDA software

Jess Hagman Social Sciences Research Librarian of the University of Illinois has written a comparative article of free QDA software including QualCoder for the Anthropology and Sociology Section for the Association of College Research Libraries. ANSS Currents, Vol 36, No 2, Fall 2021.

The PDF is located here: https://acrl.ala.org/anss/

2 Comments

Filed under Uncategorized