Millisecond Forums

Could not locate / unassigned

https://forums.millisecond.com/Topic26638.aspx

By SabRV - 4/3/2019

Dear all,

I have adapted a questionnaire but it doesnt seem to run since I'm getting the error code 
Could not locate element 'EDEQ3'.
and
surveypage 1 is unassigned.

I have checked and checked but I'm certainly not seeing something which causes this error..Could maybe anyone have a look?

Many thanks!!
Best,
Sabrina
By Dave - 4/3/2019

SabRV - Wednesday, April 3, 2019
Dear all,

I have adapted a questionnaire but it doesnt seem to run since I'm getting the error code 
Could not locate element 'EDEQ3'.
and
surveypage 1 is unassigned.

I have checked and checked but I'm certainly not seeing something which causes this error..Could maybe anyone have a look?

Many thanks!!
Best,
Sabrina

<likert> elements are not survey question formats. They are special kind of <trial> elements. You cannot run a <likert> per a <surveypage>'s /questions attribute:

<surveypage EDEQ3en4_page1>
...
/ questions = [1 = EDEQ3, EDEQ4]
...
</surveypage>


<likert> elements ought to be run via a <block> element's /trials attribute, just like any regular kind of <trial> element.

<block EDEQ3>
/ trials = [1= sequence(EDEQ3, EDEQ4)]
</block>