Dan Poltawski
d08598bc8b
Merge branch 'MDL-35103' of git://github.com/jmvedrine/moodle
2014-02-18 13:39:08 +08:00
Jean-Michel Vedrine
624ff5ba57
MDL-42033 Files in subdirs not exported correctly by question XML format
2014-02-16 19:37:09 +01:00
Jean-Michel Vedrine
4c23a70b03
MDL-35103 Fix various phpdocs for question formats
2014-02-16 19:09:26 +01:00
Tim Hunt
5c0b5ba575
MDL-43809 qformat_xml messes up $s in multianswer questions.
2014-01-23 15:26:38 +00:00
Kyle Temkin
a4f765eb1d
MDL-39756 add advanced attachment options to essay question type
...
Adds a set of options to the essay question type which implement
the following new features:
-Adds an input format which accepts only file uploads, and no
inline text.
-Adds an option to make the inline text response optional when
attachments are enabled, so students can choose to upload
an essay file.
-Adds an option to make attachments required, so essays without
attachments will be marked incomplete.
2014-01-15 12:43:04 -05:00
Eloy Lafuente (stronk7)
f39c82ebed
MDL-42701 Bump all versions near 2.6 release
2013-11-05 02:36:00 +01:00
Adam Olley
910051b798
MDL-41600: qformat_blackboard_six Fix test_import_match fail w/ddmatch
...
With qtype_ddmatch installed, the unit tests for qformat_blackboard_six
fail as they generate ddmatch questions instead of match ones. This
patch checks for ddmatch and changes the test to expect that instead if
its installed.
2013-09-10 09:16:51 +09:30
Dan Poltawski
942a0e37d4
Merge branch 'MDL-39507' of git://github.com/timhunt/moodle
2013-08-13 09:52:35 +08:00
Tim Hunt
e2b388c1a4
MDL-39507 questions: fix pluginfile URLs before format_text.
...
This commit build's on Jean-Michel's work, tidying up a few lose ends.
2013-08-12 10:32:02 +01:00
Jean-Michel Vedrine
6c23d0d403
MDL-39507 questions: fix pluginfile URLs before format_text.
2013-08-08 10:05:48 +01:00
Jean-Michel Vedrine
398dc6a3ab
MDL-30001 WEBCT Import does not work for 2.0
2013-08-08 07:43:43 +02:00
Petr Škoda
2f1e464a88
MDL-40438 migrate all collatorlib:: and textlib:: uses
2013-08-06 21:04:35 +02:00
Jean-Michel Vedrine
d2fd7262af
MDL-39404 Update question/format files to match codechecker standards
2013-07-26 21:32:34 +02:00
Dan Poltawski
a3f92b2e0e
Revert "MDL-26511 Images in Cloze multichoice"
...
This reverts commit feec4f8941
.
2013-06-11 11:38:34 +08:00
ppichet
feec4f8941
MDL-26511 Images in Cloze multichoice
...
vertical and horizontal answer and in feedback of all qtype answers
2013-06-10 11:28:46 +08:00
Eloy Lafuente (stronk7)
cedb0aab5a
MDL-39434 Bump all versions near 2.5 release
2013-05-01 18:03:29 +02:00
Jamie Pratt
397acdfda2
MDL-39230 Question bank - refactor xml import
...
Allow for reuse of code to read xml questions.
2013-04-30 11:38:26 +08:00
Dan Poltawski
ba26ed9cac
Merge branch 'MDL-39283' of git://github.com/jmvedrine/moodle
2013-04-24 14:33:00 +01:00
Jean-Michel Vedrine
b31d6664e6
MDL-39283 GIFT and XML question export broken for unsupported qtypes
...
Do no write any data to the export for unsupported qtypes
2013-04-23 09:42:53 +02:00
Sam Hemelryk
c26f34baf1
Merge branch 'MDL-39172' of git://github.com/jmvedrine/moodle
2013-04-22 11:02:39 +12:00
Jean-Michel Vedrine
b48193383f
MDL-39172 Import of .dat files is broken in blackboard_six import format
2013-04-18 17:39:13 +02:00
Jean-Michel Vedrine
cdcda6a0b4
MDL-39164 GIFT, Blackboard and Examview import of essay questions broken
2013-04-18 17:36:18 +02:00
Jean-Michel Vedrine
c80fb6d95e
MDL-38880 Imported Cloze questions lose embedded images or other media
2013-04-11 16:22:20 +02:00
Dan Poltawski
95cd4369bb
Merge branch 'MDL-19072' of git://github.com/jmvedrine/moodle
2013-04-10 14:10:37 +08:00
Dan Poltawski
998c5996e0
Merge branch 'MDL-38808' of git://github.com/jmvedrine/moodle
2013-04-03 14:46:58 +08:00
Damyon Wiese
6fb437b2bb
Merge branch 'MDL-38705' of git://github.com/jonof/moodle
2013-04-03 14:35:12 +08:00
Jean-Michel Vedrine
60527d0c34
MDL-10516 Pre-populated answer (template) in essay questions
2013-04-03 11:30:42 +08:00
Jean-Michel Vedrine
9219089a72
MDL-38808 Remove deprecated unzip_file from qformat blackboard_six
2013-04-01 09:34:07 +02:00
Jean-Michel Vedrine
1e8f4e54c7
MDL-19072 XHTML export for match questions fix for distractors
2013-03-31 15:13:44 +02:00
Jonathon Fowler
c8845ca917
MDL-38705 qformat_blackboard_six: use qti title as category name
...
Specifically, the title on the 'assessment' element is used.
2013-03-31 14:00:01 +10:00
Jonathon Fowler
8bcefa699d
MDL-38390 qformat_blackboard_six: use pool title as category name
...
If the category title is empty, generate a sequentially-numbered
title to use instead.
2013-03-23 17:35:16 +10:00
Jonathon Fowler
e5ca31fa4d
MDL-38388 qformat_blackboard_six: fix question image import
...
This works on the expectation that the returned array from readdata()
is opaque and will be fed directly into readquestions() since
filebase is different per file and needs to be set up appropriately
before each parse.
2013-03-15 09:08:57 +10:00
Jean-Michel Vedrine
4f315786e8
MDL-37897 Remove useless Blackboard question import format
2013-02-28 17:46:29 +01:00
Eloy Lafuente (stronk7)
d2761b3aad
Merge branch 'MDL-37967' of git://github.com/jmvedrine/moodle
2013-02-20 00:32:19 +01:00
Dan Poltawski
fdd91adabb
Merge branch 'MDL-38051' of git://github.com/jmvedrine/moodle
2013-02-19 11:23:39 +08:00
Jean-Michel Vedrine
ded5cddb32
MDL-37967 Improve XML question import format handling of duplicated files
2013-02-18 07:38:22 +01:00
Jean-Michel Vedrine
7bae3a12fd
MDL-38051 Annihilate all the CRLFs present in some questions/fixtures...
2013-02-15 18:26:38 +01:00
Jean-Michel Vedrine
0e178dc939
MDL-37934 Blackboard_six question import fails in some cases
...
Import fails if the same image is used several times
in the same field of the same question
2013-02-14 09:26:29 +01:00
Jean-Michel Vedrine
a5d7862b58
MDL-37172 Hardcoded strings in some question imports formats
...
AMOS BEGIN
MOV [unknownorunhandledtype,qformat_blackboard_six],[unknownorunhandledtype,question]
AMOS END
2013-01-25 22:31:06 +01:00
Tim Hunt
b4cb095798
MDL-17812 shortanswer qtype: rename DB stuff to match coding guidelines.
...
We should be leading by example in Moodle core.
2013-01-18 15:53:35 +00:00
Dan Poltawski
a9081ce630
MDL-37313 question: fix trailing whitespace
2013-01-15 16:36:14 +08:00
Jean-Michel Vedrine
52158a41e4
MDL-37313 Sample files with images for XML import
2013-01-11 19:54:06 +01:00
Jean-Michel Vedrine
2387d1cde5
MDL-37313 Moodle XML import format should use draft file areas, not arrays
2013-01-11 19:54:06 +01:00
Sam Hemelryk
f44e7d0a77
Merge branch 'MDL-36357' of git://github.com/danpoltawski/moodle
...
Conflicts:
user/view.php
2013-01-09 09:34:22 +13:00
Dan Poltawski
b5b418b2a7
Merge branch 'MDL-28183' of git://github.com/jmvedrine/moodle
2013-01-08 12:17:51 +08:00
Jean-Michel Vedrine
e9af609176
MDL-28183 add num parts correct and clear wrong to multianswer
2012-12-30 11:55:21 +01:00
Tim Hunt
bf7b7f45d1
MDL-37068 qformat_learnwise: fix UTF8 and other issues.
2012-12-22 17:38:52 +00:00
Dan Poltawski
cba50c0088
Merge branch 'MDL-36243' of git://github.com/jmvedrine/moodle
2012-12-11 16:24:10 +08:00
Sam Hemelryk
711e0ad9b7
Merge branch 'MDL-36942' of git://github.com/timhunt/moodle
2012-12-11 15:04:22 +13:00
Jean-Michel Vedrine
7980a381cc
MDL-36243 question->questiontext and question->generalfeedback should always be strings
2012-12-08 14:09:26 +01:00