I’ve created a new course and added a challenge to it. However, after adding content to the .md file for the challenge, only the JavaScript code is showing up, and the rest of the content isn’t being displayed.
Could you guide me on whether I need to run any specific commands to sync the data or perform any additional steps to ensure the content displays correctly? I’m not sure if there’s something I’m missing in the process.
@stephenmutheu
This isn’t a Git or GitHub issue. I’ve set up a local environment with FCC and the server is running on port 8000. I created a new course and added a challenge to it, but the challenge content isn’t showing.
it’s what’s used to determine the type of editor that it’s needed for the challenge, so check on a challenge that behaves like you want yours to behave, and check what values it has. challengeType is in the step file, the two flags are in the meta.json file
this is my meta.json file of that course ,
I’m still getting the same issue. I can’t see the challenge content.
Can you tell me where exactly I need to make changes in the meta.json file and in which folder path it is located, apart from the file I’ve already sent you?
I would like to add a step in my challenge that contains only text (no code or video). Could you please suggest which type I should choose—such as js, html, video, or something else—for adding a text-only step?