Closed indra83 closed 10 years ago
Add a field called 'Points' to the 'Add question' dialog. Default value 1 Accepts integer > 0 store the value in the JSON. like;
"questions": [ { "id": "1", "name": "1", "type": "mcq", "points": 1 }, . . .
If its easier you can make it a dropdown with values 1 to 10.
Hey Aram, when can you get to this? @phoenixwizard
Add a field called 'Points' to the 'Add question' dialog. Default value 1 Accepts integer > 0 store the value in the JSON. like;