Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Exporting/importing several question categories at once: Difference between revisions

From MoodleDocs
No edit summary
 
(28 intermediate revisions by the same user not shown)
Line 3: Line 3:
The new interface, which lets you export several question categories at once.  
The new interface, which lets you export several question categories at once.  


To activate the export / import multiple categories question, select "Write a several question categories".
To activate the export / import multiple categories question, click "Write several".


[[File:activate.jpg]]
[[File:activate_mod.jpg]]


After choosing "Write a several question categories" interface combobox change as shown in the picture.
After clicking "Write several" combobox list elements is replaced by a tree of categories as it shown on the picture.


[[File:change.jpg]]
[[File:tree_categories.jpg]]


Below I have described how to change the interface.
How to change the interface is described below .


1. Category you want to export, are chosen as you can watch at the image.  
1. Category you want to export, are chosen as you can watch at the image.  


[[File:choose_categories.jpg]]
[[{{ns:file}}:Capture.png]]


2. To select a diapason of categories, select a category which is the first one in the diapason, hold down the Shift key and select the last category in diapason.
To achieve the desired result, I have to use it.


[[Image:diapason_categories.jpg]]
==Change export/import function and file structure==


3. Select categories with subcategories. When you click on the category for the first time, only this category is selected. When you click on the category for the second time, the categories that are one level below, are selected too.
Import function does not need to be changed. Importing several question categories works correctly.  


[[Image:categories_with_subcategories.jpg]]
Export function needs to be corrected. Now only one question category exported.  


When you click on the category for the third time, all selections are canceled.
Now Moodle has the structure of the file described below.


[[Image:selections_are_canceled.jpg]]
In the file category describes then questions describes which belong to the category then next category describes etc. This structure of the file is suitable for export of several question categories. A structure can be represented visually as


To select a category with all its subcategories, press the Ctrl key and click on the category.
[Description category1]


[[Image:all_subcategories.jpg]]
[Description first question of category1]


4. Select the diapason of categories with subcategories. To select a diapason of categories with all their subcategories, select a category which is the first one in diapason , hold down the Shift + Ctrl keys and select the last category in the diapason.
[Description second question of category1]


[[Image:diapason_with_all_subcategories.jpg]]
[Description third question of category1]


5. Select all categories. Select the top line in the drop-down box.
[Description category2]


[[Image:all_categories.jpg]]
[Description first question of category2]


To achieve the desired result, I have to use it.
[Description second question of category2] .


==Change save function and file structure==
So to achieve the goal I will not have to change the structure of the file.

Latest revision as of 13:33, 10 January 2015

Interface

The new interface, which lets you export several question categories at once.

To activate the export / import multiple categories question, click "Write several".

activate mod.jpg

After clicking "Write several" combobox list elements is replaced by a tree of categories as it shown on the picture.

tree categories.jpg

How to change the interface is described below .

1. Category you want to export, are chosen as you can watch at the image.

Capture.png

To achieve the desired result, I have to use it.

Change export/import function and file structure

Import function does not need to be changed. Importing several question categories works correctly.

Export function needs to be corrected. Now only one question category exported.

Now Moodle has the structure of the file described below.

In the file category describes then questions describes which belong to the category then next category describes etc. This structure of the file is suitable for export of several question categories. A structure can be represented visually as

[Description category1]

[Description first question of category1]

[Description second question of category1]

[Description third question of category1]

[Description category2]

[Description first question of category2]

[Description second question of category2] .

So to achieve the goal I will not have to change the structure of the file.