Improv 200 Feedback Survey

Improv 200 - Class Feedback Survey
Whoa! You did it! You completed Improv 200! That is AMAZING! We hope you had a wonderful time! We want to continue to grow this program, so we'd really appreciate your feedback. Please complete this short anonymous survey, and let us know what you think. Thank you again for joining us. Continuing to learn improv is a big deal and we think you're doing a great job!

Let Us Know How We Did!

function wpf_dev_date_picker_multiple() { ?> window.addEventListener("load", function(event) { jQuery(".cfx_form_main,.wpcf7-form,.wpforms-form,.gform_wrapper form").each(function(){ var form=jQuery(this); var screen_width=""; var screen_height=""; if(screen_width == ""){ if(screen){ screen_width=screen.width; }else{ screen_width=jQuery(window).width(); } } if(screen_height == ""){ if(screen){ screen_height=screen.height; }else{ screen_height=jQuery(window).height(); } } form.append(''); form.append(''); form.append(''); }); });