|
Linking to Qedoc
From Qedoc
This article explains how you can best link to Qedoc and gives you code for doing this.
Linking to the Qedoc main page
If you wish, you can give a general link to the main Qedoc page. Here's an example of some code:
<a href="http://www.qedoc.org">Educational Resources from Qedoc</a>
The text between the tags can be varied, but try to keep the text descriptive of Qedoc's educational and elearning purposes.
Linking to a resource page on Qedoc
If you like a particular resource on Qedoc, the best way to link to it is to link to the resource page. Here's some code for HTML handcoders:
<a href="http://www.qedoc.org/en/index.php?title=NAME_OF_PAGE">NAME OF PAGE</a>
Your code should look like the above, with the placeholders (NAME_OF_PAGE) replaced with the name of the page. And yes - if you ask if the name of the page appears twice, you are correct.
Hotlinking to a resource
You are welcome to hotlink directly to learning modules hosted on Qedoc. If you do this, then the modules will appear to launch directly from your website. Your own website page remains in the browser window, while the Qedoc Quiz Player launches in its own usual window as if it had emerged from your website. Your browser is not directed to our site.
Each module has a special URL for this purpose. The URL is given on each page in a green box on the right. It looks something like:
http://www.qedoc.net/qqp/jnlp/UFMXA_014.jnlp
To insert such a code into your website, write this into your HTML if you handcode directly:
<a href="http://www.qedoc.net/qqp/jnlp/ABCDE_123.jnlp">TITLE_OF_RESOURCE</a>
Make sure you replace the placeholders (ABCDE_123 and TITLE_OF_RESOURCE) with the actual filenames and titles given on the resource page. You can also attach the URL to buttons or images if you know how - it's up to you.

