-
Notifications
You must be signed in to change notification settings - Fork 19
Move changes to production: jsPsych updates, Resources page, video help text #1796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or 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
…for libc6-dev was not found
Update `libc6-dev` version to fix build error
…t contain an equal or larger number of trials
…riting by the newly-computed sequence
…ows validation error; assume that a response sequence is based on its current exp_data value
…nly applies to jsPsych studies)
…fying the instance and removing it from validated_data)
Prevent data loss in jsPsych studies due to the last-write-wins problem by adding `exp_data` validation that enforces an append-only rule (new data must have equal or more rows than existing).
Compute frame/trial `sequence` for jsPsych responses; prevent jsPsych data loss by validating `exp_data` length
…spsych 2.1.0, record 4.0.0, surveys 4.0.0, style 0.2.0
Update lookit-jspsych package versions
Add labs to resources
* add text about waiting 1-2 days for consent videos to appear before rejecting; and add loading text to clear video info between response changes * add text about waiting 1-2 days for videos to appear in no-video responses on study history page
…m, use explicit action value (#1797)
* fix logout on external tab click: use form id when submitting the form, use explicit action value * remove video column for external study responses on study history page
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



This PR moves the following changes to production:
exp_datalength check before updating: jsPsych prevent trial data loss #1789exp_dataupdate: compute frame/trialsequencefor jsPsych responses #1779