Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /**
  2.  * Sample request format with examples
  3.  *
  4.  * @type {Object}
  5.  */
  6. var request = {
  7.  
  8.     'stakeholder_instances': [
  9.         'ESDC',
  10.         'GOC',
  11.         'Youth under 18'
  12.     ],
  13.  
  14.     'demographics': [
  15.         'Age',
  16.         'Gender'
  17.     ],
  18.  
  19.     'inputs': [
  20.         'Volunteer hours',
  21.         'In-kind contribution'
  22.     ],
  23.  
  24.     'activities': [
  25.         'Collecting activity'
  26.     ],
  27.  
  28.     'outputs': [
  29.         '# of app downloads',
  30.         '# of feedback submissions'
  31.     ],
  32.  
  33.     'inputs': [
  34.         'Age range',
  35.         'Consultant cost'
  36.     ],
  37.  
  38.     'outcomes': [
  39.         'stay involved within the school',
  40.         'Efficiency of meetings'
  41.     ],
  42.  
  43.     'outcome_indicators': [
  44.         'Increase in event attendance',
  45.         'Decrease in crime'
  46.     ]
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement