{"id":623,"date":"2026-04-17T07:24:33","date_gmt":"2026-04-17T07:24:33","guid":{"rendered":"https:\/\/cpocreativity.com\/world\/?p=623"},"modified":"2026-04-17T07:24:35","modified_gmt":"2026-04-17T07:24:35","slug":"contextual-prompt-generator-for-market-research-and-analytical-methodology","status":"publish","type":"post","link":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-market-research-and-analytical-methodology\/","title":{"rendered":"Contextual prompt generator for market research and analytical methodology"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>\u201cMarket Research Methodologist\u201d Generator | Creativity Ltd<\/title>\n  <style>\n    :root {\n      --bg: #f6f8fc;\n      --bg-soft: #eef3fb;\n      --panel: #ffffff;\n      --panel-2: #f8fbff;\n      --text: #1e2a3b;\n      --muted: #5d6b82;\n      --accent: #2f6fed;\n      --accent-2: #7c4dff;\n      --accent-soft: rgba(47, 111, 237, 0.08);\n      --border: rgba(32, 55, 92, 0.10);\n      --shadow: 0 18px 45px rgba(39, 64, 110, 0.10);\n      --radius: 20px;\n    }\n\n    * { box-sizing: border-box; }\n    html, body { margin: 0; padding: 0; }\n    body {\n      font-family: Inter, \"Segoe UI\", Roboto, Arial, sans-serif;\n      background:\n        radial-gradient(circle at top left, rgba(47,111,237,0.08), transparent 24%),\n        radial-gradient(circle at top right, rgba(124,77,255,0.08), transparent 22%),\n        linear-gradient(180deg, #f7f9fd 0%, #edf3fb 100%);\n      color: var(--text);\n      min-height: 100vh;\n      line-height: 1.58;\n    }\n\n    .wrap {\n      max-width: 1380px;\n      margin: 0 auto;\n      padding: 28px 20px 70px;\n    }\n\n    .brand-bar {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 16px;\n      flex-wrap: wrap;\n      margin-bottom: 18px;\n      padding: 14px 18px;\n      background: rgba(255,255,255,0.72);\n      border: 1px solid var(--border);\n      border-radius: 16px;\n      box-shadow: 0 10px 30px rgba(39, 64, 110, 0.06);\n      backdrop-filter: blur(10px);\n    }\n\n    .brand-left {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      min-width: 0;\n    }\n\n    .brand-mark {\n      width: 44px;\n      height: 44px;\n      border-radius: 14px;\n      background: linear-gradient(135deg, var(--accent), var(--accent-2));\n      color: #fff;\n      display: grid;\n      place-items: center;\n      font-weight: 800;\n      letter-spacing: 0.03em;\n      box-shadow: 0 10px 24px rgba(47, 111, 237, 0.20);\n      flex: 0 0 auto;\n    }\n\n    .brand-text strong {\n      display: block;\n      font-size: 15px;\n      color: var(--text);\n    }\n\n    .brand-text span {\n      display: block;\n      font-size: 13px;\n      color: var(--muted);\n    }\n\n    .brand-right img {\n      display: block;\n      height: 40px;\n      object-fit: contain;\n    }\n\n    .hero {\n      display: grid;\n      grid-template-columns: 1.15fr 0.85fr;\n      gap: 22px;\n      margin-bottom: 24px;\n    }\n\n    .hero-card, .panel {\n      background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,251,255,0.98));\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      box-shadow: var(--shadow);\n    }\n\n    .hero-card {\n      padding: 30px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .hero-card::after {\n      content: \"\";\n      position: absolute;\n      inset: auto -40px -40px auto;\n      width: 220px;\n      height: 220px;\n      background: radial-gradient(circle, rgba(47,111,237,0.10), transparent 65%);\n      pointer-events: none;\n    }\n\n    .eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 7px 12px;\n      border-radius: 999px;\n      background: var(--accent-soft);\n      color: var(--accent);\n      font-size: 13px;\n      letter-spacing: 0.02em;\n      margin-bottom: 14px;\n      font-weight: 600;\n    }\n\n    h1 {\n      font-size: clamp(30px, 4vw, 50px);\n      line-height: 1.08;\n      margin: 0 0 12px;\n      max-width: 13ch;\n      color: #152033;\n    }\n\n    .lead {\n      font-size: 17px;\n      color: var(--muted);\n      max-width: 820px;\n      margin: 0 0 18px;\n    }\n\n    .hero-grid {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 12px;\n      margin-top: 18px;\n    }\n\n    .mini {\n      background: #fff;\n      border: 1px solid var(--border);\n      border-radius: 16px;\n      padding: 14px;\n    }\n\n    .mini strong {\n      display: block;\n      font-size: 14px;\n      margin-bottom: 6px;\n      color: var(--text);\n    }\n\n    .mini span {\n      font-size: 13px;\n      color: var(--muted);\n      display: block;\n    }\n\n    .panel.info {\n      padding: 24px;\n    }\n\n    .panel.info h2 {\n      margin: 0 0 12px;\n      font-size: 22px;\n      color: var(--text);\n    }\n\n    .stack {\n      display: grid;\n      gap: 12px;\n    }\n\n    .stack .item {\n      background: #fff;\n      border: 1px solid var(--border);\n      border-radius: 16px;\n      padding: 14px;\n    }\n\n    .stack .item strong {\n      display: block;\n      margin-bottom: 6px;\n      font-size: 14px;\n      color: var(--text);\n    }\n\n    .stack .item p {\n      margin: 0;\n      color: var(--muted);\n      font-size: 14px;\n    }\n\n    .main-grid {\n      display: grid;\n      grid-template-columns: 0.98fr 1.02fr;\n      gap: 22px;\n      align-items: start;\n    }\n\n    .panel.form-panel,\n    .panel.output-panel {\n      padding: 24px;\n    }\n\n    .section-title {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 12px;\n      margin-bottom: 16px;\n    }\n\n    .section-title h2 {\n      margin: 0;\n      font-size: 24px;\n      color: var(--text);\n    }\n\n    .section-title p {\n      margin: 4px 0 0;\n      color: var(--muted);\n      font-size: 14px;\n    }\n\n    .form-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 14px;\n    }\n\n    .field,\n    .field-full {\n      display: flex;\n      flex-direction: column;\n      gap: 8px;\n    }\n\n    .field-full { grid-column: 1 \/ -1; }\n\n    label {\n      font-size: 13px;\n      color: var(--text);\n      font-weight: 700;\n      letter-spacing: 0.01em;\n    }\n\n    input,\n    select,\n    textarea {\n      width: 100%;\n      border: 1px solid rgba(32,55,92,0.14);\n      background: #fff;\n      color: var(--text);\n      border-radius: 14px;\n      padding: 13px 14px;\n      font: inherit;\n      transition: border-color 0.18s ease, transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;\n      outline: none;\n      box-shadow: 0 1px 2px rgba(39, 64, 110, 0.03);\n    }\n\n    textarea {\n      min-height: 110px;\n      resize: vertical;\n    }\n\n    input:focus,\n    select:focus,\n    textarea:focus {\n      border-color: rgba(47,111,237,0.55);\n      background: #fff;\n      transform: translateY(-1px);\n      box-shadow: 0 0 0 4px rgba(47,111,237,0.08);\n    }\n\n    .hint {\n      margin-top: -2px;\n      font-size: 12px;\n      color: var(--muted);\n    }\n\n    .sub-block {\n      margin-top: 18px;\n      padding-top: 18px;\n      border-top: 1px solid rgba(32,55,92,0.10);\n    }\n\n    .sub-block h3 {\n      margin: 0 0 12px;\n      font-size: 18px;\n      color: var(--text);\n    }\n\n    .toggle-row {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 10px;\n      margin-top: 4px;\n    }\n\n    .toggle {\n      border: 1px solid rgba(32,55,92,0.10);\n      background: #fff;\n      border-radius: 14px;\n      padding: 12px;\n      display: flex;\n      gap: 10px;\n      align-items: flex-start;\n    }\n\n    .toggle input {\n      width: 16px;\n      margin-top: 2px;\n      accent-color: var(--accent);\n    }\n\n    .toggle span {\n      color: var(--muted);\n      font-size: 13px;\n      display: block;\n    }\n\n    .toggle strong {\n      display: block;\n      font-size: 14px;\n      margin-bottom: 4px;\n      color: var(--text);\n    }\n\n    .actions {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-top: 22px;\n    }\n\n    button {\n      border: 0;\n      border-radius: 14px;\n      padding: 14px 18px;\n      font: inherit;\n      font-weight: 700;\n      cursor: pointer;\n      transition: transform 0.18s ease, opacity 0.18s ease, box-shadow 0.18s ease;\n    }\n\n    button:hover { transform: translateY(-1px); }\n    button:active { transform: translateY(0); }\n\n    .primary {\n      background: linear-gradient(135deg, var(--accent), var(--accent-2));\n      color: white;\n      box-shadow: 0 12px 30px rgba(47,111,237,0.18);\n    }\n\n    .secondary {\n      background: #fff;\n      color: var(--text);\n      border: 1px solid rgba(32,55,92,0.12);\n    }\n\n    .ghost {\n      background: transparent;\n      color: var(--muted);\n      border: 1px dashed rgba(32,55,92,0.18);\n    }\n\n    .output-meta {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 12px;\n      margin-bottom: 16px;\n    }\n\n    .metric {\n      padding: 14px;\n      border-radius: 16px;\n      background: #fff;\n      border: 1px solid rgba(32,55,92,0.10);\n    }\n\n    .metric strong {\n      display: block;\n      font-size: 12px;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n      color: var(--muted);\n      margin-bottom: 6px;\n    }\n\n    .metric span {\n      font-size: 15px;\n      color: var(--text);\n      font-weight: 700;\n    }\n\n    .output-box {\n      border: 1px solid rgba(32,55,92,0.10);\n      background: #ffffff;\n      border-radius: 18px;\n      padding: 18px;\n      min-height: 680px;\n      white-space: pre-wrap;\n      color: #182233;\n      font-size: 14px;\n      overflow: auto;\n      box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);\n    }\n\n    .output-box.placeholder {\n      color: #7c8aa3;\n    }\n\n    .foot {\n      margin-top: 26px;\n      padding: 18px 20px;\n      border-radius: 18px;\n      background: linear-gradient(180deg, #f8fbff, #f2f7ff);\n      border: 1px solid rgba(32,55,92,0.10);\n      color: var(--muted);\n      font-size: 14px;\n    }\n\n    .foot strong { color: var(--text); }\n\n    .credit-line {\n      margin-top: 10px;\n      font-size: 13px;\n      color: var(--muted);\n    }\n\n    .other-input {\n      display: none;\n      margin-top: 8px;\n    }\n\n    .other-input.visible {\n      display: block;\n    }\n\n    @media (max-width: 1120px) {\n      .hero, .main-grid { grid-template-columns: 1fr; }\n    }\n\n    @media (max-width: 760px) {\n      .form-grid, .output-meta, .hero-grid, .toggle-row { grid-template-columns: 1fr; }\n      .wrap { padding: 16px 14px 50px; }\n      .hero-card, .panel.info, .panel.form-panel, .panel.output-panel { padding: 18px; }\n      h1 { max-width: none; }\n      .actions button { width: 100%; }\n      .output-box { min-height: 440px; }\n      .brand-bar { padding: 12px 14px; }\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"wrap\">\n    <div class=\"brand-bar\">\n      <div class=\"brand-left\">\n        <div class=\"brand-mark\">KR<\/div>\n        <div class=\"brand-text\">\n          <strong>Creativity Ltd<\/strong>\n          <span>Contextual prompt generator for market research and analytical methodology<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"brand-right\">\n        <img decoding=\"async\" src=\"logo.png\" alt=\"Creativity Ltd\" \/>\n      <\/div>\n    <\/div>\n\n    <section class=\"hero\">\n      <div class=\"hero-card\">\n        <div class=\"eyebrow\">Creativity Ltd \u2022 Market Research \u2022 Methodology \u2022 Analysis<\/div>\n        <h1>\u201cMarket Research Methodologist\u201d Generator<\/h1>\n        <p class=\"lead\">\n          Creates a deep, structured, and professionally oriented prompt for designing market research. The user enters\n          a topic, objective, market context, and research type, and the system generates a final prompt instructing AI\n          to build a survey, interview questionnaire, SWOT or PESTEL framework, as well as methodological guidance\n          specific to the topic being studied.\n        <\/p>\n        <div class=\"hero-grid\">\n          <div class=\"mini\">\n            <strong>Suitable for<\/strong>\n            <span>marketing professionals, researchers, consultants, students, lecturers, companies, and project teams<\/span>\n          <\/div>\n          <div class=\"mini\">\n            <strong>Outcome<\/strong>\n            <span>a rich ready-to-use prompt for building questionnaires, interviews, and analytical frameworks<\/span>\n          <\/div>\n          <div class=\"mini\">\n            <strong>Use case<\/strong>\n            <span>market research, customer interviews, business analysis, strategic decisions, and training<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <aside class=\"panel info\">\n        <h2>What this generator does<\/h2>\n        <div class=\"stack\">\n          <div class=\"item\">\n            <strong>1. Clarifies the research objective<\/strong>\n            <p>It does not merely formulate questions, but organizes the topic within a research logic involving target respondents and an appropriate method.<\/p>\n          <\/div>\n          <div class=\"item\">\n            <strong>2. Selects the right tool<\/strong>\n            <p>It can guide AI toward a survey, semi-structured interview, SWOT, PESTEL, or a combined research model.<\/p>\n          <\/div>\n          <div class=\"item\">\n            <strong>3. Strengthens methodological value<\/strong>\n            <p>It includes sampling logic, question types, bias control, analytical axes, and practical usability of the data.<\/p>\n          <\/div>\n          <div class=\"item\">\n            <strong>4. Ends with an applicable prompt<\/strong>\n            <p>The generator produces a final prompt ready for use in ChatGPT, Gemini, or another AI model.<\/p>\n          <\/div>\n        <\/div>\n      <\/aside>\n    <\/section>\n\n    <section class=\"main-grid\">\n      <div class=\"panel form-panel\">\n        <div class=\"section-title\">\n          <div>\n            <h2>Research configuration<\/h2>\n            <p>Fill in the fields to build a deeper and more precise methodological prompt.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"form-grid\">\n          <div class=\"field-full\">\n            <label for=\"topic\">Research topic \/ object of study<\/label>\n            <textarea id=\"topic\" placeholder=\"For example: Parents\u2019 attitudes toward the use of AI in primary education; market potential of a new educational service; customer behavior when choosing premium beauty services.\"><\/textarea>\n            <div class=\"hint\">This is the main topic around which the research logic will be built.<\/div>\n          <\/div>\n\n          <div class=\"field\">\n            <label for=\"audience\">Target group \/ respondents<\/label>\n            <select id=\"audience\" data-other-target=\"audienceOtherWrap\">\n              <option value=\"end customers\">End customers<\/option>\n              <option value=\"current users\">Current users<\/option>\n              <option value=\"potential users\">Potential users<\/option>\n              <option value=\"parents\">Parents<\/option>\n              <option value=\"teachers\">Teachers<\/option>\n              <option value=\"students\">Students<\/option>\n              <option value=\"university students\">University students<\/option>\n              <option value=\"business clients\">Business clients<\/option>\n              <option value=\"experts \/ specialists\">Experts \/ specialists<\/option>\n              <option value=\"managers \/ decision-makers\">Managers \/ decision-makers<\/option>\n              <option value=\"__other__\">Other<\/option>\n            <\/select>\n            <div class=\"other-input\" id=\"audienceOtherWrap\">\n              <input id=\"audienceOther\" type=\"text\" placeholder=\"Enter another target group\" \/>\n            <\/div>\n          <\/div>\n\n          <div class=\"field\">\n            <label for=\"sector\">Sector \/ market<\/label>\n            <select id=\"sector\" data-other-target=\"sectorOtherWrap\">\n              <option value=\"education\">Education<\/option>\n              <option value=\"beauty and aesthetics\">Beauty and aesthetics<\/option>\n              <option value=\"healthcare\">Healthcare<\/option>\n              <option value=\"technology\">Technology<\/option>\n              <option value=\"tourism\">Tourism<\/option>\n              <option value=\"retail\">Retail<\/option>\n              <option value=\"services\">Services<\/option>\n              <option value=\"culture and arts\">Culture and arts<\/option>\n              <option value=\"public sector\">Public sector<\/option>\n              <option value=\"non-governmental sector\">Non-governmental sector<\/option>\n              <option value=\"__other__\">Other<\/option>\n            <\/select>\n            <div class=\"other-input\" id=\"sectorOtherWrap\">\n              <input id=\"sectorOther\" type=\"text\" placeholder=\"Enter another sector or market\" \/>\n            <\/div>\n          <\/div>\n\n          <div class=\"field\">\n            <label for=\"objective\">Main research objective<\/label>\n            <select id=\"objective\" data-other-target=\"objectiveOtherWrap\">\n              <option value=\"measuring attitudes\">Measuring attitudes<\/option>\n              <option value=\"exploring needs\">Exploring needs<\/option>\n              <option value=\"testing a new idea \/ product\">Testing a new idea \/ product<\/option>\n              <option value=\"measuring satisfaction\">Measuring satisfaction<\/option>\n              <option value=\"audience segmentation\">Audience segmentation<\/option>\n              <option value=\"assessing market potential\">Assessing market potential<\/option>\n              <option value=\"competitive analysis\">Competitive analysis<\/option>\n              <option value=\"strategic environmental analysis\">Strategic environmental analysis<\/option>\n              <option value=\"__other__\">Other<\/option>\n            <\/select>\n            <div class=\"other-input\" id=\"objectiveOtherWrap\">\n              <input id=\"objectiveOther\" type=\"text\" placeholder=\"Enter another research objective\" \/>\n            <\/div>\n          <\/div>\n\n          <div class=\"field\">\n            <label for=\"researchType\">Research design type<\/label>\n            <select id=\"researchType\" data-other-target=\"researchTypeOtherWrap\">\n              <option value=\"qualitative research\">Qualitative research<\/option>\n              <option value=\"quantitative research\">Quantitative research<\/option>\n              <option value=\"mixed methods\">Mixed methods<\/option>\n              <option value=\"exploratory research\">Exploratory research<\/option>\n              <option value=\"descriptive research\">Descriptive research<\/option>\n              <option value=\"diagnostic research\">Diagnostic research<\/option>\n              <option value=\"strategic analysis\">Strategic analysis<\/option>\n              <option value=\"__other__\">Other<\/option>\n            <\/select>\n            <div class=\"other-input\" id=\"researchTypeOtherWrap\">\n              <input id=\"researchTypeOther\" type=\"text\" placeholder=\"Enter another research design\" \/>\n            <\/div>\n          <\/div>\n\n          <div class=\"field\">\n            <label for=\"method\">Preferred tool<\/label>\n            <select id=\"method\" data-other-target=\"methodOtherWrap\">\n              <option value=\"survey\">Survey<\/option>\n              <option value=\"semi-structured interview\">Semi-structured interview<\/option>\n              <option value=\"in-depth interview\">In-depth interview<\/option>\n              <option value=\"focus group\">Focus group<\/option>\n              <option value=\"SWOT analysis\">SWOT analysis<\/option>\n              <option value=\"PESTEL analysis\">PESTEL analysis<\/option>\n              <option value=\"combination of survey and interview\">Combination of survey and interview<\/option>\n              <option value=\"combined analytical model\">Combined analytical model<\/option>\n              <option value=\"__other__\">Other<\/option>\n            <\/select>\n            <div class=\"other-input\" id=\"methodOtherWrap\">\n              <input id=\"methodOther\" type=\"text\" placeholder=\"Enter another tool or model\" \/>\n            <\/div>\n          <\/div>\n\n          <div class=\"field\">\n            <label for=\"tone\">Tone of the result<\/label>\n            <select id=\"tone\" data-other-target=\"toneOtherWrap\">\n              <option value=\"professional, clear, and analytical\">Professional, clear, and analytical<\/option>\n              <option value=\"academic and methodologically rigorous\">Academic and methodologically rigorous<\/option>\n              <option value=\"business-oriented and practical\">Business-oriented and practical<\/option>\n              <option value=\"consultative and strategic\">Consultative and strategic<\/option>\n              <option value=\"__other__\">Other<\/option>\n            <\/select>\n            <div class=\"other-input\" id=\"toneOtherWrap\">\n              <input id=\"toneOther\" type=\"text\" placeholder=\"Enter another tone of result\" \/>\n            <\/div>\n          <\/div>\n\n          <div class=\"field\">\n            <label for=\"outputLanguage\">Language of the final prompt<\/label>\n            <select id=\"outputLanguage\" data-other-target=\"outputLanguageOtherWrap\">\n              <option value=\"English\">English<\/option>\n              <option value=\"Bulgarian\">Bulgarian<\/option>\n              <option value=\"English, in a professional style\">English, in a professional style<\/option>\n              <option value=\"Bulgarian, in a professional style\">Bulgarian, in a professional style<\/option>\n              <option value=\"__other__\">Other<\/option>\n            <\/select>\n            <div class=\"other-input\" id=\"outputLanguageOtherWrap\">\n              <input id=\"outputLanguageOther\" type=\"text\" placeholder=\"Enter another language or language mode\" \/>\n            <\/div>\n          <\/div>\n\n          <div class=\"field-full\">\n            <label for=\"context\">Context \/ use case<\/label>\n            <textarea id=\"context\" placeholder=\"For example: I am preparing market research for a new service, developing a customer survey, need an interview questionnaire for experts, or require a SWOT\/PESTEL model for strategic analysis.\"><\/textarea>\n          <\/div>\n\n          <div class=\"field-full\">\n            <label for=\"researchQuestion\">Main research question<\/label>\n            <textarea id=\"researchQuestion\" placeholder=\"What is the main question the research must answer?\"><\/textarea>\n          <\/div>\n\n          <div class=\"field-full\">\n            <label for=\"variables\">Key variables \/ thematic axes<\/label>\n            <input id=\"variables\" type=\"text\" placeholder=\"For example: price, quality, trust, consumer behavior, motivation, frequency of use, barriers, competition, regulation\" \/>\n          <\/div>\n        <\/div>\n\n        <div class=\"sub-block\">\n          <h3>Depth of the methodological framework<\/h3>\n          <div class=\"toggle-row\">\n            <label class=\"toggle\">\n              <input type=\"checkbox\" id=\"surveyCheck\" checked \/>\n              <div>\n                <strong>Survey construction<\/strong>\n                <span>Build questions, scales, ordering logic, and answer types.<\/span>\n              <\/div>\n            <\/label>\n            <label class=\"toggle\">\n              <input type=\"checkbox\" id=\"interviewCheck\" checked \/>\n              <div>\n                <strong>Interview questionnaire<\/strong>\n                <span>Develop semi-structured or in-depth interview questions.<\/span>\n              <\/div>\n            <\/label>\n            <label class=\"toggle\">\n              <input type=\"checkbox\" id=\"sampleCheck\" checked \/>\n              <div>\n                <strong>Sampling logic<\/strong>\n                <span>Suggest a suitable respondent type, profile, and minimum sample guidance.<\/span>\n              <\/div>\n            <\/label>\n            <label class=\"toggle\">\n              <input type=\"checkbox\" id=\"biasCheck\" checked \/>\n              <div>\n                <strong>Bias control<\/strong>\n                <span>Point out risks of leading, double-barreled, or unclear questions.<\/span>\n              <\/div>\n            <\/label>\n            <label class=\"toggle\">\n              <input type=\"checkbox\" id=\"swotCheck\" checked \/>\n              <div>\n                <strong>SWOT framework<\/strong>\n                <span>Include logic for strengths, weaknesses, opportunities, and threats.<\/span>\n              <\/div>\n            <\/label>\n            <label class=\"toggle\">\n              <input type=\"checkbox\" id=\"pestelCheck\" checked \/>\n              <div>\n                <strong>PESTEL framework<\/strong>\n                <span>Include analysis of political, economic, social, technological, environmental, and legal factors.<\/span>\n              <\/div>\n            <\/label>\n            <label class=\"toggle\">\n              <input type=\"checkbox\" id=\"analysisCheck\" checked \/>\n              <div>\n                <strong>Data analysis<\/strong>\n                <span>Suggest how to interpret and group the results.<\/span>\n              <\/div>\n            <\/label>\n            <label class=\"toggle\">\n              <input type=\"checkbox\" id=\"applicationCheck\" checked \/>\n              <div>\n                <strong>Practical applicability<\/strong>\n                <span>Show how the results can inform decisions, strategy, or improvement of a product\/service.<\/span>\n              <\/div>\n            <\/label>\n          <\/div>\n        <\/div>\n\n        <div class=\"sub-block\">\n          <h3>Additional frameworks<\/h3>\n          <div class=\"form-grid\">\n            <div class=\"field\">\n              <label for=\"complexity\">Level of depth<\/label>\n              <select id=\"complexity\" data-other-target=\"complexityOtherWrap\">\n                <option value=\"high\">High<\/option>\n                <option value=\"very high\">Very high<\/option>\n                <option value=\"expert\">Expert<\/option>\n                <option value=\"__other__\">Other<\/option>\n              <\/select>\n              <div class=\"other-input\" id=\"complexityOtherWrap\">\n                <input id=\"complexityOther\" type=\"text\" placeholder=\"Enter another level of depth\" \/>\n              <\/div>\n            <\/div>\n\n            <div class=\"field\">\n              <label for=\"format\">Output format<\/label>\n              <select id=\"format\" data-other-target=\"formatOtherWrap\">\n                <option value=\"structured methodological prompt\">Structured methodological prompt<\/option>\n                <option value=\"full questionnaire \/ survey\">Full questionnaire \/ survey<\/option>\n                <option value=\"interview questionnaire with guidance\">Interview questionnaire with guidance<\/option>\n                <option value=\"SWOT \/ PESTEL model\">SWOT \/ PESTEL model<\/option>\n                <option value=\"combined research model\">Combined research model<\/option>\n                <option value=\"__other__\">Other<\/option>\n              <\/select>\n              <div class=\"other-input\" id=\"formatOtherWrap\">\n                <input id=\"formatOther\" type=\"text\" placeholder=\"Enter another output format\" \/>\n              <\/div>\n            <\/div>\n\n            <div class=\"field-full\">\n              <label for=\"extra\">Additional instructions<\/label>\n              <textarea id=\"extra\" placeholder=\"For example: Do not use overly academic language. Include both closed and open questions. Add brief guidance for analyzing the results.\"><\/textarea>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"actions\">\n          <button class=\"primary\" id=\"generateBtn\">Generate prompt<\/button>\n          <button class=\"secondary\" id=\"copyBtn\" type=\"button\">Copy prompt<\/button>\n          <button class=\"ghost\" id=\"resetBtn\" type=\"button\">Clear fields<\/button>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel output-panel\">\n        <div class=\"section-title\">\n          <div>\n            <h2>Ready final prompt<\/h2>\n            <p>This text is designed to extract a high-quality, deep, and practically useful methodological result from an AI model.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"output-meta\">\n          <div class=\"metric\">\n            <strong>Mode<\/strong>\n            <span id=\"modeMeta\">Market research<\/span>\n          <\/div>\n          <div class=\"metric\">\n            <strong>Tool<\/strong>\n            <span id=\"methodMeta\">\u2014<\/span>\n          <\/div>\n          <div class=\"metric\">\n            <strong>Depth<\/strong>\n            <span id=\"depthMeta\">\u2014<\/span>\n          <\/div>\n        <\/div>\n\n        <div id=\"output\" class=\"output-box placeholder\">The final prompt will appear here. Fill in the fields on the left and click \u201cGenerate prompt.\u201d<\/div>\n\n        <div class=\"foot\">\n          <strong>Application:<\/strong> The generator is suitable for researching markets, clients, services, products, educational solutions,\n          strategic environments, and organizational contexts. It is useful for academic and consulting tasks as well as for real business decisions.\n          <div class=\"credit-line\">Created for <strong>Creativity Ltd<\/strong> as an integrated tool for the organization\u2019s website and training resources.<\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n  <\/div>\n\n  <script>\n    const el = (id) => document.getElementById(id);\n\n    const fields = {\n      topic: el('topic'),\n      audience: el('audience'),\n      audienceOther: el('audienceOther'),\n      sector: el('sector'),\n      sectorOther: el('sectorOther'),\n      objective: el('objective'),\n      objectiveOther: el('objectiveOther'),\n      researchType: el('researchType'),\n      researchTypeOther: el('researchTypeOther'),\n      method: el('method'),\n      methodOther: el('methodOther'),\n      tone: el('tone'),\n      toneOther: el('toneOther'),\n      outputLanguage: el('outputLanguage'),\n      outputLanguageOther: el('outputLanguageOther'),\n      context: el('context'),\n      researchQuestion: el('researchQuestion'),\n      variables: el('variables'),\n      complexity: el('complexity'),\n      complexityOther: el('complexityOther'),\n      format: el('format'),\n      formatOther: el('formatOther'),\n      extra: el('extra'),\n      surveyCheck: el('surveyCheck'),\n      interviewCheck: el('interviewCheck'),\n      sampleCheck: el('sampleCheck'),\n      biasCheck: el('biasCheck'),\n      swotCheck: el('swotCheck'),\n      pestelCheck: el('pestelCheck'),\n      analysisCheck: el('analysisCheck'),\n      applicationCheck: el('applicationCheck')\n    };\n\n    const output = el('output');\n    const methodMeta = el('methodMeta');\n    const depthMeta = el('depthMeta');\n\n    const methodPerspectives = {\n      'survey': 'structured quantitative data collection through clear, unambiguous questions, appropriate scales, and logical sequencing',\n      'semi-structured interview': 'a flexible qualitative tool combining predefined themes with room for in-depth follow-up',\n      'in-depth interview': 'a qualitative method for exploring motivations, attitudes, experiences, and hidden drivers behind behavior',\n      'focus group': 'a group discussion framework for identifying patterns of thinking, attitudes, reactions, and social influence',\n      'SWOT analysis': 'a strategic framework for organizing strengths, weaknesses, opportunities, and threats around a specific object',\n      'PESTEL analysis': 'an environmental analysis model examining political, economic, social, technological, environmental, and legal factors',\n      'combination of survey and interview': 'a mixed approach combining quantitative measurability with qualitative depth',\n      'combined analytical model': 'an integrated framework in which the method is adapted to the topic, audience, and intended outcome'\n    };\n\n    function resolveValue(selectEl, otherEl) {\n      if (!selectEl) return '';\n      if (selectEl.value === '__other__') {\n        return otherEl && otherEl.value.trim() ? otherEl.value.trim() : 'unspecified custom field';\n      }\n      return selectEl.value.trim();\n    }\n\n    function toggleOtherField(selectEl) {\n      const targetId = selectEl.dataset.otherTarget;\n      if (!targetId) return;\n      const wrap = el(targetId);\n      if (!wrap) return;\n      wrap.classList.toggle('visible', selectEl.value === '__other__');\n    }\n\n    function initOtherFields() {\n      document.querySelectorAll('select[data-other-target]').forEach((selectEl) => {\n        toggleOtherField(selectEl);\n        selectEl.addEventListener('change', () => toggleOtherField(selectEl));\n      });\n    }\n\n    function buildChecks() {\n      const checks = [];\n      if (fields.surveyCheck.checked) checks.push('if the method allows it, build a strong survey with clear sections, question types, ordering logic, and appropriate response scales');\n      if (fields.interviewCheck.checked) checks.push('if the method requires it, create a semi-structured or in-depth interview guide with a logical sequence and useful follow-up questions');\n      if (fields.sampleCheck.checked) checks.push('propose an appropriate respondent profile, sampling logic, and indicative selection guidance');\n      if (fields.biasCheck.checked) checks.push('identify potential risks of bias, leading wording, double-barreled questions, or unclear categories');\n      if (fields.swotCheck.checked) checks.push('where applicable, include a SWOT framework with clearly formulated dimensions for strengths, weaknesses, opportunities, and threats');\n      if (fields.pestelCheck.checked) checks.push('where applicable, include a PESTEL framework with relevant political, economic, social, technological, environmental, and legal factors');\n      if (fields.analysisCheck.checked) checks.push('add guidance on how the collected data can be structured, analyzed, and interpreted');\n      if (fields.applicationCheck.checked) checks.push('show how the findings can support practical decisions, strategic choices, or improvement of a product, service, or process');\n      return checks;\n    }\n\n    function generatePrompt() {\n      const topic = fields.topic.value.trim();\n      const audience = resolveValue(fields.audience, fields.audienceOther);\n      const sector = resolveValue(fields.sector, fields.sectorOther);\n      const objective = resolveValue(fields.objective, fields.objectiveOther);\n      const researchType = resolveValue(fields.researchType, fields.researchTypeOther);\n      const method = resolveValue(fields.method, fields.methodOther);\n      const tone = resolveValue(fields.tone, fields.toneOther);\n      const outputLanguage = resolveValue(fields.outputLanguage, fields.outputLanguageOther);\n      const context = fields.context.value.trim() || 'a business, educational, or expert environment';\n      const researchQuestion = fields.researchQuestion.value.trim() || 'No explicit main research question has been provided; infer it from the topic and objective of the study.';\n      const variables = fields.variables.value.trim() || 'No predefined key variables have been provided.';\n      const complexity = resolveValue(fields.complexity, fields.complexityOther);\n      const format = resolveValue(fields.format, fields.formatOther);\n      const extra = fields.extra.value.trim() || 'Maintain a high level of methodological clarity, practical relevance, and logical consistency.';\n      const checks = buildChecks();\n      const methodFrame = methodPerspectives[method] || 'a self-formulated methodological framework aligned with the topic, objective, and respondents';\n\n      if (!topic) {\n        output.classList.add('placeholder');\n        output.textContent = 'No topic has been entered. Add the topic or object of study to generate the final prompt.';\n        methodMeta.textContent = '\u2014';\n        depthMeta.textContent = complexity || '\u2014';\n        return;\n      }\n\n      const prompt = `Role: You are a highly qualified market research methodologist trained in marketing research, research design, questionnaire development, interview methodology, data analysis, strategic frameworks such as SWOT and PESTEL, and the practical use of collected information for decision-making. You do not work merely as a generator of questions, but as a professional who can build the logic of a research process from objective to instrument, and from data to application.\n\nTask: Create a methodologically sound research model on the following topic:\n\u201c${topic}\u201d\n\nContext of use: ${context}\nTarget group \/ respondents: ${audience}\nSector \/ market: ${sector}\nMain research objective: ${objective}\nType of research design: ${researchType}\nPreferred tool: ${method}\nMain research question: ${researchQuestion}\nKey variables \/ thematic axes: ${variables}\n\nMethodological position: Build the proposal so that it is functional, professional, and applicable to a real research project. Work as if you are preparing a research instrument for a real organization, project, business, or analytical task, rather than a purely illustrative academic exercise.\nUse the following framework as the intellectual center of the methodology: ${methodFrame}.\n\nRequirements for the analysis and construction:\n1. Provide a brief, clear, and professional research logic.\n2. Show how the topic, objective, respondents, and tool are connected within one coherent methodological framework.\n3. Do not use generic or banal questions. Be specific, thematically relevant, and analytically useful.\n4. If the topic implies different levels of analysis, organize them clearly.\n5. If there is a risk of ambiguity, explain how it should be avoided.\n6. Use the following tone: ${tone}.\n7. Work in ${outputLanguage}.\n8. Level of depth: ${complexity}.\n9. Output format: ${format}.\n\nSpecial methodological tasks:\n${checks.map((c, i) => `${i + 1}. ${c}.`).join('\\n')}\n\nStructure of the output:\n- Brief methodological introduction\n- Clearly defined research objective\n- Suitable type of respondents \/ audience\n- Suitable research instrument for the topic\n- Concrete set of questions or analytical categories\n- Guidance for structuring and analyzing the data\n- Practical orientation: how the results can be used\n${fields.swotCheck.checked ? '- If applicable: a SWOT framework aligned with the topic\\n' : ''}${fields.pestelCheck.checked ? '- If applicable: a PESTEL framework aligned with the topic\\n' : ''}\n\nIf the selected tool is a survey:\n- create a well-structured questionnaire with sections;\n- use balanced wording;\n- include closed and\/or open questions depending on the objective;\n- propose suitable response scales where needed.\n\nIf the selected tool is an interview:\n- create a logical interview guide;\n- begin with introductory questions;\n- move to the main thematic questions;\n- add possible follow-up questions where appropriate.\n\nIf the selected tool is SWOT or PESTEL:\n- do not provide template categories without substance;\n- formulate analytical directions specific to the topic;\n- show how the framework can support real strategy, not merely formal completion.\n\nAdditional instructions:\n${extra}\n\nImportant:\n- Do not create abstract questions disconnected from the topic.\n- Do not use overly generic research categories.\n- Do not allow methodological disorder.\n- Maintain professional logic, clarity, and applicability.\n- Think simultaneously as a researcher, analyst, and consultant.\n\nBrand context:\n- This generator has been developed for Creativity Ltd and may be used in business, training, academic, and expert environments.\n- Maintain a high level of intellectual culture, clarity, and applicability.\n\nGoal of the response:\nTo produce a deep, useful, and practically applicable research prompt that supports the creation of a high-quality market research instrument, interview guide, or analytical model tailored to the specific topic and objective.`;\n\n      output.classList.remove('placeholder');\n      output.textContent = prompt;\n      methodMeta.textContent = method;\n      depthMeta.textContent = complexity;\n    }\n\n    el('generateBtn').addEventListener('click', generatePrompt);\n\n    el('copyBtn').addEventListener('click', async () => {\n      const text = output.textContent.trim();\n      if (!text || output.classList.contains('placeholder')) return;\n      try {\n        await navigator.clipboard.writeText(text);\n        const btn = el('copyBtn');\n        const prev = btn.textContent;\n        btn.textContent = 'Copied';\n        setTimeout(() => btn.textContent = prev, 1400);\n      } catch (e) {\n        alert('Copying was not successful. You can select the text manually.');\n      }\n    });\n\n    el('resetBtn').addEventListener('click', () => {\n      Object.values(fields).forEach((field) => {\n        if (!field) return;\n        if (field.type === 'checkbox') {\n          field.checked = true;\n        } else if (field.tagName === 'SELECT') {\n          field.selectedIndex = 0;\n        } else {\n          field.value = '';\n        }\n      });\n      document.querySelectorAll('.other-input').forEach((item) => item.classList.remove('visible'));\n      initOtherFields();\n      output.classList.add('placeholder');\n      output.textContent = 'The final prompt will appear here. Fill in the fields on the left and click \u201cGenerate prompt.\u201d\\n';\n      methodMeta.textContent = '\u2014';\n      depthMeta.textContent = '\u2014';\n    });\n\n    initOtherFields();\n    generatePrompt();\n  <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\u201cMarket Research Methodologist\u201d Generator | Creativity Ltd KR Creativity Ltd Contextual prompt generator for market research and analytical methodology Creativity Ltd \u2022 Market Research \u2022 Methodology \u2022 Analysis \u201cMarket Research Methodologist\u201d Generator Creates a deep, structured, and professionally oriented prompt for designing market research. The user enters a topic, objective, market context, and research type,&#8230;<\/p>\n","protected":false},"author":4,"featured_media":624,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[47],"tags":[4,48,49],"class_list":["post-623","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-prompt","tag-ai","tag-prompt","tag-prompt-generator"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Contextual prompt generator for market research and analytical methodology - Creativity Ltd.<\/title>\n<meta name=\"description\" content=\"Contextual prompt generator for market research and analytical methodology\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-market-research-and-analytical-methodology\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contextual prompt generator for market research and analytical methodology - Creativity Ltd.\" \/>\n<meta property=\"og:description\" content=\"Contextual prompt generator for market research and analytical methodology\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-market-research-and-analytical-methodology\/\" \/>\n<meta property=\"og:site_name\" content=\"Creativity Ltd.\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/people\/-Creativity\/100054222800992\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T07:24:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-17T07:24:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cpocreativity.com\/world\/wp-content\/uploads\/2026\/04\/Gemini_Generated_Image_8xesc18xesc18xes-scaled-e1776410574875.png\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"447\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Creativity LTD\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@CreativityLTDBG\" \/>\n<meta name=\"twitter:site\" content=\"@CreativityLTDBG\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Creativity LTD\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-market-research-and-analytical-methodology\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-market-research-and-analytical-methodology\\\/\"},\"author\":{\"name\":\"Creativity LTD\",\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/#\\\/schema\\\/person\\\/991fdd4aebfd260d8ed3d78b2d57339f\"},\"headline\":\"Contextual prompt generator for market research and analytical methodology\",\"datePublished\":\"2026-04-17T07:24:33+00:00\",\"dateModified\":\"2026-04-17T07:24:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-market-research-and-analytical-methodology\\\/\"},\"wordCount\":624,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-market-research-and-analytical-methodology\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Gemini_Generated_Image_8xesc18xesc18xes-scaled-e1776410574875.png\",\"keywords\":[\"ai\",\"Prompt\",\"Prompt Generator\"],\"articleSection\":[\"Prompt\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-market-research-and-analytical-methodology\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-market-research-and-analytical-methodology\\\/\",\"url\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-market-research-and-analytical-methodology\\\/\",\"name\":\"Contextual prompt generator for market research and analytical methodology - Creativity Ltd.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-market-research-and-analytical-methodology\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-market-research-and-analytical-methodology\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Gemini_Generated_Image_8xesc18xesc18xes-scaled-e1776410574875.png\",\"datePublished\":\"2026-04-17T07:24:33+00:00\",\"dateModified\":\"2026-04-17T07:24:35+00:00\",\"description\":\"Contextual prompt generator for market research and analytical methodology\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-market-research-and-analytical-methodology\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-market-research-and-analytical-methodology\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-market-research-and-analytical-methodology\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Gemini_Generated_Image_8xesc18xesc18xes-scaled-e1776410574875.png\",\"contentUrl\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Gemini_Generated_Image_8xesc18xesc18xes-scaled-e1776410574875.png\",\"width\":800,\"height\":447},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-market-research-and-analytical-methodology\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contextual prompt generator for market research and analytical methodology\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/#website\",\"url\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/\",\"name\":\"Creativity Ltd.\",\"description\":\"AI in education, teacher training and digital learning innovation.\",\"publisher\":{\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/#organization\",\"name\":\"Creativity Ltd.\",\"alternateName\":\"\u041a\u0440\u0435\u0430\u0442\u0438\u0432\u043d\u043e\u0441\u0442 \u0415\u041e\u041e\u0414\",\"url\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Creativity-ltd-logo.png\",\"contentUrl\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Creativity-ltd-logo.png\",\"width\":325,\"height\":325,\"caption\":\"Creativity Ltd.\"},\"image\":{\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/people\\\/-Creativity\\\/100054222800992\",\"https:\\\/\\\/x.com\\\/CreativityLTDBG\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/#\\\/schema\\\/person\\\/991fdd4aebfd260d8ed3d78b2d57339f\",\"name\":\"Creativity LTD\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7b5180f8a8b66b86e3dc36b31f88d8f6da8df09f7da162091198635198917187?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7b5180f8a8b66b86e3dc36b31f88d8f6da8df09f7da162091198635198917187?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7b5180f8a8b66b86e3dc36b31f88d8f6da8df09f7da162091198635198917187?s=96&d=mm&r=g\",\"caption\":\"Creativity LTD\"},\"url\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/author\\\/creativity-ltd\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contextual prompt generator for market research and analytical methodology - Creativity Ltd.","description":"Contextual prompt generator for market research and analytical methodology","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-market-research-and-analytical-methodology\/","og_locale":"en_US","og_type":"article","og_title":"Contextual prompt generator for market research and analytical methodology - Creativity Ltd.","og_description":"Contextual prompt generator for market research and analytical methodology","og_url":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-market-research-and-analytical-methodology\/","og_site_name":"Creativity Ltd.","article_publisher":"https:\/\/www.facebook.com\/people\/-Creativity\/100054222800992","article_published_time":"2026-04-17T07:24:33+00:00","article_modified_time":"2026-04-17T07:24:35+00:00","og_image":[{"width":800,"height":447,"url":"https:\/\/cpocreativity.com\/world\/wp-content\/uploads\/2026\/04\/Gemini_Generated_Image_8xesc18xesc18xes-scaled-e1776410574875.png","type":"image\/png"}],"author":"Creativity LTD","twitter_card":"summary_large_image","twitter_creator":"@CreativityLTDBG","twitter_site":"@CreativityLTDBG","twitter_misc":{"Written by":"Creativity LTD","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-market-research-and-analytical-methodology\/#article","isPartOf":{"@id":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-market-research-and-analytical-methodology\/"},"author":{"name":"Creativity LTD","@id":"https:\/\/cpocreativity.com\/world\/#\/schema\/person\/991fdd4aebfd260d8ed3d78b2d57339f"},"headline":"Contextual prompt generator for market research and analytical methodology","datePublished":"2026-04-17T07:24:33+00:00","dateModified":"2026-04-17T07:24:35+00:00","mainEntityOfPage":{"@id":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-market-research-and-analytical-methodology\/"},"wordCount":624,"commentCount":0,"publisher":{"@id":"https:\/\/cpocreativity.com\/world\/#organization"},"image":{"@id":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-market-research-and-analytical-methodology\/#primaryimage"},"thumbnailUrl":"https:\/\/cpocreativity.com\/world\/wp-content\/uploads\/2026\/04\/Gemini_Generated_Image_8xesc18xesc18xes-scaled-e1776410574875.png","keywords":["ai","Prompt","Prompt Generator"],"articleSection":["Prompt"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-market-research-and-analytical-methodology\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-market-research-and-analytical-methodology\/","url":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-market-research-and-analytical-methodology\/","name":"Contextual prompt generator for market research and analytical methodology - Creativity Ltd.","isPartOf":{"@id":"https:\/\/cpocreativity.com\/world\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-market-research-and-analytical-methodology\/#primaryimage"},"image":{"@id":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-market-research-and-analytical-methodology\/#primaryimage"},"thumbnailUrl":"https:\/\/cpocreativity.com\/world\/wp-content\/uploads\/2026\/04\/Gemini_Generated_Image_8xesc18xesc18xes-scaled-e1776410574875.png","datePublished":"2026-04-17T07:24:33+00:00","dateModified":"2026-04-17T07:24:35+00:00","description":"Contextual prompt generator for market research and analytical methodology","breadcrumb":{"@id":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-market-research-and-analytical-methodology\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-market-research-and-analytical-methodology\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-market-research-and-analytical-methodology\/#primaryimage","url":"https:\/\/cpocreativity.com\/world\/wp-content\/uploads\/2026\/04\/Gemini_Generated_Image_8xesc18xesc18xes-scaled-e1776410574875.png","contentUrl":"https:\/\/cpocreativity.com\/world\/wp-content\/uploads\/2026\/04\/Gemini_Generated_Image_8xesc18xesc18xes-scaled-e1776410574875.png","width":800,"height":447},{"@type":"BreadcrumbList","@id":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-market-research-and-analytical-methodology\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cpocreativity.com\/world\/"},{"@type":"ListItem","position":2,"name":"Contextual prompt generator for market research and analytical methodology"}]},{"@type":"WebSite","@id":"https:\/\/cpocreativity.com\/world\/#website","url":"https:\/\/cpocreativity.com\/world\/","name":"Creativity Ltd.","description":"AI in education, teacher training and digital learning innovation.","publisher":{"@id":"https:\/\/cpocreativity.com\/world\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cpocreativity.com\/world\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cpocreativity.com\/world\/#organization","name":"Creativity Ltd.","alternateName":"\u041a\u0440\u0435\u0430\u0442\u0438\u0432\u043d\u043e\u0441\u0442 \u0415\u041e\u041e\u0414","url":"https:\/\/cpocreativity.com\/world\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpocreativity.com\/world\/#\/schema\/logo\/image\/","url":"https:\/\/cpocreativity.com\/world\/wp-content\/uploads\/2026\/04\/Creativity-ltd-logo.png","contentUrl":"https:\/\/cpocreativity.com\/world\/wp-content\/uploads\/2026\/04\/Creativity-ltd-logo.png","width":325,"height":325,"caption":"Creativity Ltd."},"image":{"@id":"https:\/\/cpocreativity.com\/world\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/people\/-Creativity\/100054222800992","https:\/\/x.com\/CreativityLTDBG"]},{"@type":"Person","@id":"https:\/\/cpocreativity.com\/world\/#\/schema\/person\/991fdd4aebfd260d8ed3d78b2d57339f","name":"Creativity LTD","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/7b5180f8a8b66b86e3dc36b31f88d8f6da8df09f7da162091198635198917187?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/7b5180f8a8b66b86e3dc36b31f88d8f6da8df09f7da162091198635198917187?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7b5180f8a8b66b86e3dc36b31f88d8f6da8df09f7da162091198635198917187?s=96&d=mm&r=g","caption":"Creativity LTD"},"url":"https:\/\/cpocreativity.com\/world\/author\/creativity-ltd\/"}]}},"_links":{"self":[{"href":"https:\/\/cpocreativity.com\/world\/wp-json\/wp\/v2\/posts\/623","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cpocreativity.com\/world\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cpocreativity.com\/world\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cpocreativity.com\/world\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/cpocreativity.com\/world\/wp-json\/wp\/v2\/comments?post=623"}],"version-history":[{"count":1,"href":"https:\/\/cpocreativity.com\/world\/wp-json\/wp\/v2\/posts\/623\/revisions"}],"predecessor-version":[{"id":625,"href":"https:\/\/cpocreativity.com\/world\/wp-json\/wp\/v2\/posts\/623\/revisions\/625"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cpocreativity.com\/world\/wp-json\/wp\/v2\/media\/624"}],"wp:attachment":[{"href":"https:\/\/cpocreativity.com\/world\/wp-json\/wp\/v2\/media?parent=623"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cpocreativity.com\/world\/wp-json\/wp\/v2\/categories?post=623"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cpocreativity.com\/world\/wp-json\/wp\/v2\/tags?post=623"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}