Skip to content
Jack Dolgin edited this page Jul 15, 2020 · 17 revisions

Welcome to the Adaptive_Control wiki!

Current gameplan:

  • Index page (modeled off of Nick's)
    • Need to connect it to the rest of the experiment
    • Load the images during this page, following bgDemo.html's format
      • Check that when images display people can't see the actual name of the image if they scroll over the image or open it in a new tab; in other words, I guess, changing the display name
        • I'm not sure which attribute I will need to change to do so, but whatever it is it will probably follow the same format as and go underneath the [i].src line
  • Demographics page (modeled off of Nick's)
    • Need to connect it to the rest of the experiment (if it's not already)
  • Menu page (modeled off of Nick's)
    • Need to connect it to the rest of the experiment (if it's not already)
  • Which test page is correct?
  • Other questions

How I run the scripts

  • I use the package atom-live-server
  • Then I just type control-option-3 to start a live server, which is helpful because it updates the html screen after every time I save it rather than me having to refresh the browser; to stop the server, i just type control-option-q. I could also type a different number like 4 instead of 3 if I wanted the server to be 4000 instead of 3000.

Clone this wiki locally