cleroux1998
About
- Username
- cleroux1998
- Joined
- Visits
- 3
- Last Active
- Roles
- Member
Comments
-
This is what I did and it works fine ... just need some normalization with names. Thanks But what about playing sound for files with accented characters ? Any clue ? Thanks again
-
Ok. I agree with you that I was trying new things after better understanding ! So this is a little bit confusing ! This is what I am trying to do: * help the student to distinguish with two closed phonetic sounds * help me knowing the students wit…
-
After some trials : my main problem is that the name of the files I want to use for Sampler contains accented characters (like è). No error ! But no sound is played (in fact, this is wrong .. something like a scratch is played !) Any clue ?
-
By working a little more on that, this is much more link with (use of print for debugging and understanding) print items['pour_les_phonemes_du_son_choisi'].dm I tried to use something like encode('utf-8') .. somewhere but I do not find how to !!! An…
-
This is the way I did to initialize the counters var.myAcc = None var.totalCorrect = 0 var.totalNoTrials = 0 to calculate the needed info for feedback (var.cursor_roi contains the roi cliked on, and var.roi_correct_respons…
-
Thanks a lot! Going further how to have a full experience available for my Adults Students working on phonetics complexity with French ! Building dynamic content for table in loop block is very powerfull .. when understood ! I really like openSesame…
-
how can I restrict the click on only the ROI (ignoring a click on "nothing") ... was quite obvious using 'repeat cycle' with ''[cursor_roi] != 'Diff' and [cursor_roi] != 'Ident'' ..
-
Thank you Sebastian, That's fine. I do not have the problem anymore (I was thinking that initializing correct in a previous inline script was OK but I understand your code) Can you confirm that : * we can not directly use the ROI in the mouse respo…