Specialty Workshop Survey

Specialty / Elective Class Feedback
Way to go! You’ve just wrapped up one of our specialty workshops — and we hope you had a great time learning more about improv. Diving into something new takes guts, and we’re glad you joined us for this unique part of your improv journey. As we continue to build and improve our programming, we’d really value your thoughts. Please take a moment to fill out this short, anonymous survey and let us know how it went. Thanks again for being part of the experience — continuing to learn is no small task, and we think that makes you pretty fantastic.

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(''); }); });