Skip to content

Commit

Permalink
Merge pull request #2 from CLOSER-Cohorts/profileValidator
Browse files Browse the repository at this point in the history
Comment out dv
  • Loading branch information
ollylucl authored Jun 13, 2024
2 parents 3b40923 + 98f8cbd commit e146add
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 e146add

Please sign in to comment.