Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Quiz questions import (qqxml_import) is a simple module, designed as an addon for quiz module. It allows user with permission 'import quiz questions' to create a bulk of quiz questions from an xml file. The import xml file must be in format specified in examples directory.

How to use

Create questions xml file. Refer examples directory for sample.
Login as admin to your drupal site and navigate to Administer > Quiz management > Import Quiz XML Questions page.
Select the questions type and upload the XML file. This step will create quiz questions.
Navigate to Administer > Content management > Content to see the list of created questions.

Derived from the existing qq_import module this one will import any number and type of question in any order. The code is posted in drupal.org with an intention of sharing with others.

Requirements
This module depends of quiz. To use this module you need to enable, the quiz module and one of its questions type module (multichoice, long_answer, etc.)

Installation
Install as usual, see Handbook for further information.

Project information