Skip to content

Instantly share code, notes, and snippets.

@techomoro
Created April 29, 2021 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techomoro/be0c1be741621b041e65001211435f4c to your computer and use it in GitHub Desktop.
Save techomoro/be0c1be741621b041e65001211435f4c to your computer and use it in GitHub Desktop.
let questionsArray = [
{
question: "What is your name?",
resumeField: "Name",
resumeFieldId: "name",
},
{
question: "Email address",
resumeField: "Email",
resumeFieldId: "email",
},
{
question: "Phone number",
resumeField: "Phone Number",
resumeFieldId: "phoneNumber",
},
{
question: "Enter your address",
resumeField: "Adress",
resumeFieldId: "address",
},
{
question: "What is your career objective",
resumeField: "Career Objective",
resumeFieldId: "objective",
},
{
question: "What are your skills and abilities",
resumeField: "Skills",
resumeFieldId: "skills",
},
{
question: "Work experience",
resumeField: "Work Experience",
resumeFieldId: "experience",
},
{
question: "Education",
resumeField: "Educational Qualifications",
resumeFieldId: "education",
},
];
export default questionsArray;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment