Reducing practice trials for listening span test (letter recall)


Author
Message
yatinmahajan
yatinmahajan
Respected Member (362 reputation)Respected Member (362 reputation)Respected Member (362 reputation)Respected Member (362 reputation)Respected Member (362 reputation)Respected Member (362 reputation)Respected Member (362 reputation)Respected Member (362 reputation)Respected Member (362 reputation)
Group: Forum Members
Posts: 4, Visits: 4
Hello, 

I am running the Listening span test (letter recall version). Since it is a long test to run, I would like to reduce the practice sentences. For this I went to the editable section of the script and manually removed 10 sentences from the <item PracSentenceProblems> and also from <item PracSentenceProblems_audit> and finally from corresponding <list PracSentenceCorrect>. However, when I run the test, it stops after 5 practice sentences and exits from the program. 

How can I reduce the practice trials. 

Kindly help. 

Best,
Yatin
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 105K
yatinmahajan - Thursday, February 23, 2017
Hello, 

I am running the Listening span test (letter recall version). Since it is a long test to run, I would like to reduce the practice sentences. For this I went to the editable section of the script and manually removed 10 sentences from the <item PracSentenceProblems> and also from <item PracSentenceProblems_audit> and finally from corresponding <list PracSentenceCorrect>. However, when I run the test, it stops after 5 practice sentences and exits from the program. 

How can I reduce the practice trials. 

Kindly help. 

Best,
Yatin

See the changes in the attached file.

Attachments
automatedlspan.iqx (549 views, 64.00 KB)
yatinmahajan
yatinmahajan
Respected Member (362 reputation)Respected Member (362 reputation)Respected Member (362 reputation)Respected Member (362 reputation)Respected Member (362 reputation)Respected Member (362 reputation)Respected Member (362 reputation)Respected Member (362 reputation)Respected Member (362 reputation)
Group: Forum Members
Posts: 4, Visits: 4
Dave - Thursday, February 23, 2017
yatinmahajan - Thursday, February 23, 2017
Hello, 

I am running the Listening span test (letter recall version). Since it is a long test to run, I would like to reduce the practice sentences. For this I went to the editable section of the script and manually removed 10 sentences from the <item PracSentenceProblems> and also from <item PracSentenceProblems_audit> and finally from corresponding <list PracSentenceCorrect>. However, when I run the test, it stops after 5 practice sentences and exits from the program. 

How can I reduce the practice trials. 

Kindly help. 

Best,
Yatin

See the changes in the attached file.

Hello Admin, 

Thank you for your kind reply. Please correct em if I am wrong, did you just remove 10 items from these sections ? <item PracSentenceProblems>, <item PracSentenceProblems_audit>, <list PracSentenceCorrect>. Or there were more changes elsewhere in the code? 

If yes, when I tried the same (reduced to two sentences), it froze after presenting two practice trials. Am I doing it write? Following is my modification

<item PracSentenceProblems>
/ 01 = "Sam stopped the fire with a bucket full of promises."
/ 02 = "In the summer, you can often watch movies outdoors."
</item>

<item PracSentenceProblems_audit>
/ 01 = "practice1.wav"
/ 02 = "practice2.wav"
</item>

<list PracSentenceCorrect>
/ items = (
"FALSE", "TRUE")
/ selectionmode = sound.PracProblem_audit.currentindex
</list>


Yatin
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 105K
yatinmahajan - Thursday, February 23, 2017
Dave - Thursday, February 23, 2017
yatinmahajan - Thursday, February 23, 2017
Hello, 

I am running the Listening span test (letter recall version). Since it is a long test to run, I would like to reduce the practice sentences. For this I went to the editable section of the script and manually removed 10 sentences from the <item PracSentenceProblems> and also from <item PracSentenceProblems_audit> and finally from corresponding <list PracSentenceCorrect>. However, when I run the test, it stops after 5 practice sentences and exits from the program. 

How can I reduce the practice trials. 

Kindly help. 

Best,
Yatin

See the changes in the attached file.

Hello Admin, 

Thank you for your kind reply. Please correct em if I am wrong, did you just remove 10 items from these sections ? <item PracSentenceProblems>, <item PracSentenceProblems_audit>, <list PracSentenceCorrect>. Or there were more changes elsewhere in the code? 

If yes, when I tried the same (reduced to two sentences), it froze after presenting two practice trials. Am I doing it write? Following is my modification

<item PracSentenceProblems>
/ 01 = "Sam stopped the fire with a bucket full of promises."
/ 02 = "In the summer, you can often watch movies outdoors."
</item>

<item PracSentenceProblems_audit>
/ 01 = "practice1.wav"
/ 02 = "practice2.wav"
</item>

<list PracSentenceCorrect>
/ items = (
"FALSE", "TRUE")
/ selectionmode = sound.PracProblem_audit.currentindex
</list>


Yatin

No, you also need to remove the corresponding number of items from

<list PracSentencelist>
/ items = (1,2,3,4,5)
/ selectionmode = sequence
</list>

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search