<?xml version="1.0" encoding="UTF-8" ?>
<!-- Created from PDF via Acrobat SaveAsXML -->
<!-- Mapping Table version: 28-February-2003 -->
<TaggedPDF-doc>
<?xpacket begin='﻿' id='W5M0MpCehiHzreSzNTczkc9d'?>
<?xpacket begin="﻿" id="W5M0MpCehiHzreSzNTczkc9d"?>
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 9.1-c001 79.675d0f7, 2023/06/11-19:21:16        ">
   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about=""
            xmlns:pdf="http://ns.adobe.com/pdf/1.3/"
            xmlns:dc="http://purl.org/dc/elements/1.1/"
            xmlns:xmp="http://ns.adobe.com/xap/1.0/"
            xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/">
         <pdf:Producer>Microsoft® Word for Microsoft 365</pdf:Producer>
         <dc:format>xml</dc:format>
         <dc:creator>
            <rdf:Seq>
               <rdf:li>sabourib</rdf:li>
            </rdf:Seq>
         </dc:creator>
         <xmp:CreatorTool>Microsoft® Word for Microsoft 365</xmp:CreatorTool>
         <xmp:CreateDate>2026-04-22T10:11:52+05:30</xmp:CreateDate>
         <xmp:ModifyDate>2026-04-22T10:11:52+05:30</xmp:ModifyDate>
         <xmpMM:DocumentID>uuid:0D858377-F470-40D7-B58E-0D956AE868DD</xmpMM:DocumentID>
         <xmpMM:InstanceID>uuid:3d72c7f3-43b9-4d7e-be2c-1bfeb61edbc8</xmpMM:InstanceID>
      </rdf:Description>
   </rdf:RDF>
</x:xmpmeta>
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                           
<?xpacket end="w"?>
<?xpacket end='r'?>

<Document>
<P> </P>

<Title>
<Title>From Teaching to Insight in 50 Minutes: AI-Supported Microteaching Analytics </Title>
</Title>

<P>
<P>1B M Bharath, 2Usha P, 3Danushaa Sri S V, 4Naresh Kumar Sharma </P>

<P>1Department of Computer Science and Engineering 2,3Department of Biotechnology 4Director, Kalasalingam Teaching Learning Centre (KAL TEC) 1,2,3,4Kalasalingam Academy of Research and Education, Tamil Nadu, India </P>

<P> 1 
<Link>bharathbm83@gmail.com</Link>
  </P>

<P>2
<Link>ushaprabhu1305@gmail.com</Link>
  </P>

<P>3
<Link>danushaasri05@gmail.com</Link>
  </P>

<P> 4
<Link>naresh@klu.ac.in</Link>
   </P>
</P>

<P>Abstract </P>

<P>This practice adds a fast, suitable AI layer to micro-teaching such that teaching, assessment, and feedback happen in the same class cycle. After a short lesson, students complete a five-item Google Form: four concept questions (multiple choice or short answer) plus a 1–5 self-rating on attention and memory. AI is used only for two enabling tasks: generating candidate questions (with rubrics) aligned to the session outcomes, and providing a first-pass analysis of students’ short-answer responses. These tasks use ChatGPT and Perplexity under human oversight; instructors finalize items, scoring, and feedback. Responses are normalized to a compact schema—Q1–Q4 coded Yes/No with “A” for not-attempted/absent; Q5 as 1–5—so a lightweight student-built Streamlit web app can show same-day results without technical hurdles. The app displays daily trends, set-wise comparisons on days with two short tests, attendance-aware patterns, and an Individual view with moving averages, per-question mastery, and item-level detail. Instructors immediately see what to reteach, which examples to adjust, and which learners need targeted support. The approach is human-led, low-cost (CSV + web app), and easy to replicate across courses. </P>

<P>Keywords— AI-enabled assessment; microteaching analytics; real-time feedback; Streamlit dashboard; student performance tracking; teaching–learning enhancement. </P>

<P> </P>

<P>JETLP Category— Analytics for student learning progress </P>

<P> </P>

<P>Implementation </P>

<P> </P>

<P>What happens in class (MT with AI in 7 steps) </P>

<P> </P>

<L>
<LI>
<Lbl>•</Lbl>

