diff --git a/README.rst b/README.rst index de8201c..4ea9640 100644 --- a/README.rst +++ b/README.rst @@ -16,6 +16,7 @@ Converted: - Some videos - LTI links - QTI assessments +- PDF files Not converted: @@ -60,10 +61,24 @@ The link map file can be supplied using `-f` or `--link_file`:: If the original course content contains relative links and the resources (images, documents etc) the links point to are not included into the exported -course dump, you can specify their source using `-s` flag: +course dump, you can specify their source using `-s` flag:: cc2olx -i -s +If some custom xBlocks are installed on the target Open edX instance, the +corresponding blocks can be specified by `-c` argument. If the content that +such xBlocks can render are found during the course converting, they will be +used. The argument values correspond to the xBlock names to specify in +`advanced_modules` inside a course advanced settings. + +Supported xBlocks : + +- `pdf `_ + +Argument usage example:: + + cc2olx -i -c -c + Dockerization -------------