const autism = require('autism');
// Each item:
// 0: Definitely agree
// 1: Slightly agree
// 2: Slightly disagree
// 3: Definitely disagree
const selects = new Array(50).fill(null).map(_ => Math.floor(Math.random() * 4));
const score = autism.BaronCohen2001.computeAQ(selects);
console.log(score);
-
Notifications
You must be signed in to change notification settings - Fork 0
License
EXT32v/autism
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published