Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Talk:Drag and drop answer option values: Difference between revisions

Discussion page of Drag and drop answer option values
New page: This topic sounds really interesting but it is quite difficult to follow the idea :-S. I can see that there are 2 questions in this sample: "Brands" and "Q7" which Q7 is the main question...
 
No edit summary
 
Line 1: Line 1:
This topic sounds really interesting but it is quite difficult to follow the idea :-S.
This topic sounds really interesting but it is quite difficult to follow the idea :-S.  


I can see that there are 2 questions in this sample: "Brands" and "Q7" which Q7 is the main question and Brands is used for storing products list. (I just guess)
I can see that there are 2 questions in this sample: "Brands" and "Q7" which Q7 is the main question and Brands is used for storing products list. (I just guess)  


I tried it with a text grid question named "Q7", paste the script above to "Language dependent" field (just try re-format the script after pasting).  
I tried it with a text grid question named "Q7", paste the script above to "Language dependent" field (just try re-format the script after pasting).  


Every thing is okey now, I starting open a new tested&nbsp;RPQ in interview manager page.&nbsp;The question Brands looks fine but unfortunately, after anwser it, my anwsers will be put into the left column of question Q7 and I got a<span id="fck_dom_range_temp_1231494683803_17" /> javascript error.  
Every thing is okey now, I start opening a new tested&nbsp;RPQ in interview manager page.&nbsp;The question Brands looks fine but unfortunately, after anwser it, my anwsers will be put into the left column of question Q7 and I got a&lt;span id="fck_dom_range_temp_1231494683803_17" /&gt; javascript error.  
 


<br>


"Object does not support this property and method" for  
"Object does not support this property and method" for  


//configure the drag move <br>$(".draggable_text").draggable( <br>{<br>mouse: "pointer",<br>helper: 'clone'<br>} <br>);
//configure the drag move <br>$(".draggable_text").draggable( <br>{<br>mouse: "pointer",<br>helper: 'clone'<br>} <br>);  
 


<br>


I am not sure that I did a right thing, please help me investigate it if you have time. Thank you very much in advance
I am not sure that I did a right thing, please help me investigate it if you have time. Thank you very much in advance

Latest revision as of 09:58, 9 January 2009

This topic sounds really interesting but it is quite difficult to follow the idea :-S.

I can see that there are 2 questions in this sample: "Brands" and "Q7" which Q7 is the main question and Brands is used for storing products list. (I just guess)

I tried it with a text grid question named "Q7", paste the script above to "Language dependent" field (just try re-format the script after pasting).

Every thing is okey now, I start opening a new tested RPQ in interview manager page. The question Brands looks fine but unfortunately, after anwser it, my anwsers will be put into the left column of question Q7 and I got a<span id="fck_dom_range_temp_1231494683803_17" /> javascript error.


"Object does not support this property and method" for

//configure the drag move
$(".draggable_text").draggable(
{
mouse: "pointer",
helper: 'clone'
}
);


I am not sure that I did a right thing, please help me investigate it if you have time. Thank you very much in advance