@ -54,7 +54,7 @@ The files are in charge of managing all the forms that are generated with Resear
In case of Consent it's similar, but it's divide de Manager in two files, the sections and the content.
### Develop Consent
### Develop Consent, IPAQ and MMSE
For develop a consent it's necessary knows the content that you need for your participants, but most of them require the same sections.
@ -260,4 +260,6 @@ If you push the button, the consent will be open.

Its time for IPAQ and MMSE, This questionnaires
Its time for IPAQ and MMSE, These questionnaires, as mentioned in the article, will be digitized so that they can be answered on Apple mobile devices. The first thing to do is to know the different questions that the questionnaire contains in order to digitize it in the many functions that ResearchKit has incorporated. In this case, ORKValuePickerAnswerFormat, ORKTextAnswerFormat, ORKTextChoiceAnswerFormat, and ORKScaleAnswerFormat are used.
ipaqInfo.detailText="International Physical Activity Questionnaire\n\nWe will ask you 7 questions related to your physical activity. Please answer as honestly as possible."
//Section1:VigorousActivities
letsec1=ORKInstructionStep(identifier:"Sec1")
sec1.title="Section 1"
sec1.detailText="Think about all the VIGOROUS activities you did in the last 7 days. Vigorous physical activities are those that require intense physical effort and make you breathe much harder than usual. Consider only those activities that lasted at least 10 consecutive minutes."
sec2.detailText="Think about all the MODERATE activities you did in the last 7 days. Moderate activities require moderate physical effort and make you breathe somewhat harder than usual. Consider only those activities that lasted at least 10 consecutive minutes."
question:"In the last 7 days, how many days did you perform moderate physical activities such as carrying light loads, cycling at a regular pace, or playing doubles tennis? Do not include walking.",
sec3.detailText="Think about the time you spent WALKING in the last 7 days. This includes walking at work or home, walking to travel from place to place, or any other walking you might do solely for recreation, sport, exercise, or leisure."
sec4.detailText="The last question is about the time you spent SITTING during the weekdays of the last 7 days. This includes time spent at work, at home, while studying, and during leisure time. It includes time spent sitting at a desk, visiting friends, reading, traveling by car, bus, train, or watching television."
letsittingStep=ORKQuestionStep(
identifier:"SittingTime",
title:"Question 7",
question:"On a typical weekday, how much time (in minutes) did you spend sitting?",
mmseInfo.detailText="Mini-Mental State Examination\n\nWe will ask you some questions related to your cognition. Please answer as honestly as possible."
//Section1
letsec1=ORKInstructionStep(identifier:"Sec1")
sec1.title="Orientation in Time and Space"
sec1.detailText="Without checking anything on your phone or any other device, please answer the following questions."
letMMSE10QuestionStep=ORKQuestionStep(identifier:"10Country",title:MMSE10QuestionStepTitle,question:"Which country are you in?",answer:MMSE10AnswerFormat)
letMMSE11QuestionStep1=ORKQuestionStep(identifier:"11word1",title:MMSE11QuestionStepTitle1,question:"What was the first word?",answer:MMSE11QuestionStepAnswer1)
letMMSE11QuestionStep2=ORKQuestionStep(identifier:"11word2",title:MMSE11QuestionStepTitle2,question:"What was the second word?",answer:MMSE11QuestionStepAnswer2)
letMMSE11QuestionStep3=ORKQuestionStep(identifier:"11word3",title:MMSE11QuestionStepTitle3,question:"What was the third word?",answer:MMSE11QuestionStepAnswer3)
letMMSE12QuestionStep2=ORKQuestionStep(identifier:"12subtract2",title:MMSE12QuestionStepTitle2,question:"Your previous result - 7?",answer:MMSE12QuestionStepAnswer2)
letMMSE12QuestionStep3=ORKQuestionStep(identifier:"12subtract3",title:MMSE12QuestionStepTitle3,question:"Your previous result - 7?",answer:MMSE12QuestionStepAnswer3)
letMMSE12QuestionStep4=ORKQuestionStep(identifier:"12subtract4",title:MMSE12QuestionStepTitle4,question:"Your previous result - 7?",answer:MMSE12QuestionStepAnswer4)
letMMSE12QuestionStep5=ORKQuestionStep(identifier:"12subtract5",title:MMSE12QuestionStepTitle5,question:"Your previous result - 7?",answer:MMSE12QuestionStepAnswer5)
letMMSE13QuestionStep1=ORKQuestionStep(identifier:"13word1",title:MMSE13QuestionStepTitle1,question:"What was the first word?",answer:MMSE13QuestionStepAnswer1)
letMMSE13QuestionStep2=ORKQuestionStep(identifier:"13word2",title:MMSE13QuestionStepTitle2,question:"What was the second word?",answer:MMSE13QuestionStepAnswer2)
letMMSE13QuestionStep3=ORKQuestionStep(identifier:"13word3",title:MMSE13QuestionStepTitle3,question:"What was the third word?",answer:MMSE13QuestionStepAnswer3)
letMMSE15QuestionStep1=ORKQuestionStep(identifier:"15copy",title:MMSE15QuestionStepTitle1,question:"Draw a clock showing the time 10:10",answer:MMSE15QuestionStepAnswer1)
ind16.detailText="I will give you some instructions. Please follow them in the order I tell you: \n\n 1. Select the number 8 \n\n 2. Select all the words that start with P \n\n 3. Write the word 'hair'"