<LBody> Teach a short segment focused on explicit outcomes (e.g., “identify, compare, justify”). </LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> Draft items with AI: prompt ChatGPT for 3–4 MCQs and 1–2 short-answer questions mapped to outcomes; request distractors and a brief rubric. Use Perplexity to sanity-check phrasing or topical alignment if needed. </LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> Instructor review (non-negotiable): verify alignment, cognitive level, clarity/fairness, local terminology, and rubric sufficiency. Edit or discard as needed. </LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> Students take the five-item Google Form immediately: Q1–Q4 concepts, Q5 reflective rating (1–5). Some days include a second mini-test (Set2) to compare approaches; other days keep only Set1 to reduce fatigue. </LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> Export responses to CSV and normalize: 
<L>
<LI>
<Lbl>•</Lbl>

<LBody> P/A attendance at row level. </LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> Q1–Q4 → Yes for correct, No for incorrect, “a” for not attempted/absent. </LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> Q5 → integer 1–5 (blank allowed). </LBody>
</LI>
</L>
</LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> Upload CSV to the web app (Streamlit). </LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> Review results the same day; plan a quick reteach or targeted practice for the next session 
<L>
<LI>
<Lbl>•</Lbl>

<LBody> Records processed and attendance percentage (attendance is computed explicitly—missing values count as absent to avoid inflation). </LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> Class-level correctness for Q1–Q4 and the average Q5 rating. </LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> Daily trend lines (mean across sets) to check stability and detect dips. </LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> Grouped bar chart that compares Set 1 and Set 2 on days with two mini-tests. It checks if a change helped people keep what they learned. </LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> Scatter plot that shows how attendance links to correct answers. Use it to guide outreach. </LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> Summary for a selected learner. </LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> 7- and 14-day moving averages show change direction. </LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> Mastery and attempt rates per question help identify reteaching needs versus practice. </LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> Item-level ledger supports a 2–3 minute mentoring chat with evidence. </LBody>
</LI>
</L>
</LBody>
</LI>
</L>

<P> </P>

<P>What the app shows (simple, decision-ready views) </P>

<P>Overview </P>

<P>Individual </P>

<P> </P>

<P>What AI takes on—and does not take on </P>

<L>
<LI>
<Lbl>•</Lbl>

<LBody> Does: Accelerate item authoring; provide first-pass analysis of free-text for key ideas/misconceptions. Tools: ChatGPT and Perplexity. </LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> Does not: Instructors keep final control over item selection, scoring, feedback, and next-step teaching. </LBody>
</LI>
</L>

<P>Recent studies show AI supports teachers (Jeon, E, 2025). ChatGPT and simple analytics help make and check class materials. They let teachers assess students at once. Teachers can give personal feedback. Teachers stay in charge. Synesthetic teaching uses data and new tech. It makes lessons and student results better. Other studies show that automating questions, reading responses, and tracking trends helps teachers. They find gaps, change lessons, and help mentoring. (Bharath, 2025; Lyanda, 2025; Kumari, 2025; Cardona, M, 2023).  </P>

<P>Impact and Outcomes </P>

<P> </P>

<L>
<LI>
<Lbl>•</Lbl>

<LBody> Teacher outcomes. AI drafts question ideas. Teacher reviews and edits them. Students take a short 5-item check (Q1–Q4 and Q5). Export a CSV and upload it to the dashboard. View class patterns and individual results. Announce one small change for the next class. Provide targeted support to specific students.  </LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> As shown in Fig. 1, the overall student analysis dashboard same-day visibility supports “reteach tomorrow” instead of waiting for midterm signals. Set-wise bars revealed whether a change in example, timing, or instructions raised retention; daily lines showed stability and outliers to target fixes precisely. </LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> The Q5 self-rating explains performance patterns. If correctness is steady while ratings dip, pacing/variety likely needs adjustment; when both are low, cognitive load or unclear framing is suspected. Sharing class-level summaries increased student buy-in for frequent micro-assessments. </LBody>
</LI>
</L>

<P> </P>

<P> </P>
<Figure>

<ImageData src="images/JELTP_v3sp1_12_img_0.jpg"/>
</Figure>
<Figure>

<ImageData src="images/JELTP_v3sp1_12_img_1.jpg"/>
</Figure>

<P>Figure 1: Overall student analysis dashboard </P>

<L>
<LI>
<Lbl>•</Lbl>

