-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #124 from kind-lab/protocol_updates
Protocol updates
- Loading branch information
Showing
3 changed files
with
105 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Instance: FeedbackQuestionnaire | ||
InstanceOf: VbaiQuestionnaire | ||
Usage: #example | ||
Title: "FeedbackQuestionnaire" | ||
Description: "Questionnaire for providing feedback on the study" | ||
* title = "Feedback Questionnaire" | ||
* date = 2023-08-29 | ||
* subjectType = #Patient | ||
* status = #active | ||
|
||
* item[0].linkId = "Q1" | ||
* item[=].text = "Please leave any comments you may have on the application." | ||
* item[=].type = #string | ||
|
||
* item[0].linkId = "Q2" | ||
* item[=].text = "Please leave any comments you may have on the acoustic recording" | ||
* item[=].type = #string | ||
|
||
* item[0].linkId = "Q3" | ||
* item[=].text = "Please leave any comments you may have on the study" | ||
* item[=].type = #string |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.