{"id":198,"date":"2015-08-17T15:34:56","date_gmt":"2015-08-17T19:34:56","guid":{"rendered":"https:\/\/www-chris.dawsoncollege.qc.ca\/interior-design\/?page_id=198"},"modified":"2021-08-04T17:24:02","modified_gmt":"2021-08-04T21:24:02","slug":"student-for-a-day","status":"publish","type":"page","link":"https:\/\/www-chris.dawsoncollege.qc.ca\/interior-design\/student-for-a-day\/","title":{"rendered":"Student for an Afternoon"},"content":{"rendered":"\n        <style>\n            .highlight{ padding: 20px; padding-bottom: 12px; margin: 15px 0; overflow: hidden; width: 100%;}\n            .highlight.white{ background-color: #f8f8f8; border: 1px solid #d1d1d1; }\n            .highlight.blue{ background: #ADD2FF; background:rgba(173, 210, 255, 0.33);  }\n            .highlight.red{ background: #ff7979; }\n            .highlight.orange{ background: #F7A95C; }\n            .highlight.green{ background: #D3F5D6; }\n            .highlight.purple{ background: #CF9BFA; }\n            .highlight.yellow{ background:#fff6c0; }\n            .highlight.dark{ background: #333; color: #fff; }\n            .highlight.dark p, .highlight.dark a{ color: #fff; }\n            .highlight.grey{ background: #dfdfdf; }\n\n            .highlight h2:first-of-type,\n            .highlight h3:first-of-type{\n                margin-top: 0;\n            }\n\n\t\t\t.highlight li{\n\t\t\t\tlist-style: auto;\n\t\t\t}\n\n\n\n\n\n            \/*\n\t\t\tblue #ddeafa\n\t\t\tred #ECAAC1\n\t\t\torange #FFC286\n\t\t\tgreen #84F08D\n\t\t\tpurple #CF9BFA\n\t\t\twhite #fff\n\t\t\tblack #333 ~ font #fff\n\t\t\t*\/\n\n        <\/style>\n\n\t\t<div style=\"position:relative; padding:40px 30px 25px 30px;\" class=\"highlight blue \"><span style=\"border-bottom-right-radius:10px; text-transform:uppercase; position:absolute; padding:5px 20px; padding-left:5px; background:#888; background-color:rgba(0,0,0,0.43); font-size:12px; color:#fff; left:0; top:0;\"><i class=\"fa fa-tag\"><\/i> Note<\/span>\n<p><strong>Exceptionally, the in-person &#8220;Student for an Afternoon&#8221; activity will be a unique virtual event this year!<br \/>\nSign up below to get more information.<\/strong><\/p>\n<\/div>\n<p>The Interior Design Program will host a Student for an Afternoon event in early February, 2021.<\/p>\n<p>Our goal is to allow prospective students to visit classes, see the work that students are doing and meet some of our teaching faculty. Students from 1st, 2nd and 3rd year will be invited to share their experiences in the program with you and to answer questions.<\/p>\n<p>We will also present general topics related to the program and courses, the application process, the letter of intent and the portfolio, after which you will have an opportunity to ask questions.<\/p>\n<p>This will likely be a <strong>virtual event<\/strong>. If you are interested in participating, please complete the form below.<\/p>\n<p>We will contact everyone at the beginning of the winter term to confirm that we have received your request and update you on the dates and details of the event.<\/p>\n<p>We will give you a formal letter for your school (if necessary) attesting to your attendance should you be required to explain your absence on the day of the event.<\/p>\n<p>Anne Marie Legault<br \/>\nCo-chair, Interior Design<\/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_6' ><form method='post' enctype='multipart\/form-data'  id='gform_6'  action='\/interior-design\/wp-json\/wp\/v2\/pages\/198' data-formid='6' >\n                        <div class='gform-body gform_body'><ul id='gform_fields_6' class='gform_fields top_label form_sublabel_below description_below'><li id=\"field_6_1\"  class=\"gfield gfield--type-name field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_6_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_6_1'>\n                            \n                            <span id='input_6_1_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_1.3' id='input_6_1_3' value=''   aria-required='false'     \/>\n                                                    <label for='input_6_1_3' class='gform-field-label gform-field-label--type-sub '>First<\/label>\n                                                <\/span>\n                            \n                            <span id='input_6_1_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_1.6' id='input_6_1_6' value=''   aria-required='false'     \/>\n                                                    <label for='input_6_1_6' class='gform-field-label gform-field-label--type-sub '>Last<\/label>\n                                                <\/span>\n                            \n                        <\/div><\/li><li id=\"field_6_2\"  class=\"gfield gfield--type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_6_2\"><label class='gfield_label gform-field-label gfield_label_before_complex'  >Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_complex ginput_container ginput_container_email gform-grid-row' id='input_6_2_container'>\n                                <span id='input_6_2_1_container' class='ginput_left gform-grid-col gform-grid-col--size-auto'>\n                                    <input class='' type='text' name='input_2' id='input_6_2' value=''    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                                    <label for='input_6_2' class='gform-field-label gform-field-label--type-sub '>Enter Email<\/label>\n                                <\/span>\n                                <span id='input_6_2_2_container' class='ginput_right gform-grid-col gform-grid-col--size-auto'>\n                                    <input class='' type='text' name='input_2_2' id='input_6_2_2' value=''    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                                    <label for='input_6_2_2' class='gform-field-label gform-field-label--type-sub '>Confirm Email<\/label>\n                                <\/span>\n                                <div class='gf_clear gf_clear_complex'><\/div>\n                            <\/div><\/li><li id=\"field_6_4\"  class=\"gfield gfield--type-text field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_6_4\"><label class='gfield_label gform-field-label' for='input_6_4' >Telephone number<\/label><div class='ginput_container ginput_container_text'><input name='input_4' id='input_6_4' type='text' value='' class='medium'      aria-invalid=\"false\"   \/> <\/div><\/li><li id=\"field_6_5\"  class=\"gfield gfield--type-text field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_6_5\"><label class='gfield_label gform-field-label' for='input_6_5' >What high school are you currently attending?<\/label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_6_5' type='text' value='' class='medium'      aria-invalid=\"false\"   \/> <\/div><\/li><li id=\"field_6_6\"  class=\"gfield gfield--type-text field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_6_6\"><label class='gfield_label gform-field-label' for='input_6_6' >What grade are you currently in?<\/label><div class='ginput_container ginput_container_text'><input name='input_6' id='input_6_6' type='text' value='' class='medium'      aria-invalid=\"false\"   \/> <\/div><\/li><li id=\"field_6_7\"  class=\"gfield gfield--type-radio gfield--type-choice field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_6_7\"><label class='gfield_label gform-field-label'  >Where did you hear about the student for a day program?<\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_6_7'>\n\t\t\t<li class='gchoice gchoice_6_7_0'>\n\t\t\t\t<input name='input_7' type='radio' value='Dawson website - home page'  id='choice_6_7_0'    \/>\n\t\t\t\t<label for='choice_6_7_0' id='label_6_7_0' class='gform-field-label gform-field-label--type-inline'>Dawson website - home page<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_6_7_1'>\n\t\t\t\t<input name='input_7' type='radio' value='Program page on the Dawson website'  id='choice_6_7_1'    \/>\n\t\t\t\t<label for='choice_6_7_1' id='label_6_7_1' class='gform-field-label gform-field-label--type-inline'>Program page on the Dawson website<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_6_7_2'>\n\t\t\t\t<input name='input_7' type='radio' value='Dawson&#039;s Open House'  id='choice_6_7_2'    \/>\n\t\t\t\t<label for='choice_6_7_2' id='label_6_7_2' class='gform-field-label gform-field-label--type-inline'>Dawson's Open House<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_6_7_3'>\n\t\t\t\t<input name='input_7' type='radio' value='Your school&#039;s guidance counsellor'  id='choice_6_7_3'    \/>\n\t\t\t\t<label for='choice_6_7_3' id='label_6_7_3' class='gform-field-label gform-field-label--type-inline'>Your school's guidance counsellor<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_6_7_4'>\n\t\t\t\t<input name='input_7' type='radio' value='Friend'  id='choice_6_7_4'    \/>\n\t\t\t\t<label for='choice_6_7_4' id='label_6_7_4' class='gform-field-label gform-field-label--type-inline'>Friend<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_6_7_5'>\n\t\t\t\t<input name='input_7' type='radio' value='Family'  id='choice_6_7_5'    \/>\n\t\t\t\t<label for='choice_6_7_5' id='label_6_7_5' class='gform-field-label gform-field-label--type-inline'>Family<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_6_7_6'>\n\t\t\t\t<input name='input_7' type='radio' value='gf_other_choice'  id='choice_6_7_6'   onfocus=\"jQuery(this).next('input').focus();\" \/>\n\t\t\t\t<input class='small' id='input_6_7_other' name='input_7_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_6_8\"  class=\"gfield gfield--type-textarea field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_6_8\"><label class='gfield_label gform-field-label' for='input_6_8' >Do you have any comments or questions for us?<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_8' id='input_6_8' class='textarea medium'      aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/li><li id=\"field_6_9\"  class=\"gfield gfield--type-captcha field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_6_9\"><label class='gfield_label gform-field-label' for='input_6_9' >CAPTCHA<\/label><div id='input_6_9' 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_6' class='gform_button button' value='Submit'  onclick='if(window[\"gf_submitting_6\"]){return false;}  window[\"gf_submitting_6\"]=true;  ' onkeypress='if( event.keyCode == 13 ){ if(window[\"gf_submitting_6\"]){return false;} window[\"gf_submitting_6\"]=true;  jQuery(\"#gform_6\").trigger(\"submit\",[true]); }' \/> \n            <input type='hidden' class='gform_hidden' name='is_submit_6' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='6' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_6' value='WyJbXSIsIjA4MGIwNTdkMmM2YWFhNjdiYTQ3OWI3ZThkOTlkZjE3Il0=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_target_page_number_6' id='gform_target_page_number_6' value='0' \/>\n            <input type='hidden' class='gform_hidden' name='gform_source_page_number_6' id='gform_source_page_number_6' 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( 6, 'https:\/\/www-chris.dawsoncollege.qc.ca\/interior-design\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_6').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_6');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_6').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_6').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_6').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_6').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_6').val();gformInitSpinner( 6, 'https:\/\/www-chris.dawsoncollege.qc.ca\/interior-design\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [6, current_page]);window['gf_submitting_6'] = 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_6').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [6]);window['gf_submitting_6'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_6').text());}, 50);}else{jQuery('#gform_6').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [6, current_page]);gform.utils.trigger({ event: 'gform\/postRender', native: false, data: { formId: 6, currentPage: current_page } });} );} );\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>The Interior Design Program will host a Student for an Afternoon event in early February, 2021. Our goal is to allow prospective students to visit classes, see the work that students are doing and meet some of our teaching faculty. Students from 1st, 2nd and 3rd year will be invited to share their experiences in&#8230;<\/p>\n","protected":false},"author":16,"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\/interior-design\/wp-json\/wp\/v2\/pages\/198"}],"collection":[{"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/interior-design\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/interior-design\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/interior-design\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/interior-design\/wp-json\/wp\/v2\/comments?post=198"}],"version-history":[{"count":11,"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/interior-design\/wp-json\/wp\/v2\/pages\/198\/revisions"}],"predecessor-version":[{"id":808,"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/interior-design\/wp-json\/wp\/v2\/pages\/198\/revisions\/808"}],"wp:attachment":[{"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/interior-design\/wp-json\/wp\/v2\/media?parent=198"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}