RunestoneComponents
RunestoneComponents copied to clipboard
Packaging of the Runestone tools for publishing educational materials using github pages
Error reported in course agnes_ac101f19a on page KnowyourerrorMessages by user agnes312 [email protected] Hi, A small thing - Under the first error example, which is a NameError, there is a paragraph...
Error reported in course SBCSA2020B5 on page Exercises by user fmorrison [email protected] After finishing all of the exercises in section 1.10 of the course and moving on to Chapter 2.0,...
Curerntly, our Runestone Components don't return any [extension metadata](https://www.sphinx-doc.org/en/master/extdev/index.html#extension-metadata). We should do this! We could probably define a standard value to return for all Runestone Components, then just return that.
Error reported in course fall2020rosen on page /runestone/exams/one_exam_competency?assignment=Chapter%202%20Quiz by user ProfRosen [email protected] Please describe what you were doing that led up to this error: ---------------- Traceback -------------- Traceback (most recent...
Error reported in course CarverCP2020 on page index by user Celeste_luvs_Raccoons [email protected] when ever i run a code i dont get the output in the grey box
There is a bad Link in First Page of the instructor's guide. https://runestone.academy/runestone/static/instructorguide/index.html https://runestoneinteractive.org/library.html in the text: "Use any of the existing ebooks that are listed at the following link...
My textbook uses sqlite databases. I put these in _static; however, when I update the database (add a table, add data, etc.), the change is not being propagated to the...
Adds a [p5js](https://p5js.org/) directive, using [p5.js-widget](https://github.com/toolness/p5.js-widget). An example of the directive is: `.. p5:: first-demo :width: 400 :height: 400 :autoplay: function setup() { createCanvas(350, 300); } function draw() { background(255);...
Currently Questions entered through the question writer are automatically stored under the current base_course, the chapter selected by the user and the subchapter is stored as Exercises. When an instructor...
Some of the active codes in CSAwesome Unit 8 on 2D arrays do not run with CodeLens. See ActiveCodes in https://runestone.academy/runestone/books/published/csawesome/Unit8-2DArray/topic-8-1-2D-arrays-Day2.html. The console errors are: livecode.js:476 Uncaught TypeError: Cannot create...