-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Moodle Questions Converter | ||
|
||
A macro for converting a Word document with questions to the native GIFT/MoodleXML question bank | ||
format supported by Moodle (www.moodle.org). Questions are defined as different | ||
Word styles. | ||
|
||
Supported question types are: | ||
|
||
1. Multiple Choice Question | ||
2. Matching Question | ||
3. Short Answer Question | ||
4. True-False Question (statements) | ||
5. Numerical Question | ||
6. Missing Word Question (only 1 right answer supported) | ||
7. Description | ||
8. Essay | ||
|
||
Question feedback is also supported as well as weighted answers for Multiple Choice | ||
Questions. | ||
|
||
## Contributors: | ||
* Dmitry Pupinin ([email protected]) | ||
* Vadim Dvorovenko ([email protected]) | ||
* Petr Molokov ([email protected]) | ||
* Alexey Karpenko | ||
|
||
Project started as "Word to GIFT converter" by Mikko Rusama ([email protected]) |