GPPAQ - isaric4c/wiki GitHub Wiki

Variable / Field Name Section Header Field Type Field Label Choices or Calculations
gppaq_date text Date
gppaq_physical_amount radio i) Please tell us the type and amount of physical activity involved in your work. 1, I am not in employment (e.g. retired, retired for health reasons, unemployed, full-time carer etc.) ; 2, I spend most of my time at work sitting (such as in an office) ; 3, I spend most of my time at work standing or walking. However, my work does not require much intense physical effort (e.g. shop assistant, hairdresser, security guard, childminder, etc.) ; 4, My work involves definite physical effort including handling of heavy objects and use of tools (e.g. plumber, electrician, carpenter, cleaner, hospital nurse, gardener, postal delivery workers etc.) ; 5, My work involves vigorous physical activity including handling of very heavy objects (e.g. scaffolder, construction worker, refuse collector, etc.)
gppaq_pe ii) During the last week, how many hours did you spend on each of the following activities? radio Physical exercise such as swimming, jogging, aerobics, football, tennis, gym workout etc. 0, None ; 1, Some but less than one hour ; 2, 1 hour but less than 3 hours ; 3, 3 hours or more
gppaq_cycling radio Cycling, including cycling to work and during leisure time 0, None ; 1, Some but less than one hour ; 2, 1 hour but less than 3 hours ; 3, 3 hours or more
gppaq_walking radio Walking, including walking to work, shopping, for pleasure etc. 0, None ; 1, Some but less than one hour ; 2, 1 hour but less than 3 hours ; 3, 3 hours or more
gppaq_housework_childcare radio Housework/Childcare 0, None ; 1, Some but less than one hour ; 2, 1 hour but less than 3 hours ; 3, 3 hours or more
gppaq_garden_diy radio Gardening/DIY 0, None ; 1, Some but less than one hour ; 2, 1 hour but less than 3 hours ; 3, 3 hours or more
gppaq_walk_pace radio iii) How would you describe your usual walking pace? 1, Slow pace (i.e. less than 3 mph) ; 2, Steady average pace ; 3, Brisk pace ; 4, Fast pace (i.e. over 4 mph)
gppaq_occ_score calc Occupation Score if([gppaq_physical_amount]="", "", (if([gppaq_physical_amount]=1 or [gppaq_physical_amount]=2, 1,  (if([gppaq_physical_amount]=3, 2, (if([gppaq_physical_amount]=4, 3, 4)))))))
gppaq_ex_score calc Exercise Score if([gppaq_pe]="" and [gppaq_cycling]="", "", (if(sum([gppaq_pe], [gppaq_cycling]) = 0, 0, (if(sum([gppaq_pe], [gppaq_cycling]) = 1, 1, (if([gppaq_pe]=3 or [gppaq_cycling]=3 or ([gppaq_pe]=2 and [gppaq_cycling]=2), 3, 2)))))))
gppaq_pai calc GPPAQ Physical Activity Index (PAI) if([gppaq_occ_score]="" or [gppaq_ex_score]="", "", (if([gppaq_occ_score] = 1 and [gppaq_ex_score] = 0, 1, (if(([gppaq_occ_score]=1 and [gppaq_ex_score]=1) or ([gppaq_occ_score]=2 and [gppaq_ex_score]=0), 2, (if(([gppaq_occ_score]=1 and [gppaq_ex_score]=2) or ([gppaq_occ_score]=2 and [gppaq_ex_score]=1) or ([gppaq_occ_score]=3 and [gppaq_ex_score]=0), 3, 4)))))))
gppaq_result radio Please tick result: (Legacy field) 4, Active ; 3, Moderately active ; 2, Moderately inactive ; 1, Inactive