When importing a very small course, it's easy to see that the "import analysis" of modulestore migrator shows the wrong number of components to import into a library.
- Create a small course with only a couple of components.
- Create an empty library. Go Tools > Import > select the course from step 1.
The analysis shows:
But the final result is:
The difference of 9 blocks is likely due to the type@about+block@subtitle, type@about+block@duration, type@about+block@description, type@about+block@short_description,type@about+block@overview, type@about+block@entrance_exam_enabled, type@about+block@entrance_exam_id, type@about+block@entrance_exam_minimum_score_pct, type@about+block@about_sidebar_html metadata XBlocks that every course has.
When importing a very small course, it's easy to see that the "import analysis" of modulestore migrator shows the wrong number of components to import into a library.
The analysis shows:
But the final result is:
The difference of 9 blocks is likely due to the
type@about+block@subtitle,type@about+block@duration,type@about+block@description,type@about+block@short_description,type@about+block@overview,type@about+block@entrance_exam_enabled,type@about+block@entrance_exam_id,type@about+block@entrance_exam_minimum_score_pct,type@about+block@about_sidebar_htmlmetadata XBlocks that every course has.