forked from penzance/canvas_python_sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCS3114.json
More file actions
114 lines (114 loc) · 3 KB
/
CS3114.json
File metadata and controls
114 lines (114 loc) · 3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"allow_anonymous_credit": true,
"build_JSAV": false,
"build_dir": "Books",
"chapters": {
"Sorting": {
"Sorting/Quicksort": {
"exercises": {
"QuicksortPivotPRO": {
"long_name": "Quicksort Pivot Proficiency Exercise",
"points": 1.0,
"required": true,
"threshold": 5
},
"quicksortCON": {
"long_name": "Quicksort Partition Slideshow",
"points": 0.0,
"required": false,
"threshold": 1.0
},
"QuickSortPartitionAnalysisCON": {
"long_name": "Quicksort Partition Analysis Slideshow",
"points": 0.0,
"required": false,
"threshold": 1.0
},
"QuicksortPartitPRO": {
"long_name": "Quicksort Partition Proficiency Exercise",
"points": 1.0,
"required": true,
"threshold": 5
},
"quicksortAV": {
"long_name": "Quicksort Visualization",
"points": 0,
"required": false,
"showhide": "none",
"threshold": 1.0
},
"quicksortPRO": {
"exer_options": {
"JXOP-feedback": "continuous",
"JXOP-fixmode": "fix"
},
"long_name": "Quicksort Proficiency Exercise",
"points": 2.0,
"required": true,
"threshold": 0.9
},
"QuickSortWorstCaseCON": {
"long_name": "Quicksort Worst Case Analysis Slideshow",
"points": 0.0,
"required": false,
"threshold": 1.0
},
"QuickSortBestCaseCON": {
"long_name": "Quicksort Best Case Analysis Slideshow",
"points": 0.0,
"required": false,
"threshold": 1.0
},
"QuickSortAverageCaseCON": {
"long_name": "Quicksort Average Case Analysis Slideshow",
"points": 0.0,
"required": false,
"threshold": 1.0
},
"QuicksortSumm": {
"long_name": "Quicksort Summary Exercise",
"points": 1.0,
"required": true,
"threshold": 5
}
},
"long_name": "Quicksort"
}
}
},
"code_dir": "SourceCode/",
"code_lang": {
"C++": {
"ext": [
"cpp",
"h"
],
"label": "C++",
"lang": "C++"
},
"Java_Generic": {
"ext": [
"java"
],
"label": "Java (Generic)",
"lang": "java"
},
"Processing": {
"ext": [
"pde"
],
"label": "Processing",
"lang": "java"
}
},
"exercise_server": "https://opendsa.cs.vt.edu:8081/",
"glob_exer_options": {
"JXOP-debug": "true"
},
"lang": "en",
"logging_server": "https://opendsa.cs.vt.edu:8081/",
"module_origin": "http://algoviz.org",
"score_server": "https://opendsa.cs.vt.edu:8081/",
"suppress_todo": true,
"title": "CS3114 Fall 2014"
}