DetectiveShadow commited on
Commit
3947605
·
verified ·
1 Parent(s): 5034b8d

Update checkin_feedback.json

Browse files
Files changed (1) hide show
  1. checkin_feedback.json +12 -6
checkin_feedback.json CHANGED
@@ -1,6 +1,12 @@
1
- {"text": "I completed my study tasks today.", "Feedback": "This is okay. You followed through on your goals and stayed consistent, but you need to add more details.", "label": "okay"}
2
- {"text": "I kept getting distracted and did nothing.", "Feedback": "This isn't good. You didn’t stay focused and avoided your tasks.", "label": "bad"}
3
- {"text": "Today I’m going to continue to work on my Unity work and practice my model building more.", "Feedback": "This is okay. You are getting some work done, but you can go into detail about your Unity work or the building you are making.", "label": "okay"}
4
- {"text": "Today I'm working on my personal math project, I'm adding in UI for the Geometry wheel that will show the graph made by the equation that was inputted", "Feedback": "This is great. You said what you are working on, and you went into detail.", "label": "great"}
5
- {"text": "I plan to use today to review some older notebooks in Colab to take a look at skills I've struggled with.", "Feedback": "This is okay. It's great that you are improving your skills, but what are you improving exactly?", "label": "okay"}
6
- {"text": "Today I want to start creating something around computers and working in my Unity today", "Feedback": "This isn't good. You said you are creating something but you didn't say what you are working on a
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "I completed my study tasks today.",
4
+ "feedback": "This is okay. You followed your goals but could add more detail.",
5
+ "label": "Okay"
6
+ },
7
+ {
8
+ "text": "I kept getting distracted and did nothing.",
9
+ "feedback": "This isn't good. You didn’t stay focused.",
10
+ "label": "Bad"
11
+ }
12
+ ]