diff --git a/src/components/molecules/HeuristicsTable.vue b/src/components/molecules/HeuristicsTable.vue
index 387d9416..3d5fc5e0 100644
--- a/src/components/molecules/HeuristicsTable.vue
+++ b/src/components/molecules/HeuristicsTable.vue
@@ -224,7 +224,8 @@
padding-bottom: 4px !important;
"
>
- {{ item.id }} - {{ item.title }}
+ {{ item.id + 1 }}
+ - {{ item.title }}
{})
},
goToDisc() {
- window.open('https://discord.gg/XHhnXBjgRh')
+ window.open('https://discord.gg/MFWNpwTq9q')
},
callFunc(func) {
this[func]()
diff --git a/src/components/molecules/IntroAnswer.vue b/src/components/molecules/IntroAnswer.vue
index fee17b52..82708810 100644
--- a/src/components/molecules/IntroAnswer.vue
+++ b/src/components/molecules/IntroAnswer.vue
@@ -52,7 +52,7 @@ export default {
this.$router.push('/answers/documentation').catch(() => {})
},
goToDisc() {
- window.open('https://discord.gg/XHhnXBjgRh')
+ window.open('https://discord.gg/MFWNpwTq9q')
},
callFunc(func) {
this[func]()
diff --git a/src/components/molecules/IntroCoops.vue b/src/components/molecules/IntroCoops.vue
index f0a7b1f2..e65e4d9f 100644
--- a/src/components/molecules/IntroCoops.vue
+++ b/src/components/molecules/IntroCoops.vue
@@ -47,7 +47,7 @@ export default {
this.$router.push('/cooperators/documentation').catch(() => {})
},
goToDisc() {
- window.open('https://discord.gg/XHhnXBjgRh')
+ window.open('https://discord.gg/MFWNpwTq9q')
},
closeIntro() {
this.$emit('closeIntro')
diff --git a/src/components/molecules/IntroEdit.vue b/src/components/molecules/IntroEdit.vue
index a79ca0ea..9a7b7f70 100644
--- a/src/components/molecules/IntroEdit.vue
+++ b/src/components/molecules/IntroEdit.vue
@@ -48,7 +48,7 @@ export default {
this.$router.push('/edit/documentation').catch(() => {})
},
goToDisc() {
- window.open('https://discord.gg/XHhnXBjgRh')
+ window.open('https://discord.gg/MFWNpwTq9q')
},
closeIntro() {
this.$emit('closeIntro')
diff --git a/src/components/molecules/WeightTable.vue b/src/components/molecules/WeightTable.vue
index 843b0515..92cc4f7f 100644
--- a/src/components/molecules/WeightTable.vue
+++ b/src/components/molecules/WeightTable.vue
@@ -106,8 +106,8 @@
/>
- H{{ f + (tabs + 1) }} has
- {{ importt[r - 1] }} than H {{ tabs + 1 }}
@@ -151,21 +151,21 @@ export default {
scores: null,
importance: {
'Equal Importance': 1,
- 'Moderate Importance': 2,
- 'Strong Importance': 3,
- 'Very Strong Importance': 4,
+ 'Moderately Importance': 2,
+ 'Strongly Importance': 3,
+ 'Very Strongly Importance': 4,
'Extreme Importance': 5,
'Moderately Less Important': 6,
'Strongly Less Important': 7,
'Very Strongly Less Important': 8,
- 'Extremely Less Important': 9,
+ 'Extremely Less Important': 9
},
importt: [
'Equal Importance',
- 'Moderate Importance',
- 'Strong Importance',
- 'Very Strong Importance',
- 'Extreme Importance',
+ 'Moderately Importance',
+ 'Strongly Importance',
+ 'Very Strongly Importance',
+ 'Extremely Importance',
'Moderately Less Important',
'Strongly Less Important',
'Very Strongly Less Important',
diff --git a/src/components/organisms/HeuristicsAnalytics.vue b/src/components/organisms/HeuristicsAnalytics.vue
index 187e96f6..447d2b32 100644
--- a/src/components/organisms/HeuristicsAnalytics.vue
+++ b/src/components/organisms/HeuristicsAnalytics.vue
@@ -13,6 +13,8 @@
Heuristics
+ {{ resultHeuristics.length }}
+ {{ heuristicsLength }}
+
{{ item.id }}
@@ -336,6 +339,9 @@ export default {
let index = 0
for (const uid in this.answers) {
+
+ //console.log('answers ', this.answers)
+
if (!this.answers[uid]) {
continue
}
@@ -345,6 +351,8 @@ export default {
let SelectHeuristic = this.resultHeuristics.find(
(h) => h.id === `H${index}`,
)
+ //console.log('heuristic ' , heuristic)
+ //console.log('resultHeuristics ', this.resultHeuristics)
if (!SelectHeuristic) {
this.resultHeuristics.push({
@@ -357,6 +365,9 @@ export default {
]
}
+ //console.log('SelectHeuristic ',SelectHeuristic)
+ //console.log('heuristicQuestions', heuristic.heuristicQuestions)
+
heuristic.heuristicQuestions.forEach((hQuestion) => {
hQuestion.heuristicQuestions.forEach((question, qIndex) => {
const selectQuestion = SelectHeuristic.questions.find(
@@ -385,7 +396,9 @@ export default {
})
index++
+ // console.log(uid)
}
+
},
goToCoops() {
this.$emit('goToCoops')
diff --git a/src/components/organisms/HeuristicsTestAnswer.vue b/src/components/organisms/HeuristicsTestAnswer.vue
index 8066f60b..eedc25eb 100644
--- a/src/components/organisms/HeuristicsTestAnswer.vue
+++ b/src/components/organisms/HeuristicsTestAnswer.vue
@@ -195,22 +195,8 @@
-
-
- This page needs more than 1 answer to be generated.
-
-
+
+
Heuristics Data
diff --git a/src/locales/en.json b/src/locales/en.json
index a2061e6f..e77f954c 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -203,7 +203,7 @@
"learnMore": "Learn More",
"docTitle": "Read documentation",
"docSubtitle": "Click to access the documentation on how to use the page ",
- "discTitle": "Join the comunity!",
+ "discTitle": "Join the community!",
"discSubtitle": "You will find support on our discord server."
},
"finalReport": {