Skip to content

Releases: paustian/QuickcheckModule

v3.1.4 - Enhanced Total Display

09 Mar 19:44

Choose a tag to compare

Displaying all the questions in a large queston database was getting cumbersome if you choose Question Processing ->Examine All Questions. I added an interface where you can search for terms or restrict it to one category. This should make this more responsive.

Bug fixes

04 Feb 19:45

Choose a tag to compare

Fixed a few bugs in how questions were viewed in the admin interface. Data tables buttons (Edit in place, preview, and delete) were not working after a page or search event. Now they are. I also updated to the latest datatables release (https://datatables.net/)

Full feature implmentation done

02 Feb 17:35

Choose a tag to compare

The search interface is now complete with the ability to search in the stem and the answer parts of questions. It is implemented in two ways for convenience. First, you can search through the site-wide interface. Second, you can search through the moderation interfaces in three flavors, questions submitted by users for moderation, hidden questions that are being saved for an exam, and all questions. There is a search box where you can look for all words or exact phrases by using quotes.

Exam moderation implemented

29 Jan 21:07

Choose a tag to compare

This release implements a moderation interface so that questions are placed in a queue the admin can review and then either release for public use, leave in the moderation interface, or hide for potential future exam use.

I also cleaned out some old code and prettied up the interface in a few places. I also added a link to the exam interface that was missing in the previous release.

Quickcheck 3.1 release candidate

29 Jan 20:48

Choose a tag to compare

This release implements a moderation interface so that questions are placed in a queue the admin can review and then either release for public use, leave in the moderation interface, or hide for potential future exam use.

I also cleaned out some old code and prettied up the interface in a few places.