Colectica Questionnaires 8.0#
Welcome to the 8.0 release of Colectica Questionnaires and Blaise Colectica Questionnaires. This is a major update focused on improving the user experience for authoring surveys. It includes improvements across all features, while maintaining full backward compatibility with DDI Lifecycle content from previous versions.
The release notes below present the changes by area. For the complete list of additions, changes, and fixes, see the Colectica Questionnaires section of the 8.0 changelog. For full descriptions of every page, editor, and dialog, see the Questionnaires documentation.
User Experience: A navigation bar and structure tree, a design canvas with a Questions view, and a dark mode.
Survey Authoring: Automatic question numbering, a Routing page, a validation rail, version history and comparison, and a synchronization dialog with conflict resolution.
Search: A Question bank for inserting shared items from a repository, and similar-question suggestions while writing a new question.
PDF Outputs: Accessible PDF generation with two document styles, and redesigned Specification and Paper Form outputs.
Collaboration: Comment threads on survey items, stored in the repository, with resolve and reopen.
Other Changes: Custom fields for Questionnaires, response editor improvements, and fixes.
User Experience#
Easier Reading#
Card design. Every item in an open section is presented as a card. A card shows the item’s type icon, its name chip, its label chip, and its content, such as question text and a rendering of the response options. Question and choice grid previews are always shown on canvas cards. A question card carries its question number in a pill at the left of its header. If an item carries a condition, a condition chip renders the rule on the card, colored by its kind: green for a formal condition the application can evaluate, gray for a described condition, blue for native source code, and dark red for a broken condition. Question text can be edited directly on the card, and cards can be dragged by the gripper on their left edge to reorder items. Hovering between two cards reveals an Insert an item here band that opens the add-item palette at that position.
Survey overview. Selecting the survey root in the structure tree shows an overview with statistic cards for Sections, Questions, With display logic, and Validation issues, followed by one card per top-level section.
Questions view. The new Questions page lists every question in the survey as a flat, read-only table: a type icon, the question’s number, its name, its question text, a logic chip summarizing its display logic, and its location within the survey. The filter box matches names, text, and logic. Double-clicking a row opens the question on the canvas.
Dark Mode#
The application now has light and dark themes. A sun or moon button at the right end of the menu bar switches between them, as does Ctrl+Shift+D. The General section of the Settings dialog offers Light, Dark, and System, which follows the operating system theme. The choice is remembered across restarts.
Search#
Question Bank Window#
The Question bank opens from the add-item palette’s Repository group and inserts a shared item from a repository into the open section. It searches as you type, and a dropdown beside the search box narrows the search to All text, Question text, Name, Label, or Description. A row of kinds switches between Questions, Question Grids, Statements, and Sequences.
A Repository filter appears when more than one repository is configured. Repositories are shown by title.
An Agency filter appears when Enable searching by agency identifiers is on in the Settings dialog.
The search box also accepts a DDI URN, an
agency:identifierpair with an optional:version, or a bare identifier of your own agency, and opens that one item directly.Results show each item’s type icon, name, and text. A Deprecated chip marks withdrawn items, and local items are identified. Results arrive in pages of 100, with Show more for the next page.
The detail pane has three parts. Preview renders the selected item as a respondent would see it. Source lists its repository, agency, name, version, last change, and identifier, with a button that copies the identifier. Where it’s used lists the surveys and sequences that reference it.
Insert adds the selected item as a shared reference. Enter and a double click do the same. The footer states where the item will be inserted.
Inline Search During New Item Creation#
The application can search a repository while you write a new question and offer shared questions that say the same thing. The feature is turned on in the Search section of the Settings dialog with Suggest similar questions while writing a new question. The same section chooses the Repository to search, which can be the local workspace or a configured repository, and can limit the search to particular agencies.
After a question is added from the palette and its text is typed in the editor, a Similar questions panel appears under the text after a short pause. It lists up to three matches, each with its name, agency, and how closely it matches. Use this question replaces the question being written with the shared one and returns to the canvas. Dismiss hides the panel for this question. Suggestions are offered only for a question just added from the palette, never for a question that already exists.
See Settings Dialog.
PDF Outputs#
New Document Styles#
PDF generation is now based on Typst. The Specification and Paper Form exports share one options dialog, which chooses the output file, the survey Language to render, the Style, and the Paper size, Letter or A4. An Organization name and a Logo can be added to the document’s masthead.
Two document styles are available.
Monograph is a book-like style: an academic serif face on a clean white page, with an oxblood accent, warm hairline rules, and dotted leaders in the contents.
Registry is a modern style: a sans-serif face with a blue accent, bordered cards, and grid tables.
A single section can also be exported as a PDF from its section header on the canvas.
Question numbering in a section export stays consistent with the full survey, so a section whose first question is Q12 on the canvas prints from Q12.
See Export Formats.
Instrument Specification#
The Specification is a complete technical description of the survey for review, programming, and archiving.
It opens with a cover carrying the survey’s statistics and front matter with a table of contents and language coverage.
The instrument follows in document order, with section dividers, questions with their response domains, computations, edit checks, and statements.
Each question is printed with its number, its internal name, its instructions, and its display logic.
Cross references cite the number and the name, as Q5 (AGE).
Display logic is documented with its label and description, using an improved Description layout.
When multiple-choice response categories have names, the response table includes a column for them.
The document closes with an appendix listing the output variables the survey produces.
Paper Form#
The Paper Form is a printable, respondent-facing questionnaire.
It opens with a cover carrying an introduction and completion instructions.
Questions follow with drawn tick boxes for choices, ruled spaces for written answers, and rendered grids.
Each question is numbered as Q5. before its text.
Computations, edit checks, internal notes, and technical metadata such as internal names, codes, and output rules are omitted.
Display statements are kept, and described conditions appear as respondent guidance and skip instructions where appropriate.
Collaboration#
Commenting and Resolving#
Comments are discussion threads attached to survey items and stored on a Colectica Repository, so everyone who synchronizes with the repository sees the same discussion. A thread can be started from the comment button on any card, on any section header, and in the item editor’s title bar. Writing a comment and pressing Enter posts it, and Shift+Enter starts a new line.
The comments rail opens from the Comments button in the navigation bar, or from Tools, then Comments. Each thread shows its item, with the question’s number where it has one, the comment authors and times, a reply box, and a resolve or reopen button. Clicking a thread’s item name opens the item on the canvas. Threads are filtered with the Open and Resolved toggle, and a refresh button checks the repository for new comments on demand.
Resolve closes a thread when its discussion is settled. Resolved threads stay readable under the Resolved filter, and Reopen or a new reply reopens them. The Comments button in the navigation bar counts the open threads.
Commenting requires a configured repository, and an item must be published before its thread can start. When more than one repository is configured, the first one in the Settings dialog is used for comments.
Other Changes#
Custom fields can be configured specifically for Questionnaires, for every supported item type and value type, in the Custom Fields section of the Settings dialog. Definitions can be imported from Colectica Designer, and read-only definitions can be provided by an organization.
Numeric and Date questions show dropdowns with the appropriate choices in their response settings.
Choice-grid code lists open in a full-window editor.
Numeric and text response editors commit on focus loss and show validation details for invalid input.
Open editors, translations, and code lists are committed when the application closes.
The complete list of additions, changes, and fixes is in the 8.0 changelog.