Understanding Student Interaction with AI-Powered Next-Step Hints: Strategies and Challenges
Anastasiia Birillo, Aleksei Rostovskii, Yaroslav Golubev, Hieke Keuning
TL;DR
The paper addresses how students interact with AI-powered next-step hints in an in-IDE Kotlin learning environment. It combines fine-grained task-solving logs from 34 students with 6 semi-structured interviews and applies process mining to identify 16 interaction scenarios, complemented by a public dataset. Key findings show distributions of hint interactions (e.g., 299 positive, 420 neutral, 284 negative) and reveal strategies like Selective Use of Hints and Combining Partial Solutions that students employ to cope with unhelpful hints. The work offers actionable insights for designing more effective hint systems and advances reproducible research by releasing the dataset for future study.
Abstract
Automated feedback generation plays a crucial role in enhancing personalized learning experiences in computer science education. Among different types of feedback, next-step hint feedback is particularly important, as it provides students with actionable steps to progress towards solving programming tasks. This study investigates how students interact with an AI-driven next-step hint system in an in-IDE learning environment. We gathered and analyzed a dataset from 34 students solving Kotlin tasks, containing detailed hint interaction logs. We applied process mining techniques and identified 16 common interaction scenarios. Semi-structured interviews with 6 students revealed strategies for managing unhelpful hints, such as adapting partial hints or modifying code to generate variations of the same hint. These findings, combined with our publicly available dataset, offer valuable opportunities for future research and provide key insights into student behavior, helping improve hint design for enhanced learning support.
