{"id":237036,"date":"2025-06-18T20:23:25","date_gmt":"2025-06-18T20:23:25","guid":{"rendered":"https:\/\/ascnet.ie\/techmate\/?page_id=237036"},"modified":"2025-10-17T17:15:08","modified_gmt":"2025-10-17T17:15:08","slug":"personalised-feedback","status":"publish","type":"page","link":"https:\/\/ascnet.ie\/techmate\/actions\/personalised-feedback\/","title":{"rendered":"Personalised Feedback &#8211; Action"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; fullwidth=&#8221;on&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_fullwidth_header title=&#8221;Personalised Feedback&#8221; button_one_text=&#8221;Back to All Actions&#8221; button_one_url=&#8221;https:\/\/ascnet.ie\/techmate\/actions\/&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; title_font_size=&#8221;25px&#8221; background_color=&#8221;#021024&#8243; custom_button_one=&#8221;on&#8221; button_one_text_size=&#8221;15px&#8221; button_one_text_color=&#8221;#000000&#8243; button_one_bg_color=&#8221;#FFFFFF&#8221; button_one_border_color=&#8221;#000000&#8243; custom_margin=&#8221;||-35px|||&#8221; custom_padding=&#8221;17px||11px|||&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_fullwidth_header][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||-1px|||&#8221; custom_padding=&#8221;||28px|||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;2_5,3_5&#8243; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||102px|||&#8221; border_color_all=&#8221;RGBA(255,255,255,0)&#8221; border_style_all=&#8221;none&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;2_5&#8243; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; border_color_all=&#8221;RGBA(255,255,255,0)&#8221; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<div id=\"menu-buttons\"><!-- [et_pb_line_break_holder] -->    <button class=\"sidebar-btn\" data-target=\"action-desc\">What is the Action?<\/button><!-- [et_pb_line_break_holder] -->    <button class=\"sidebar-btn\" data-target=\"action-facts\">Quick Facts to Support this Action<\/button><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"sidebar-dropdown\"><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"dropdown-toggle\">Case Studies \u25bc<\/div>\n<p><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"dropdown-menu\"><!-- [et_pb_line_break_holder] -->            <button class=\"sidebar-btn\" data-target=\"action-case-personal\">> Personalised Feedback &#8211; TU Dublin<\/button><!-- [et_pb_line_break_holder] -->            <button class=\"sidebar-btn\" data-target=\"action-case-email\">> Email Feedback &#8211; NCSU<\/button><!-- [et_pb_line_break_holder] -->            <button class=\"sidebar-btn\" data-target=\"action-case-personalEmail\">> Personalised Emails &#8211; NCSU<\/button><!-- [et_pb_line_break_holder] -->        <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <button class=\"sidebar-btn\" data-target=\"action-eval\">Evaluation Approach<\/button><!-- [et_pb_line_break_holder] -->    <button class=\"sidebar-btn\" data-target=\"action-resources\">Resources<\/button><!-- [et_pb_line_break_holder] -->    <button class=\"sidebar-btn\" data-target=\"action-references\">References<\/button><!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->document.addEventListener(\"DOMContentLoaded\", function () {<!-- [et_pb_line_break_holder] -->    const buttons = document.querySelectorAll(\".sidebar-btn[data-target]\");<!-- [et_pb_line_break_holder] -->    const contentBlocks = document.querySelectorAll(\".content-block\");<!-- [et_pb_line_break_holder] -->    const dropdownToggles = document.querySelectorAll(\".dropdown-toggle\");<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    buttons.forEach(button => {<!-- [et_pb_line_break_holder] -->        button.addEventListener(\"click\", () => {<!-- [et_pb_line_break_holder] -->            const targetId = button.getAttribute(\"data-target\");<!-- [et_pb_line_break_holder] -->            if (targetId) {<!-- [et_pb_line_break_holder] -->                \/\/ Hide all content blocks<!-- [et_pb_line_break_holder] -->                contentBlocks.forEach(block => block.style.display = \"none\");<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                \/\/ Show the selected one<!-- [et_pb_line_break_holder] -->                const target = document.getElementById(targetId);<!-- [et_pb_line_break_holder] -->                if (target) {<!-- [et_pb_line_break_holder] -->                    target.style.display = \"block\";<!-- [et_pb_line_break_holder] -->                    const yOffset = -80; \/\/ adjust to your header height<!-- [et_pb_line_break_holder] -->                    const y = target.getBoundingClientRect().top + window.pageYOffset + yOffset;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                    window.scrollTo({ top: y, behavior: 'smooth' });<!-- [et_pb_line_break_holder] -->                }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                \/\/ Remove 'active' from all sidebar buttons<!-- [et_pb_line_break_holder] -->                document.querySelectorAll(\".sidebar-btn\").forEach(el => el.classList.remove(\"active\"));<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                \/\/ ALWAYS remove active from all dropdown toggles<!-- [et_pb_line_break_holder] -->                document.querySelectorAll(\".dropdown-toggle\").forEach(t => t.classList.remove(\"active\"));<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                \/\/ Add 'active' to the clicked button<!-- [et_pb_line_break_holder] -->                button.classList.add(\"active\");<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                \/\/ If button is inside a dropdown menu, add 'active' to parent dropdown toggle<!-- [et_pb_line_break_holder] -->                const isDropdownItem = button.closest(\".dropdown-menu\");<!-- [et_pb_line_break_holder] -->                if (isDropdownItem) {<!-- [et_pb_line_break_holder] -->                    const sidebarDropdown = isDropdownItem.closest(\".sidebar-dropdown\");<!-- [et_pb_line_break_holder] -->                    if (sidebarDropdown) {<!-- [et_pb_line_break_holder] -->                        const toggle = sidebarDropdown.querySelector(\".dropdown-toggle\");<!-- [et_pb_line_break_holder] -->                        if (toggle) {<!-- [et_pb_line_break_holder] -->                            toggle.classList.add(\"active\");<!-- [et_pb_line_break_holder] -->                        }<!-- [et_pb_line_break_holder] -->                    }<!-- [et_pb_line_break_holder] -->                }<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Your other toggle code below unchanged<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    const dropdownCurToggles = document.querySelectorAll(\".text-dropdown-toggle\");<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    dropdownCurToggles.forEach((toggle) => {<!-- [et_pb_line_break_holder] -->      toggle.addEventListener(\"click\", () => {<!-- [et_pb_line_break_holder] -->        const content = toggle.nextElementSibling;<!-- [et_pb_line_break_holder] -->        if (!content) return;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        const isVisible = content.style.display === \"block\";<!-- [et_pb_line_break_holder] -->        content.style.display = isVisible ? \"none\" : \"block\";<!-- [et_pb_line_break_holder] -->      });<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    dropdownToggles.forEach(toggle => {<!-- [et_pb_line_break_holder] -->        toggle.addEventListener(\"click\", (e) => {<!-- [et_pb_line_break_holder] -->            e.stopPropagation();<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->            const parent = toggle.parentElement;<!-- [et_pb_line_break_holder] -->            const isOpen = parent.classList.contains(\"open\");<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->            \/\/ Close all dropdowns and remove 'active' from all toggles<!-- [et_pb_line_break_holder] -->            document.querySelectorAll(\".sidebar-dropdown\").forEach(drop => drop.classList.remove(\"open\"));<!-- [et_pb_line_break_holder] -->            document.querySelectorAll(\".dropdown-toggle\").forEach(t => t.classList.remove(\"active\"));<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->            if (!isOpen) {<!-- [et_pb_line_break_holder] -->                parent.classList.add(\"open\");<!-- [et_pb_line_break_holder] -->                toggle.classList.add(\"active\");<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Description&#8221; module_id=&#8221;action-desc&#8221; module_class=&#8221;content-block&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;gcid-body-color&#8221; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_margin=&#8221;||-100px|||&#8221; border_color_all=&#8221;RGBA(255,255,255,0)&#8221; global_colors_info=&#8221;{%22gcid-body-color%22:%91%22text_text_color%22%93}&#8221;]<\/p>\n<h3>What is the Action?<\/h3>\n<p>To use personalised feedback in computing assignments.<\/p>\n<p>Personalised feedback is a personal message that accompanies a grade\/mark, as opposed to generic feedback or no feedback at all. It addresses students\u2019 strengths and weaknesses in a specific work submitted. For example, addressing students in class after an assignment and pointing out to the most common issues, as well as a personal, but still a generic message <em><strong>\u201cRename your functions for clarity\u201d<\/strong><\/em> is considered generic feedback. A more personal feedback is a comment <strong><em>\u201cWell done on getting your code working. However, the naming of your functions could be clearer. For example, you could rename function_1 to count_to_four \u201c<\/em><\/strong>.<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Facts&#8221; module_id=&#8221;action-facts&#8221; module_class=&#8221;content-block&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;gcid-body-color&#8221; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_margin=&#8221;||-100px|||&#8221; custom_css_free_form=&#8221;||&#8221; border_color_all=&#8221;RGBA(255,255,255,0)&#8221; global_colors_info=&#8221;{%22gcid-body-color%22:%91%22text_text_color%22%93}&#8221;]<\/p>\n<h3>Quick Facts to Support this Action<\/h3>\n<ul>\n<li><span>Research has shown that <a href=\"https:\/\/dl.acm.org\/doi\/10.1145\/3502718.3524815\" target=\"_blank\" rel=\"noopener\">personalised feedback positively influences students\u2019 persistence<\/a> in computer science<\/span><\/li>\n<li><span>Personalised feedback contributes to female students feeling that they belong in the field of computing<\/span><\/li>\n<\/ul>\n<blockquote class=\"testimonial-box\">\n<p>Email-based personalised feedback provided to top-performing students in introductory computing classes <a href=\"https:\/\/dl.acm.org\/doi\/10.1145\/3430665.3456374\" target=\"_blank\" rel=\"noopener\">has increased intentions to persist among female students.<\/a><\/p>\n<\/blockquote>\n<ul>\n<li><span><a href=\"https:\/\/dl.acm.org\/doi\/10.1145\/3375462.3375527\" target=\"_blank\" rel=\"noopener\">Female students in science courses are more likely to act<\/a> upon feedback.<\/span><\/li>\n<li><span>Personalised feedback in computing labs <a href=\"https:\/\/doras.dcu.ie\/23223\/2\/Azcona_AAM.pdf\" target=\"_blank\" rel=\"noopener\">has helped reduce the gap<\/a> between the lower and the higher-performing students.<\/span><\/li>\n<li><span>Personalised feedback in online computing courses <a href=\"https:\/\/delaram.lmu.build\/publication\/voghoei-2020-personalized\/voghoei-2020-personalized.pdf\" target=\"_blank\" rel=\"noopener\">has contributed to better student engagement<\/a>, which is correlated to better performance and can therefore help target at-risk students.<\/span><\/li>\n<\/ul>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;case study &#8211; personal&#8221; module_id=&#8221;action-case-personal&#8221; module_class=&#8221;content-block&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;gcid-body-color&#8221; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_margin=&#8221;||-100px|||&#8221; border_color_all=&#8221;RGBA(255,255,255,0)&#8221; global_colors_info=&#8221;{%22gcid-body-color%22:%91%22text_text_color%22%93}&#8221;]<\/p>\n<h3><span>Personalised Feedback in Computing Assessment Study (TU Dublin)<\/span><\/h3>\n<p>10 lecturers teaching computing modules were <a href=\"https:\/\/arrow.tudublin.ie\/cddpos\/32\/\" target=\"_blank\" rel=\"noopener\">interviewed to find out how they provide personalised feedback<\/a> and whether there are perceived gender differences among students receiving it. The majority of lecturers provided text-based feedback through a VLE, some also used video recordings, peer feedback, email feedback, GitHub-based feedback, automated feedback or direct commentary in assignments.<\/p>\n<p>Nearly every lecturer had an opinion that face-to-face and\/or video feedback would benefit their students the most. Lecturers found it challenging to find a balance between available time and good quality feedback, especially those teaching large classes. Template-based feedback is thought to be useful as long as it is appropriately personalised. According to the lecturers interviewed female students need more attention than male students, female students tend to appreciate given attention, and one-to-one verbal or video feedback is thought to be more useful to students than email\/text-based feedback.<\/p>\n<p><span>Approximately 800 students from the modules that these 10 lecturers teach were shared a short survey on the feedback and their career and future study aspirations. Students included undergraduate and postgraduate cohorts, with full-time and part-time courses, some of them provided fully online. There were 80 valid responses. Some findings from the survey are below:<\/span><\/p>\n<p class=\"text-dropdown\"><a href=\"#\" onclick=\"toggleDiv('50'); return false;\">\u27a4 50% of students<\/a><\/p>\n<div id=\"50\" class=\"dropdown-content\">At least 50% of students wish for more detail\/frequency\/personalisation in their feedback;<\/div>\n<p class=\"text-dropdown\"><a href=\"#\" onclick=\"toggleDiv('peer'); return false;\">\u27a4 Peer Reviewed<\/a><\/p>\n<div id=\"peer\" class=\"dropdown-content\">Peer-reviewed feedback was found to be helpful;<\/div>\n<p class=\"text-dropdown\"><a href=\"#\" onclick=\"toggleDiv('1t1'); return false;\">\u27a4 One-to-one Feedback<\/a><\/p>\n<div id=\"1t1\" class=\"dropdown-content\">One-to-one feedback, not in front of other students was wished for;<\/div>\n<p class=\"text-dropdown\"><a href=\"#\" onclick=\"toggleDiv('time'); return false;\">\u27a4 Timely Feedback<\/a><\/p>\n<div id=\"time\" class=\"dropdown-content\">Timely feedback in preparation for next assignment was appreciated and wished for;<\/div>\n<p class=\"text-dropdown\"><a href=\"#\" onclick=\"toggleDiv('current'); return false;\">\u27a4 Current Standing<\/a><\/p>\n<div id=\"current\" class=\"dropdown-content\">A female student mentioned that a breakdown on where she stands in the class would be useful (which supports another study that that type of feedback benefits women \u2013 link)<\/div>\n<p class=\"text-dropdown\"><a href=\"#\" onclick=\"toggleDiv('use'); return false;\">\u27a4 Usefulness<\/a><\/p>\n<div id=\"use\" class=\"dropdown-content\">94% of female (and 82% of male) students agreed that personalised feedback provided was more useful than a general class feedback, that it helped improve in the module;<\/div>\n<p class=\"text-dropdown\"><a href=\"#\" onclick=\"toggleDiv('confidence'); return false;\">\u27a4 Confidence<\/a><\/p>\n<div id=\"confidence\" class=\"dropdown-content\">94% of female (and 70% of male) students stated that that it helped them feel more confident in the module;<\/div>\n<p class=\"text-dropdown\"><a href=\"#\" onclick=\"toggleDiv('sense'); return false;\">\u27a4 Sense of Belonging<\/a><\/p>\n<div id=\"sense\" class=\"dropdown-content\">88% of female (and 66% of male) students felt that the personalised feedback helped them feel that they belong in the field.<\/div>\n<p>\n<script>\n    function toggleDiv(id) {\n      var x = document.getElementById(id);\n      x.style.display = (x.style.display === \"none\" || x.style.display === \"\") ? \"block\" : \"none\";\n    }\n<\/script>\n<\/p>\n<p>A selected pool of female students (4) were interviewed, to get an in-depth understanding of what they thought of personalised feedback provided to them and of their overall experience in computing modules, considering that they belong to an underrepresented gender group. 100% of the interviewees said that they were happy enough with the feedback, 50% of the students said that do not feel excluded while being female but that they surrounded themselves with other female friends. One participant expressed the following: \u201cSometimes I feel like I don\u2019t know enough and some guys in my class finish the tests in 20 minutes&#8230; I only started coding when I was 15, some people in my class started when they were like 8.\u201d &#8211; indicating then that she should be focussed on her own tasks rather than comparing herself with her male classmates.<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;case study &#8211; email feedback&#8221; module_id=&#8221;action-case-email&#8221; module_class=&#8221;content-block&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;gcid-body-color&#8221; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_margin=&#8221;||-100px|||&#8221; border_color_all=&#8221;RGBA(255,255,255,0)&#8221; global_colors_info=&#8221;{%22gcid-body-color%22:%91%22text_text_color%22%93}&#8221;]<\/p>\n<h3><span>Email feedback provided to top-performing students (North Carolina State University)<\/span><\/h3>\n<p><span><a href=\"https:\/\/dl.acm.org\/doi\/10.1145\/3430665.3456374\" target=\"_blank\" rel=\"noopener\">This study &#8211; Increasing Women\u2019s Persistence in Computer Science by Decreasing Gendered Self-Assessments of Computing Ability &#8211;<\/a> used personalised emails sent to the top 50% performing students in an introductory computing class. After their assignment, these students were divided into three groups based on their grades: those in the top 10% of students, those in the top 11-25% of students, and the remaining in the top 26-50% of students. All these students received an email from their lecturer containing personalised feedback alongside their grades. The feedback message contained information on what performance group they were placed, as well as a positive note about the student ending up in a top performing group. There was a GIF attached to the email, to reinforce the positive feedback. There was evidence that this feedback intervention positively influenced the persistence of women in computer science. A template email with sample wording of personalised feedback, is available to use in the relevant section below.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;case study &#8211; Personalised Emails&#8221; module_id=&#8221;action-case-personalEmail&#8221; module_class=&#8221;content-block&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;gcid-body-color&#8221; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_margin=&#8221;||-100px|||&#8221; border_color_all=&#8221;RGBA(255,255,255,0)&#8221; global_colors_info=&#8221;{%22gcid-body-color%22:%91%22text_text_color%22%93}&#8221;]<\/p>\n<h3>Personalised emails based on student performance in online or hybrid modules (North Carolina State University)<\/h3>\n<p><a href=\"https:\/\/dl.acm.org\/doi\/10.1145\/3502718.3524815\" target=\"_blank\" rel=\"noopener\">This study &#8211; Increasing Students\u2019 Persistence in Computer Science through a Lightweight Scalable Intervention &#8211; <\/a> investigated the effects of email-based personalised feedback provided to 800 students separated into three performance groups after two major assignments during an introductory computing class. The groups were top, middle, and bottom performers, based on the results in the assignments. Data was collected from online and hybrid modules. While this research was not directly focused on female students, gender data was collected, and results showed that the intervention improved self-assessment of computing ability, as well as positively influencing students\u2019 intentions to persist in computing fields, which could both contribute to improved retention among female students.<\/p>\n<p>Students received emails from the lecturers containing contextualised feedback alongside their grades. All three types of email were phrased positively, and their content encouraged students to continue their good work or to do better, depending on their results. Low performing students were also offered support and resources to help them succeed.<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;eval&#8221; module_id=&#8221;action-eval&#8221; module_class=&#8221;content-block&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;gcid-body-color&#8221; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_margin=&#8221;||-100px|||&#8221; border_color_all=&#8221;RGBA(255,255,255,0)&#8221; global_colors_info=&#8221;{%22gcid-body-color%22:%91%22text_text_color%22%93}&#8221;]<\/p>\n<h3>Evaluation Approach<\/h3>\n<p>There is a number of ways to assess the impact of personalised feedback for students in computing disciplines. The most common data collection method is the pre-and post-intervention surveys (see studies by <a href=\"https:\/\/dl.acm.org\/doi\/10.1145\/3430665.3456374\" target=\"_blank\" rel=\"noopener\">Fisk et. al.<\/a>, <a href=\"https:\/\/dl.acm.org\/doi\/10.1145\/3502718.3524815\" target=\"_blank\" rel=\"noopener\">Akram et. al<\/a>., and <a href=\"https:\/\/delaram.lmu.build\/publication\/voghoei-2020-personalized\/voghoei-2020-personalized.pdf\" target=\"_blank\" rel=\"noopener\">Voghoei et. al<\/a>.). Some examples\/idea on what was done\/can be done to demonstrate impact are listed below:<\/p>\n<p class=\"text-dropdown\"><a href=\"#\" onclick=\"toggleDiv('self'); return false;\">\u27a4 Self-assessment<\/a><\/p>\n<div id=\"self\" class=\"dropdown-content\">Self-assessment of computer science ability and computer science persistence intentions were assessed (as in studies by Fisk et. al., and Akram et. al.).<\/div>\n<p class=\"text-dropdown\"><a href=\"#\" onclick=\"toggleDiv('confidence1'); return false;\">\u27a4 Confidence &amp; Sense of Belonging<\/a><\/p>\n<div id=\"confidence1\" class=\"dropdown-content\">Professional role confidence, as well as the sense of belonging were assessed.<\/div>\n<p class=\"text-dropdown\"><a href=\"#\" onclick=\"toggleDiv('effects'); return false;\">\u27a4 Effects of Personal Feedback<\/a><\/p>\n<div id=\"effects\" class=\"dropdown-content\">The effects of personalised emails on the contribution rates were measured when the course was offered exclusively online through a learning management system (LMS). Surveys can ask for students\u2019 opinions on receiving personalised feedback, while the LMS can provide data on student engagement, e.g., how many times they have posted in a forum discussion.<\/div>\n<p class=\"text-dropdown\"><a href=\"#\" onclick=\"toggleDiv('surveys'); return false;\">\u27a4 Surveys<\/a><\/p>\n<div id=\"surveys\" class=\"dropdown-content\">To distribute the survey to students who received personalised feedback, an email containing this feedback and a link to a post-survey can be sent out to students. To attempt higher completion rates, two post-surveys can be sent to students instead of one. A message with personalised feedback and a link to a survey can be sent through the respective LMS, especially if the LMS was used to communicate with students before and\/or deliver the course.<\/div>\n<p><script>\n    function toggleDiv(id) {\n      var x = document.getElementById(id);\n      x.style.display = (x.style.display === \"none\" || x.style.display === \"\") ? \"block\" : \"none\";\n    }\n<\/script><\/p>\n<p>To encourage the completion of surveys, additional credit can be offered to students who complete the survey (like in studies by <a href=\"https:\/\/dl.acm.org\/doi\/10.1145\/3430665.3456374\" target=\"_blank\" rel=\"noopener\">Fisk et. al.,<\/a> and <a href=\"https:\/\/dl.acm.org\/doi\/10.1145\/3502718.3524815\" target=\"_blank\" rel=\"noopener\">Akram et. al<\/a>.) or <a href=\"https:\/\/dl.acm.org\/doi\/10.1145\/3502718.3524815\" target=\"_blank\" rel=\"noopener\">a requirement added to complete the survey<\/a> as part of the course.[\/et_pb_text][et_pb_text admin_label=&#8221;consider&#8221; module_id=&#8221;action-consider&#8221; module_class=&#8221;content-block&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;gcid-body-color&#8221; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_margin=&#8221;||-100px|||&#8221; border_color_all=&#8221;RGBA(255,255,255,0)&#8221; global_colors_info=&#8221;{%22gcid-body-color%22:%91%22text_text_color%22%93}&#8221;]<\/p>\n<h3><span>Next Actions to Consider<\/span><\/h3>\n<p>Consider using this action along with some others, such as Pair Programming or Class\/Lab Dynamics.<\/p>\n<p>\u2013 Would you be happy to share your success story? <a href=\"https:\/\/ascnet.ie\/techmate\/contact\/\" target=\"_blank\" rel=\"noopener\">Please get in touch!<\/a> \u2013<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;References&#8221; module_id=&#8221;action-references&#8221; module_class=&#8221;content-block&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;gcid-body-color&#8221; text_font_size=&#8221;15px&#8221; text_line_height=&#8221;1.8em&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_margin=&#8221;||-100px|||&#8221; border_color_all=&#8221;RGBA(255,255,255,0)&#8221; global_colors_info=&#8221;{%22gcid-body-color%22:%91%22text_text_color%22%93}&#8221;]<\/p>\n<div class=\"boxed\">\n<p>Azcona, D., Hsiao, I.H. &amp; Smeaton, A.F. 2019. <a href=\"https:\/\/link.springer.com\/article\/10.1007\/s11257-019-09234-7\" target=\"_blank\" rel=\"noopener\">Detecting students-at-risk in computer programming classes with learning analytics from students\u2019 digital footprints.<\/a> User Model User-Adap Inter 29, 759\u2013788.<\/p>\n<p>Akram B., Fisk S., Yoder S., Hunt C., Price T., Battestilli L., and Barnes T. 2022. <a href=\"https:\/\/dl.acm.org\/doi\/pdf\/10.1145\/3502718.3524815\" target=\"_blank\" rel=\"noopener\">Increasing Students\u2019 Persistence in Computer Science through a Lightweight Scalable Intervention<\/a>. In Proceedings of the 27th ACM Conference on Innovation and Technology in Computer Science Education Vol. 1 (ITiCSE \u201922). Association for Computing Machinery, New York, NY, USA, 526\u2013532.<\/p>\n<p>Fisk S. R., Wingate T., Battestilli L., and Stolee K. T. 2021. <a href=\"https:\/\/dl.acm.org\/doi\/10.1145\/3430665.3456374\" target=\"_blank\" rel=\"noopener\">Increasing Women\u2019s Persistence in Computer Science by Decreasing Gendered Self-Assessments of Computing Ability<\/a>. In Proceedings of the 26th ACM Conference on Innovation and Technology in Computer Science Education V. 1 (ITiCSE \u201921). Association for Computing Machinery, New York, NY, USA, 464\u2013470.<\/p>\n<p>Iraj H., Fudge A., Faulkner M., Pardo A., and Kovanovi\u0107 V. 2020. <a href=\"https:\/\/dl.acm.org\/doi\/10.1145\/3375462.3375527\" target=\"_blank\" rel=\"noopener\">Understanding students\u2019 engagement with personalised feedback messages.<\/a> In Proceedings of the Tenth International Conference on Learning Analytics &amp; Knowledge (LAK \u201920). Association for Computing Machinery, New York, NY, USA, 438\u2013447.<\/p>\n<p>Voghoei, S., Tonekaboni, N. H., Yazdansepas, D., Soleymani, S., Farahani, A., &amp; Arabnia, H. R. 2020. <a href=\"https:\/\/dl.acm.org\/doi\/10.1145\/3374135.3385274\" target=\"_blank\" rel=\"noopener\">Personalized feedback emails: A case study on online introductory computer science courses<\/a>. In Proceedings of the 2020 ACM Southeast Conference, 18\u201325.<\/p>\n<\/div>\n<p>[\/et_pb_text][et_pb_accordion module_id=&#8221;action-resources&#8221; module_class=&#8221;content-block&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; toggle_font=&#8221;|800|||||||&#8221; toggle_font_size=&#8221;15px&#8221; toggle_line_height=&#8221;1.8em&#8221; closed_toggle_font_size=&#8221;15px&#8221; closed_toggle_line_height=&#8221;1.8em&#8221; body_line_height=&#8221;1.8em&#8221; custom_css_free_form=&#8221;||||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_accordion_item title=&#8221;KEEP ACCORDIAN COLLAPSED&#8221; open=&#8221;on&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;selector {||  display: none;||}&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Do not delete. This is important to keep the accordian items closed on initial load. Keep this at the top of the accordian stack.<\/p>\n<p>The accordian will auto-open the first item on load. This item has custom css to keep it hidden. This means the user cannot see that it is open thus manually overriding the auto-open.<\/p>\n<p>[\/et_pb_accordion_item][et_pb_accordion_item title=&#8221;Personalised Feedback Student Survey &#8211; TU Dublin&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;||&#8221; global_colors_info=&#8221;{}&#8221; open=&#8221;off&#8221;]<\/p>\n<p><iframe loading=\"lazy\" src=\"https:\/\/ascnet.ie\/techmate\/wp-content\/uploads\/2025\/08\/What-did-you-think-of-the-assessment-feedback-in-your-module_.pdf\" rel=\"attachment wp-att-232366\" width=\"100%\" height=\"500px\" style=\"border: 1px solid #ccc;\"><\/p>\n<p><\/iframe><\/p>\n<p>[\/et_pb_accordion_item][et_pb_accordion_item title=&#8221;Contextualized Feedback Student Survey&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;||&#8221; global_colors_info=&#8221;{}&#8221; open=&#8221;off&#8221;]<\/p>\n<p><iframe loading=\"lazy\" src=\"https:\/\/ascnet.ie\/techmate\/wp-content\/uploads\/2025\/08\/Contextualized-Feedback-Student-Survey.pdf\" width=\"100%\" height=\"500px\" style=\"border: 1px solid #ccc;\"><\/p>\n<p><\/iframe><\/p>\n<p>[\/et_pb_accordion_item][et_pb_accordion_item title=&#8221;Personalised Feedback &#8211; Lecturers Interview Questions &#8211; TU Dublin&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;||&#8221; global_colors_info=&#8221;{}&#8221; open=&#8221;off&#8221;]<\/p>\n<p><strong>Interview Questions Lecturers<\/strong><\/p>\n<p>1. What is your assessment strategy in modules where you give personalised feedback?<\/p>\n<p>2. How do you give personalised feedback?<\/p>\n<p>3. How frequently do you give personalised feedback?<\/p>\n<p>4. What type of personalised feedback would benefit your students the most do you think? (e.g. automated feedback, verbal feedback, video or a textual feedback).<\/p>\n<p>5. Why do you provide personalised feedback?<\/p>\n<p>6. Is there any formal evidence that feedback is a benefit to students in your modules, or anecdotal feedback received from your students?<\/p>\n<p>7. Did you identify any differences in terms of how personalised feedback is perceived by students of different genders? If so, what were they?<\/p>\n<p>(A short verbal introduction to TechMate and the action on personalised feedback). Please take a look at the action in TechMate dealing with personalised feedback https:\/\/ascnet.ie\/techmate\/delivery-techniques\/personalised-feedback\/ (demonstrate the page of the action).<\/p>\n<p>8. In terms of content, are there any useful ideas here on how you could implement personalised feedback in your classes? (For example, on the use of templates based on student performance, or else?)<br \/>9. If yes, what are they?<br \/>10. If not, why not?<br \/>11. Is the guidance and the suggestions straightforward to follow?<br \/>12. Do the inline links (references) that should support the guidance work for you? If not, how would you suggest they were presented instead?<br \/>13. Is the section \u201cEvaluation approaches\u201d useful to you as an academic implementing this action?<br \/>14. Is the section \u201cSupporting Resources\u201d useful? If not, why not?<br \/>15. Is there anything you would improve in a way that this action is presented, and if so, what would it be?<\/p>\n<p>16. If you had more time, would you improve anything in the way you give personalised feedback? If so, what would it be and why?<\/p>\n<p>Thank you very much for your time.<\/p>\n<p>[\/et_pb_accordion_item][et_pb_accordion_item title=&#8221;Personalised Feedback &#8211; Students Interview Questions &#8211; TU Dublin&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;||&#8221; global_colors_info=&#8221;{}&#8221; open=&#8221;off&#8221;]<\/p>\n<p><strong>Interview Questions Students<\/strong><\/p>\n<p>1. Please tell me about the module (and its assessment) where you received personalised feedback.<\/p>\n<p>2. What is the nature of the assessment where you received personalised feedback \u2013 e.g. large project, weekly graded labs etc.?<\/p>\n<p>3. What did you find helpful in terms of assessment and the feedback provided to you?<\/p>\n<p>4. What did you not find helpful?<\/p>\n<p>5. What would you improve in the feedback you received, in particularly considering that you are a student from the underrepresented gender group in computing? Why?<\/p>\n<p>6. Were there any other types of personalised feedback in other modules that you found particularly helpful? What were the differences to what you received in this module?<\/p>\n<p>Thank you very much for your time.<\/p>\n<p>[\/et_pb_accordion_item][\/et_pb_accordion][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is the Action? To use personalised feedback in computing assignments. Personalised feedback is a personal message that accompanies a grade\/mark, as opposed to generic feedback or no feedback at all. It addresses students\u2019 strengths and weaknesses in a specific work submitted. For example, addressing students in class after an assignment and pointing out to [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":236654,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[],"tags":[27,34,38,39,40],"class_list":["post-237036","page","type-page","status-publish","hentry","tag-aca1","tag-newst1","tag-ret1","tag-stim1","tag-under1"],"_links":{"self":[{"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/pages\/237036","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/comments?post=237036"}],"version-history":[{"count":22,"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/pages\/237036\/revisions"}],"predecessor-version":[{"id":237767,"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/pages\/237036\/revisions\/237767"}],"up":[{"embeddable":true,"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/pages\/236654"}],"wp:attachment":[{"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/media?parent=237036"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/categories?post=237036"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ascnet.ie\/techmate\/wp-json\/wp\/v2\/tags?post=237036"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}