Skip to content

Commit

Permalink
content: use AI to convert one-twos (#183)
Browse files Browse the repository at this point in the history
Used AI to convert all questions that are "one-twos" to that format.
This allows for less code, Better question overviews... etc...
  • Loading branch information
PupoSDC authored Feb 19, 2024
1 parent ee7b919 commit ff6f8a3
Show file tree
Hide file tree
Showing 77 changed files with 2,148 additions and 5,448 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,33 +22,15 @@
"learningObjectives": ["021.01.01.01.01"],
"explanation": "",
"variant": {
"type": "simple",
"question": "Which of these statements about structural design principles are correct ?\n\n1\\. Fail-safe implies multiple load paths. \n2\\. Safe life is the preferred design technique for aircraft.",
"options": [
{
"id": "OM02LUYMG",
"text": "Both 1 and 2 are correct",
"correct": false,
"why": ""
},
{
"id": "OAJXSWDG3",
"text": "1 is incorrect, 2 is correct.",
"correct": false,
"why": ""
},
{
"id": "OM22YPXDS",
"text": "1 is correct, 2 is incorrect.",
"correct": true,
"why": ""
},
{
"id": "OVK4XXPEM",
"text": "Both 1 and 2 are incorrect.",
"correct": false,
"why": ""
}
"type": "one-two",
"question": "Which of these statements about structural design principles are correct?",
"firstCorrectStatements": ["Fail-safe implies multiple load paths."],
"firstIncorrectStatements": ["Safe life implies multiple load paths."],
"secondCorrectStatements": [
"Safe life is the preferred design technique for aircraft."
],
"secondIncorrectStatements": [
"Fail-safe is the preferred design technique for aircraft."
]
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"id": "QOJBNKXZ",
"relatedQuestions": [],
"externalIds": [
"ATPLQ-216381",
"ATPLQ-211396",
"BGS-211241",
"ATPLGS-120029",
Expand All @@ -25,41 +26,28 @@
"learningObjectives": ["021.02.02.01.02"],
"explanation": "",
"variant": {
"type": "simple",
"question": "Which of these statements about composite and metal structures are correct or incorrect?\n\nI. In composite structural components, the tensile strength is the same in all directions independent of the direction of the fibres. \n II. Metals structures are chosen preferably to achieve structures with higher strength-to-weight ratio than composite materials.",
"options": [
{
"id": "OHGUSFLFQ",
"text": "I is incorrect, II is correct.",
"correct": false,
"why": ""
},
{
"id": "OC0SIBYD2",
"text": "I is incorrect, II is incorrect.",
"correct": true,
"why": ""
},
{
"id": "ONNOUGVWE",
"text": "I is correct, II is incorrect.",
"correct": false,
"why": ""
},
{
"id": "O7PCMITTE",
"text": "I is correct, II is correct.",
"correct": false,
"why": ""
}
"type": "one-two",
"question": "Which of these statements about composite and metal structures are correct or incorrect?",
"firstCorrectStatements": [
"In composite structural components, the tensile strength is dependent on the direction of the fibres."
],
"firstIncorrectStatements": [
"In composite structural components, the tensile strength is the same in all directions independent of the direction of the fibres."
],
"secondCorrectStatements": [
"Composite materials are chosen preferably to achieve structures with higher strength-to-weight ratio than Metal structures.",
"Composite materials enable manufacturing structures with a higher strength-to-weight ratio than metal structures."
],
"secondIncorrectStatements": [
"Metal structures are chosen preferably to achieve structures with higher strength-to-weight ratio than composite materials.",
"Metal structures enable manufacturing structures with a higher strength-to-weight ratio than composite materials."
]
}
},
{
"id": "QK0PSA8IA",
"relatedQuestions": [],
"externalIds": [
"ATPLQ-216381",
"BGS-211241",
"ATPLGS-120029",
"ATPLGS-120030",
Expand All @@ -81,33 +69,19 @@
"learningObjectives": ["021.02.02.01.02"],
"explanation": "",
"variant": {
"type": "simple",
"question": "Which of these statements about composite and metal structures are correct or incorrect?\n\nI. In composite structural components, the tensile strength is the same in all directions independent of the direction of the fibres. \nII. Composite materials enable manufacturing structures with a higher strength-to-weight ratio than metal structures.",
"options": [
{
"id": "OPINFTHWZ",
"text": "I is incorrect, II is incorrect.",
"correct": false,
"why": ""
},
{
"id": "OB9OHZHNE",
"text": "I is incorrect, II is correct.",
"correct": true,
"why": ""
},
{
"id": "OZMZBVOCK",
"text": "I is correct, II is correct.",
"correct": false,
"why": ""
},
{
"id": "OUZAJ9NUN",
"text": "I is correct, II is incorrect.",
"correct": false,
"why": ""
}
"type": "one-two",
"question": "Which of these statements about composite and metal structures are correct or incorrect?",
"firstCorrectStatements": [
"Composite materials enable manufacturing structures with a higher strength-to-weight ratio than metal structures."
],
"firstIncorrectStatements": [
"Composite structural components, the tensile strength is different in all directions dependent on the direction of the fibres."
],
"secondCorrectStatements": [
"In composite structural components, the tensile strength is the same in all directions independent of the direction of the fibres."
],
"secondIncorrectStatements": [
"Composite materials do not enable manufacturing structures with a higher strength-to-weight ratio than metal structures."
]
}
}
Expand Down
Loading

0 comments on commit ff6f8a3

Please sign in to comment.