I am trying to use the Migrate module to import XML content as cloze questions.

Starting with just the node titles, the imports successfully create cloze nodes but each title is blank.

$this->addFieldMapping('title', 'name');

The code line above is what should import the titles. That code works for every other node except Cloze.

Can you advice on how to make your mould cooperate with the Migrate module, please?

Also,

Can you tell us how to disable the autocomplete feature which populates the title field with content from the body?

Comments

sisko created an issue.