Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctsit/qr_code_shortcut
Provides a shortcut to generate & display a survey QR code for a new data entry.
https://github.com/ctsit/qr_code_shortcut
redcap redcap-external-module redcap-repo
Last synced: 2 months ago
JSON representation
Provides a shortcut to generate & display a survey QR code for a new data entry.
- Host: GitHub
- URL: https://github.com/ctsit/qr_code_shortcut
- Owner: ctsit
- License: other
- Created: 2018-01-16T17:45:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-24T14:01:50.000Z (almost 4 years ago)
- Last Synced: 2023-08-19T18:13:22.655Z (over 1 year ago)
- Topics: redcap, redcap-external-module, redcap-repo
- Language: PHP
- Size: 296 KB
- Stars: 1
- Watchers: 8
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# QR Code Shortcut
This is a REDCap external module that provides a shortcut to generate a survey QR code for a new data entry.This module provides a survey kickstart button to be used when the form needs to be presented to the applicants as a QR code. The button wraps the following steps into one single procedure:
1. Save new record's first form
1. Handle eventual warnings about required fields
1. Click on survey options
1. Select Survey Access Code and QR Code
1. Get QR code## Prerequisites
- REDCap >= 8.0.3## Installation
- Clone this repo into `/modules/qr_code_shortcut_`.
- Go to **Control Center > Manage External Modules** and enable QR Code Shortcut.
- Go to your project home page, click on **Manage External Modules** link, and then enable QR Code Shortcut.## Configuration
This module does not require further configuration - just make sure that surveys are enabled for your project.## How to use it
Once you add a new record, you might see the **Generate Survey QR Code** button as follows:![Generate QR code button](img/qr_code_button.png)
Click on the button to see the survey QR code right away on your screen. Obs.: this operation will save your form.
![QR code image](img/qr_code_image.png)
For existing records, a "Display Survey QR Code" button is displayed, which shows up the QR code (without submitting/saving the form).
![Generate QR code button](img/qr_code_button2.png)