Fixes conversion of targeted feedback for multi-input questions with dropdown parts. In this case conversion generates new part-qualified IDs for the choices. For example if part1 has choices w/ids A and B, new choice ids are part1-A and part1-B. But this change was not being applied when converting the targeted feedback map, which maps choiceIDs to responses.
Fixes conversion of targeted feedback for multi-input questions with dropdown parts. In this case conversion generates new part-qualified IDs for the choices. For example if part1 has choices w/ids A and B, new choice ids are part1-A and part1-B. But this change was not being applied when converting the targeted feedback map, which maps choiceIDs to responses.