mozilla / aestimia

[Archived] Assessment tool
4 stars 10 forks source link

Allow overall description for evidence #50

Open andrewhayward opened 11 years ago

andrewhayward commented 11 years ago

Currently, evidence is assumed to be a list of media items, each with their own description. From a CSOL point of view, it would be nice to be able to submit a top-level description of the earner's work, separate from the individual items.

This could look something like:

...
"evidence": {
  "description": "...",
  "media": [
    {
      "url": "http://seriouscat.com/serious_cat_is_serious.jpg",
      "mediaType": "image",
      "reflection": "This shows how great I did."
    },
    ...
  ]
},
...

But other options not affecting the current evidence structure would also be fine.

threeqube commented 11 years ago

:+1: yes!