Demo: Drawing with objects for grading
Add a point to position $(110.0,60.0)$ w.r.t. the origin $O$. Each square side has length 20.

(The expected tolerance is 1/2 square grid for position and 10 degrees for angle.)

Graded objects:


Help buttons (not graded):


Correct answer
Student view placeholder
In student views this area is used for assessment and score info.
Staff information
Staff user:
Dev User
dev@example.com

Question:
Title:
Demo: Drawing with objects for grading
Started at:
2024-09-19 17:44:48 (CDT)
Duration:
0 s
Show/Hide answer
{
  "point": [
    {
      "id": 1,
      "top": 260,
      "left": 40,
      "type": "pl-coordinates",
      "angle": 0,
      "label": "O",
      "width": 30,
      "graded": false,
      "labelx": "x",
      "labely": "y",
      "stroke": "#000000",
      "groupid": 1,
      "offsetx": -10,
      "offsety": 5,
      "originY": "center",
      "selectable": false,
      "gradingName": "pl-coordinates",
      "strokeWidth": 2,
      "drawEndArrow": true,
      "drawStartArrow": false,
      "offsetx_label_x": 0,
      "offsetx_label_y": -20,
      "offsety_label_x": 0,
      "offsety_label_y": -10,
      "arrowheadWidthRatio": 1,
      "arrowheadOffsetRatio": 1
    },
    {
      "id": 3,
      "top": 200,
      "fill": "#000000",
      "left": 150,
      "type": "pl-point",
      "label": "",
      "graded": true,
      "radius": 4,
      "evented": false,
      "groupid": 3,
      "offsetx": 5,
      "offsety": 5,
      "opacity": 1,
      "originX": "center",
      "originY": "center",
      "selectable": false,
      "gradingName": "pl-point",
      "drawErrorBox": true,
      "widthErrorBox": 20,
      "heightErrorBox": 20,
      "offset_forward": 0,
      "XcenterErrorBox": 150,
      "YcenterErrorBox": 200,
      "offset_backward": 0,
      "objectDrawErrorBox": null
    }
  ]
}