indra83 / divitool

Tool for content creation
2 stars 0 forks source link

Add points field to question #35

Closed indra83 closed 10 years ago

indra83 commented 11 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
    },
    .
    .
    .
indra83 commented 11 years ago

capture

indra83 commented 11 years ago

If its easier you can make it a dropdown with values 1 to 10.

indra83 commented 11 years ago

Hey Aram, when can you get to this? @phoenixwizard