andreev-artem / moodle_question_type_order

9 stars 8 forks source link

Order question type migration code available #1

Closed tallthom closed 12 years ago

tallthom commented 12 years ago

Hi Andre,

I've been working with another guy on migrating from Moodle 1.9 to 2.x and we have some ORDER type questions. The code for migrating them to 2.x doesn't exist in your repository, but we have written this code. Is there some way I can get permission to push it up or should I just post it here and let you add it?

-Thom

andreev-artem commented 12 years ago

Hi!

You can fork this repo, then add your code and then create pull request.

tallthom commented 12 years ago

Andre,

When you pulled the changes from Justin's fork, you overwrote the MDL_19 branch instead of the WIP_MDL_21 branch. Is there a way to reverse your pull? The 1.9 code is no longer working this way. Sorry for the troubles.

-T

tallthom commented 12 years ago

By the way, there are only changes in WIP_MDL_21. No changes for MDL_19.

andreev-artem commented 12 years ago

Oops.. Ability to do automatic merges + haste = nasty mistakes

I've done hard reset with force push into MDL_19. Not very good practice but I think nobody do work on top of my wrong merge.

Also I've merged your changes into branch MDL_21.

andreev-artem commented 12 years ago

Thank you!

tallthom commented 12 years ago

Andre,

Thanks for your rapid response. I'm testing both code bases now and they seem to be fine. I'll post back if there are problems. The social coding aspect is really helpful and gets results quickly.

-T