diff --git a/combined.log b/combined.log index ac34c17..8c5d4f1 100644 --- a/combined.log +++ b/combined.log @@ -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"} diff --git a/src/models/defaultMessages.js b/src/models/defaultMessages.js index 778da45..ad5dabb 100644 --- a/src/models/defaultMessages.js +++ b/src/models/defaultMessages.js @@ -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' +