How to Teach Source Evaluation When Your Students Use ChatGPT
The article discusses the need for educators to adapt their teaching methods in response to students using AI tools like ChatGPT for research. It emphasizes the importance of teaching source evaluation and critical thinking skills to help students discern the reliability of AI-generated content. Several effective strategies for integrating AI into the classroom are presented, focusing on comparison and verification exercises.
- ▪Students now arrive at research sessions with AI-generated answers, making traditional teaching methods less effective.
- ▪Educators are encouraged to embrace AI tools as teaching materials rather than banning them.
- ▪Effective strategies include AI audits, lateral reading exercises, and source comparison activities to enhance critical evaluation skills.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3915022) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } D. Ceabron Williams Posted on May 21 How to Teach Source Evaluation When Your Students Use ChatGPT #ai #education #informationliteracy #teaching The classroom has changed. Students don't come to research sessions empty-handed anymore. They arrive with answers — polished, confident, plausible-sounding answers that ChatGPT or Copilot or Gemini produced in under ten seconds. Your job used to be teaching them how to find information.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).