Jon Calder
Jon Calder
For standalone Shiny apps, and especially for large Shiny apps, it usually seems to make sense to stick to one R pkg for each app. Yet for smaller apps and/or...
This closes issue #561. The 'Hint' value for questions in lesson.yaml can now be (optionally) populated with a string of hints separated by semi-colons. Each time a question is answered...
Thanks @nstrayer! Awesome work and a really handy package.
Add a basic check to test_course()/test_lesson() to identify potential course name inconsistencies in lesson.yaml files, and also include a test for this test function. This resolves issue #33.
After running test_course(), the current lesson will be the last lesson specified in the manifest file, regardless of what the current lesson was before test_course() was called. This is fine...
test_course() doesn't seem to check for naming inconsistencies within the yaml of the different lesson files
Would it be possible to explore the inclusion of a variant of the standard multiple choice question type in swirl which allows for a combination of values for the correct...
Wouldn't it be (at least potentially) valuable to have a formal way of versioning swirl courses (akin to package versioning etc) so that problems identified with course content can be...
Allow course authors to (optionally) provide multiple hints and show one at random each time a question is answered incorrectly.
Correct typos & punctuation in a few places.