{"id":230,"date":"2017-02-23T13:57:45","date_gmt":"2017-02-23T18:57:45","guid":{"rendered":"https:\/\/www-chris.dawsoncollege.qc.ca\/academic-integrity\/?page_id=230"},"modified":"2021-08-04T16:59:17","modified_gmt":"2021-08-04T20:59:17","slug":"how-honest-are-you","status":"publish","type":"page","link":"https:\/\/www-chris.dawsoncollege.qc.ca\/academic-integrity\/academic-integrity-at-dawson-college\/how-honest-are-you\/","title":{"rendered":"What do you know about Academic Integrity?"},"content":{"rendered":"<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_1' ><form method='post' enctype='multipart\/form-data'  id='gform_1'  action='\/academic-integrity\/wp-json\/wp\/v2\/pages\/230' data-formid='1' >\n                        <div class='gform-body gform_body'><ul id='gform_fields_1' class='gform_fields top_label form_sublabel_below description_below'><li id=\"field_1_12\"  class=\"gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible gquiz-instant-feedback \"  data-field-class=\"gquiz-instant-feedback\" data-js-reload=\"field_1_12\"><h2 class=\"gsection_title\">Quiz<\/h2><\/li><li id=\"field_1_11\"  class=\"gfield gfield--type-html gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible gquiz-instant-feedback \"  data-field-class=\"gquiz-instant-feedback\" data-js-reload=\"field_1_11\">Quiz about Academic Integrity taken with permission from Universit\u00e9 de Montr\u00e9al. Translated and adapted for Dawson College. (English version)<\/li><li id=\"field_1_2\"  class=\"gfield gfield--type-quiz gfield--type-choice gfield--input-type-radio gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible gquiz-field  gquiz-instant-feedback \"  data-field-class=\"gquiz-field  gquiz-instant-feedback\" data-js-reload=\"field_1_2\"><label class='gfield_label gform-field-label'  >1. Does paraphrasing the ideas or words of someone else\nconstitute plagiarism?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_1_2'>\n\t\t\t<li class='gchoice gchoice_1_2_0'>\n\t\t\t\t<input name='input_2' type='radio' value='gquiz268836b14'  id='choice_1_2_0'    \/>\n\t\t\t\t<label for='choice_1_2_0' id='label_1_2_0' class='gform-field-label gform-field-label--type-inline'>Yes, if the source is not properly cited.<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_2_1'>\n\t\t\t\t<input name='input_2' type='radio' value='gquiz225a04b94'  id='choice_1_2_1'    \/>\n\t\t\t\t<label for='choice_1_2_1' id='label_1_2_1' class='gform-field-label gform-field-label--type-inline'>Yes, regardless of citations.<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_2_2'>\n\t\t\t\t<input name='input_2' type='radio' value='gquiz2b980b004'  id='choice_1_2_2'    \/>\n\t\t\t\t<label for='choice_1_2_2' id='label_1_2_2' class='gform-field-label gform-field-label--type-inline'>No. If it is in your own words, it is not plagiarism.<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_13\"  class=\"gfield gfield--type-quiz gfield--type-choice gfield--input-type-radio gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible gquiz-field  gquiz-instant-feedback \"  data-field-class=\"gquiz-field  gquiz-instant-feedback\" data-js-reload=\"field_1_13\"><label class='gfield_label gform-field-label'  >1. Does paraphrasing the ideas or words of someone else\nconstitute plagiarism?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_1_13'>\n\t\t\t<li class='gchoice gchoice_1_13_0'>\n\t\t\t\t<input name='input_13' type='radio' value='gquiz268836b14'  id='choice_1_13_0'    \/>\n\t\t\t\t<label for='choice_1_13_0' id='label_1_13_0' class='gform-field-label gform-field-label--type-inline'>Yes, if the source is not properly cited.<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_13_1'>\n\t\t\t\t<input name='input_13' type='radio' value='gquiz225a04b94'  id='choice_1_13_1'    \/>\n\t\t\t\t<label for='choice_1_13_1' id='label_1_13_1' class='gform-field-label gform-field-label--type-inline'>Yes, regardless of citations.<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_13_2'>\n\t\t\t\t<input name='input_13' type='radio' value='gquiz2b980b004'  id='choice_1_13_2'    \/>\n\t\t\t\t<label for='choice_1_13_2' id='label_1_13_2' class='gform-field-label gform-field-label--type-inline'>No. If it is in your own words, it is not plagiarism.<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_3\"  class=\"gfield gfield--type-quiz gfield--type-choice gfield--input-type-radio gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible gquiz-field  gquiz-instant-feedback \"  data-field-class=\"gquiz-field  gquiz-instant-feedback\" data-js-reload=\"field_1_3\"><label class='gfield_label gform-field-label'  >2. Is copying a portion of text from a source and placing them in quotes plagiarism?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_1_3'>\n\t\t\t<li class='gchoice gchoice_1_3_0'>\n\t\t\t\t<input name='input_3' type='radio' value='gquiz382f1e3cf'  id='choice_1_3_0'    \/>\n\t\t\t\t<label for='choice_1_3_0' id='label_1_3_0' class='gform-field-label gform-field-label--type-inline'>Yes, if the source is not properly cited.<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_3_1'>\n\t\t\t\t<input name='input_3' type='radio' value='gquiz37a3cb272'  id='choice_1_3_1'    \/>\n\t\t\t\t<label for='choice_1_3_1' id='label_1_3_1' class='gform-field-label gform-field-label--type-inline'>Yes, regardless of citations.<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_3_2'>\n\t\t\t\t<input name='input_3' type='radio' value='gquiz39bdad405'  id='choice_1_3_2'    \/>\n\t\t\t\t<label for='choice_1_3_2' id='label_1_3_2' class='gform-field-label gform-field-label--type-inline'>No. Placing the text in quotes is sufficient to indicate that the author is not the original source.<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_4\"  class=\"gfield gfield--type-quiz gfield--type-choice gfield--input-type-radio gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible gquiz-field  gquiz-instant-feedback \"  data-field-class=\"gquiz-field  gquiz-instant-feedback\" data-js-reload=\"field_1_4\"><label class='gfield_label gform-field-label'  >3. Does plagiarism extend beyond improperly citing\ntextual references from books and articles?\nWhat about ideas from radio interviews, documentaries, websites, and lecture material?\nDo these need proper citation?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_1_4'>\n\t\t\t<li class='gchoice gchoice_1_4_0'>\n\t\t\t\t<input name='input_4' type='radio' value='gquiz4b9434b71'  id='choice_1_4_0'    \/>\n\t\t\t\t<label for='choice_1_4_0' id='label_1_4_0' class='gform-field-label gform-field-label--type-inline'>Presenting an idea -\u00ad\u2010-\u00ad\u2010 from any source -\u00ad\u2010-\u00ad\u2010 as your own constitutes plagiarism.<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_4_1'>\n\t\t\t\t<input name='input_4' type='radio' value='gquiz4b601b3e6'  id='choice_1_4_1'    \/>\n\t\t\t\t<label for='choice_1_4_1' id='label_1_4_1' class='gform-field-label gform-field-label--type-inline'>Plagiarism rules apply to textual references only.<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_5\"  class=\"gfield gfield--type-quiz gfield--type-choice gfield--input-type-radio gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible gquiz-field  gquiz-instant-feedback \"  data-field-class=\"gquiz-field  gquiz-instant-feedback\" data-js-reload=\"field_1_5\"><label class='gfield_label gform-field-label'  >4. To properly paraphrase is it sufficient to simply replace\nwords with their synonyms?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_1_5'>\n\t\t\t<li class='gchoice gchoice_1_5_0'>\n\t\t\t\t<input name='input_5' type='radio' value='gquiz53829ad69'  id='choice_1_5_0'    \/>\n\t\t\t\t<label for='choice_1_5_0' id='label_1_5_0' class='gform-field-label gform-field-label--type-inline'>Yes. As long as the wording is different, plagiarism is avoided.<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_5_1'>\n\t\t\t\t<input name='input_5' type='radio' value='gquiz51f191c73'  id='choice_1_5_1'    \/>\n\t\t\t\t<label for='choice_1_5_1' id='label_1_5_1' class='gform-field-label gform-field-label--type-inline'>Yes, if the source is properly cited.<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_5_2'>\n\t\t\t\t<input name='input_5' type='radio' value='gquiz561ab371e'  id='choice_1_5_2'    \/>\n\t\t\t\t<label for='choice_1_5_2' id='label_1_5_2' class='gform-field-label gform-field-label--type-inline'>No. The paraphrased idea should reflect your understanding of the original work and be expressed in a unique way that goes beyond simple word replacement.<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_6\"  class=\"gfield gfield--type-quiz gfield--type-choice gfield--input-type-radio gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible gquiz-field  gquiz-instant-feedback \"  data-field-class=\"gquiz-field  gquiz-instant-feedback\" data-js-reload=\"field_1_6\"><label class='gfield_label gform-field-label'  >5. When carrying out research, why is it important to cite\nsources?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_1_6'>\n\t\t\t<li class='gchoice gchoice_1_6_0'>\n\t\t\t\t<input name='input_6' type='radio' value='gquiz692e56353'  id='choice_1_6_0'    \/>\n\t\t\t\t<label for='choice_1_6_0' id='label_1_6_0' class='gform-field-label gform-field-label--type-inline'>To add credibility to your work.<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_6_1'>\n\t\t\t\t<input name='input_6' type='radio' value='gquiz60d0c6244'  id='choice_1_6_1'    \/>\n\t\t\t\t<label for='choice_1_6_1' id='label_1_6_1' class='gform-field-label gform-field-label--type-inline'>To direct readers to important contributions in the field.<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_6_2'>\n\t\t\t\t<input name='input_6' type='radio' value='gquiz63e4157f6'  id='choice_1_6_2'    \/>\n\t\t\t\t<label for='choice_1_6_2' id='label_1_6_2' class='gform-field-label gform-field-label--type-inline'>To prevent an accusation of plagiarism.<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_6_3'>\n\t\t\t\t<input name='input_6' type='radio' value='gquiz6805474a3'  id='choice_1_6_3'    \/>\n\t\t\t\t<label for='choice_1_6_3' id='label_1_6_3' class='gform-field-label gform-field-label--type-inline'>All of the above.<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_7\"  class=\"gfield gfield--type-quiz gfield--type-choice gfield--input-type-radio gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible gquiz-field  gquiz-instant-feedback \"  data-field-class=\"gquiz-field  gquiz-instant-feedback\" data-js-reload=\"field_1_7\"><label class='gfield_label gform-field-label'  >6. Which of the following statements require the source to be\ncited?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_1_7'>\n\t\t\t<li class='gchoice gchoice_1_7_0'>\n\t\t\t\t<input name='input_7' type='radio' value='gquiz73fa9e148'  id='choice_1_7_0'    \/>\n\t\t\t\t<label for='choice_1_7_0' id='label_1_7_0' class='gform-field-label gform-field-label--type-inline'>Shakespeare likely earned an annual salary of around 200 pounds sterling from his work in the theatre.<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_7_1'>\n\t\t\t\t<input name='input_7' type='radio' value='gquiz72b768b0b'  id='choice_1_7_1'    \/>\n\t\t\t\t<label for='choice_1_7_1' id='label_1_7_1' class='gform-field-label gform-field-label--type-inline'>Shakespeare was born in England in the 16th century.<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_7_2'>\n\t\t\t\t<input name='input_7' type='radio' value='gquiz7243c7f23'  id='choice_1_7_2'    \/>\n\t\t\t\t<label for='choice_1_7_2' id='label_1_7_2' class='gform-field-label gform-field-label--type-inline'>Both phrases.<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_7_3'>\n\t\t\t\t<input name='input_7' type='radio' value='gquiz7b1c15c61'  id='choice_1_7_3'    \/>\n\t\t\t\t<label for='choice_1_7_3' id='label_1_7_3' class='gform-field-label gform-field-label--type-inline'>Neither.<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_8\"  class=\"gfield gfield--type-quiz gfield--type-choice gfield--input-type-radio gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible gquiz-field  gquiz-instant-feedback \"  data-field-class=\"gquiz-field  gquiz-instant-feedback\" data-js-reload=\"field_1_8\"><label class='gfield_label gform-field-label'  >7. You include both of these statements in a report on\nasthma in Canada. Which of the following statements require the source to be cited?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_1_8'>\n\t\t\t<li class='gchoice gchoice_1_8_0'>\n\t\t\t\t<input name='input_8' type='radio' value='gquiz8d941b6da'  id='choice_1_8_0'    \/>\n\t\t\t\t<label for='choice_1_8_0' id='label_1_8_0' class='gform-field-label gform-field-label--type-inline'>The incidence of asthma in Canada climbed from 6.5% to 8.4% in 2005.<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_8_1'>\n\t\t\t\t<input name='input_8' type='radio' value='gquiz8b356bb07'  id='choice_1_8_1'    \/>\n\t\t\t\t<label for='choice_1_8_1' id='label_1_8_1' class='gform-field-label gform-field-label--type-inline'>Asthma is a disease that affects many children in Canada.<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_8_2'>\n\t\t\t\t<input name='input_8' type='radio' value='gquiz8bd2f9c29'  id='choice_1_8_2'    \/>\n\t\t\t\t<label for='choice_1_8_2' id='label_1_8_2' class='gform-field-label gform-field-label--type-inline'>Both phrases.<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_8_3'>\n\t\t\t\t<input name='input_8' type='radio' value='gquiz89a575959'  id='choice_1_8_3'    \/>\n\t\t\t\t<label for='choice_1_8_3' id='label_1_8_3' class='gform-field-label gform-field-label--type-inline'>Neither phrase.<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_9\"  class=\"gfield gfield--type-quiz gfield--type-choice gfield--input-type-radio gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible gquiz-field  gquiz-instant-feedback \"  data-field-class=\"gquiz-field  gquiz-instant-feedback\" data-js-reload=\"field_1_9\"><label class='gfield_label gform-field-label'  >8. Does Dawson College have an Academic Integrity Policy?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_1_9'>\n\t\t\t<li class='gchoice gchoice_1_9_0'>\n\t\t\t\t<input name='input_9' type='radio' value='gquiz92db31e9c'  id='choice_1_9_0'    \/>\n\t\t\t\t<label for='choice_1_9_0' id='label_1_9_0' class='gform-field-label gform-field-label--type-inline'>Yes.<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_9_1'>\n\t\t\t\t<input name='input_9' type='radio' value='gquiz96e10875a'  id='choice_1_9_1'    \/>\n\t\t\t\t<label for='choice_1_9_1' id='label_1_9_1' class='gform-field-label gform-field-label--type-inline'>No.<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_10\"  class=\"gfield gfield--type-quiz gfield--type-choice gfield--input-type-radio gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible gquiz-field  gquiz-instant-feedback \"  data-field-class=\"gquiz-field  gquiz-instant-feedback\" data-js-reload=\"field_1_10\"><label class='gfield_label gform-field-label'  >9. Students may be expelled for cheating, plagiarism or\nother examples of academic dishonesty.<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_1_10'>\n\t\t\t<li class='gchoice gchoice_1_10_0'>\n\t\t\t\t<input name='input_10' type='radio' value='gquiz1063446435'  id='choice_1_10_0'    \/>\n\t\t\t\t<label for='choice_1_10_0' id='label_1_10_0' class='gform-field-label gform-field-label--type-inline'>True.<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_10_1'>\n\t\t\t\t<input name='input_10' type='radio' value='gquiz101e969e8e'  id='choice_1_10_1'    \/>\n\t\t\t\t<label for='choice_1_10_1' id='label_1_10_1' class='gform-field-label gform-field-label--type-inline'>False.<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_14\"  class=\"gfield gfield--type-captcha field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible gquiz-instant-feedback \"  data-field-class=\"gquiz-instant-feedback\" data-js-reload=\"field_1_14\"><label class='gfield_label gform-field-label' for='input_1_14' >CAPTCHA<\/label><div id='input_1_14' 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_1' class='gform_button button' value='Submit'  onclick='if(window[\"gf_submitting_1\"]){return false;}  window[\"gf_submitting_1\"]=true;  ' onkeypress='if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} window[\"gf_submitting_1\"]=true;  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }' \/> \n            <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='1' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_1' value='WyJbXSIsIjA4MGIwNTdkMmM2YWFhNjdiYTQ3OWI3ZThkOTlkZjE3Il0=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' \/>\n            <input type='hidden' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' 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( 1, 'https:\/\/www-chris.dawsoncollege.qc.ca\/academic-integrity\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_1').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_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').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_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').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_1').val();gformInitSpinner( 1, 'https:\/\/www-chris.dawsoncollege.qc.ca\/academic-integrity\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = 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_1').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}, 50);}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [1, current_page]);gform.utils.trigger({ event: 'gform\/postRender', native: false, data: { formId: 1, currentPage: current_page } });} );} );\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":16,"featured_media":0,"parent":71,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/academic-integrity\/wp-json\/wp\/v2\/pages\/230"}],"collection":[{"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/academic-integrity\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/academic-integrity\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/academic-integrity\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/academic-integrity\/wp-json\/wp\/v2\/comments?post=230"}],"version-history":[{"count":2,"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/academic-integrity\/wp-json\/wp\/v2\/pages\/230\/revisions"}],"predecessor-version":[{"id":537,"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/academic-integrity\/wp-json\/wp\/v2\/pages\/230\/revisions\/537"}],"up":[{"embeddable":true,"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/academic-integrity\/wp-json\/wp\/v2\/pages\/71"}],"wp:attachment":[{"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/academic-integrity\/wp-json\/wp\/v2\/media?parent=230"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}