Skip to content

Commit ffeb7cc

Browse files
committed
input taking enabled
1 parent fe9d8e4 commit ffeb7cc

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

combined.log

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,3 +428,26 @@
428428
{"level":"info","message":"Initial MongoDB connection established","timestamp":"2025-02-14T14:56:52.966Z"}
429429
{"level":"info","message":"Server running on port 5000","timestamp":"2025-02-14T14:56:52.970Z"}
430430
{"level":"info","message":"MongoDB disconnected","timestamp":"2025-02-14T14:57:37.481Z"}
431+
{"level":"info","message":"Initial MongoDB connection established","timestamp":"2025-02-15T09:38:07.657Z"}
432+
{"level":"info","message":"Server running on port 5000","timestamp":"2025-02-15T09:38:07.665Z"}
433+
{"level":"info","message":"MongoDB disconnected","timestamp":"2025-02-15T09:52:35.308Z"}
434+
{"level":"info","message":"Initial MongoDB connection established","timestamp":"2025-02-15T09:52:48.668Z"}
435+
{"level":"info","message":"Server running on port 5000","timestamp":"2025-02-15T09:52:48.677Z"}
436+
{"level":"info","message":"MongoDB disconnected","timestamp":"2025-02-15T09:56:52.940Z"}
437+
{"level":"info","message":"Initial MongoDB connection established","timestamp":"2025-02-15T09:57:14.558Z"}
438+
{"level":"info","message":"Server running on port 5000","timestamp":"2025-02-15T09:57:14.566Z"}
439+
{"level":"info","message":"MongoDB disconnected","timestamp":"2025-02-15T11:13:56.254Z"}
440+
{"level":"info","message":"Initial MongoDB connection established","timestamp":"2025-02-15T11:17:18.542Z"}
441+
{"level":"info","message":"Initial MongoDB connection established","timestamp":"2025-02-15T11:17:59.827Z"}
442+
{"level":"info","message":"Server running on port 5000","timestamp":"2025-02-15T11:17:59.833Z"}
443+
{"level":"info","message":"MongoDB disconnected","timestamp":"2025-02-15T12:01:05.586Z"}
444+
{"level":"info","message":"Initial MongoDB connection established","timestamp":"2025-02-15T13:06:46.486Z"}
445+
{"level":"info","message":"Initial MongoDB connection established","timestamp":"2025-02-15T13:07:07.550Z"}
446+
{"level":"info","message":"Server running on port 5000","timestamp":"2025-02-15T13:07:07.555Z"}
447+
{"level":"info","message":"MongoDB disconnected","timestamp":"2025-02-15T16:20:22.604Z"}
448+
{"level":"info","message":"Initial MongoDB connection established","timestamp":"2025-02-15T16:20:30.786Z"}
449+
{"level":"info","message":"Server running on port 5000","timestamp":"2025-02-15T16:20:30.818Z"}
450+
{"level":"info","message":"MongoDB disconnected","timestamp":"2025-02-15T16:34:01.299Z"}
451+
{"level":"info","message":"Initial MongoDB connection established","timestamp":"2025-02-15T16:45:49.158Z"}
452+
{"level":"info","message":"Server running on port 5000","timestamp":"2025-02-15T16:45:49.165Z"}
453+
{"level":"info","message":"MongoDB disconnected","timestamp":"2025-02-15T16:47:28.084Z"}

src/models/defaultMessages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// defaultMessages.js
22
const defaultMessages = {
33
"javascript": {
4-
'Declaring variables and using console.log() to log the values and use of comments in coding ( both single line and multi line comments) in JS': "Great! Let's dive right in.\n" +
4+
'Declaring variables and using console.log() to log the values and use of comments in coding (both single line and multi line comments) in JS': "Great! Let's dive right in.\n" +
55
'\n' +
66
'### Introduction\n' +
77
"I’m here to teach you JavaScript from the ground up! We'll start with the basics and build your skills step by step. By the end of this journey, you’ll be ready to create amazing things with your coding skills!\n" +

src/services/userGenAIManager.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,9 @@ case 3 (my code is not working) :
111111
- **Relevance Check:**
112112
✓ If code matches current challenge: Test against challenge requirements
113113
✓ If irrelevant/random code: Politely redirect to active challenge
114-
- **Feedback Requirements:**
115114
115+
- **Feedback Requirements:**
116+
- if code is correct and everything good then tell user their code is right and ask them to move forward.
116117
1. Highlight SPECIFIC lines causing mismatches
117118
2. Compare user's output vs expected output
118119
3. Suggest minimal changes to meet requirements

0 commit comments

Comments
 (0)