Skip to content
Symbiant System Black Logo
  • Home
  • Knowledge Base
  • Symbiant Website
  • Symbiant Changelog
  • Submit a Ticket
  • My Support Tickets
  • Home
  • Knowledge Base
  • Symbiant Website
  • Symbiant Changelog
  • Submit a Ticket
  • My Support Tickets
Popular Keywords importuserdivisionsamladd

Navigation & Accessibility

  • System Navigation Overview
  • Dashboard Layout Tools
  • Filtering Data
  • Advanced Filtering

User Basics

  • Adding a Record
  • Adding an Attachment
  • Editing a Record
  • Deleting a Record (Retractions)
  • Resetting your Password
  • Generating A Report
  • Filtering on Reports
  • Linking Records Between Modules
  • Unlinking Records from a Module
  • Reviews & Actions
  • Multi-Factor Authentication (Google Authenticator)

Risk Register Basics

  • Scoring a Risk (Inherent, Residual, Target & Appetite)
  • Risk Heat Map (Risk Matrix)
  • Risk Appetite Logic
  • Risk Score Aggregation
  • Risk Relations/Related Risks
  • Risk Flows
  • Risk Bow Tie
  • Key Risk Indicators (KRI’s)
  • Basel II and Sox Categories
  • Template Risks
  • Generating a Risk Register Report
  • Generating a Risk Aggregate Report

Control Basics

  • Adding a Control Policy
  • Attaching a Policy to a Control
  • Attaching a Control to a Risk
  • Control Weightings
  • Activating/Deactivating a Control
  • Control Assessments
  • Generating a Control Report

Workshop Basics

  • Creating a Workshop
  • Workshops Stages
  • Workshop Risk Treatment Plans
  • Workshop Escalating Risks to a Register

Incident Basics

  • Adding an Incident Contact
  • Creating an Incident
  • Linking Risks to Incidents
  • Linking Controls to Incidents
  • Generating an Incident Report

Survey & Questionnaire Basics

  • Creating a Survey
  • Scheduling a Survey
  • Responding to a Survey
  • Generating a Survey Report
  • Locking a Survey
  • Why can’t I see Questions in a Survey?
  • Questionnaire Basics
    • Creating a Questionnaire and Linking Questions
    • Questionnaire Question Visibility
    • Adding Questionnaire Pass and Fail Override Criteria
    • Question Basics
      • Creating a Question and Linking Options
      • Question Option Visibility
      • Adding Question Pass and Fail Override Criteria
      • Question Option Basics
        • Creating a Question Option
        • Adding Option Pass and Fail Criteria

Monitoring Action Tracker Basics

  • Creating an Action Tracker
  • Adding Tracker Findings
  • Approving and Validating Tracker Findings
  • Generating a Tracker Action Report

DPIA Basics

  • Creating a DPIA
  • Answering a DPIA Questionnaire
  • Adding DPIA Risks
  • Resetting a DPIA Questionnaire

Due Diligence Basics

  • Creating a Due Diligence
  • Adding Due Diligence Sections, Issues and Actions

Audit Basics

  • Creating an Audit Entity
  • Creating an Audit Issue Report
  • Creating an Audit Issue (Audit Tracker)
  • Adding Recommendations & Actions
  • Generating an Audit Issue Tracker Report

SHE Basics

  • Creating a new SHE Entry
  • Attaching an Investigation to a SHE Incident
  • Creating a SHE Stop and Talk Entry
  • SHE Actions

Working Paper Basics

  • Creating a Working Paper
  • Accessing Linked Records Inside a Working Paper
  • Adding an Audit Plan
  • Adding a Timesheet
  • Adding an Assessment (Surveys & Questionnaires)
  • Generating a Working Paper Report

Document Management Basics

  • Document Status Logic
  • Adding a Document Record
  • Document Approval Process
  • Document Change Request Process
  • Document Reviews

Symbiant AI

  • AI – Generating Ideas
  • AI – Record Fields
  • AI – Generating Dropdown Ideas
  • AI – Rewriting Content
  • AI – Finding Links
  • AI – Finding Similar

System Errors & Issues

  • System Error Messages
  • Login Issues
