ckak912 / CodeBuddy_LLM

CodeBuddy: A learning management system for programmers with integrated LLM support
https://codebuddy.byu.edu
MIT License
1 stars 1 forks source link

Implement Help Me button functionality #16

Closed ckak912 closed 1 year ago

ckak912 commented 1 year ago

Description On the "Help Me" click event, the current step process dropdown content needs to be replaced with a clickable hint element. This change will enhance the user experience and provide more intuitive guidance during the process.| Proposed Solution: Instead of displaying the step process dropdown, we should implement a clickable hint element. This element will serve as a visual cue for users, providing them with additional information and guidance on how to proceed. Upon hovering over the hint element, a tooltip should be displayed with the message "Append hint code to editor".