getCertifiedFolderStructure
public java.util.Map<java.lang.String,java.lang.Object> getCertifiedFolderStructure()
throws NotFoundException
Returns a map containing the structure of all problem sets in the assistments certified folder.
Currently only math skill builders are shown there. Chemistry and AP statistic has been commented out.
Output format
{
"Math": {
"Grade 1" : {
"ProblemSet1" : {
"Title" : "Problem set title",
"Id" : "Problem set id"
}
...
...
}
...
...
},
"Chemistry" : {
},
"AP Statistic" : {
}
}
- Specified by:
getCertifiedFolderStructure
in interface LegacyCertifiedFolderManager
- Returns:
- Throws:
NotFoundException