Skip to content

Commit

Permalink
Standard fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maccyber committed Mar 23, 2024
1 parent d0a9a5a commit ce454b9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions data/fa/choices.js
Original file line number Diff line number Diff line change
@@ -1,66 +1,66 @@
module.exports = {
plus: [
{
//text: 'Very Inaccurate',
// text: 'Very Inaccurate',
text: 'کاملا مخالفم',
score: 1,
color: 1
},
{
//text: 'Moderately Inaccurate',
// text: 'Moderately Inaccurate',
text: 'مخالفم',
score: 2,
color: 2
},
{
//text: 'Neither Accurate Nor Inaccurate',
// text: 'Neither Accurate Nor Inaccurate',
text: 'مطمئن نیستم',
score: 3,
color: 3
},
{
//text: 'Moderately Accurate',
// text: 'Moderately Accurate',
text: 'موافقم',
score: 4,
color: 4
},
{
//text: 'Very Accurate',
// text: 'Very Accurate',
text: 'کاملا موافقم',
score: 5,
color: 5
}
],
minus: [
{
//text: 'Very Inaccurate',
// text: 'Very Inaccurate',
text: 'کاملا مخالفم',
score: 5,
color: 1
},
{
//text: 'Moderately Inaccurate',
// text: 'Moderately Inaccurate',
text: 'مخالفم',
score: 4,
color: 2
},
{
//text: 'Neither Accurate Nor Inaccurate',
// text: 'Neither Accurate Nor Inaccurate',
text: 'مطمئن نیستم',
score: 3,
color: 3
},
{
//text: 'Moderately Accurate',
// text: 'Moderately Accurate',
text: 'موافقم',
score: 2,
color: 4
},
{
//text: 'Very Accurate',
// text: 'Very Accurate',
text: 'کاملا موافقم',
score: 1,
color: 5
}
]
}
}

0 comments on commit ce454b9

Please sign in to comment.