<LBody> The Individual view turned feedback into specific actions (e.g., “Q2 justification weak—practice two worked examples” or “Increase attempts on Q3 before office hours”). Moving averages set short, realistic goals for the next class. </LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> A student group built the app and data pipeline. They used software and data skills to meet a real classroom need. The simple stack (CSV + web app) made adoption easy and let the team iterate weekly without IT support. </LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> AI use is purpose-bound and advisory; instructors review/own all decisions. Only minimal identifiers are exported; prompts/outputs are archived for transparency. </LBody>
</LI>
</L>

<P>Research has shown that both AI and Hybrid Feedback assist students in their academic performance. Students have seen a rise in grade point averages, an increase in motivation to write, and improved writing skills due to these types of feedback (Zhang Y, 2024; Lo, N, 2025) . Student Dashboards are viewed by educators as &quot;game changers.&quot; Student Dashboards collect attendance records, test scores, and other forms of engagement data. This allows educators to make informed decisions when it comes to supporting their classes or students individually (Groher et al., 2024). Micro-teaching research has supported this. Micro-teaching assists in increasing educator's self-confidence levels and raises student participation. In addition, it enhances educator instructional practices (Jeon, E, 2025; Cerruto, A, 2023). </P>

<P> </P>

<P> </P>
<Figure>

<ImageData src="images/JELTP_v3sp1_12_img_2.jpg"/>
</Figure>

<P> </P>

<P>Figure 2: Individual student analysis dashboard </P>

<P> </P>

<P>Lessons Learned </P>

<L>
<LI>
<Lbl>•</Lbl>

<LBody> Develop a few specific learning goals for your students. This will help you develop meaningful discussion questions that focus on student learning and not just student grades. </LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> Use the five item check to create a short term learning habit; show at least one change from the previous day's lesson the next time the class meets. This is an excellent way to build credibility with your students, while also encouraging them to be reflective about their learning. </LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> Only allow AI to assist in generating questions, initial readings of very short responses, etc... Make sure it is clearly understood by both the students and staff members involved </LBody>
</LI>

<LI>
<LBody>that the teacher will have the final say as to what constitutes a valid response. This can greatly improve the confidence of both your students and your colleagues. </LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> A compact summary with a brief individual view allows for two-minute mentoring. Give clear next steps, such as “practice Q2 justification with two examples,” instead of unclear advice. </LBody>
</LI>

<LI>
<Lbl>•</Lbl>

<LBody> When you run two mini-tests in one day, make sure to clarify what the second test aims to do. Is it example-first or definition-first? This prevents over-reading. Share simple class patterns and promise one change to keep motivation focused on progress, not perfection. </LBody>
</LI>
</L>

<P>There is growing evidence that supports the use of Artificial Intelligence (AI) as a tool to enhance the effectiveness of microteaching. The benefits of AI are: it provides clarity in the development of prompt(s), and it assists with the clarity of the question(s) which can encourage the student to engage in the development of lesson plans post-class (Konakbayeva et al., 2025). Using short feedback loops such as an assessment of a teacher's reflection through a 5-point check will assist in building trust between teachers and their students (Zhumabayeva et al., 2025). Let AI facilitate suggestions for potential assessments and the initial screening, but have the teacher be the ultimate authority on decisions made during this process. Use of AI in microteaching will increase confidence among students and staff (Gorman et al., 2025). Mentoring in microteaching, including simple mentoring and providing brief summary statements for each individual developing specific skills, will enable individuals to receive constructive, and valuable feedback (Shekharappa, K. R et al., 2021). Provide the purpose of the assessment i.e. example-first or definition-first. Breaking down the assessment into smaller steps will promote motivation and reduce perfectionism in the classroom (Konakbayeva et al., 2025; Shekharappa, K. R et al., 2021). </P>

<P> </P>

<P>Future Work </P>

<P> </P>

<L>
<LI>
<Lbl>•</Lbl>

<LBody> Testing the model in other courses / departments and colleges to observe the model performance. Future studies will track students over time. A measurement of learning across sessions and semesters will be monitored. The outcome and analysis will be connected to the University LMS data. This lets us compare courses and identify curriculum patterns. A record on how the “reteach tomorrow” idea helps will be documented to show explanations clearer and reduces repeated misconceptions. </LBody>
</LI>
</L>

<P> </P>

<P>References </P>

<P> </P>

