Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
staeiou authored Jul 15, 2024
1 parent 54d1b31 commit 345d60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/mindreader/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h2>Quantified Minds 2.0</h2>
const diagnoses = ['OCD', 'None', 'None', 'Depression', 'ADHD', 'ADHD', 'ADHD', 'Depression and Anxiety', 'ADHD, Depression, and Anxiety','ADHD, Depression, and Anxiety', 'ADHD, Depression, and Anxiety', 'ADHD, Depression, and Anxiety', 'Depression and Anxiety', 'Anxiety', 'Anxiety', 'BPD', 'Hypochondria', 'None', 'ADHD', 'PTSD', 'Bipolar Disorder', 'None'];
const mbtiTypes = ['INTJ', 'ENTP', 'ENFP', 'ISTJ', 'ISFJ', 'ENFJ', 'ESTP', 'ESFP', 'INTP', 'INFJ', 'ISTP', 'ISFP', 'ENTJ', 'ESTJ', 'INFP', 'ESFJ'];
const attentionLevels = ['Highly Focused', 'Annoyed', '', 'Focused', 'Tired', 'Alert', 'Moderate', 'Distracted', 'Daydreaming'];
const languages = ['English', 'Dutch', 'French', 'German', 'Swedish', 'Polish', 'Portugese', 'Mandarin', 'Cantonese', 'Italian', 'Bengali', 'Portugese', 'German', 'Hindi', 'Japanese', 'English', 'English', 'Dutch', 'German', 'Spanish', 'French', ']
const languages = ['English', 'Dutch', 'French', 'German', 'Swedish', 'Polish', 'Portugese', 'Mandarin', 'Cantonese', 'Italian', 'Bengali', 'Portugese', 'German', 'Hindi', 'Japanese', 'English', 'English', 'Dutch', 'German', 'Spanish', 'French']
function formatDate(date) {
return date.toLocaleString('en-US', { year: 'numeric', month: '2-digit', day: '2-digit', hour: '2-digit', minute: '2-digit', second: '2-digit' });
}
Expand Down

0 comments on commit 345d60f

Please sign in to comment.