{"id":4124,"date":"2024-03-11T13:09:32","date_gmt":"2024-03-11T17:09:32","guid":{"rendered":"https:\/\/www.dawsoncollege.qc.ca\/faculty-hub\/?p=4124"},"modified":"2024-03-12T17:24:20","modified_gmt":"2024-03-12T21:24:20","slug":"a-practical-chatgpt-toolkit-for-teachers-developed-by-cegep-teacher-stephane-paquet","status":"publish","type":"post","link":"https:\/\/www.dawsoncollege.qc.ca\/faculty-hub\/artificial-intelligence\/a-practical-chatgpt-toolkit-for-teachers-developed-by-cegep-teacher-stephane-paquet\/","title":{"rendered":"A Practical ChatGPT Toolkit for Teachers &#8211; Developed by CEGEP Teacher St\u00e9phane Paquet"},"content":{"rendered":"<p>Champlain College Saint-Lambert teacher St\u00e9phane Paquet has developed a publicly-available toolkit to help guide instructors on the use of ChatGPT.<\/p>\n<p>St\u00e9phane Paquet is an English teacher who specializes in literature with a focus on comic books. With a background in computer science and over 20 years in education, St\u00e9phane is dedicated to integrating AI into his teaching and actively shares this knowledge with colleagues to help them adapt to the new AI reality.<\/p>\n<p><strong>Excerpt from the Toolkit Introduction:<\/strong><\/p>\n<p>Many discussions on the use of ChatGPT are taking place across the college network. However, it is important to base our discussions on a practical understanding of the true limitations and capabilities of generative AI tools like ChatGPT.<\/p>\n<p>In creating the ChatGPT toolkit, my objective was to make teachers feel empowered, to make them feel that they could understand and control the tool. My goal was not to have a conversation about whether we should use it or not in our teaching. I wanted teachers to develop practical knowledge of the tool and to accelerate their learning process with a hands-on guide. There are plenty of resources on integrating ChatGPT into our teaching practices, but few on how to use the tool and how to write an effective prompt.<\/p>\n<p>The toolkit allows teachers to directly explore the capabilities and limitations of ChatGPT. Indeed, it can perform amazingly for difficult tasks and fail completely at others, which is referred to as the \u201cjagged frontier\u201d phenomenon. The only way to truly understand where the tool performs and where it fails is by exploring it, which is why encouraging teachers to spend time with ChatGPT was a priority.<\/p>\n<p>Another objective of the toolkit is to guide teachers in understanding the concept of a prompt, which is completely different from using a search engine. In addition, the toolkit provides the proper vocabulary and terms, such as \u201cdelimiters\u201d and \u201ctwo-shot prompting,\u201d that are needed to become efficient AI users as well as to discuss these tools with colleagues and students.<\/p>\n<p>Essentially, the toolkit serves as an empowering guide where the teacher becomes the expert, and the AI tool is the assistant. Teachers will learn to instruct and program ChatGPT with words to make it perform a specific task adapted to their specific context.<\/p>\n\n\t\t<style>\n\t\t\t.dc_btn_wrap.inline-block {\n\t\t\t\tmargin-right: 25px;\n\t\t\t}\n\n\t\t\t.buttons-group {\n\t\t\t\tdisplay: flex;\n\t\t\t\tflex-flow: column;\n\t\t\t}\n\n\t\t\t@media only screen and (min-width: 740px) {\n\n\t\t\t\t.buttons-group {\n\t\t\t\t\tdisplay: flex;\n\t\t\t\t\tflex-flow: row wrap;\n\t\t\t\t\tjustify-content: flex-start;\n\t\t\t\t}\n\t\t\t\t.buttons-group.justify-space-between {\n\t\t\t\t\tdisplay: flex;\n\t\t\t\t\tflex-flow: row wrap;\n\t\t\t\t\tjustify-content: space-between;\n\t\t\t\t}\n\n\t\t\t\t.buttons-group.columns-2>div {\n\n\t\t\t\t\twidth: 48%;\n\t\t\t\t}\n\n\t\t\t\t.buttons-group.columns-3>div {\n\n\t\t\t\t\twidth: 32%;\n\t\t\t\t}\n\n\t\t\t\t.buttons-group.columns-4>div {\n\n\t\t\t\t\twidth: 24%;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.buttons-group>div {\n\t\t\t\t\/* width: 100%; *\/\n\t\t\t\talign-items: stretch;\n\t\t\t\tdisplay: flex;\n\t\t\t}\n\n\t\t\t.buttons-group.inline-block>div {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\twidth: auto;\n\t\t\t}\n\n\t\t\t.buttons-group .dc_btn {\n\n\t\t\t\tjustify-content: center;\n\t\t\t\twidth: 100%;\n\t\t\t\tflex-direction: initial;\n\t\t\t\tpadding: 20% 10%;\n\n\t\t\t}\n\n\t\t\t.dc_btn {\n\t\t\t\tcursor: pointer;\n\t\t\t\tpadding: 20px;\n\t\t\t\tpadding: 1rem;\n\t\t\t\tcolor: #000;\n\t\t\t\ttext-decoration: none !important;\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tmargin: 2px 2px 0px 0px;\n\t\t\t\tfont-weight: normal !important;\n\t\t\t\t\/*display: flex;\n\t\t\t\talign-items: center;*\/\n\t\t\t\t\/*flex-direction: row-reverse;*\/\n\t\t\t\tfont-family: \"Open Sans\", Arial, sans-serif;\n\t\t\t\t\/**  Oswald,  *\/\n\t\t\t\tletter-spacing: 0.6px;\n\t\t\t\t\/* text-transform: uppercase; *\/\n\t\t\t\tborder-radius: 30px;\n\t\t\t}\n\n\t\t\t.buttons-group .dc_btn {\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t}\n\n\t\t\t.content a.dc_btn::before {\n\t\t\t\tcontent: \"\";\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\t.dc_btn i.fa {\n\t\t\t\tmargin-left: -5px;\n\t\t\t\tfont-size: 2rem;\n\t\t\t\tdisplay: inline-block;\n\t\t\t\t\/* vertical-align: middle; *\/\n\t\t\t}\n\n\t\t\t.dc_btn.dcmc_btn i.fa {\n\t\t\t\tmargin-right: -2px;\n\t\t\t\tmargin-left: 0;\n\t\t\t}\n\n\t\t\t.dc_btn.blue {\n\t\t\t\tbackground: #548ec4;\n\t\t\t\tbackground-color: #3D77AE;\n\t\t\t\tcolor: #fff;\n\t\t\t}\n\n\t\t\t.dc_btn.red {\n\t\t\t\tbackground: #bd5276;\n\t\t\t\tcolor: #fff;\n\t\t\t}\n\n\t\t\t.dc_btn.green {\n\t\t\t\tbackground: #41a849;\n\t\t\t\tcolor: #fff;\n\t\t\t}\n\n\t\t\t.dc_btn.orange {\n\t\t\t\tbackground: #e6882a;\n\t\t\t\tcolor: #fff;\n\t\t\t}\n\n\t\t\t.dc_btn.purple {\n\t\t\t\tbackground: #7248ae;\n\t\t\t\tcolor: #fff;\n\t\t\t}\n\n\t\t\t.dc_btn.black {\n\t\t\t\tbackground: #000000;\n\t\t\t\tcolor: #fff;\n\t\t\t\tborder: 1px solid #000;\n\t\t\t}\n\n\t\t\ta.dc_btn.black:hover {\n\t\t\t\tbackground: #fff;\n\t\t\t\tborder: 1px solid #000;\n\t\t\t\tcolor: #000 !important;\n\t\t\t}\n\n\t\t\t.clear-both {\n\t\t\t\tclear: both;\n\t\t\t}\n\n\t\t\ta.dc_btn:hover {\n\t\t\t\tbackground: #000;\n\t\t\t\tcolor: #fff !important;\n\t\t\t}\n\n\t\t\ta.dc_btn:visited {\n\t\t\t\tcolor: #fff !important;\n\t\t\t}\n\n\t\t\ta.dc_btn:active {\n\t\t\t\tcolor: #fff !important;\n\t\t\t}\n\n\t\t\t.dc_btn.big,\n\t\t\t.dc_btn.large {\n\t\t\t\twidth: 100%;\n\t\t\t\ttext-align: center;\n\t\t\t\tfont-size: 30px;\n\t\t\t\tpadding: 15px 20px;\n\t\t\t\tcolor: #fff;\n\t\t\t}\n\n\t\t\t.dc_btn.icon_only {\n\t\t\t\tbackground: transparent;\n\t\t\t\tpadding: 5px 10px;\n\t\t\t\tmargin: 0 auto;\n\t\t\t\tborder-radius: 10px;\n\t\t\t}\n\n\t\t\t.dc_btn.icon_only i.fa {\n\t\t\t\tmargin-left: 0;\n\t\t\t}\n\n\t\t\t.dc_btn i {}\n\n\t\t\t.icon_only i {\n\t\t\t\tpadding: 0;\n\t\t\t\tmargin: 0;\n\t\t\t\tcolor: inherit;\n\t\t\t\tfont-size: 32px;\n\t\t\t}\n\n\t\t\t.dcmc_btn {\n\t\t\t\tcursor: auto;\n\t\t\t\tline-height: 30px;\n\t\t\t\tdisplay: block;\n\t\t\t\tdisplay: flex;\n\t\t\t\tbackground: #222;\n\t\t\t\tbox-shadow: -10px 0 0 rgb(47, 146, 56), -20px 0 0 rgb(93, 40, 128), -30px 0 0 rgb(218, 129, 25), -40px 0 0 rgb(24, 131, 199);\n\t\t\t\tcolor: #fff;\n\t\t\t\tmargin-left: 40px;\n\t\t\t\tmargin-bottom: 20px;\n\t\t\t\ttext-decoration: none !important;\n\t\t\t\tcursor: pointer;\n\t\t\t}\n\n\t\t\t\/*a.dcmc_btn[href$=pdf]{ display: block; display: flex; }*\/\n\t\t\t\/*.dcmc_title{ font-size:30px; line-height: 35px; font-family:Oswald, \"Open Sans\", Arial, sans-serif; display:block; letter-spacing:1px; text-transform: uppercase;}*\/\n\t\t\t\/*.dcmc_desc{ font-size:16px; letter-spacing:0.7px; font-family:Oswald, \"Open Sans\", Arial, sans-serif; display:block; text-transform: uppercase; padding: 0 1rem;}*\/\n\t\t\t\/*.dcmc_btn i{ float: right; font-size: 3em; }*\/\n\t\t\t\/*a.dcmc_btn::before{ content: \"\"; display: none;}*\/\n\t\t\t\/*.dcmc_btn.small{ padding: 20px 20px 15px 20px; line-height: 22px; box-shadow: -10px 0 0 #2f9238,-20px 0 0 #5d2880,-30px 0 0 #da8119,-40px 0 0 #1883c7; margin-left:40px; margin-bottom: 10px;}*\/\n\t\t\t\/*.dcmc_btn.small .dcmc_title{ font-size: 20px; line-height: 22px; font-weight: 400;}*\/\n\t\t\t\/*.dcmc_btn.small .dcmc_desc{ font-size: 13px;}*\/\n\t\t\t\/*.dcmc_btn.small i{ font-size: 2em;}*\/\n\n\t\t\t\/*.dcmc_btn.light{ !* Permalink - use to edit and share this gradient: http:\/\/colorzilla.com\/gradient-editor\/#ffffff+0,dddddd+100 *!*\/\n\t\t\t\/*background: #ffffff; !* Old browsers *!*\/\n\t\t\t\/*background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); !* FF3.6-15 *!*\/\n\t\t\t\/*background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); !* Chrome10-25,Safari5.1-6 *!*\/\n\t\t\t\/*background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*\/\n\t\t\t\/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); !* IE6-9 *!*\/\n\t\t\t\/*border: 1px solid #C7C7C7;*\/\n\t\t\t\/*border-left: none;*\/\n\t\t\t\/*color: #000;*\/\n\t\t\t\/*}*\/\n\t\t\t\/*.dcmc_btn i{ float: right; font-size: 3em; }*\/\n\t\t\t\/*.dcmc_btn.light i{ }*\/\n\n\t\t\t\/*.dcmc_btn.round20{ border-radius: 20px; }*\/\n\t\t\t\/*.dcmc_btn.round10{ border-radius: 10px; }*\/\n\t\t\t\/*.dcmc_btn.round5{ border-radius: 5px; }*\/\n\n\n\t\t\t.btn-dc-light {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tbackground-color: #fff;\n\t\t\t\tpadding: 12px 14px;\n\t\t\t\tborder-top-left-radius: 5px;\n\t\t\t\tborder-bottom-left-radius: 5px;\n\t\t\t\tposition: relative;\n\t\t\t\ttext-decoration: none !important;\n\t\t\t\tcolor: #3878c2 !important;\n\t\t\t\tbox-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;\n\t\t\t\tposition: relative;\n\t\t\t\tz-index: 1;\n\t\t\t\tfont-weight: 400 !important;\n\t\t\t\tfont-size: 14px !important;\n\t\t\t\tfont-size: 1.4rem !important;\n\t\t\t\tmargin-bottom: 10px;\n\t\t\t}\n\n\t\t\t.btn-dc-light:after {\n\t\t\t\tbackground-color: #4fc2c4;\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tcontent: \"\";\n\t\t\t\tposition: absolute;\n\t\t\t\ttop: 0;\n\t\t\t\tleft: 100%;\n\t\t\t\theight: 100%;\n\t\t\t\twidth: 50px;\n\t\t\t\tbackground-image: url('\/wp-content\/themes\/dawson-college-2022\/images\/2022\/icons\/right-arrow-white.svg');\n\t\t\t\tbackground-repeat: no-repeat;\n\t\t\t\tbackground-position: center;\n\t\t\t\tbackground-size: 75%;\n\t\t\t\tborder-top-right-radius: 5px;\n\t\t\t\tborder-bottom-right-radius: 5px;\n\n\t\t\t}\n\n\t\t\t.btn-dc-dark span {\n\t\t\t\tbackground-color: #0b58b4;\n\t\t\t\tpadding: 12px 14px;\n\t\t\t\tborder-top-left-radius: 5px;\n\t\t\t\tborder-bottom-left-radius: 5px;\n\t\t\t}\n\n\t\t\t.btn-dc-dark {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tposition: relative;\n\t\t\t\ttext-decoration: none !important;\n\t\t\t\tcolor: #fff !important;\n\t\t\t\t\/* box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; *\/\n\t\t\t\tposition: relative;\n\t\t\t\tz-index: 1;\n\t\t\t\tfont-weight: 400 !important;\n\t\t\t\tfont-size: 14px !important;\n\t\t\t\tfont-size: 1.4rem !important;\n\t\t\t\tmargin-bottom: 10px;\n\t\t\t\tpadding-right: 50px;\n\t\t\t}\n\n\t\t\ta.btn-dc-dark::before {\n\t\t\t\tcontent: \"\";\n\t\t\t}\n\n\t\t\t.btn-dc-dark span{\n\t\t\t\tposition: relative;\n\t\t\t\tdisplay: inline-block!important;\n\t\t\t}\n\t\t\t\n\t\t\t.btn-dc-dark span:after {\n\t\t\t\tbackground-color: #4fc2c4;\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tcontent: \"\";\n\t\t\t\tposition: absolute;\n\t\t\t\ttop: 0;\n\t\t\t\tleft: 100%;\n\t\t\t\theight: 100%;\n\t\t\t\twidth: 50px;\n\t\t\t\tbackground-image: url('\/wp-content\/themes\/dawson-college-2022\/images\/2022\/icons\/right-arrow-white.svg');\n\t\t\t\tbackground-repeat: no-repeat;\n\t\t\t\tbackground-position: center;\n\t\t\t\tbackground-size: 75%;\n\t\t\t\tborder-top-right-radius: 5px;\n\t\t\t\tborder-bottom-right-radius: 5px;\n\t\t\t\ttransition: all 0.1s ease;\n\t\t\t}\n\n\t\t\t.btn-dc-dark:hover span {\n\t\t\t\tbox-shadow: -1px 0 0 #4fc2c4, inset 0 -1px 0 #4fc2c4, inset 0px 0 0 #4fc2c4, inset 0 1px 0 #4fc2c4;\n\t\t\t\tbackground-color: #fff!important;\n\t\t\t\tcolor: #0b58b4;\n\t\t\t}\n\n\t\t\t\/* .btn-dc-dark:hover{\n\t\t\tbackground-color: #fff;\n\t\t\tcolor: #0b58b4!important;\n\t\t} *\/\n\n\t\t\t@media only screen and (max-width: 740px) {\n\t\t\t\t.dcmc_btn {\n\t\t\t\t\tline-height: 22px;\n\t\t\t\t\tbox-shadow: -12px 0 0 rgb(47, 146, 56), -24px 0 0 rgb(93, 40, 128), -36px 0 0 rgb(218, 129, 25), -48px 0 0 rgb(24, 131, 199);\n\t\t\t\t\tpadding: 15px 15px 12px;\n\t\t\t\t\tmargin-left: 48px;\n\t\t\t\t}\n\n\t\t\t\t.dcmc_title {\n\t\t\t\t\tfont-size: 22px;\n\t\t\t\t}\n\n\t\t\t\t.dcmc_desc {\n\t\t\t\t\tfont-size: 12px;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t@media only screen and (max-width: 500px) {\n\t\t\t\t.dcmc_btn {\n\t\t\t\t\tbox-shadow: -8px 0 0 rgb(47, 146, 56), -16px 0 0 rgb(93, 40, 128), -24px 0 0 rgb(218, 129, 25), -32px 0 0 rgb(24, 131, 199);\n\t\t\t\t\tpadding: 10px 10px;\n\t\t\t\t\tmargin-left: 32px;\n\t\t\t\t\tline-height: 16px;\n\t\t\t\t}\n\n\t\t\t\t.dcmc_title {\n\t\t\t\t\tfont-size: 15px;\n\t\t\t\t}\n\n\t\t\t\t.dcmc_desc {\n\t\t\t\t\tfont-size: 10px;\n\t\t\t\t}\n\t\t\t}\n\t\t<\/style>\n\n\t\t<div class=\"dc_btn_wrap \" style=\"text-align:left; display:block;\"><a target=\"_blank\" style=\"  font-size:16px;  \" class=\"btn-dc-dark green  \" href=\"https:\/\/eductive.ca\/en\/resource\/a-practical-chatgpt-toolkit-for-teachers\/\"><span style=\"display:block; align-items:center; height:100%;\">Go to the Toolkit<\/span><\/a><\/div>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Champlain College Saint-Lambert teacher St\u00e9phane Paquet has developed a publicly-available toolkit to help guide instructors on the use of ChatGPT. St\u00e9phane Paquet is an English teacher who specializes in literature with a focus on comic books. With a background in computer science and over 20 years in education, St\u00e9phane is dedicated to integrating AI into&#8230;<\/p>\n","protected":false},"author":273,"featured_media":4063,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8,4,97],"tags":[294],"class_list":["post-4124","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-all-news","category-artificial-intelligence","category-resource","tag-chatgpt"],"_links":{"self":[{"href":"https:\/\/www.dawsoncollege.qc.ca\/faculty-hub\/wp-json\/wp\/v2\/posts\/4124","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dawsoncollege.qc.ca\/faculty-hub\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dawsoncollege.qc.ca\/faculty-hub\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dawsoncollege.qc.ca\/faculty-hub\/wp-json\/wp\/v2\/users\/273"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dawsoncollege.qc.ca\/faculty-hub\/wp-json\/wp\/v2\/comments?post=4124"}],"version-history":[{"count":3,"href":"https:\/\/www.dawsoncollege.qc.ca\/faculty-hub\/wp-json\/wp\/v2\/posts\/4124\/revisions"}],"predecessor-version":[{"id":4134,"href":"https:\/\/www.dawsoncollege.qc.ca\/faculty-hub\/wp-json\/wp\/v2\/posts\/4124\/revisions\/4134"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dawsoncollege.qc.ca\/faculty-hub\/wp-json\/wp\/v2\/media\/4063"}],"wp:attachment":[{"href":"https:\/\/www.dawsoncollege.qc.ca\/faculty-hub\/wp-json\/wp\/v2\/media?parent=4124"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dawsoncollege.qc.ca\/faculty-hub\/wp-json\/wp\/v2\/categories?post=4124"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dawsoncollege.qc.ca\/faculty-hub\/wp-json\/wp\/v2\/tags?post=4124"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}