Skip to content

Commit

Permalink
Merge 719522b into decb764
Browse files Browse the repository at this point in the history
  • Loading branch information
asveloper committed Jan 24, 2020
2 parents decb764 + 719522b commit d79789a
Show file tree
Hide file tree
Showing 3 changed files with 899 additions and 0 deletions.
56 changes: 56 additions & 0 deletions data/da/choices.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
module.exports = {
plus: [
{
text: 'Meget upræcist',
score: 1,
color: 1
},
{
text: 'Rimelig upræcist',
score: 2,
color: 2
},
{
text: 'Hverken præcist eller upræcist',
score: 3,
color: 3
},
{
text: 'Rimelig præcist',
score: 4,
color: 4
},
{
text: 'Meget præcist',
score: 5,
color: 5
}
],
minus: [
{
text: 'Meget upræcist',
score: 5,
color: 1
},
{
text: 'Rimelig upræcist',
score: 4,
color: 2
},
{
text: 'Hverken præcist eller upræcist',
score: 3,
color: 3
},
{
text: 'Rimelig præcist',
score: 2,
color: 4
},
{
text: 'Meget præcist',
score: 1,
color: 5
}
]
}
Loading

0 comments on commit d79789a

Please sign in to comment.