summaryrefslogtreecommitdiff
path: root/include/constants/personality_test.h
blob: c711b3cadb65cbff721f35c325fc901c78859e3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef GUARD_CONSTANTS_PERSONALITY_TEST_H
#define GUARD_CONSTANTS_PERSONALITY_TEST_H

#define NUM_PARTNERS 10
#define NUM_PERSONALITIES 13
#define NUM_QUIZ_QUESTIONS 55
#define MAX_ASKED_QUESTIONS 8

#define MALE 0
#define FEMALE 1

#endif