swot icon indicating copy to clipboard operation
swot copied to clipboard

Quiz maker written using the MEAN stack (MongoDB, Express, AngularJS and Node.js)

Results 18 swot issues
Sort by recently updated
recently updated
newest added

If a topic's name is really long, it causes ugly wrapping in the sidebar: ![swot - long topic name sidebar](https://cloud.githubusercontent.com/assets/766698/4102951/889c712c-3144-11e4-9ef3-f608b6d56fe4.PNG) It also causes the the Edit button to be displaced...

Need to add error logging to the app. Errors (and possibly all requests) should be persisted to the database on the live site, whereas in dev, they should just be...

This project currently uses both client-side (angular) and server-side (Jade) templating, which results in messy code and inconsistency. I'd like to move away from server-side templating and rely more on...

Deleting a topic deletes all quizzes associated with that topic; it also deletes all subtopics, and all quizzes associated with those topics. As such, it's kind of a dangerous operation,...

enhancement

It should be possible to change the order in which quizzes appear within a topic using drag and drop. It should also be possible to drag a quiz from one...

enhancement

Need to add a new question type for short response. These will not be automatically graded - the quiz taker will be shown the correct answer after submission, and given...

enhancement

Create a new question type for "select all that apply" questions. For example: --- Which of the following English monarchs were part of the House of Tudor? Select all that...

enhancement

There should be an option to allow randomizing the order in which choices appear whenever the question is displayed in the context of taking the quiz. The setting should be...

enhancement