From b2ff3dc228395d9d413921f76b054923ff2e4168 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sun, 11 Feb 2024 12:35:00 +0100 Subject: [PATCH] Add html for survey --- .../survey-examples/behavioral-survey.html | 110 +++++++++++++ .../survey-examples/demographics-survey.html | 148 ++++++++++++++++++ .../survey-examples/geographics-survey.html | 47 ++++++ .../psychographics-survey.html | 48 ++++++ 4 files changed, 353 insertions(+) create mode 100644 docs/pattern/survey-examples/behavioral-survey.html create mode 100644 docs/pattern/survey-examples/demographics-survey.html create mode 100644 docs/pattern/survey-examples/geographics-survey.html create mode 100644 docs/pattern/survey-examples/psychographics-survey.html diff --git a/docs/pattern/survey-examples/behavioral-survey.html b/docs/pattern/survey-examples/behavioral-survey.html new file mode 100644 index 0000000..9c59999 --- /dev/null +++ b/docs/pattern/survey-examples/behavioral-survey.html @@ -0,0 +1,110 @@ + + + + + + Product Experience Survey + + + +

Product Experience Survey

+
+
+
+ How often do you use our software? +
    +
  1. + +
    + +
    +
  2. + +
    + +
    +
  3. + +
    + +
    +
  4. + +
    + +
    +
+
+
+
+ What features do you use the most? +
    +
  1. + +
    + +
    +
  2. + +
    + +
    +
  3. + +
    + +
    +
+
+
+
+ Have you used our software for along period of time? +
    +
  1. + +
    + +
    +
  2. + +
    + +
    +
+
+
+ +
+
+ + + \ No newline at end of file diff --git a/docs/pattern/survey-examples/demographics-survey.html b/docs/pattern/survey-examples/demographics-survey.html new file mode 100644 index 0000000..0c37385 --- /dev/null +++ b/docs/pattern/survey-examples/demographics-survey.html @@ -0,0 +1,148 @@ + + + + + + Product Experience Survey + + + +

Product Experience Survey

+
+
+
+ What is your age range? +
    +
  1. + +
    + +
    +
  2. + +
    + +
    +
  3. + +
    + +
    +
  4. + +
    + +
    +
  5. + +
    + +
    +
+
+
+
+ What is your gender? +
    +
  1. + +
    + +
    +
  2. + +
    + +
    +
  3. + +
    + +
    +
  4. + +
    + +
    +
  5. + +
    + +
    +
  6. + +
    + + +
    +
+
+
+
+ What is your profession? +
    +
  1. + +
    + + +
    +
+
+
+
+ What is your educational background? +
    +
  1. + +
    + + +
    +
+
+
+ +
+
+ + + \ No newline at end of file diff --git a/docs/pattern/survey-examples/geographics-survey.html b/docs/pattern/survey-examples/geographics-survey.html new file mode 100644 index 0000000..077b46c --- /dev/null +++ b/docs/pattern/survey-examples/geographics-survey.html @@ -0,0 +1,47 @@ + + + + + + Product Experience Survey + + + +

Product Experience Survey

+
+
+
+ Where are you located? +
    +
  1. + +
    + + +
    +
+
+
+
+ Which timezone do you operate in? +
    +
  1. + +
    + + +
    +
+
+
+ +
+
+ + + \ No newline at end of file diff --git a/docs/pattern/survey-examples/psychographics-survey.html b/docs/pattern/survey-examples/psychographics-survey.html new file mode 100644 index 0000000..e440713 --- /dev/null +++ b/docs/pattern/survey-examples/psychographics-survey.html @@ -0,0 +1,48 @@ + + + + + + Product Experience Survey + + + +

Product Experience Survey

+
+
+
+ What do you value most in our software? +
    +
  1. + +
    + + +
    +
+
+
+
+ What motivates you to use our software? +
    +
  1. + +
    + + +
    +
+
+
+ +
+
+ + + \ No newline at end of file