Fixed incorrect data #153

Merged
snedadah merged 2 commits from fix-data into main 2023-01-31 00:36:29 -05:00
3 changed files with 25 additions and 21 deletions
Showing only changes of commit fbb1bb4bd9 - Show all commits

View File

@ -1074,7 +1074,7 @@ export const A14 = [
},
{
text: "Carmen Bruni",
value: 11,
value: 9,
},
{
text: "Michael Wallace",
@ -1082,7 +1082,7 @@ export const A14 = [
},
{
text: "Lesley Istead",
value: 10,
value: 11,
},
{
text: "Eric Blais",

View File

@ -40,7 +40,7 @@ export const C2 = [
},
{
text: "Waterloo",
value: 9,
value: 10,
},
{
text: "Chicago",

View File

@ -190,35 +190,39 @@ export const P8 = [
},
{
text: "Finance",
value: 1,
value: 8,
},
{
text: "Cloud Computing",
value: 5,
},
{
text: "Artificial Intelligence",
value: 3,
},
{
text: "Robotics",
value: 1,
},
{
text: "Data Science",
value: 6,
},
{
text: "Research",
text: "Artificial Intelligence",
value: 5,
},
{
text: "Operating System",
value: 2,
},
{
text: "Robotics",
value: 3,
},
{
text: "Security",
value: 1,
text: "Data Science",
value: 10,
},
{
text: "Research",
value: 6,
},
{
text: "Cybersecurity",
value: 2,
},
{
text: "Hardware",
value: 2,
value: 4,
},
{
text: "Mobile Development",
@ -230,7 +234,7 @@ export const P8 = [
},
{
text: "Programming Languages",
value: 2,
value: 5,
},
{
text: "Compilers",