67 lines
1.1 KiB
JavaScript
67 lines
1.1 KiB
JavaScript
dmx.config({
|
|
"observationPage": {
|
|
"GradingDatastore": [
|
|
{
|
|
"type": "text",
|
|
"name": "$id"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"name": "numSection"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"name": "pointValue"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"name": "description"
|
|
}
|
|
],
|
|
"datastore1": [
|
|
{
|
|
"type": "text",
|
|
"name": "numSection"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"name": "pointValue"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"name": "description"
|
|
}
|
|
],
|
|
"processPDF": {
|
|
"meta": [
|
|
{
|
|
"name": "PDFprocess",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"local": {}
|
|
},
|
|
"data_view2": {
|
|
"meta": [
|
|
{
|
|
"name": "$id",
|
|
"type": "number"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"name": "numSection"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"name": "pointValue"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"name": "description"
|
|
}
|
|
],
|
|
"outputType": "array"
|
|
}
|
|
}
|
|
});
|