Files
Credit-Zombies/resources/js/helper/securityQuestion.js
2026-06-24 18:29:01 +06:00

136 lines
4.0 KiB
JavaScript
Vendored

export default {
security_question: [
{
"id": "",
"value": "Please select security question"
},
{
"id": "1",
"value": "What was your high school mascot?"
},
{
"id": "2",
"value": "What was your first grade teacher's last name?"
},
{
"id": "3",
"value": "What was the make and model of your first car?"
},
{
"id": "4",
"value": "What is your mother's middle name?"
}, {
"id": "5",
"value": "What is your father's middle name?"
},
{
"id": "6",
"value": "What city were you born in?"
},
{
"id": "7",
"value": "What is your grandmother's first name (on your mother's side)?"
},
{
"id": "8",
"value": "What is your grandfather's first name (on your father's side)?"
}],
security_question_answer:{
'1':{'1':'1980','2':'1969','3':'2012','4':'2003','5':'None of the above'},
'2':{ '6':'Experian','7':'ConsumerDirect','8':'Equifax','9':'TransUnion','10':'None of the above'},
'3':{'11':'J. C. R. Licklider','12':'George Clooney','13':'Al Gore','14':'Howard Stark','15':'None of the above'},
},
security_question_and_answer: {
"idVerificationCriteria": {
"referenceNumber": "07271524018421870957",
"question1": {
"name": "YEAR_FOUNDED",
"displayName": "What year was ConsumerDirect (aka PathwayData, aka MyPerfectCredit) founded?",
"type": "MC",
"choiceList": {
"choice": [
{
"key": "1980",
"display": "1980"
},
{
"key": "1969",
"display": "1969"
},
{
"key": "2012",
"display": "2012"
},
{
"key": "2003",
"display": "2003"
},
{
"key": "!(1980^1969^2012^2003)",
"display": "None of the above"
}
]
}
},
"question2": {
"name": "NOT_CREDIT_BUREAU",
"displayName": "Which company is NOT a credit bureau?",
"type": "MC",
"choiceList": {
"choice": [
{
"key": "Experian",
"display": "Experian"
},
{
"key": "ConsumerDirect",
"display": "ConsumerDirect"
},
{
"key": "Equifax",
"display": "Equifax"
},
{
"key": "TransUnion",
"display": "TransUnion"
},
{
"key": "!(Experian^ConsumerDirect^Equifax^TransUnion^)",
"display": "None of the above"
}
]
}
},
"question3": {
"name": "INVENTED_INTERNET",
"displayName": "Who invented the internet?",
"type": "MC",
"choiceList": {
"choice": [
{
"key": "J. C. R. Licklider",
"display": "J. C. R. Licklider"
},
{
"key": "George Clooney",
"display": "George Clooney"
},
{
"key": "Al Gore",
"display": "Al Gore"
},
{
"key": "Howard Stark",
"display": "Howard Stark"
},
{
"key": "!(J. C. R. Licklider^George Clooney^Al Gore^Howard Stark^)",
"display": "None of the above"
}
]
}
}
}
}
}