skylab Posted March 16, 2014 Share Posted March 16, 2014 Hi guys, Below is a snapshot which shows what I need I'm trying to teach adjectives (converted from nouns) and I would like to make a game which allow visitors to drag and drop the word from the right to the left empty boxes. When there is a match, a green check mark will appear. It would be great if it uses xml files to get the list of words. Any help would be greatly appreciated. Quote Link to comment Share on other sites More sharing options...
Tomas Posted March 17, 2014 Share Posted March 17, 2014 Hi it is very, very simple. You can use:HTML5 Drag and DropJQuery UI - Drag and Drop Instead of XML use JSON. Quote Link to comment Share on other sites More sharing options...
skylab Posted March 17, 2014 Author Share Posted March 17, 2014 I would like to use xml so that I can load different texts at once without having to modify the app itself. Does JSON do that? And what platform should I use to make it? I'm new at this. Thanks! Quote Link to comment Share on other sites More sharing options...
skylab Posted March 21, 2014 Author Share Posted March 21, 2014 Any help would be appreciated. Quote Link to comment Share on other sites More sharing options...
Stunt Pixels Posted March 22, 2014 Share Posted March 22, 2014 You'll probably find more help if you can show why googling for the answer before asking the question didn't help. You were provided two possible solutions. Did you try googling them, and if so, what was unsuitable about those approaches?3 seconds googling the above terms got me:http://www.html5rocks.com/en/tutorials/dnd/basics/http://www.elated.com/articles/drag-and-drop-with-jquery-your-essential-guide/ Have you tried these approaches? If the problem is not knowing Javascript, have you done any tutorials? Or tried codeacademy or similar?http://www.codecademy.com/tracks/javascript Quote Link to comment Share on other sites More sharing options...
skylab Posted March 22, 2014 Author Share Posted March 22, 2014 I appreciate the response, but what you did is you provided me with links to separate topics unrelated to each other. I wanted to know how to incorporate xml with html5 using the drag and drop. The links talk about drag and drop without referring to xml. I don't want to use Javascript for this project. Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.