Skip to content

Draft: Added Functionality for using Custom Participant IDs

Malte Christian Kögel requested to merge feature/custom_participant_ids into 4.26

The feature can be activated in the Details-tab of the StudySetup object, the custom ID (integer) is also entered there. Changes:

  • Added UProperty customID to SFStudySetup
  • Adapted the message box that appears when an unfinished study run is detected to work for custom participant IDs
  • Added a warning when the same custom ID has been used twice in a row (very primitive, only checks whether ID of last participant is equal, however this seems like a plausible user error, forgetting to enter the new ID)

This has been tested roughly once per case.

requested in issue: #61

Edited by Jonathan Ehret

Merge request reports