expfactory / expfactory-experiments

version 1.0 javascript experiments that can be deployed to run in an experiment infrastructure
http://expfactory.github.io/v1/table.html
MIT License
37 stars 64 forks source link

type numeric answer - chrome #425

Open magvt opened 8 years ago

magvt commented 8 years ago

The screen isn't accepting any response - from laptop or extern numeric response al keyboard.

vsoch commented 8 years ago

@IanEisenberg added some kind of keyboard tracking to the experiments, and I think this would lead to the error you are seeing. Let's wait for his report on what he did.

vsoch commented 8 years ago

Does the pop up appear continuously no matter what you do, and when you click "ok" ?

magvt commented 8 years ago

The error msg appeared only when I clicked NEXT.

vsoch commented 8 years ago

Ok, so the order of operations is:

magvt commented 8 years ago

The order is:

· See page

· Try to type in response

· Click Next

· Pop up appears

I didn’t try to close the pop up.

From: Vanessa Sochat [mailto:notifications@github.com] Sent: Tuesday, April 12, 2016 10:53 AM To: expfactory/expfactory-experiments expfactory-experiments@noreply.github.com Cc: Mary Ann Greene Mary.Ann.Greene@dartmouth.edu Subject: Re: [expfactory/expfactory-experiments] type numeric answer - chrome (#425)

Ok, so the order of operations is:

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHubhttps://github.com/expfactory/expfactory-experiments/issues/425#issuecomment-208946219

vsoch commented 8 years ago

Ok, so you were unable to type anything in the box before hitting next, or clicking next cleared your answer from the box?

vsoch commented 8 years ago

Could you please look in the console for errors? (right click on screen --> view source --> console tab). I just tested this experiment in the same battery, and after I get the error message I'm able to type in the box and continue:

image

vsoch commented 8 years ago

It could be something specific to windows that was not tested.

magvt commented 8 years ago

I was unable to type anything in the box, and so I hit next in order to proceed. That’s when the pop up appeared,.

From: Vanessa Sochat [mailto:notifications@github.com] Sent: Tuesday, April 12, 2016 11:14 AM To: expfactory/expfactory-experiments expfactory-experiments@noreply.github.com Cc: Mary Ann Greene Mary.Ann.Greene@dartmouth.edu Subject: Re: [expfactory/expfactory-experiments] type numeric answer - chrome (#425)

Ok, so you were unable to type anything in the box before hitting next, or clicking next cleared your answer from the box?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHubhttps://github.com/expfactory/expfactory-experiments/issues/425#issuecomment-208956546

magvt commented 8 years ago

I closed out that experiment – and had to restart my laptop so I think it’s lost. If you can get me back to it, I’d be happy to.

From: Vanessa Sochat [mailto:notifications@github.com] Sent: Tuesday, April 12, 2016 11:31 AM To: expfactory/expfactory-experiments expfactory-experiments@noreply.github.com Cc: Mary Ann Greene Mary.Ann.Greene@dartmouth.edu Subject: Re: [expfactory/expfactory-experiments] type numeric answer - chrome (#425)

Could you please look in the console for errors? (right click on screen --> view source --> console tab). I just tested this experiment in the same battery, and after I get the error message I'm able to type in the box and continue:

[image]https://cloud.githubusercontent.com/assets/814322/14465737/e265d3fa-0088-11e6-916e-139771196ce4.png

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHubhttps://github.com/expfactory/expfactory-experiments/issues/425#issuecomment-208963104

vsoch commented 8 years ago

Sure thing, here you go

magvt commented 8 years ago

OK, here you go: 1) screen 1 - I cannot enter a number in. I've attached the screen shot and console text. 2) I hit next, got the error msg. I could not get to the console when the pop up was showing. I attached screen shot. 3) I closed the pop up and copied the console text.

enter number - screen 1 console.txt enter number - screen 1 enter number - screen after hitting next - console.txt

vsoch commented 8 years ago

Thanks! Sorry I gave the wrong instruction - you want to do:

image

Some browsers will show it on the right side of the page as well. We are looking for text in red that would indicate an error.

IanEisenberg commented 8 years ago

There is no keyboard tracking in this experiment. Nothing has been changed and other subjects have successfully completed it.

From the console output, she is using an old version of the cognitive reflection task, even though it has been updated on expfactory.org. (And was updated days ago). Not sure why.

vsoch commented 8 years ago

@IanEisenberg please see https://github.com/expfactory/expfactory-docker/issues/110 I have confirmed the commit in expfactory is identical to the current:

https://github.com/expfactory/expfactory-surveys/commit/e9541effadd4cb9fee557848aaf3e409b5f8f628

and that the survey.tsv files are identical between the one installed in expfactory, and the one pulled from a github this morning. Could you please clarify what you see to reflect this being an old version?

IanEisenberg commented 8 years ago

You're correct, looking back at the html the experiment is up to date. Hm, not sure what's going on given that the task works for me and other users on Windows and Mac using chrome.

vsoch commented 6 years ago

@IanEisenberg @magvt is this still an issue?