marasolen / md2canvas

Convert MyST markdown to Canvas quizzes.
2 stars 4 forks source link

Add instructions to docs #13

Closed marasolen closed 4 years ago

marasolen commented 4 years ago

Closes #9

@firasm the way the requirements are installed is different now so the extra steps of cloning the repo and installing the requirements is no longer needed.

firasm commented 4 years ago

Great! Thank you very much!

Couple of other issues:

1) Step 3 should probably change to (don't need to cd since it wasn't cloned):

Download SampleQuiz.md file somewhere on your computer

2) In the documentation, the simpleQuiz.md file has changed name.

So this:

md2canvas .\examples\simpleQuiz.md

Should change to:

md2canvas .\examples\SampleQuiz.md

Let me know if you prefer a PR :-)

marasolen commented 4 years ago

I think I removed the cd step already, but I'll fix the sample quiz thing in my next commit! Thank you!