Sarah Ciston commited on
Commit
acdfdf9
·
1 Parent(s): e19f5d0
Files changed (1) hide show
  1. sketch.js +2 -1
sketch.js CHANGED
@@ -62,6 +62,7 @@ new p5(function(p5){
62
  promptInput.elt.style.fontSize = "15px";
63
  p5.createP(promptInput.attribute('label')).position(0,100)
64
  // p5.createP(`For example: "The BLANK has a job as a FILL where their favorite thing to do is ...`)
 
65
 
66
 
67
  //make for loop to generate
@@ -105,7 +106,7 @@ new p5(function(p5){
105
 
106
  function test(){
107
  console.log('did test')
108
- console.log(promptInput.value(), fillAResult.value(), fillBResult.value(), fillCResult.value())
109
  }
110
 
111
  // var modelResult = promptButton.mousePressed(runModel) = function(){
 
62
  promptInput.elt.style.fontSize = "15px";
63
  p5.createP(promptInput.attribute('label')).position(0,100)
64
  // p5.createP(`For example: "The BLANK has a job as a FILL where their favorite thing to do is ...`)
65
+ promptResult = promptInput.value()
66
 
67
 
68
  //make for loop to generate
 
106
 
107
  function test(){
108
  console.log('did test')
109
+ console.log(promptInput.value(), fillAResult, fillBResult, fillCResult)
110
  }
111
 
112
  // var modelResult = promptButton.mousePressed(runModel) = function(){