Consent review step
The ORKConsentReviewStep
is used to initiate the consent review process. This process is where the user reviews the informed consent document and provides their name and signature. The steps of this process are as follows:
Consent document review step: The consent document is displayed for the participant to review. The participant must explicitly agree to the consent document and confirm their agreement before they can proceed to the next step.
Recording participant name step: The participants are asked to enter their first (given) and last (family) name. Recording the participant's name may be an optional step.
Recording signature step: The participant is asked for their signature by presenting a signature line where the participant may draw their signature. Recording the participant's signature may be an optional step.
The content for the consent review process comes from the consent document (instance of ORKConsentDocument
) provided to the ORKConsentReviewStep
object...