This is a simple component that requires a Survey Participant to check a labelled checkbox to proceed.
The typical intended use of this component is for asking a Participant to Accept terms or Confirm they have read instructions.
This repository is for 1.x only. The code has since moved to the main decsys monorepo.
- Download a distributable version from Github Releases
- Build from source:
npm i
npm run build
- outputs to thedist/
folder
- Copy the
.js
file in into the Survey Platform'scomponents/
folder
This software is primarily licensed under the GNU Affero General Public License v3.0 only (AGPL-3.0-only
).
A summary is provided below; the full license text may be found in LICENSE.md
.
Other license arrangements may be made as appropriate on request.
DECSYS Confirmation Component
Copyright (C) 2019 Christian Wagner, LUCID (Lab for Uncertainty in Data and Decision Making)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.