Skip to content

Commit

Permalink
Comment out dv
Browse files Browse the repository at this point in the history
  • Loading branch information
ollylucl committed Jun 13, 2024
1 parent 3130f1a commit 98f8cbd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@
const dataCells=cellNames.slice(9,cellNames.length-1)
const numberOfVariables = (dataCells.length)/8
console.log(dataCells)

/*
const cellNames2 = Object.keys(wb['Sheets']['DV'])
const worksheetCells2 = wb['Sheets']['DV']
console.log(worksheetCells2)
const dataCells2=cellNames2.slice(7,cellNames2.length-2)
const numberOfVariables2 = (dataCells2.length)/6
console.log(dataCells2)

*/
// I NEED TO WRITE CODE THAT GENERALISES THE OPERATIONS BELOW

var questionnairePrefix=[]
Expand Down Expand Up @@ -131,6 +131,8 @@
}
)


/*
var derivedVariableNames=[]
const indexes6 = [...Array(numberOfVariables2).keys().map(x => (x*6)+1)]
Expand Down Expand Up @@ -163,7 +165,7 @@
}
)

*/
console.log(questionnairePrefix.length)
console.log(questionLabels.length)
console.log(datasetPrefixes.length)
Expand Down

0 comments on commit 98f8cbd

Please sign in to comment.