diff --git a/docs/Instructions.md b/docs/Instructions.md new file mode 100644 index 0000000..976275a --- /dev/null +++ b/docs/Instructions.md @@ -0,0 +1,12 @@ +# Instructions for adapt this project + +The better is that you modify the [template document](https://github.com/somenxavier/my-drag-and-drop-kahn-academy/blob/master/exers/template/template.html). In this case: + +* Change `
` in document for setting the title
+* Be sure link to stylesheet is reachable
+* Change level and area tags in document, and unit title and your project title
+* Put your image in `
`
+* Change the text of the draggable text, i.e. `div id="#drag{i}"
`
+* Then, change the position of the pou in the CSS, according with your image. This are absolute position relative to imagecontainer div.
+* Put the correct answers, modifying `resposta
` in javascript.
+* Finally change the footer link: source code, sources of information, license and about.
diff --git a/docs/Instructions.textile b/docs/Instructions.textile
deleted file mode 100644
index 0dc77fb..0000000
--- a/docs/Instructions.textile
+++ /dev/null
@@ -1,12 +0,0 @@
-h1. Instructions for adapt this project
-
-The better is that you modify the "template document":https://github.com/somenxavier/my-drag-and-drop-kahn-academy/blob/master/exers/template/template.html. In this case:
-
-# Change
in document for setting the title
-# Be sure link to stylesheet is reachable
-# Change level and area tags in document, and unit title and your project title
-# Put your image in 
-# Change the text of the draggable text, i.e. div id="#drag{i}"
-# Then, change the position of the pou in the CSS, according with your image. This are absolute position relative to imagecontainer div.
-# Put the correct answers, modifying resposta
in javascript.
-# Finally change the footer link: source code, sources of information, license and about.