Importing new questions

This function allows you to import questions from external text files, uploaded through a form, or by choosing a suitable file already in the course Files area.

A note about character encodings

If your file contains non-ascii characters, it must use UTF-8 encoding. You may be able to select or convert to UTF-8 using your favorite editor, or it may be an option in the exporting software. Be particularly cautious with files generated by Microsoft Office applications, as these commonly use special encoding which will not be handled correctly. XML-based import formats will be handled automatically.

A number of file formats are supported:

GIFT format

GIFT is the most comprehensive import format available for importing EasyCampus quiz questions from a text file. It was designed to be an easy method for teachers writing questions as a text file. It supports Multiple-Choice, True-False, Short Answer, Matching and Numerical questions, as well as insertion of a _____ for the "missing word" format. Various question-types can be mixed in a single text file, and the format also supports line comments, question names, feedback and percentage-weight grades. Below are some examples:

Who's buried in Grant's tomb?{~Grant ~Jefferson =no one}

Grant is {~buried =entombed ~living} in Grant's tomb.

Grant is buried in Grant's tomb.{FALSE}

Who's buried in Grant's tomb?{=no one =nobody}

When was Ulysses S. Grant born?{#1822}

More info about the "GIFT" format

Aiken Format

This is a simple format for importing multiple choice questions from a text file.

More info about the "Aiken" format

XML format

This format imports quiz questions that have previously been exported in the same format. The format is capabable of importing image files.

More info about the "XML" format

Missing Word

This format only supports multiple choice questions and short answer question, depending on the number of answers. One answer generates a short answer question, two or more answers generate a multiple choice question. Each answer is separated with a tilde (~), and the correct answer is prefixed with an equals sign (=). Here is an example of a multiple choice question:

As soon as we begin to explore our body parts as infants we become students of {=anatomy and physiology ~reflexology ~science ~experiment}, and in a sense, we remain students for life.

Here is an example of a short answer question:

As soon as we begin to explore our body parts as infants we become students of {=anatomy and physiology}, and in a sense, we remain students for life.

Blackboard

This module can import questions saved in Blackboard's "POOL" type export format. It relies on XML functions being compiled into your PHP. Note that you must first unpack the exported zip file and provide EasyCampus with the appropriate .dat file. Note that this version does not work with Blackboard Version 6 and newer.

Blackboard V6+

This module can import questions saved in Blackboard's export format. It provides limited support for Blackboard Version 6 and 7. It relies on XML functions being compiled into your PHP. You must upload the zip file exported from Blackboard.

WebCT

This module can import questions saved in WebCT's text-based format.

More info about the "WebCT" format

Course Test Manager

This module can import questions saved in a Course Test Manager test bank.

Please read the full help file below before using this import class.

More info about the "CTM" format

Embedded answers (Cloze)

This format imports just one type of question: the Embedded Answers (also known as Cloze) format.

More info about the "Cloze" format

Learnwise format

This format can import multiple choice questions saved in Learnwise's XML format.

Examview format

This format can import from Examview 4 XML files. Note that the older versions of Examview are not supported.

If you need a different format, please contact support@educadium.com or open a help ticket.