Add an option to override laterality test for JTT #26
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sfb1451/z03-assessment-center-data-entry!26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "relax-laterality"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added a switch (turned off by default) which disables laterality checking for JTT.
@christian-monch the JS part does what I would expect it to do, but I wasn't able to verify the server part - my intuition is that the checkbox shouldn't produce any additional data that gets passed to the server (and json file stored by DataLad) but that might be wrong, could you check it?
LGTM, there is just a small typo. Should be good to merge, once that is fixed.
It should read: "Lateralitätsprüfung aufheben"
Heh, there shows my German knowledge 😆 Corrected.
Fixed the wording. Before merging let's maybe wait for confirmation from @VeronikaWu whether that matches her expectations, and whether only JTT needs this override.
This looks great. Until now, we need it only for JTT, but it possibly could occur for the other tests with laterality check as well. Depending on what would be easier to implement, the same check boxes or one checkbox for all affected tests would be great (but not urgent). Thank you so much for your quick help.
Thank you for the feedback, @VeronikaWu. I applied the same logic to other tests (form sections) that were check for laterality. So now each of these gets a slider that disables the laterality check for this test:
@christian-monch I think this is ready to merge and deploy, although as always would be good if you checked for mistakes.