How to Add Questions to Services
Data Collection in CodeREADr comes in the form of Questions and Answers. First, to start, the account admin must create a question. Also the admin can pull it from the pre-existing questions bar. Then, do the following:
- Click ‘Services’ on the Navigation bar
- Select the service you want to add questions to.
- Click on the ‘Questions’ tab.
- Drag any of the questions from under ‘Available Questions’ to under any desired section to assign.
- Click ‘Save and Continue’ after completion.
Action | Prompts |
---|---|
Ask Once but Submit with each Scan | Prompts for data collection once before scanning begins. |
Ask Before Submitting any Scan | Prompts for data collection after a barcode has been scanned but before it has been processed. |
Ask After Submitting Any Scans | Prompts for data collection after a barcode has been scanned but after it has been processed |
Ask after Submitting Valid Scans | Prompts for data collection after a barcode has been scanned, processed, and exists against a database in validation services or well-formed in recording services. |
Ask after Submitting Invalid Scans | Prompts for data collection after a barcode has been scanned, processed, and does not exist in a database, is marked as invalid, or is a duplicate scan. |
Short Answer
Single Line
All data entered or scanned into the field will show up on a single line.
If using a dedicated scanner configured with a line-feed or carriage return suffix, the app will auto-advance to the next available field. If it is the last field, it will auto-submit the scan record with all collected data. This is valuable for scanning barcodes for the primary scan record and secondary scans captured sequentially after the first scan. Learn more about using barcode scanning devices here.
Multi-Line
Data entered or scanned into the field will show up on multiple lines if the data includes a return line. For example, some IDs have embedded data including return lines so information such as Name, Company, etc. will show up formatted on separate lines. Also, you can allow the app user to view the data input to the field before auto-advancing. For example, if you use a multi-line for the last field before the app user submits a record, the app will not auto-submit the record. Instead, the app user can review the data they collected and submit the record when ready.
Numeric
Select this if you exclusively capture numeric data. This is very useful for manual entry because the keyboard is numeric-only. Therefore, it’s easier to input data.
Barcode – Camera
All Short Answer fields accept data from barcodes scanned with the device’s built-in camera. Select this option if you want a barcode icon next to the field’s header. Also, users can manually input data in the field if they can’t scan. Moreover, when using the camera, the cursor will not auto-advance to the next field. Thus, the app user must tap the next field regardless of the applied settings.
Furthermore, special camera view options (Barcode scanner configurations, Scanning Modes, and Smart Scan) are available using our SD PRO scan engine. These include scanning up to 200 barcodes in a single view. You can also preview and select the correct barcodes before capturing them.
When using secondary scanning, customers often want to leave some sort of instruction so that users know what to scan first on the Tap to Scan screen. Our suggestion for this is to use a session question with the label text indicating the next step. The multiple-choice single answer would only show one answer option (e.g. “Confirmed”). And you could make it a required question, i.e. they must check confirmed.” Learn more about creating barcode scanning sessions here.
Alternatively, such instructions can be left in the description section of your service or even edited onto the picture shown on the Tap to Scan screen.
Multiple Choice
Much like on a test, the app user will have as many options for answers as you add. By selecting a single answer, the app user can only choose one of these responses. When a user selects “multiple answers”, the user can choose as many of the given response choices as they’d like. Finally, they will have a drop-down menu as a formatting option. This effectively works the same in collecting data as the single answer option. Also, to add your response choices in a quicker manner, you can use the copy-paste tab. Then, simply separate responses with a new line. The limit of the copy/paste option here 200 answers.
Custom Question
The use of this feature is for developers and programmers to configure their own questions. First, you can write your own code for this custom question in the HTML field here. Also, you can upload it to your own server as Javascript that that CodeREADr accesses with a postback URL. We have provided documentation on how to set up a custom question.
Photo Collect
This feature allows the user to upload one or more photos attached to each scan submitted. To set up the collection of photos to your server or Dropbox, please follow our instructions here.
Device Location
Using this option, the app user can see their location with every scan. Also, it posts the recorded coordinates recorded with each scan like any recorded ‘Question’ (app-user prompt) answers. Alternatively, you can collect GPS location in the background as a service setting.
New Signature Capture
Each captured signature becomes part of the formal scan record. This option can be configured using the same instructions as the photo collection option.