Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insert Sharing Info #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion questions/algorithms/DP_CoinRow_Table/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"author:[email protected]",
"Dynamic Programming"
],
"type": "v3"
"type": "v3",
"sharedPublicly": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"author:[email protected]",
"Logic"
],
"type": "v3"
"type": "v3",
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/computer-architecture/datapath_MIPS_data/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"Control/Datapath",
"Processor",
"author:[email protected]"
]
],
"sharedPublicly": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"Combinational Logic",
"Circuit",
"author:[email protected]"
]
],
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/computer-architecture/lru_data_1_mod/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"tags": [
"Cache",
"author:[email protected]"
]
],
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/computer-architecture/regfile_timing3/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"tags": [
"Control/Datapath",
"author:[email protected]"
]
],
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/computer-networks/ack_next/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"short answer",
"author:[email protected]"
],
"type": "v3"
"type": "v3",
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/computer-networks/cwnd_plot/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"multiple choice",
"author:[email protected]"
],
"type": "v3"
"type": "v3",
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/computer-networks/frame_seq/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"checkbox",
"author:[email protected]"
],
"type": "v3"
"type": "v3",
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/computer-networks/key_variations/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"checkbox",
"author:[email protected]"
],
"type": "v3"
"type": "v3",
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/computer-networks/sliding_window/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"drawing",
"author:[email protected]"
],
"type": "v3"
"type": "v3",
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/computer-networks/sub_design_netonly/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"short answer",
"author:[email protected]"
],
"type": "v3"
"type": "v3",
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/computer-networks/table_rand_all/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"short answer",
"author:[email protected]"
],
"type": "v3"
"type": "v3",
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/data-structures/LinkedListRemove/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"image": "prairielearn/grader-c",
"timeout": 100,
"entrypoint": "python3 /grade/tests/test.py"
}
},
"sharedPublicly": true
}
4 changes: 2 additions & 2 deletions questions/data-structures/fill_rand/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"tags": [
"BFS",
"author:[email protected]"

],
"type": "v3"
"type": "v3",
"sharedPublicly": true
}
16 changes: 10 additions & 6 deletions questions/data-structures/graph_games_mst/info.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"uuid": "0bbf7056-80d4-11ea-baff-bf17e9ab60a0",
"title": "Minimum spanning tree",
"topic": "Data Structures",
"tags": ["author:[email protected]","Graphs"],
"showCorrectAnswer": false,
"type": "v3"
"uuid": "0bbf7056-80d4-11ea-baff-bf17e9ab60a0",
"title": "Minimum spanning tree",
"topic": "Data Structures",
"tags": [
"author:[email protected]",
"Graphs"
],
"showCorrectAnswer": false,
"type": "v3",
"sharedPublicly": true
}
14 changes: 9 additions & 5 deletions questions/data-structures/heap_shorts_build_heap/info.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"uuid": "ebab4d70-829b-11ea-adca-9fbbb0e873e6",
"title": "Heap shorts build heap",
"topic": "Data Structures",
"tags": ["author:[email protected]", "Heaps"],
"type": "v3"
"uuid": "ebab4d70-829b-11ea-adca-9fbbb0e873e6",
"title": "Heap shorts build heap",
"topic": "Data Structures",
"tags": [
"author:[email protected]",
"Heaps"
],
"type": "v3",
"sharedPublicly": true
}
16 changes: 10 additions & 6 deletions questions/data-structures/heap_shorts_operations/info.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"uuid": "3807f7de-8299-11ea-ab1b-5b2d1f68cc31",
"title": "Heap shorts operations",
"topic": "Data Structures",
"tags": ["author:[email protected]", "Heaps"],
"type": "v3",
"showCorrectAnswer": false
"uuid": "3807f7de-8299-11ea-ab1b-5b2d1f68cc31",
"title": "Heap shorts operations",
"topic": "Data Structures",
"tags": [
"author:[email protected]",
"Heaps"
],
"type": "v3",
"showCorrectAnswer": false,
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/data-structures/markov_mice/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"markov",
"author:[email protected]"
],
"type": "v3"
"type": "v3",
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/data-structures/randomised_recurrence/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"recurrence",
"author:[email protected]"
],
"type": "v3"
"type": "v3",
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/database-systems/07-DR1People/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"survey.db"
],
"entrypoint": "/grade/serverFilesCourse/grader1.py"
}
},
"sharedPublicly": true
}
9 changes: 6 additions & 3 deletions questions/database-systems/Block-based-join/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"uuid": "14f1e9d8-60a9-461e-a252-d98578b612f0",
"title": "Block-based Nested Loop Join",
"topic": "Database Systems",
"tags": ["Query Processing",
"author:[email protected]"],
"type": "v3"
"tags": [
"Query Processing",
"author:[email protected]"
],
"type": "v3",
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/database-systems/FDs1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"FDs",
"author:[email protected]"
],
"type": "v3"
"type": "v3",
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/database-systems/FDs2/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"FDs",
"author:[email protected]"
],
"type": "v3"
"type": "v3",
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/database-systems/HashTables-Automated/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"Indexing",
"author:[email protected]"
],
"type": "v3"
"type": "v3",
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/database-systems/Transactions1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"author:[email protected]"
],
"showCorrectAnswer": true,
"type": "v3"
"type": "v3",
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/database-systems/Transactions2/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"deadlock": true,
"downgrading": false
},
"type": "v3"
"type": "v3",
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/database-systems/Transactions3/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"schedule_length": 7,
"relation": "ABC"
},
"type": "v3"
"type": "v3",
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/database-systems/Tree-Insert/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"trees",
"author:[email protected]"
],
"type": "v3"
"type": "v3",
"sharedPublicly": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"author:[email protected]"
],
"topic": "Database Systems",
"type": "v3"
"type": "v3",
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/database-systems/swcSandbox/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"sqlite",
"author:[email protected]"
],
"type": "v3"
"type": "v3",
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/discrete-math/CardinalityCSB_v4/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
],
"type": "v3",
"singleVariant": true,
"partialCredit": false
"partialCredit": false,
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/discrete-math/Even_Implies_Even/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"ProofBlocks"
],
"type": "v3",
"singleVariant": true
"singleVariant": true,
"sharedPublicly": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"ProofBlocks"
],
"type": "v3",
"singleVariant": true
"singleVariant": true,
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/discrete-math/PHP_proof_v1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
],
"type": "v3",
"singleVariant": true,
"partialCredit": false
"partialCredit": false,
"sharedPublicly": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
"Python"
],
"type": "v3",
"singleVariant": true,
"singleVariant": true,
"gradingMethod": "External",
"externalGradingOptions": {
"enabled": true,
"image": "prairielearn/grader-python",
"entrypoint": "/python_autograder/run.sh",
"timeout": 15
}
}
},
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/intro-to-programming/Code-Fix-Dictionary/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"image": "prairielearn/grader-python",
"entrypoint": "/python_autograder/run.sh",
"timeout": 15
}
},
"sharedPublicly": true
}
5 changes: 3 additions & 2 deletions questions/intro-to-programming/Dict_Usage/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"image": "prairielearn/grader-python",
"entrypoint": "/python_autograder/run.sh",
"timeout": 20
}
}
},
"sharedPublicly": true
}
5 changes: 3 additions & 2 deletions questions/intro-to-programming/File_Write/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"image": "prairielearn/grader-python",
"entrypoint": "/python_autograder/run.sh",
"timeout": 20
}
}
},
"sharedPublicly": true
}
3 changes: 2 additions & 1 deletion questions/intro-to-programming/RandomCProgram/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"image": "prairielearn/grader-c",
"timeout": 100,
"entrypoint": "python3 /grade/tests/lab1_test.py"
}
},
"sharedPublicly": true
}
5 changes: 3 additions & 2 deletions questions/intro-to-programming/exception_identify/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"Exceptions",
"Python"
],
"type": "v3"
}
"type": "v3",
"sharedPublicly": true
}
5 changes: 3 additions & 2 deletions questions/intro-to-programming/find_type/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"image": "prairielearn/grader-python",
"entrypoint": "/python_autograder/run.sh",
"timeout": 20
}
}
},
"sharedPublicly": true
}
Loading