Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

feat(typeform): add typeform values #192

Merged
merged 1 commit into from
May 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/display-data/statistics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export const statisticsLayout: StatisticsGroup[] = [
field: "wikiViews",
label: "en moyenne par mois",
type: "simple",
unit: "vues",
unit: "vues sur le Wiki",
},
],
title: "Wiki",
Expand All @@ -186,11 +186,11 @@ export const statisticsLayout: StatisticsGroup[] = [
size: 6,
statistics: [
{
field: "rating",
label: "note donnée par les utilisateurs/utilisatrices, sur 5",
tooltip:
"Question posée : « Et si vous deviez donner une note à Archifiltre ? » (49 répondants)",
type: "raw",
value: 4.2,
type: "simple",
},
],
title: "note",
Expand All @@ -199,13 +199,13 @@ export const statisticsLayout: StatisticsGroup[] = [
size: 6,
statistics: [
{
field: "recommendation",
label:
"de recommandation par les utilisateurs/utilisatrices à leurs collègues",
tooltip:
"Question posée : « A quel point recommanderiez-vous Archifiltre à des collègues ? » Réponse sur une échelle de 1 à 10. (49 répondants)",
type: "raw",
type: "simple",
unit: "%",
value: "90",
},
],
title: "recommandation",
Expand Down