Skilli
About
- Username
- Skilli
- Joined
- Visits
- 210
- Last Active
- Roles
- Member
Comments
-
I think I've fixed it. I have the CheckACC_practice inline script running using the runif in the practice sequence (run if [acc] < 90). the inline script only incudes the following code. exp.items["practice_sequence"].prepare() exp.i…
-
Hello, I've gone back to this and am having problems. Here is my experiment sequence https://forum.cogsci.nl/uploads/589/NECXRDAMI7WG.png Participants complete a practice blcok of trials. CheckACC_practice inline script runs the following https://…
-
Tried it edge and chrome but get the same error:- DevTools failed to load SourceMap: Could not load content for file:///C:/Users/Deiniol/AppData/Local/Temp/vendors~osweb.1.3.13.bundle.js.map: System error: net::ERR_FILE_NOT_FOUND
-
I just upgraded OSWEB using https://forum.cogsci.nl/uploads/953/Q8U580TM8KYT.png It worked and I am now running OS - 3.3.7 and OSWEB 1.3.13. However, the problem above persists.
-
Hi @sebastiaan The pip !pip install opensesame-extension-osweb didn't work but the conda did. !conda update opensesame-extension-osweb -c cogsci -c conda-forge -y Many thanks Deiniol
-
Hi @JasperdeWaard Thanks. I tried to download OSWEB 1.3.13 using !pip install opensesame-extension-osweb in the opensesame console but it didn't work. Says Requirement already satisfied: https://forum.cogsci.nl/uploads/500/Y5G7QESIM7FX.png I also …
-
Hi @sebastiaan it doesn't seem to work. https://forum.cogsci.nl/uploads/721/9ER1XLNXT161.png
-
Doh. I had not added the png files to the pool. Thanks @lvanderlinden and @JasperdeWaard . The support on this forum is amazing. Becasue of covid lockdown, I've had to create more experiemnts for my undergrad students to run online and I couldn'…
-
Thanks @JasperdeWaard That worked https://forum.cogsci.nl/uploads/020/4EGK9CQME0Q8.png Thank you. I need to get my head around = == ===.
-
@eduard Thanks works brilliantly. I only have one inline script so that works great. Most of the AXCPT experiements that I have read about use letters A and X but then randomly allocate letters to B and Y. Some have a pool of items for context …
-
Hi @lvanderlinden ., I have added the code ot my study and it works. However, I get an error when runnign it in the web browser. ReferenceError: Shuffle is not defined Deiniol
-
Many Thanks @lvanderlinden . Simple and quick fix 👍️
-
Many thanks @eduard, I am not the most logically minded and your code works. I built the experiment using the online tutorial, thn got the complted version to help with the more ocmplicated aspoects. Thsi is probably the most complicated experiemn…
-
I've had a go at this. I declared a variable to log participants current matching rule (part_matching_rule) at the start of the experiement in the prepare phase of an inline java script element. https://forum.cogsci.nl/uploads/908/ZU1PQOYYUM1E.png …
-
Hi, You can present each individual question on its own sketchpad. For example, "are you male or female? press M for male or F for female. Use a keyboard response and allow M and F as responses. For age or other questions that require a tex…
-
Yay!!!!! I found a solution at this thread below using an inline script coroutines generator, suggested by Sebastiaan, that aborts the coroutine after both responses have given a value. https://forum.cogsci.nl/discussion/5709/multiple-responses-a…
-
Yay!!!!! I have fixed it. I hadn't specified the name of the keyboard response item properly in the check_response inline script. All good now. Here is the experiemnt if anyone is interested in using it. https://forum.cogsci.nl/uploads/500/7S2FTYUNJ…
-
Hello, I am having a similar problem with a psychological refractory period study, The experiemnt presents a green circle then a red circle. The time difference (SOA) between the onset of the green and red circle varies (SOA, 100ms, 200ms and 400…
-
Hi, have you tried adding a sequence to the loop then including the ad and triggers into the sequence?
-
Hi @eduard Thanks for you'r reply. This is a workshop I run with undergraduates and I ran the experiemnt with the imperfections but I I am now revisiting. The experiemnt presents a green circle then a red circle. The time difference between the …
-
Hi @kri Although Elisa's method works, I can see the advantage of having studies in subfolders so I would appreciate your offer of trying to get it to work. The files are too big to add as attachments so here is a onedrive link with the 2 compone…
-
Thanks for the clarity @kri . I have tried the method you suggest and created a seperate folder, within the study root folder, for each component (practice and stage1) C:\jatos_win_java\study_assets_root\priming\practice C:\jatos_win_java\study_as…
-
@maj_zmaj thanks for the suggestion. I have tried in explorer/edge, chrome and firefox all most recent versions but no luck.
-
Hi @elisa Thanks for the reply. I am very new to all this JAVA and HTML. The first component works great and the Jatos.js file associated with that component does have jatos.startNextComponent() in it. I have set up a new study with the seco…
-
That worked, thank you! However, the OSWEB study does not load as a second component. I just get the following screen. Frozen. It workes fine as a first component but not as a second component. So Close! https://forum.cogsci.nl/uploads/007/377DP…
-
Hi @kri I got stuck at the first hurdle. I can't change the path. I have tried with and without / in front of part 1. I get a "Not valid path or filename" error. Here is the total path. C:\jatos_win_java\study_assets_root\e12584feb9…
-
I'll give it a go. Thanks @kri
-
Hi, I am trying to do a similar thing but with 2 differnt OSWEB expriements. The experiment uses images so the file is really big. I want to chop it into 4 different OSEWEB experiements and add them as components in Jatos. I followed the guidance…
-
👍️
-
Thanks @kri To split the file up and load "on demand" would I need to create several small OSWEB studies and present tham as seperate components on JAOTS? Skilli