- The {{ Object.keys(playbook)[0].slice(0,1).toUpperCase()+Object.keys(playbook)[0].slice(1) }}
+ The {{ Object.keys(playbook)[0] }}
Pages {{ Object.values(playbook)[0].pages }}
-
- {{ Object.values(playbook)[0].flavour }}
+
{{ Object.values(playbook)[0].blurb }}
diff --git a/client/src/views/results/Scores.vue b/client/src/views/results/Scores.vue
index 0d2adf9..4356a32 100644
--- a/client/src/views/results/Scores.vue
+++ b/client/src/views/results/Scores.vue
@@ -23,16 +23,16 @@
-
- The following are your scores for each playbook:
+
+ While the playbook you are is the one most reflected by your answers, here are the other playbooks and the extent to which they have a bearing upon your journey.
-
-
+
+
-
+ |
Playbook
|
@@ -41,11 +41,11 @@
|
-
-
- The {{ playbook.slice(0,1).toUpperCase() + playbook.slice(1) }}
+ |
+
+ The {{ playbook }}
|
-
+ |
{{ Math.round(100*score/this.appStore.results.max_score) }} %
|
diff --git a/client/src/views/results/Statistics.vue b/client/src/views/results/Statistics.vue
index dc7f8ec..5d87ef5 100644
--- a/client/src/views/results/Statistics.vue
+++ b/client/src/views/results/Statistics.vue
@@ -1,13 +1,49 @@
@@ -17,7 +53,62 @@
Statistics
-
+
+ Sometimes, it can help to have some additional insight into the likelihood of meeting different people.
+ Or, indeed, it can provide insight into how the questions we ask of each other bias the way we perceive the world.
+
+
+
+
+
+
+ |
+
+ Playbook
+ |
+
+ Your Score
+ |
+
+ Mean Score
+ |
+
+ Median Score
+ |
+
+ Standard Deviation
+ |
+
+
+
+
+
+
+ |
+
+
+ |
+
+ The {{ playbook }}
+ |
+
+ {{ Math.round(100*this.appStore.results.all_playbooks[playbook]/this.appStore.results.max_score) }}
+ |
+
+ {{ Math.round(stats.mean * 100) / 100 }}
+ |
+
+ {{ Math.round(stats.median * 100) / 100 }}
+ |
+
+ {{ Math.round(stats.standard_deviation * 100) / 100 }}
+ |
+
+
+ Out of a total {{ this.appStore.count }} users |
+
+
+
\ No newline at end of file