{"id":19,"date":"2014-04-15T20:12:26","date_gmt":"2014-04-15T20:12:26","guid":{"rendered":"https:\/\/www-chris.dawsoncollege.qc.ca\/community-recreation-leadership-training-crlt\/?page_id=19"},"modified":"2021-08-04T17:20:45","modified_gmt":"2021-08-04T21:20:45","slug":"student-for-a-day","status":"publish","type":"page","link":"https:\/\/www-chris.dawsoncollege.qc.ca\/community-recreation-leadership-training-crlt\/student-for-a-day\/","title":{"rendered":"CRLT Student for a Day"},"content":{"rendered":"<p>Prospective students have the opportunity to experience what it is like being a student in CRLT through the Community Recreation Leadership Training Student for a Day program.<\/p>\n<p>Student for a Day activities for this program take place in October, November, December and February. Because students are in fieldwork in February there are less opportunities available.<\/p>\n<p>When activities are onsite at Dawson, participants attend CRLT classes, meet some of the faculty and students, tour the CRLT area and have all their questions answered. Student for a Day only take place from Monday-Thursday. Visiting students are asked to wear active\/casual clothing, plan to attend from 9am-2pm and bring a lunch\/snacks.<\/p>\n<p>While activities at Dawson are online, student for a day visits are still available. Dates are being finalized so please complete the form below and we will communicate with you about specific options\u00a0 as they become available.<\/p>\n<p>In order to make the online experience easier for all, we are offering potential students<strong>\u00a0<\/strong><em style=\"font-size: 1.4rem\"><strong>A taste of CRLT<\/strong>. <\/em>This w<span style=\"font-size: 1.4rem\">ill be a 2-3 hour simulated multi-course experience. You will attend a selection of mini-classes presented by our faculty, have the opportunity to interact and talk with current students and get a idea of what CRLT is all about. We will share how we have adapted hands-on and experiential learning to the online environment and you will even get a photo tour of our Dawson facility and program rooms. Because this is a simulation, we are able to schedule activities to better meet your needs.\u00a0<\/span><\/p>\n<p><span style=\"font-size: 1.4rem\">Current Dawson students looking to transfer programs may join <strong><em>A Taste of CRLT<\/em><\/strong> activities or may choose to attend a\u00a0<\/span><em style=\"font-size: 1.4rem\">Live Classes (online)<\/em><span style=\"font-size: 1.4rem\">\u00a0in real time with students and faculty.\u00a0\u00a0<\/span><\/p>\n<h3>CURRENT OPTIONS AVAILABLE ARE BEING PLANNED<\/h3>\n<p><em><strong>We are still finalizing student for a day dates and want to meet your needs. Please complete the form below so we can send you more information.<\/strong><\/em><\/p>\n<p>If you are interested in becoming a student for the day in the <span style=\"font-weight: bold\">Community Recreation Leadership Training program<\/span>, please fill out the following form. Contact Heather Martin or Sarah Cartier at <a  href=\"mailto:&#x43;&#82;L&#x54;&#x40;&#100;a&#x77;&#x73;&#111;n&#x63;&#x6f;&#108;l&#x65;&#x67;&#101;&#46;&#x71;&#99;&#46;c&#x61;\" data-wg-notranslate>&#67;&#x52;&#76;&#x54;&#64;&#x64;a&#119;&#x73;&#111;&#x6e;&#99;&#x6f;l&#x6c;e&#103;&#x65;&#46;&#x71;c&#x2e;c&#x61;<\/a> for more information.<\/p>\n<script type=\"text\/javascript\">\n\/\/----------------------------------------------------------\n\/\/------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------\n\/\/----------------------------------------------------------\n\nif ( ! gform ) {\n\tdocument.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } );\n\twindow.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );\n\n\tvar gform = {\n\t\tdomLoaded: false,\n\t\tscriptsLoaded: false,\n\t\tinitializeOnLoaded: function( fn ) {\n\t\t\tif ( gform.domLoaded && gform.scriptsLoaded ) {\n\t\t\t\tfn();\n\t\t\t} else if( ! gform.domLoaded && gform.scriptsLoaded ) {\n\t\t\t\twindow.addEventListener( 'DOMContentLoaded', fn );\n\t\t\t} else {\n\t\t\t\tdocument.addEventListener( 'gform_main_scripts_loaded', fn );\n\t\t\t}\n\t\t},\n\t\thooks: { action: {}, filter: {} },\n\t\taddAction: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'action', action, callable, priority, tag );\n\t\t},\n\t\taddFilter: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'filter', action, callable, priority, tag );\n\t\t},\n\t\tdoAction: function( action ) {\n\t\t\tgform.doHook( 'action', action, arguments );\n\t\t},\n\t\tapplyFilters: function( action ) {\n\t\t\treturn gform.doHook( 'filter', action, arguments );\n\t\t},\n\t\tremoveAction: function( action, tag ) {\n\t\t\tgform.removeHook( 'action', action, tag );\n\t\t},\n\t\tremoveFilter: function( action, priority, tag ) {\n\t\t\tgform.removeHook( 'filter', action, priority, tag );\n\t\t},\n\t\taddHook: function( hookType, action, callable, priority, tag ) {\n\t\t\tif ( undefined == gform.hooks[hookType][action] ) {\n\t\t\t\tgform.hooks[hookType][action] = [];\n\t\t\t}\n\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\tif ( undefined == tag ) {\n\t\t\t\ttag = action + '_' + hooks.length;\n\t\t\t}\n\t\t\tif( priority == undefined ){\n\t\t\t\tpriority = 10;\n\t\t\t}\n\n\t\t\tgform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );\n\t\t},\n\t\tdoHook: function( hookType, action, args ) {\n\n\t\t\t\/\/ splice args from object into array and remove first index which is the hook name\n\t\t\targs = Array.prototype.slice.call(args, 1);\n\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action], hook;\n\t\t\t\t\/\/sort by priority\n\t\t\t\thooks.sort(function(a,b){return a[\"priority\"]-b[\"priority\"]});\n\n\t\t\t\thooks.forEach( function( hookItem ) {\n\t\t\t\t\thook = hookItem.callable;\n\n\t\t\t\t\tif(typeof hook != 'function')\n\t\t\t\t\t\thook = window[hook];\n\t\t\t\t\tif ( 'action' == hookType ) {\n\t\t\t\t\t\thook.apply(null, args);\n\t\t\t\t\t} else {\n\t\t\t\t\t\targs[0] = hook.apply(null, args);\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\tif ( 'filter'==hookType ) {\n\t\t\t\treturn args[0];\n\t\t\t}\n\t\t},\n\t\tremoveHook: function( hookType, action, priority, tag ) {\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\t\thooks = hooks.filter( function(hook, index, arr) {\n\t\t\t\t\tvar removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);\n\t\t\t\t\treturn !removeHook;\n\t\t\t\t} );\n\t\t\t\tgform.hooks[hookType][action] = hooks;\n\t\t\t}\n\t\t}\n\t};\n}\n<\/script>\n                <div class='gf_browser_gecko gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_5' >\n                        <div class='gform_heading'>\n                            <h3 class=\"gform_title\">CRLT Student for a Day 2020-21<\/h3>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_5'  action='\/community-recreation-leadership-training-crlt\/wp-json\/wp\/v2\/pages\/19' data-formid='5' >\n                        <div class='gform-body gform_body'><ul id='gform_fields_5' class='gform_fields top_label form_sublabel_below description_below'><li id=\"field_5_1\"  class=\"gfield gfield--type-name field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_5_1\"><label class='gfield_label gform-field-label gfield_label_before_complex'  >Name<\/label><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_5_1'>\n                            \n                            <span id='input_5_1_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_1.3' id='input_5_1_3' value=''   aria-required='false'     \/>\n                                                    <label for='input_5_1_3' class='gform-field-label gform-field-label--type-sub '>First<\/label>\n                                                <\/span>\n                            \n                            <span id='input_5_1_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_1.6' id='input_5_1_6' value=''   aria-required='false'     \/>\n                                                    <label for='input_5_1_6' class='gform-field-label gform-field-label--type-sub '>Last<\/label>\n                                                <\/span>\n                            \n                        <\/div><\/li><li id=\"field_5_2\"  class=\"gfield gfield--type-email field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_5_2\"><label class='gfield_label gform-field-label' for='input_5_2' >Email<\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_2' id='input_5_2' type='text' value='' class='medium'     aria-invalid=\"false\"  \/>\n                        <\/div><\/li><li id=\"field_5_3\"  class=\"gfield gfield--type-radio gfield--type-choice gfield_contains_required field_sublabel_below gfield--has-description field_description_above gfield_visibility_visible\"  data-js-reload=\"field_5_3\"><label class='gfield_label gform-field-label'  >Please select your preferred format for Student for A Day<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='gfield_description' id='gfield_description_5_3'>Please note that all activities take place online over Zoom and you will need a camera and microphone to participate. Telephone-only options may be available for some dates. Please select whichever options would interest you. <\/div><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_5_3'>\n\t\t\t<li class='gchoice gchoice_5_3_0'>\n\t\t\t\t<input name='input_3' type='radio' value='A taste of CRLT - Weekday Morning'  id='choice_5_3_0'    \/>\n\t\t\t\t<label for='choice_5_3_0' id='label_5_3_0' class='gform-field-label gform-field-label--type-inline'>A taste of CRLT - Weekday Morning<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_5_3_1'>\n\t\t\t\t<input name='input_3' type='radio' value='A taste of CRLT - Weekday Afternoon'  id='choice_5_3_1'    \/>\n\t\t\t\t<label for='choice_5_3_1' id='label_5_3_1' class='gform-field-label gform-field-label--type-inline'>A taste of CRLT - Weekday Afternoon<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_5_3_2'>\n\t\t\t\t<input name='input_3' type='radio' value='A taste of CRLT - Weekday Evening'  id='choice_5_3_2'    \/>\n\t\t\t\t<label for='choice_5_3_2' id='label_5_3_2' class='gform-field-label gform-field-label--type-inline'>A taste of CRLT - Weekday Evening<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_5_3_3'>\n\t\t\t\t<input name='input_3' type='radio' value='A taste of CRLT - Saturday Morning'  id='choice_5_3_3'    \/>\n\t\t\t\t<label for='choice_5_3_3' id='label_5_3_3' class='gform-field-label gform-field-label--type-inline'>A taste of CRLT - Saturday Morning<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_5_3_4'>\n\t\t\t\t<input name='input_3' type='radio' value='I am a Dawson student interested in attending a live class.'  id='choice_5_3_4'    \/>\n\t\t\t\t<label for='choice_5_3_4' id='label_5_3_4' class='gform-field-label gform-field-label--type-inline'>I am a Dawson student interested in attending a live class.<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_5_3_5'>\n\t\t\t\t<input name='input_3' type='radio' value='gf_other_choice'  id='choice_5_3_5'   onfocus=\"jQuery(this).next('input').focus();\" \/>\n\t\t\t\t<input class='small' id='input_5_3_other' name='input_3_other' type='text' value='Other' aria-label='Other' onfocus='jQuery(this).prev(\"input\")[0].click(); if(jQuery(this).val() == \"Other\") { jQuery(this).val(\"\"); }' onblur='if(jQuery(this).val().replace(\" \", \"\") == \"\") { jQuery(this).val(\"Other\"); }'   \/>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_5_4\"  class=\"gfield gfield--type-captcha field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_5_4\"><label class='gfield_label gform-field-label' for='input_5_4' >CAPTCHA<\/label><div id='input_5_4' class='ginput_container ginput_recaptcha' data-sitekey='6LdcyZ4aAAAAAGTjZNbfp7RrJpBpzAh17X8gUNxI'  data-theme='light' data-tabindex='0'  data-badge=''><\/div><\/li><\/ul><\/div>\n        <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_5' class='gform_button button' value='Submit'  onclick='if(window[\"gf_submitting_5\"]){return false;}  window[\"gf_submitting_5\"]=true;  ' onkeypress='if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} window[\"gf_submitting_5\"]=true;  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }' \/> \n            <input type='hidden' class='gform_hidden' name='is_submit_5' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='5' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_5' value='WyJbXSIsIjA4MGIwNTdkMmM2YWFhNjdiYTQ3OWI3ZThkOTlkZjE3Il0=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_target_page_number_5' id='gform_target_page_number_5' value='0' \/>\n            <input type='hidden' class='gform_hidden' name='gform_source_page_number_5' id='gform_source_page_number_5' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div><script type=\"text\/javascript\">\ngform.initializeOnLoaded( function() {gformInitSpinner( 5, 'https:\/\/www-chris.dawsoncollege.qc.ca\/community-recreation-leadership-training-crlt\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_5').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_5');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_5').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_5').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_5').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_5').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_5').val();gformInitSpinner( 5, 'https:\/\/www-chris.dawsoncollege.qc.ca\/community-recreation-leadership-training-crlt\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [5, current_page]);window['gf_submitting_5'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_5').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [5]);window['gf_submitting_5'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_5').text());}, 50);}else{jQuery('#gform_5').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [5, current_page]);gform.utils.trigger({ event: 'gform\/postRender', native: false, data: { formId: 5, currentPage: current_page } });} );} );\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Prospective students have the opportunity to experience what it is like being a student in CRLT through the Community Recreation Leadership Training Student for a Day program. Student for a Day activities for this program take place in October, November, December and February. Because students are in fieldwork in February there are less opportunities available&#8230;.<\/p>\n","protected":false},"author":17,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/community-recreation-leadership-training-crlt\/wp-json\/wp\/v2\/pages\/19"}],"collection":[{"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/community-recreation-leadership-training-crlt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/community-recreation-leadership-training-crlt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/community-recreation-leadership-training-crlt\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/community-recreation-leadership-training-crlt\/wp-json\/wp\/v2\/comments?post=19"}],"version-history":[{"count":11,"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/community-recreation-leadership-training-crlt\/wp-json\/wp\/v2\/pages\/19\/revisions"}],"predecessor-version":[{"id":467,"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/community-recreation-leadership-training-crlt\/wp-json\/wp\/v2\/pages\/19\/revisions\/467"}],"wp:attachment":[{"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/community-recreation-leadership-training-crlt\/wp-json\/wp\/v2\/media?parent=19"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}