DCube
About
- Username
- DCube
- Joined
- Visits
- 24
- Last Active
- Roles
- Member
Comments
-
Perhaps some context could help with attracting some attention to my problem. I am trying to use OpenSesame on a University for exams. We designed it with Eduard a few years ago and uploaded here, making it a free OS exam application of sorts. No…
-
Would virtual drivers instead of real audio hardware and drivers do for this latest 3.2 Kafka release for instance?
-
Hello, It has been a long time since I came to the forums. I see that OpenSesame has been updated to 3.2 Kafka. However, the free_15_MC programme that we worked on above no longer works in this version! So I have two question: 1) Does the late…
-
Evening Daniel, I copied the content manually to my experiment before even "Video" is even mentioned, on the 1st page. The problem persists. DCube
-
Hello Daniel. Here is what I just tried: import os os.environ["IMAGEIO_FFMPEG_EXE"] = True import os os.environ["IMAGEIO_FFMPEG_EXE"] = "C:\Program Files\OpenSesame\ffmpeg.win32.exe" These are put on page 20 as can …
-
Well, I am out of ideas! Unless the problem is fixed today I will have to remove the videos from OS tomorrow. DCube
-
What a stubborn problem! OS seeks ffmpeg.win32.exe from the internet even when commanded specifically not to use the internet with the os.environ['IMAGEIO_NO_INTERNET'] = 'true'' command! This with single and double quotations!
-
Tweaking around the quotation marks only made it worse. Now I am back to square one where OS ignores the command to open ffmpeg.win32.exe and searches it from the internet regardless what type of quotation marks or what path is used. Quite frustra…
-
Latest update, Daniel, on your post you use double quotation marks (i.e., " ) while in your link it is with single quotation marks (i.e., ' ). Since this is a typing problem then I changed it to single quotation marks. The result is that now…
-
Morning Daniel. Glad to hear from you! If that command will fix it, then we are getting close to the solution because now it seems there is a script error. What I get now is that OS will not open for the following reasons: Failed to parse line &…
-
I just copied ffmpeg to the windows' System32 folder. The problem persists. What was the trick to use OS' old VLC plugin again? Thanks DCube
-
Hi Jarik, Thank you for your reply. It is the same problem. The exact name of what I called "ffmpeg.exe" is ffmpeg.win32.exe. That file ffmpeg.win32.exe is what is missing and the computers in the institution cannot reach through the i…
-
Thought I report this odd event, just in case it sparkles some solution ideas to the problem. Before I tried to reproduce the problem in that old llaptop, I initially tried it first on the brand new game station desktop that my kids use. I disable…
-
Just tested it with the .mov extension video format. The problem persists... If ffmpeg.exe is this critical to OS functioning regarding experiments with videos, and considering that the file is both light in MB's and easy to get (i.e., free access…
-
Evening Daniel, The proposed solution to copy paste the ffmpeg.exe file to the designated folder manually does not seems to work. After it did not work when I copy pasted it at the imageio area (which in my copy was under Lib not Library) as sugge…
-
Phew! Glad to hear it! :smile: Will test it as soon as I can!
-
Strangest of all solutions! Just by putting another text_input item below the new_loop, the break if command does not ends the experiment! Could anyone provide an interpretation as to why that is so at least? DCube
-
The problem is that when y is pressed to Break the new_loop, the experimental_loop brakes too for some reason, leading to the end of the experiment. Why does it not moves on to the Next video sequence in the experimental_loop at this point but rath…
-
Particularly quiet these days around here. Here is the inline script that I am trying see if it works: keyboard_response = keyboard(keylist=['y','SPACE']) if var.response = y loop [VIDEOS] if var.response = SPACE next [VIDEOS] …
-
Or a custom python code right below the Video Player area might do the trick? DCube
-
An Inline_Script should tie the loose ends. If clicked y move to next, else repeat the same video. Can someone tell me how to write that in a acceptable language for OS please? DCube
-
Hello again Good thing that it seems to log the random numbers though! Now it seems it is only a matter of enabling participants to either view the same video again or move to the next one. Does anyone has a suggestions? Sounds like something ea…
-
Hi, I mentioned this in another thread. It would be nice if Open Sesame's first item would be a loop rather than the experiment. That way the experiment would be always on unless otherwise told to (i.e., by a special key combination) and particip…
-
Is there anyone who would like to try the above code and see if it works?
-
Inline Script and Python language are not my strengths as it may be evident from the exchange thus far. Unless someone could apply the above instruction to the uploaded free 15MCQ of OS (no pressure at all to you Eduard) then this thread could be c…
-
Eduard, How difficult it is to randomize the order of answers within randomized order of questions in OS? DCube
-
Hi Eduard, It was easy to make if-then commands for points that are at the limits of range() command, which in this case it was 0, 4, 6, & 9. After adding those then for 15 questions (i.e., Break if variable > 13) the MCQ's seem to be worki…
-
All seems to be working well now, So, all a user has to do now is change the trivial questions to meaningful course related ones, change the number of MCQ's that they like their tests to have by assigning the required number of questions minus 2 in…
-
Hi Eduard. (Un)lucky for my students, now no matter how much they score at the test the result is always "Good!" ;-) See for yourself by putting these questions and answers on the Loop table for instance: http://www.indiabix.com/general…
-
Maybe I have not communicated this correctly, The above mentioned and attached MCQ file does not works. So prior for other users to benefit from our work, Eduard, it's Inline Scripts and run/prepare modes should be fixed first. I attached it sinc…