-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
2,271 additions
and
20 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 |
---|---|---|
|
@@ -24,6 +24,7 @@ env | |
|
||
# Misc | ||
/scripts/*.json | ||
!/scripts/en.json | ||
/scripts/*.csv | ||
|
||
/scripts/consent_forms/*csv | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -106,8 +106,8 @@ const translations = { | |
"labelUnaccepted": "Please accept terms to continue" | ||
}, | ||
"checkboxLabel": "I have read and understand the above statements and agree to participate.", | ||
"firstSection": "Welcome to our study. Your participation will be in one session and will take less than one hour. You will be asked to describe a situation you experienced recently and your behaviors in it. You will also be asked some questions about your values and attitudes. At the end of the study, if you choose, you will receive personalized information about your personality.", | ||
"secondSection": "All of your responses will be confidential and identified only by a number (and not by your name). For research purposes, these anonymous data may be archived in an online database maintained by the Center for Open Science (www.cos.io). Each question must be answered in order to complete this survey, but you can discontinue your participation at any time without penalty. The potential benefits of this research include improving the understanding of persons and their lives across cultural contexts. There are no known risks.", | ||
"firstSection": "Welcome to our study. Your participation will be in one session and will take less than one hour. You will be asked to describe a situation you experienced recently and your behaviors in it. You will also be asked some questions about your values and attitudes. At the end of the study, if you choose, you will receive personalized information about your personality.", | ||
"secondSection": "All of your responses will be confidential and identified only by a number (and not by your name). For research purposes, these anonymous data may be archived in an online database maintained by the Center for Open Science (www.cos.io). Each question must be answered in order to complete this survey, but you can discontinue your participation at any time without penalty. The potential benefits of this research include improving the understanding of persons and their lives across cultural contexts. There are no known risks.", | ||
"thirdSection": "If you have any questions about this study or your rights as a participant, you may contact [local collaborator’s name, email and affiliation], who is responsible for data collection at your location, or the University of California, Riverside, Office of Research Integrity by email at [email protected]. We sincerely appreciate your cooperation.", | ||
"title": "Consent to Participate in Research", | ||
"versionHistory": "(Consent form version: 14 October 2016)" | ||
|
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
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,16 @@ | ||
// Ember-I18n includes configuration for common locales. Most users | ||
// can safely delete this file. Use it if you need to override behavior | ||
// for a locale or define behavior for a locale that Ember-I18n | ||
// doesn't know about. | ||
export default { | ||
// rtl: [true|FALSE], | ||
// | ||
// pluralForm: function(count) { | ||
// if (count === 0) { return 'zero'; } | ||
// if (count === 1) { return 'one'; } | ||
// if (count === 2) { return 'two'; } | ||
// if (count < 5) { return 'few'; } | ||
// if (count >= 5) { return 'many'; } | ||
// return 'other'; | ||
// } | ||
}; |
Oops, something went wrong.