Posts made by Itamar Tzadok

Here is an illustration of some conceptual work on the question bank interface. The idea is simply to have all 4 functions - questions, categories, import, export - on one page. Here the last three functions are pushed into blocks and added to the questions page.

This is just a rough start but for what it's worth, here goes. smile

 

 

The questions categories is currently enhanced with two bulk functions - add categories ('import' in the illustration but should be 'add') and delete categories.

Adding categories is done in the custommenu style so you can add a hierarchy by one go.

Deleting categories uses a swipe left gesture for marking categories and then a click on a delete button that appears for that purpose, to delete all marked categories.

 

Then there is import and export each one in its own block so as to benefit from the block builtin collapsibility for better usability. The blocks use the original question import/export forms and processing. For my purposes I slightly tweaked these forms to change the file format radio buttons to dropdown to save space. The latter is a bit more important for the import form where I also added an editor which allows me to import questions to html formats (if supported) by entering them into the editor in the designated format.

Average of ratings: Useful (1)

The change was quite intentional on grounds that many people got confused by the zoom box. The usual problem with such grounds is that those who find the functionality useful don't make much fuss about that and so it may seem that the confused are the majority.

My course format 'sections' is supposed to work around all this. It allows you to decide whether to include a prev/next navigation bar and whether at the top, bottom or both. But it also comes with a designated navigation block like the standard navigation block but only for the course sections. The format allows you add non-section nodes to the hierarchy. Etc. Have not yet completed its porting to 2.3 (the course ajax part) but should be able to do that soon and then release the plugin.

smile