Users couldn't see C++ Project-Lesson-Instruction.md

Question:
Users couldn’t see C++ Project-Lesson-Instruction.md
When I did projects for Python and Java, it worked.

Repl link/Link to where the bug appears:
https://replit.com/team/prac-4

Screenshots, links, or other helpful context:

In a one-dimensional array find the sum of all elements of the array.
#### Input:
```c++
5
1 2 3 4 5
```
#### Output:
```c++
15
```

:wave: Hey @nurlan8k, welcome back!

The file should not be called Project-Lesson-Instruction.md. It should be called instructions.md and moved into the .lesson folder. Do note that these changes will not save to your students’ forks.

3 Likes

I believe changes made to anything within the .lesson folder updates automatically.

1 Like

Oh yeah, I was confused though because Project-Lesson-Instruction.md would still exist on the students’ Repls, right?

Hello! Thanks for your response. File is called “instructions.md” and it is in folder .lesson. I just showed the path way with symbol “-” (Day-Hour-Minute). When students open Project, it is not automatically show up instruction.

Hmm, that’s what it looks like as a teacher, can you send a screenshot of what it looks like as a student?