maths / moodle-qtype_stack

Stack question type for Moodle
GNU General Public License v3.0
142 stars 149 forks source link

Iss1253 - STACK library page #1268

Closed EJMFarrow closed 2 months ago

EJMFarrow commented 2 months ago

Adds a STACK library page available from the question edit form when creating a new question. Questions are now within a stacklibrary folder within sample questions so we have a neat selection of single question files.

library page

The page renders the question text of a selected question using the API code. Clicking 'Import' imports the question into the course the user is currently in. If they started from a particular category in the question bank, it will go in there.

Renders and the file structure are cached using Moodle caching.

API sample front end updated to show everything within the samplequestions folder as it can already handle files with multiple questions.