diff --git a/ansible/templates/sir_complainsalot-params-prod.json.j2 b/ansible/templates/sir_complainsalot-params-prod.json.j2 index 032c5a78e..7a4dfae7b 100644 --- a/ansible/templates/sir_complainsalot-params-prod.json.j2 +++ b/ansible/templates/sir_complainsalot-params-prod.json.j2 @@ -67,6 +67,10 @@ "smoothed_felt_isolated_7d", "smoothed_wfelt_isolated_7d", "smoothed_worried_become_ill", "smoothed_wworried_become_ill", "smoothed_received_2_vaccine_doses", "smoothed_wreceived_2_vaccine_doses", + "smoothed_hesitancy_reason_dislike_vaccines", "smoothed_whesitancy_reason_dislike_vaccines", + "smoothed_inperson_school_fulltime", "smoothed_winperson_school_fulltime", + "smoothed_inperson_school_parttime", "smoothed_winperson_school_parttime", + "smoothed_vaccinate_children", "smoothed_wvaccinate_children", ["smoothed_vaccine_barrier_appointment_time_tried", "msa"], ["smoothed_wvaccine_barrier_appointment_time_tried", "msa"], ["smoothed_vaccine_barrier_childcare_tried", "msa"], ["smoothed_wvaccine_barrier_childcare_tried", "msa"], ["smoothed_vaccine_barrier_document_tried", "msa"], ["smoothed_wvaccine_barrier_document_tried", "msa"], diff --git a/sir_complainsalot/params.json.template b/sir_complainsalot/params.json.template index fd1d7ab46..a09254f7f 100644 --- a/sir_complainsalot/params.json.template +++ b/sir_complainsalot/params.json.template @@ -67,6 +67,10 @@ "smoothed_felt_isolated_7d", "smoothed_wfelt_isolated_7d", "smoothed_worried_become_ill", "smoothed_wworried_become_ill", "smoothed_received_2_vaccine_doses", "smoothed_wreceived_2_vaccine_doses", + "smoothed_hesitancy_reason_dislike_vaccines", "smoothed_whesitancy_reason_dislike_vaccines", + "smoothed_inperson_school_fulltime", "smoothed_winperson_school_fulltime", + "smoothed_inperson_school_parttime", "smoothed_winperson_school_parttime", + "smoothed_vaccinate_children", "smoothed_wvaccinate_children", ["smoothed_vaccine_barrier_appointment_time_tried", "msa"], ["smoothed_wvaccine_barrier_appointment_time_tried", "msa"], ["smoothed_vaccine_barrier_childcare_tried", "msa"], ["smoothed_wvaccine_barrier_childcare_tried", "msa"], ["smoothed_vaccine_barrier_document_tried", "msa"], ["smoothed_wvaccine_barrier_document_tried", "msa"],