You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Reflection Widget lets you chat with AI mentors to reflect on and analyze your Music Blocks project. Using this tool, you can learn quickly and improve your coding and music skills.
4
+
5
+
## Getting Started
6
+
7
+
1.**Open the Reflection Widget**
8
+
- You will find the reflection block in the widget palette (available in both beginner and advanced modes).
9
+
- Drag it to your workspace and click it to open the widget.
10
+
11
+
2.**Meet Your AI Mentors**
12
+
13
+
There are three AI mentors in the widget:
14
+
-**Rohan** (Meta) for general project reflection. He is an expert at helping you think about your project as a whole. He will discuss your goals, challenges, and learning.
15
+
16
+
-**Beethoven** (Music) for music-specific advice. The famous composer Ludwig van Beethoven is here to help you improve your music compositions and knowledge.
17
+
18
+
-**Alan** (Code) for coding help. Alan Kay, a pioneer in computer science, will assist you with coding concepts. He may ask critical questions to help you think about your code structure and logic.
19
+
20
+
Click the mentor’s icon to change who you’re chatting with. You can switch mentors at any time.
21
+
22
+
## Sending Messages
23
+
24
+
- Your mentor will first read your project and share their initial thoughts. They may ask if their understanding of your project is correct.
25
+
- Confirm their guess to start discussing your project.
26
+
- The AI mentors will ask reflective questions to help you think more deeply about your work.
27
+
- Provide detailed responses to receive better feedback.
28
+
- Press `Enter` or click **Send** to send your message.
29
+
30
+
## Tips
31
+
32
+
- The best way to use this tool is to have a detailed and long conversation with your mentor. The more you share, the better the feedback.
33
+
- Let your mentors ask the questions; you can just sit back and answer them thoughtfully.
34
+
- If your mentors are done asking questions, they will ask you if you want to continue the conversation or end it. It is up to you!
35
+
- When you feel satisfied with the conversation, you can generate an analysis report. This report is based on your interactions with the mentors and the previous report. It will discuss your learning outcomes, areas for improvement, and next steps.
36
+
37
+
## Widget Features
38
+
39
+
-**Summary:**
40
+
Click the notes icon to view or generate a summary (after 10+ messages).
41
+
42
+
-**Change Mentor:**
43
+
Click the mentor icons to switch between Rohan, Beethoven, and Alan.
44
+
45
+
-**Save Conversation:**
46
+
Click the save icon to download your chat as a `.txt` file.
47
+
48
+
-**Refresh Project:**
49
+
Click the refresh icon to update the widget with your latest project code.
50
+
51
+
---
52
+
53
+
Enjoy reflecting and improving your projects with the help of AI mentors!
"algorithm": "1. Start the program.\n2. Perform an addition operation.",
224
+
"response": "This looks like a very basic program designed to add two numbers. Is that correct?"
225
+
}
226
+
```
227
+
182
228
**Note** : Save your Music Blocks project as an HTML file. Open the file to locate the embedded JSON code, and make sure to stringify the JSON before using it for testing.
183
229
184
-
Written by : [Diwangshu Kakoty](https://github.com/Commanderk3)
230
+
Written by : [Diwangshu Kakoty](https://github.com/Commanderk3)
0 commit comments