<P>Bharath, B. M., Sharma, N. K., &amp; Narasimhan, V. L. (2025). An evaluation of Synesthetic Learning Pedagogy for Engineering Education. Journal of Engineering Education Transformation, 38(IS2), 495–504. https://doi.org/10.16920/jeet/2025/v38is2/25061 </P>

<P>Lyanda, J. N., &amp; Owidi, S. O. (2025). Integrating Artificial Intelligence in Micro Teaching: The role of ChatGPT for customized feedback and interactive learning. Zenodo. 
<Link>https://doi.org/10.5281/zenodo.15130275</Link>
 </P>

<P>Kumari, D. A., Begum, D. S., Paunikar, M. S., Kaur, A. &amp; Verma, D. S. (2025). The Role of Artificial Intelligence in Teacher Training: Enhancing Pedagogical Effectiveness. Journal of Marketing &amp; Social Research, 2(5), 116-122  
<Link>https://doi.org/10.61336/jmsr/25-05-13</Link>
. </P>

<P>Cardona, M., Rodríguez, R. J., Ishmael, K., &amp; U.S. Department of Education. (2023). Artificial intelligence and the future of teaching and learning. https://www2.ed.gov/documents/ai-report/ai-report.pdf </P>

<P>Cerruto, A., Moroney, R., Ngugi, N., Watts, K., Whelan, J., Portnoy, C., Lotito, S., Singh, S., Barbour, F., &amp; Bucco, A. (2023). Microteaching Lesson Study: Its Impact on the Development of Self-Efficacy with Teachers-in-Training in a Community-Based Outreach Program. Creative Education, 14(06), 1153–1168. https://doi.org/10.4236/ce.2023.146073 </P>

<P>Groher, Iris &amp; Vierhauser, Michael &amp; Hartl, Erik. (2024). A Learning Analytics Dashboard for Improved Learning Outcomes and Diversity in Programming Classes. 618-625. 10.5220/0012735000003693.  </P>

<P>Lo, N., Chan, S., &amp; Wong, A. (2025). Evaluating Teacher, AI, and Hybrid Feedback in English Language Learning: Impact on Student Motivation, Quality, and Performance in Hong Kong. Sage Open, 15(3). 
<Link>https://doi.org/10.1177/21582440251352907</Link>
 (Original work published 2025) </P>

<P>Jeon, E. (2025). The impact of microteaching on preservice EFL teachers: Addressing foreign language teaching anxiety and professional development. Teaching and Teacher Education, 165, 105153. https://doi.org/10.1016/j.tate.2025.105153 </P>

<P>Zhang, Y. (2024b). The impact of the AI-Teacher feedback on developing students’ critical thinking and critical writing. SSRN Electronic Journal. 
<Link>https://doi.org/10.2139/ssrn.4884437</Link>
 </P>

<P>Konakbayeva, U., Baltasheva, P., Kuanysheva, B., Dauletova, I., Kydyrbayeva, G., &amp; Karataeva, T. (2025). Artificial intelligence in microteaching lesson study: Enhancing pre-service teachers’ confidence and instructional quality. Educational Process: International Journal, 15, e2025127. 
<Link>https://doi.org/10.22521/edupij.2025.15.127</Link>
 </P>

<P>Zhumabayeva, Z., Zhaxylikova, K., Omirzakova, A., Aitenova, E., Zhailauova, M., &amp; Nurgaliyeva, S. (2025). Enhancing teaching skills through digital feedback in microteaching: A study with prospective primary teachers. International Journal of Information and Education Technology, 15(9), 1820–1828. 
<Link>https://doi.org/10.18178/ijiet.2025.15.9.2383</Link>
 </P>

<P>Gorman, A., Tiernan, P., Donlon, E., &amp; Boylan, P. (2025). Bridging the coursework-placement gap: Implementing an AI-enabled VR environment to support student teachers’ experiential learning. European Journal of Teacher Education, 48(5), 1013–1035. 
<Link>https://doi.org/10.1080/02619768.2025.2555482</Link>
 </P>

<P>Shekharappa, K. R., Tejaswi, C. N., Patil, S. S., &amp; Lakshmikanth, B. M. (2021). Microteaching revisited! A tool for improving undergraduate student seminars. Indian Journal of Physiology and Pharmacology, 64, S70–S75. https://doi.org/10.25259/ijpp_283_2020 </P>

<P> </P>

<P> </P>

<P> </P>
</Document>
</TaggedPDF-doc>
