assets
located in the track root directory like in the following example:assets
directory contains a png
image file and an mp4
video file. ../assets/img.png
if you want to use the img.png
file within the assignment.md
file. The ../
part of the path tells to go up one directory and from there the assets/
part tells to go to the assets
subdirectory...\assets\img.png
. Otherwise, you will get an error stating that your asset does not exist when pushing your track to the Instruqt platform.assignment.md
file:instruqt track push
command automatically converts this to:completion.root
setting to your assets
directory and VS Code will show a handy autocomplete menu when you start to insert image code in your markdown.assignment.md
sidebar text. This is useful for showing a screenshot or other image to your learner as part of the challenge instructions:assignment.md
file:./
which means the assets
directory is in the current directory: