====== Drug Use Questionnaire (DUQ) ====== In [[:grants:habit:behavioral]] and [[:grants:spa:behavioral]] in [[:tools:redcap]] for both and some of habit timepoint one in [[:tools:qualtrics]]. For habit, see ''/Volumes/Hera/Projects/Habit/behave/duq.csv'' ===== Alternative ===== DUQ does not ask about nicotine. [[:tools:asrysr]] does. habit_redcap_dict$data|> mutate(Q=gsub('<[^>]*>','',field_label)) |> # remove html select(field_name, Q) |> filter(grepl("nicotine|vape|smoke",Q, ignore.case=T))|> print(n=Inf) 1 cbcl_smokes Smokes, chews, or sniffs tobacco 2 ysr_smoke I smoke, chew, or sniff tobacco 3 asr_drugs I use drugs (other than alcohol and nicotine) for nonmedical purposes 4 asr_tobacco In the past 6 months, about how many times per day did you use tobacco (including s… 5 asr_drugsentry In the past 6 months, on how many days did you use drugs for nonmedical purposes (i… 6 pretest_smoker Are you a smoker?