Group: Forum Members
Posts: 72,
Visits: 408
|
Hi, Dave, How can I add an addition block<sample> to under the following syntax, and block<sample> appear after every ten times of other blocks. goes like, for example:
1,5,4,3,5,3,2,4, 6, 7, sample; 3,4,5,3,4,12,11,10,1,7, sample (randomly) ....
<expt > / preinstructions = (instruction) / blocks = [1-120=noreplace( 1,1,1,1,1,1,1,1,1,1, 2,2,2,2,2,2,2,2,2,2, 3,3,3,3,3,3,3,3,3,3, 4,4,4,4,4,4,4,4,4,4, 5,5,5,5,5,5,5,5,5,5, 6,6,6,6,6,6,6,6,6,6, 7,7,7,7,7,7,7,7,7,7, 8,8,8,8,8,8,8,8,8,8, 9,9,9,9,9,9,9,9,9,9, 10,10,10,10,10,10,10,10,10,10, 11,11,11,11,11,11,11,11,11,11, 12,12,12,12,12,12,12,12,12,12)] / onblockend = [instruct.finishlabel="press enter to end the test"] / postinstructions = (result) </expt>
Best, nakayama
|