Hi,
I'm desperately trying to implement the drag-and-drop function in LS 1.92, but I can't even see any effect on the ranking question which remains untouch. Here is what I've done, following
this workaround instructions :
1. JS activated as told in
set up your survey to use javascript'
2. I've placed the large script in my template.js file :
first time here :
$(document).ready(function(){
HERE
});and second time here :
HERE
$(document).ready(function(){
});3. I've placed the following code in the source of my ranking question :
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
dragDropRank("99638X1X9");
});
</script>4. I've inserted the CSS at the end of the template.css and I'm using the default template
I've checked that template.js is called from startpage.psptl
Here is a screenshot of my question and of the preview.
To test that it works, I use the 'preview question' button...
Where am I wrong ?