RunestoneComponents icon indicating copy to clipboard operation
RunestoneComponents copied to clipboard

Packaging of the Runestone tools for publishing educational materials using github pages

Results 109 RunestoneComponents issues
Sort by recently updated
recently updated
newest added

Recently the timed exam directive has had a lot more use in high stakes exams. A number of problems have been discovered or reported that are long standing design issues...

I really like the "no feedback" option, but want to be able to turn it off for a day to allow students to see their answers after they have taken...

We are running an online course and need a way for students to be able to share their code so that others can run it and comment on it using...

fixes issue RunestoneInteractive/rs#56

This issue is being created only to be submitted after new Registration Flow is submitted on pull request named OtherRegister by Bryar Frank. This changes the layout buttons to be...

When you choose a question in selectquestion:: :toggle: exercises, the pop up appears at the top of the page instead of by the question, and you don't see it unless...

The :selectquestion directive for a parsons/active code toggle problem does not seem to load if you are not logged in (it gives some javascript errors below), but it does load...

As can be seen in screenshot, I receive no error information when the box appears. In the console I get the error type error e.traceback is undefined" I an only...

I created an optional argument for activecode blocks called python3_interpreter. It can be used writing something like this: ``` .. activecode:: :language: python3 :python3_interpreter: brython print("You can see this print...