feedback-release.expected.json 829 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "mode": "FEEDBACK_ONLY",
  3. "feedback": [
  4. {
  5. "type": "feedback/record",
  6. "text": "the diff view is unreadable"
  7. },
  8. {
  9. "type": "feedback/record",
  10. "text": "the second remark"
  11. },
  12. {
  13. "type": "feedback/message-put",
  14. "rating": "positive"
  15. },
  16. {
  17. "type": "feedback/message-put",
  18. "rating": "negative",
  19. "note": "Read both files before answering.",
  20. "category": "task-result"
  21. },
  22. {
  23. "type": "feedback/message-delete"
  24. }
  25. ],
  26. "laterSubmissionSuffixes": [
  27. [
  28. "command/done",
  29. "model/selection",
  30. "model/selection",
  31. "command/run",
  32. "feedback/record"
  33. ],
  34. [
  35. "command/done",
  36. "feedback/message-put"
  37. ],
  38. [
  39. "feedback/message-put"
  40. ],
  41. [
  42. "feedback/message-delete"
  43. ]
  44. ]
  45. }