Skip to content

Commit

Permalink
Merge pull request #268 from lookit/feature/267-allow-private-level-only
Browse files Browse the repository at this point in the history
Feature/267 allow private level only
  • Loading branch information
Kim Scott committed Jun 15, 2021
2 parents ed5ce47 + 2fca499 commit 843a026
Show file tree
Hide file tree
Showing 10 changed files with 69 additions and 34 deletions.
28 changes: 17 additions & 11 deletions app/components/consent-template005/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,23 @@
{{t "consent-template-5.video-privacy-consent" }}
</p>

<p>
{{t "consent-template-5.video-privacy-overview" }}:
<ul>
<li>"{{t "consent-template-5.video-privacy-Private" }}": {{t "consent-template-5.video-privacy-private-description" }}</li>
<li>"{{t "consent-template-5.video-privacy-Scientific" }}": {{t "consent-template-5.video-privacy-scientific-description" }}
</li>
<li>"{{t "consent-template-5.video-privacy-Publicity" }}": {{t "consent-template-5.video-privacy-publicity-description" }}
</li>
</ul>
{{t "consent-template-5.video-privacy-withdraw" }}
</p>
{{#if private_level_only}}
<p>
{{t "consent-template-5.video-privacy-private-description" }} {{t "consent-template-5.video-privacy-withdraw-private-only" }}
</p>
{{else}}
<p>
{{t "consent-template-5.video-privacy-overview" }}:
<ul>
<li>"{{t "consent-template-5.video-privacy-Private" }}": {{t "consent-template-5.video-privacy-private-description" }}</li>
<li>"{{t "consent-template-5.video-privacy-Scientific" }}": {{t "consent-template-5.video-privacy-scientific-description" }}
</li>
<li>"{{t "consent-template-5.video-privacy-Publicity" }}": {{t "consent-template-5.video-privacy-publicity-description" }}
</li>
</ul>
{{t "consent-template-5.video-privacy-withdraw" }}
</p>
{{/if}}

{{#if include_databrary}}
<p>
Expand Down
8 changes: 8 additions & 0 deletions app/components/exp-lookit-exit-survey/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ export default ExpFrameBaseComponent.extend(Validations, {
default: '',
description: 'Additional text to display under "Use of video clips and images:", before listing options'
},
privateLevelOnly: {
type: 'boolean',
default: false,
description: 'Whether to restrict privacy level "choices" to the "private" option'
},
showDatabraryOptions: {
type: 'boolean',
default: true,
Expand Down Expand Up @@ -183,5 +188,8 @@ export default ExpFrameBaseComponent.extend(Validations, {
if (!this.get('showDatabraryOptions')) {
this.set('databraryShare', 'NA');
}
if (this.get('privateLevelOnly')) {
this.set('useOfMedia', 'private');
}
}
});
3 changes: 3 additions & 0 deletions app/components/exp-lookit-exit-survey/doc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ showDatabraryOptions [Boolean | ``true``]
includeWithdrawalExample [Boolean | ``true``]
Whether to include the parenthetical example of why you might withdraw video data. Please only disable if required by your IRB and you have checked with Lookit staff.

privateLevelOnly [Boolean | ``false``]
Whether to offer only the "Private" video privacy level option under "Use of video clips and images." Only use this if your IRB has a hard restriction against offering participants the opportunity to share their videos more broadly.

additionalVideoPrivacyText [String]
Optional additional text to display under the header "Use of video clips and images", above the options. This may
be used, for example, if you have separately asked for permission to use the videos as stimuli for other parents and want
Expand Down
36 changes: 19 additions & 17 deletions app/components/exp-lookit-exit-survey/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -75,22 +75,24 @@
{{/if}}
</label>
</div>
<div class="radio">
<label>
<span class="radio-holder">
{{radio-button value="scientific" checked=useOfMedia name="useOfMedia"}}
</span>
{{ t "exp-lookit-exit-survey.scientific-option" htmlSafe=true}}
</label>
</div>
<div class="radio">
<label>
<span class="radio-holder">
{{radio-button value="public" checked=useOfMedia name="useOfMedia"}}
</span>
{{ t "exp-lookit-exit-survey.publicity-option" htmlSafe=true }}
</label>
</div>
{{#unless privateLevelOnly}}
<div class="radio">
<label>
<span class="radio-holder">
{{radio-button value="scientific" checked=useOfMedia name="useOfMedia"}}
</span>
{{ t "exp-lookit-exit-survey.scientific-option" htmlSafe=true}}
</label>
</div>
<div class="radio">
<label>
<span class="radio-holder">
{{radio-button value="public" checked=useOfMedia name="useOfMedia"}}
</span>
{{ t "exp-lookit-exit-survey.publicity-option" htmlSafe=true }}
</label>
</div>
{{/unless}}
{{#if showValidation}}
<p class="text text-danger">
{{validations.attrs.useOfMedia.messages}}
Expand All @@ -107,7 +109,7 @@
</label>
<hr>
<div class="form-group">
<label>{{ t "exp-lookit-exit-survey.feedback-label" }}:</label><br>
<label>{{ t "exp-lookit-exit-survey.feedback-label" }}</label><br>
{{textarea class="input-text" value=feedback name="feedback" rows=3 cols=40}}
</div>
<hr>
Expand Down
6 changes: 6 additions & 0 deletions app/components/exp-lookit-video-consent/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,12 @@ export default ExpFrameBaseComponent.extend(VideoRecord, {
default: false
},

private_level_only: {
type: 'boolean',
default: false,
description: 'Whether to describe only the "private" video sharing option (only for consent template 5+)'
},

payment: {
type: 'string',
description: 'Statement about payment/compensation for participation'
Expand Down
18 changes: 12 additions & 6 deletions app/components/exp-lookit-video-consent/doc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ template [String | ``'consent_001'``]
additional_video_privacy_statement [String]
[Templates 5+ only] Optional additional text for under header "Who can see our webcam recordings". For cases where researchers ask for other specific permission to share videos, separate from the exit survey, or want to provide more detail or different language about Databrary sharing.

datause
datause [String]
Study-specific data use statement (optional). This will follow more general text like: "The research group led by [PIName] at [institution] will have access to video and other data collected during this session. We will also have access to your account profile, demographic survey, and the child profile for the child who is participating, including changes you make in the future to any of this information. We may study your child’s responses in connection with his or her previous responses to this or other studies run by our group, siblings’ responses to this or other studies run by our group, or demographic survey responses." (For exact text, please see specific template.)

You may want to note what measures you will actually be coding for (looking time, facial expressions, parent-child interaction, etc.) and other more specific information about your use of data from this study here. For instance, you would note if you were building a corpus of naturalistic data that may be used to answer a variety of questions (rather than just collecting data for a single planned study).
Expand All @@ -113,19 +113,19 @@ gdpr_personal_data [String]
gdpr_sensitive_data [String]
List of types of special category information collected, for GDPR section only. Include all that apply: racial or ethnic origin; political opinions; religious or philosophical beliefs; trade union membership; processing of genetic data; biometric data; health data; and/or sex life or sexual orientation information

PIName
PIName [String]
Name of PI running this study

include_databrary [Boolean | ``false``]
[Templates 5+ only] Whether to include a paragraph about Databrary under "Who can see our webcam recordings?".

institution
institution [String]
Name of institution running this study (if ambiguous, list institution whose IRB approved the study)'

PIContact
PIContact [String]
Contact information for PI or lab in case of participant questions or concerns. This will directly follow the phrase "please contact", so format accordingly: e.g., "the XYZ lab at xyz@science.edu" or "Mary Smith at 123 456 7890".

payment
payment [String]
Statement about payment/compensation for participation, including a statement that there are no additional
benefits anticipated to the participant. E.g., "After you finish the study, we will email you a $5 BabyStore
gift card within approximately three days. To be eligible for the gift card your child must be in the age
Expand All @@ -141,6 +141,12 @@ payment
change this to something like "What are the risks and benefits if you participate?" and include both here, then
omit the ``risk_statement``.

private_level_only [Boolean | ``false``]
[Templates 5+ only] Whether to describe only the "private" video privacy level under the heading "Who will be
able to see your webcam recordings?" Only use this option if your IRB has a hard restriction against even offering
participants the option to share their videos more broadly, and in conjunction with the corresponding restriction
of options in the exit survey!

procedures
Brief description of study procedures. For consent templates 001 and 002, this should include any
risks or a statement that there are no anticipated risks. (For consent template 003, that is included
Expand All @@ -151,7 +157,7 @@ procedures
and sounds make your child smile. We will ask you (the parent) to turn around to avoid influencing
your child's responses. There are no anticipated risks associated with participating."

purpose
purpose [String]
Brief description of purpose of study - 1-2 sentences that describe what you are trying to find out. Language should be as straightforward and accessible as possible! E.g., "Why do babies love cats? This study will help us find out whether babies love cats because of their soft fur or their twitchy tails."

research_rights_statement [String]
Expand Down
1 change: 1 addition & 0 deletions app/components/exp-lookit-video-consent/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
@benefits_header={{benefits_header}}
@summary_statement={{summary_statement}}
@prompt_only_adults={{prompt_only_adults}}
@private_level_only={{private_level_only}}
/>

{{/if}}
Expand Down
1 change: 1 addition & 0 deletions translations/en-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ consent-template-5:
video-privacy-scientific-description: Researchers with access to your recordings may share them for scientific or educational purposes, for instance showing an example in a class or during a scientific conference.
video-privacy-publicity-description: Researchers with access to your recordings may also share them for publicity, for instance in a news segment about the research or to recruit more participants.
video-privacy-withdraw: You will also have the option to withdraw your recordings. If you do, only your consent recording will be kept and all other recordings will be deleted.
video-privacy-withdraw-private-only: At the end of the session, you will have the option to withdraw your recordings. If you do, only your consent recording will be kept and all other recordings will be deleted.
databrary: Separately, you can opt in to give access to your recordings and other data to authorized users of the secure data library Databrary. This means that other researchers besides the ones running this study will have access to your recordings, and may be able to use them to answer other questions about child development. Data sharing can lead to faster progress in research on human development and behavior. Authorized Databrary researchers have to agree to maintain confidentiality and not use the data for commercial purposes. If you have any questions about this data-sharing library, visit <a href="https://nyu.databrary.org/" target="_blank" rel="noopener">Databrary</a> or email ethics@databrary.org.
data-use-researchers-header: How we use your data
data-use-researchers-content-1: If you participate in this study, we (the research group led by {name} at {institution}) will have access to
Expand Down
1 change: 1 addition & 0 deletions translations/it.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ consent-template-5:
video-privacy-scientific-description: I ricercatori che hanno accesso ai tuoi video possono condividerli per scopi scientifici o educativi, ad esempio mostrando un esempio ad una classe o durante una conferenza scientifica.
video-privacy-publicity-description: I ricercatori che hanno accesso ai tuoi video possono condividerli anche per pubblicità, ad esempio in uno speciale sulla ricerca o per reclutare più partecipanti.
video-privacy-withdraw: Avrai anche la possibilità di eliminare i tuoi video. In quel caso, verrà conservata solo la registrazione del consenso e tutti gli altri video verranno eliminati.
video-privacy-withdraw-private-only: Alla fine della sessione, avrai la possibilità di eliminare i tuoi video. In quel caso, verrà conservata solo la registrazione del consenso e tutti gli altri video verranno eliminati.
databrary: Separatamente, potrai scegliere di contensire l'accesso ai tuoi video e ad altri tuoi dati agli utenti autorizzati della libreria di dati protetti Databrary. Ciò significa che altri ricercatori oltre a quelli che stanno conducendo questo studio avranno accesso ai tuoi video e potrebbero essere in grado di utilizzarli per rispondere ad altre domande sullo sviluppo infantile. La condivisione dei dati farà avanzare più rapidamente la ricerca sullo sviluppo e sul comportamento umano. I ricercatori autorizzati di Databrary sono vincolati a mantenere la riservatezza e a non utilizzare i dati per scopi commerciali. Se hai domande sulla libreria Databrary e sulla condivisione dei dati, visita <a href="https://nyu.databrary.org/" target="_blank" rel="noopener noreferrer">Databrary</a> o invia un'email a ethics@databrary.org.
data-use-researchers-header: Come utilizziamo i tuoi dati
data-use-researchers-content-1: Se partecipi a questo studio, noi (il gruppo di ricerca guidato da {name} presso {institution}) avremo accesso a
Expand Down
1 change: 1 addition & 0 deletions translations/nl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ consent-template-5:
video-privacy-scientific-description: Onderzoekers met toegang tot uw opnamen kunnen deze delen voor wetenschappelijke of educatieve doeleinden, bijvoorbeeld door een voorbeeld te laten zien in een college of tijdens een wetenschappelijke conferentie.
video-privacy-publicity-description: Onderzoekers met toegang tot uw opnamen kunnen deze ook delen voor publiciteit, bijvoorbeeld in een nieuwsfragment over het onderzoek of om meer deelnemers te werven.
video-privacy-withdraw: U heeft ook de mogelijkheid om uw opnamen in te trekken. Als u dat doet, wordt alleen uw toestemmingsopname bewaard en worden alle andere opnamen verwijderd.
video-privacy-withdraw-private-only: Aan het einde van de sessie heeft u de mogelijkheid om uw opnamen in te trekken. Als u dat doet, wordt alleen uw toestemmingsopname bewaard en worden alle andere opnamen verwijderd.
databrary: Afzonderlijk kunt u ervoor kiezen om toegang te geven tot uw opnames en andere gegevens aan geautoriseerde gebruikers van de beveiligde databibliotheek Databrary. Dit betekent dat andere onderzoekers die dit onderzoek uitvoeren, toegang hebben tot uw opnamen en deze mogelijk kunnen gebruiken om andere vragen over de ontwikkeling van kinderen te beantwoorden. Het delen van gegevens kan leiden tot snellere vooruitgang in onderzoek naar menselijke ontwikkeling en gedrag. Geautoriseerde onderzoekers in de database moeten ermee instemmen de vertrouwelijkheid te bewaren en de gegevens niet voor commerciële doeleinden te gebruiken. Als u vragen heeft over deze gegevensuitwisselingsbibliotheek, gaat u naar <a href="https://nyu.databrary.org/" target="_blank" rel="noopener">Databrary</a> of email ethics@databrary.org.
data-use-researchers-header: Hoe gebruiken we uw gegevens
data-use-researchers-content-1: Als u deelneemt aan dit onderzoek, hebben wij (de onderzoeksgroep onder leiding van {name} bij {institution}) toegang tot
Expand Down

0 comments on commit 843a026

Please sign in to comment.