Skip to content

Commit

Permalink
add default for instructions-video requireWatchOrRead
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Scott committed Nov 9, 2020
1 parent 5443682 commit 52ec909
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/components/exp-lookit-instruction-video/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ export default ExpFrameBaseComponent.extend(ExpandAssets, {

requireWatchOrRead: {
type: 'Boolean',
description: 'Whether to require that the participant watches the video (or reads the whole transcript) to move on'
description: 'Whether to require that the participant watches the video (or reads the whole transcript) to move on',
default: true
},

/**
Expand Down

0 comments on commit 52ec909

Please sign in to comment.