workDict3 = {
"class" : "CS340",
"active" : [
[1,"A1",],
[1,"A2",],
[1,"A3",],
],
"works" : {
"A1": {
"order": [
["docx", 1],
["txt", 1],
],
"accept" : {
"zip" : {
"docx" : "docx",
"go" : "txt",
"clj" : "txt",
"hs" : "txt",
"txt" : "txt",
}
}
},
"A2": {
"order": [
["docx", 1],
["txt", 1],
],
"accept" : {
"zip" : {
"docx" : "docx",
"go" : "txt",
"clj" : "txt",
"hs" : "txt",
"py" : "txt",
"java" : "txt",
"php" : "txt",
"lua" : "txt",
"txt" : "txt",
}
}
},
"A3": {
"order": [
["docx", 1],
["txt", 1],
["dot", 4],
["png", 4],
["svg", 4],
],
"accept" : {
"zip" : {
"docx" : "docx",
"go" : "txt",
"clj" : "txt",
"hs" : "txt",
"py" : "txt",
"java" : "txt",
"php" : "txt",
"lua" : "txt",
"txt" : "txt",
"dot" : "dot",
"png" : "png",
"svg" : "svg",
}
},
},
}
}