Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions combined.log
Original file line number Diff line number Diff line change
Expand Up @@ -451,3 +451,18 @@
{"level":"info","message":"Initial MongoDB connection established","timestamp":"2025-02-15T16:45:49.158Z"}
{"level":"info","message":"Server running on port 5000","timestamp":"2025-02-15T16:45:49.165Z"}
{"level":"info","message":"MongoDB disconnected","timestamp":"2025-02-15T16:47:28.084Z"}
{"level":"info","message":"Initial MongoDB connection established","timestamp":"2025-02-16T06:45:55.811Z"}
{"level":"info","message":"Server running on port 5000","timestamp":"2025-02-16T06:45:55.819Z"}
{"level":"info","message":"Initial MongoDB connection established","timestamp":"2025-02-17T10:31:52.181Z"}
{"level":"info","message":"Server running on port 5000","timestamp":"2025-02-17T10:31:52.189Z"}
{"level":"info","message":"Initial MongoDB connection established","timestamp":"2025-02-17T13:12:28.278Z"}
{"level":"info","message":"Server running on port 5000","timestamp":"2025-02-17T13:12:28.285Z"}
{"level":"info","message":"Initial MongoDB connection established","timestamp":"2025-02-20T04:36:08.594Z"}
{"level":"info","message":"Server running on port 5000","timestamp":"2025-02-20T04:36:08.601Z"}
{"level":"info","message":"MongoDB disconnected","timestamp":"2025-02-20T06:27:05.812Z"}
{"level":"info","message":"Initial MongoDB connection established","timestamp":"2025-02-20T06:27:18.305Z"}
{"level":"info","message":"Server running on port 5000","timestamp":"2025-02-20T06:27:18.312Z"}
{"level":"info","message":"MongoDB disconnected","timestamp":"2025-02-20T06:29:28.517Z"}
{"level":"info","message":"Initial MongoDB connection established","timestamp":"2025-02-20T06:33:22.120Z"}
{"level":"info","message":"Server running on port 5000","timestamp":"2025-02-20T06:33:22.125Z"}
{"level":"info","message":"MongoDB disconnected","timestamp":"2025-02-20T07:35:58.607Z"}
2 changes: 1 addition & 1 deletion src/models/defaultMessages.js
Original file line number Diff line number Diff line change
Expand Up @@ -1864,7 +1864,7 @@ const defaultMessages = {
'```\n' +
'\n' +
'Go ahead and try out this challenge! Let me know if you have any questions, or when you’re ready to move on to the next topic. You’re doing great!',
'Declaring and initializing variables in C++ in C++': "You're doing an excellent job progressing through the basics of C++! Let's move on to the next sub-topic in **Topic 1: Basics of C++**.\n" +
'Declaring and initializing variables in C++': "You're doing an excellent job progressing through the basics of C++! Let's move on to the next sub-topic in **Topic 1: Basics of C++**.\n" +
'\n' +
'### **Topic 2: Variables, Data Types, and Constants**\n' +
'#### **Subtopic 2.1: Declaring and initializing variables**\n' +
Expand Down
Loading