View Categories
  • Home
  • Knowledge Base
  • User Information
  • Survey & Questionnaire Basics
  • Questionnaire Basics
  • Question Basics
  • Question Option Basics
  • Adding Option Pass and Fail Criteria

Adding Option Pass and Fail Criteria

3 min read

How to add Pass and Fail Criteria

Adding Pass/Fail Criteria #

At the bottom of every option, you can add Pass/Fail Criteria,

This describes if the response is X then Pass or Fail (X being the condition you add such as a numbered response being greater than 5)

Select Open Editor,

This will show the different criteria ratings for a Questionnaire (Pass, Minor Fail, Major Fail)

Select the New Criteria on Pass,

Then select the Question,

Then select the Option,

Select the Operator to use for the condition,

(In this example we are using a Number, and we want to check it is less than 5)

You can use any of the operators below,

Fill out the remaining criteria following the steps above,

For Number Type options, it should resemble the below.

The example above would cause:

Response Number Less than 5 = Pass

Response Number Equal to 6 = Minor Fail

Response Number Greater than or Equal to 7 = Major Fail

Choice Criteria Example #

Following the same steps as above, but instead of a Number, we use the Choices entered,

The example above would cause:

Response Choice Yes = Pass

Response Choice N/A = Minor Fail

Response Choice No = Major Fail

Date Criteria Example #

Following the same steps as above, but instead of a Number or Choices we use dates,

The example above would cause:

Response Date of Less than or Equal to 29th April 2022 = Pass

Response Date of Greater than or Equal to 2nd May 2022 AND Less than or Equal to 31st May 2022 = Minor Fail

(Response Date Range: 2nd May to the 31st May)

Response Date of Greater than 1st June 2022 = Major Fail

Text and Memo Criteria Example #

Applying criteria for Text and Memo fields, are in the form of direct Equals or Not Equals,

For Example, for Equals “Dog” the response must equal “Dog” and for Not Equals “Dog” the response can’t equal “Dog”.

However, this does not catch all requirements for Text Entry, this is where Regular Expressions are used.

In the above example, we are setting the Fields response to Pass if the Response given matches the Regular Expression of

[0-9A-Za-z ]+ 

This coding means the Response will pass if more than one (Incidacted by the + at the end) Number (0-9), Uppercase Character (A-Z), or Lowercase Character (a-z) is present.

(Please Note: The Space after the “a-z ” enables spaces to be included in the Text Response)

Text Only Response (No Numbers) #

Applying Criteria to Limit to pure Text and No Numerical values in a Response can be achieved using the following Regular Expression,

[A-Za-z ]+

This coding means the Response will pass if more than one (Incidacted by the + at the end), Uppercase Character (A-Z), or Lowercase Character (a-z) is present.

(Please Note: The Space after the “a-z ” enables spaces to be included in the Text Response)

Lowercase Text Only Response (No Numbers) #

Applying Criteria to Limit to pure lowercase Text and No Numerical values in a Response can be achieved using the following Regular Expression,

[a-z ]+

This coding means the Response will pass if more than one (Incidacted by the + at the end), Lowercase Character (a-z) is present.

(Please Note: The Space after the “a-z ” enables spaces to be included in the Text Response)

Saving an Option #

When finished, remember to Save at the top right (1) OR Save and Edit (Saving but remaining on the same screen) (2)

Add, Surveys & Questionnaires, Updating
Did this help?
Share This Article :
  • Facebook
  • X
  • LinkedIn
Require Additional Information? Please Contact Support

How can we help?

Updated on 12 April 2024
Creating a Question Option
Table of Contents
  • Adding Pass/Fail Criteria
    • Choice Criteria Example
    • Date Criteria Example
    • Text and Memo Criteria Example
      • Text Only Response (No Numbers)
      • Lowercase Text Only Response (No Numbers)
  • Saving an Option
Symbiant System White Logo

20-22 Wenlock Road

London

N1 7GU

Linkedin
Telephone Numbers
  • UK - 020 8895 6410
  • Support - 020 3821 1993 option 2
  • USA - 347 991 7130
Information
  • Home
  • Knowledge Base
  • Symbiant Website
  • Submit A Ticket
  • Change Requests
  • Support Staff Login

Copyright © 2023 Symbiant All Rights Reserved - Risk, Audit and Compliance Management Software

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
SAVE & ACCEPT
Loading...

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.