numerical values added to admiralty scale based on feedback
parent
00bd858a1f
commit
910c2eb96e
|
@ -11,7 +11,7 @@
|
||||||
"description": "Action taken."
|
"description": "Action taken."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"name": "admiralty-scale",
|
"name": "admiralty-scale",
|
||||||
"description": "The Admiralty Scale (also called the NATO System) is used to rank the reliability of a source and the credibility of an information."
|
"description": "The Admiralty Scale (also called the NATO System) is used to rank the reliability of a source and the credibility of an information."
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"namespace": "admiralty-scale",
|
"namespace": "admiralty-scale",
|
||||||
"description": "The Admiralty Scale (also called the NATO System) is used to rank the reliability of a source and the credibility of an information.",
|
"description": "The Admiralty Scale (also called the NATO System) is used to rank the reliability of a source and the credibility of an information.",
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"predicates": [
|
"predicates": [
|
||||||
{
|
{
|
||||||
"value": "source-reliability",
|
"value": "source-reliability",
|
||||||
|
@ -18,23 +18,28 @@
|
||||||
"entry": [
|
"entry": [
|
||||||
{
|
{
|
||||||
"value": "a",
|
"value": "a",
|
||||||
"expanded": "Completely reliable"
|
"expanded": "Completely reliable",
|
||||||
|
"numerical_value": 100
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "b",
|
"value": "b",
|
||||||
"expanded": "Usually reliable"
|
"expanded": "Usually reliable",
|
||||||
|
"numerical_value": 75
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "c",
|
"value": "c",
|
||||||
"expanded": "Fairly reliable"
|
"expanded": "Fairly reliable",
|
||||||
|
"numerical_value": 50
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "d",
|
"value": "d",
|
||||||
"expanded": "Not usually reliable"
|
"expanded": "Not usually reliable",
|
||||||
|
"numerical_value": 25
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "e",
|
"value": "e",
|
||||||
"expanded": "Unreliable"
|
"expanded": "Unreliable",
|
||||||
|
"numerical_value": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "f",
|
"value": "f",
|
||||||
|
@ -47,23 +52,28 @@
|
||||||
"entry": [
|
"entry": [
|
||||||
{
|
{
|
||||||
"value": "1",
|
"value": "1",
|
||||||
"expanded": "Confirmed by other sources"
|
"expanded": "Confirmed by other sources",
|
||||||
|
"numerical_values": 100
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "2",
|
"value": "2",
|
||||||
"expanded": "Probably true"
|
"expanded": "Probably true",
|
||||||
|
"numerical_values": 75
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "3",
|
"value": "3",
|
||||||
"expanded": "Possibly true"
|
"expanded": "Possibly true",
|
||||||
|
"numerical_values": 50
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "4",
|
"value": "4",
|
||||||
"expanded": "Doubtful"
|
"expanded": "Doubtful",
|
||||||
|
"numerical_values": 25
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "5",
|
"value": "5",
|
||||||
"expanded": "Improbable"
|
"expanded": "Improbable",
|
||||||
|
"numerical_values": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "6",
|
"value": "6",
|
||||||
|
|
Loading…
Reference in New Issue