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
Tim Hunt
7e252acff1
MDL-36942 xml question import: don't add spaces.
...
They are not necessary anyway, there is a \n character at the end of
each line.
Thanks to Richard Lobb for fining the problem and how to fix it.
2012-11-30 15:59:11 +00:00
Dan Poltawski
054124a3ed
MDL-36887 quiz: reorder upgrade.txt's
2012-11-30 11:41:01 +08:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Jean-Michel Vedrine
bedbfd6dfa
MDL-32865 Backwards compatibility, deal with the old image tag
2012-11-17 16:38:03 +01:00
Jean-Michel Vedrine
7c86628de6
MDL-32865 CLOZE Questions imported from another course end up with broken image links
2012-11-17 16:38:02 +01:00
Dan Poltawski
0e35ba6ffc
MDL-36357 cleanup - remove double semicolons
2012-11-15 09:51:26 +08:00
Frederic Massart
b825e6c613
MDL-35171 Question: Export to HTML uses more of html_writer
2012-09-28 11:40:40 +08:00
Frederic Massart
c3cdf1e4cb
MDL-34570 Accessibility: Adding labels on text inputs and selects to questions
2012-09-28 11:40:40 +08:00
Rossiani Wijaya
83690170be
MDL-34570 accessibility compliance for question: edit string label
2012-09-28 11:40:40 +08:00
Eloy Lafuente (stronk7)
b18816beae
Merge branch 'MDL-34841' of git://github.com/timhunt/moodle
2012-09-18 01:15:14 +02:00
Tim Hunt
cacb8fa08a
MDL-34841 error importing questions with long names.
...
The problem was with the non-UTF-8-safe way that a question name
was being constructed from the question text.
I have done a proper fix with methods in the base class to
carefully construct a question name that is reasonable, and
which will fit in the database column. Then I have changed all
importers to use the new methods.
I also remembered not to break the lesson in the process.
2012-09-11 15:04:00 +01:00
Eloy Lafuente (stronk7)
24543a2145
Merge branch 'MDL-35272-typo' of git://github.com/mudrd8mz/moodle
2012-09-11 01:03:06 +02:00
David Mudrák
0e5ebc8755
MDL-35272 Fix typo in qformat_blackboard_six.php
...
Credit goes to German Valero for spotting and reporting this.
2012-09-05 14:05:36 +02:00
Tim Hunt
e231a3ffa2
MDL-27799 question bank: remove last traces of qtype constants.
...
Using consants to refer to plugin names is crazy. The whole point of
plugins is that you can install more, hence the list of constants will
never be complete.
2012-08-30 13:15:52 +01:00
Eloy Lafuente (stronk7)
2ab9b983be
MDL-25492 bb6 import: bump version after big changes.
2012-08-28 20:16:54 +02:00
Eloy Lafuente (stronk7)
14941785d7
Merge branch 'MDL-25492' of git://github.com/jmvedrine/moodle
2012-08-28 20:02:02 +02:00
Aparup Banerjee
a4290d5803
Merge branch 'MDL-32464' of git://github.com/timhunt/moodle
2012-08-28 16:53:41 +08:00
Tim Hunt
19de315e83
MDL-34306 gift question format: allow import of general feedback
...
This change introduces #### as a separator for general feedback. You need
to add ####General feedback goes here as the last thing inside the {...}.
For example
// question: 123 name: Shortanswer
::Shortanswer::Which is the best animal?{
=Frog#Good!
=%50%Cat#What is it with Moodlers and cats?
=%0%*#Completely wrong
####Here is some general feedback!
}
Note that this change is not entirely backwards compatible. It will break
any existing GIFT file where the character sequence #### us used between the
{} as part of the question. This seems highly unlikely.
2012-08-25 14:27:40 +01:00
Tim Hunt
aa9d6e4300
MDL-32464 qformat multianswer: fix missing include.
...
Also, add a sample file that can be used for testing, and add a unit
test to verify this is working.
2012-08-24 16:56:18 +01:00
Jean-Michel Vedrine
7ace84e069
MDL-25492 Blackboard V6+ question import is broken.
2012-08-24 13:27:45 +02:00
Jean-Michel Vedrine
7263fd6c53
MDL-34738 fix for the problem found during testing : dat files not accepted on some servers
2012-08-22 15:19:54 +02:00
Dan Poltawski
29e8b15d83
MDL-34808 qformat_examview - increment version
2012-08-21 11:05:22 +08:00
Dan Poltawski
6a721e3ebb
Merge branch 'MDL-34808' of git://github.com/jmvedrine/moodle
2012-08-21 11:00:38 +08:00
Dan Poltawski
115728888a
MDL-34738 qformat_blackboard - increment version number
2012-08-21 09:56:29 +08:00
Jean-Michel Vedrine
01ef6c815e
MDL-34808 load sample xml file from fixtures in tests
2012-08-20 10:44:34 +02:00
Jean-Michel Vedrine
735702f62c
MDL-34738 load sample dat file in tests
2012-08-20 09:41:02 +02:00
Jean-Michel Vedrine
9d06b9eef9
MDL-34808 qformat examview Add phpunit tests to examview import format
2012-08-19 16:30:27 +02:00
Jean-Michel Vedrine
17ab0e74f9
MDL-34738 qformat blackboard: blackboard format is broken
2012-08-18 10:36:02 +02:00
Tim Hunt
453022307e
MDL-34483 qformat_examview: Commit example file.
...
Supplied by Rick Jerz.
2012-07-30 11:57:36 +01:00
Jean-Michel Vedrine
3a24ae8b17
MDL-34483 qformat_examview: handle more questions.
...
These fixes come from testing with the example file supplied by Rick
Jerz.
2012-07-27 12:13:38 +01:00
Jean-Michel Vedrine
9c3afc5bb6
MDL-34483 qformat_examview: clean the code to make codechecker happy
2012-07-26 18:54:31 +01:00
Jean-Michel Vedrine
2562c138ec
MDL-34483 qformat_examview: changes required to make it basically work.
2012-07-26 18:54:30 +01:00