Authored by qianjun

Update questionnaire.md

@@ -620,3 +620,156 @@ @@ -620,3 +620,156 @@
620 } 620 }
621 621
622 ``` 622 ```
  623 +
  624 +```json
  625 +{
  626 + "code": 200,
  627 + "message": "success",
  628 + "data": {
  629 + "id": null,
  630 + "startTimeStr": null,
  631 + "endTimeStr": null,
  632 + "duration": null,
  633 + "uid": null,
  634 + "clientType": null,
  635 + "questions": [
  636 + {
  637 + "questionIndex": 0,
  638 + "questionType": 1,
  639 + "questionTitle": "您通过什么渠道知道有货的呢",
  640 + "questionContents": [
  641 + {
  642 + "option": "A.朋友介绍",
  643 + "addon": null
  644 + },
  645 + {
  646 + "option": "B. 视频广告",
  647 + "addon": null
  648 + },
  649 + {
  650 + "option": "C.平面广告",
  651 + "addon": null
  652 + },
  653 + {
  654 + "option": "D.线下活动",
  655 + "addon": null
  656 + },
  657 + {
  658 + "option": "E.其他渠道",
  659 + "addon": 1
  660 + }
  661 + ],
  662 + "questionAnswers": [
  663 + {
  664 + "option": "A.朋友介绍",
  665 + "addon": null,
  666 + "addonAnswer": null,
  667 + "checked": null
  668 + },
  669 + {
  670 + "option": "B. 视频广告",
  671 + "addon": null,
  672 + "addonAnswer": null,
  673 + "checked": null
  674 + },
  675 + {
  676 + "option": "C.平面广告",
  677 + "addon": null,
  678 + "addonAnswer": null,
  679 + "checked": null
  680 + },
  681 + {
  682 + "option": "D.线下活动",
  683 + "addon": null,
  684 + "addonAnswer": null,
  685 + "checked": null
  686 + },
  687 + {
  688 + "option": "E.其他渠道",
  689 + "addon": 1,
  690 + "addonAnswer": null,
  691 + "checked": null
  692 + }
  693 + ],
  694 + "fillBlankNum": null,
  695 + "fillBlankAnswers": null
  696 + },
  697 + {
  698 + "questionIndex": 1,
  699 + "questionType": 2,
  700 + "questionTitle": "您通过什么渠道知道有货的呢",
  701 + "questionContents": [
  702 + {
  703 + "option": "A.朋友介绍",
  704 + "addon": null
  705 + },
  706 + {
  707 + "option": "B. 视频广告",
  708 + "addon": null
  709 + },
  710 + {
  711 + "option": "C.平面广告",
  712 + "addon": null
  713 + },
  714 + {
  715 + "option": "D.线下活动",
  716 + "addon": null
  717 + },
  718 + {
  719 + "option": "E.其他渠道",
  720 + "addon": 1
  721 + }
  722 + ],
  723 + "questionAnswers": [
  724 + {
  725 + "option": "A.朋友介绍",
  726 + "addon": null,
  727 + "addonAnswer": null,
  728 + "checked": null
  729 + },
  730 + {
  731 + "option": "B. 视频广告",
  732 + "addon": null,
  733 + "addonAnswer": null,
  734 + "checked": null
  735 + },
  736 + {
  737 + "option": "C.平面广告",
  738 + "addon": null,
  739 + "addonAnswer": null,
  740 + "checked": null
  741 + },
  742 + {
  743 + "option": "D.线下活动",
  744 + "addon": null,
  745 + "addonAnswer": null,
  746 + "checked": "checked"
  747 + },
  748 + {
  749 + "option": "E.其他渠道",
  750 + "addon": 1,
  751 + "addonAnswer": null,
  752 + "checked": null
  753 + }
  754 + ],
  755 + "fillBlankNum": null,
  756 + "fillBlankAnswers": null
  757 + },
  758 + {
  759 + "questionIndex": 2,
  760 + "questionType": 3,
  761 + "questionTitle": "YOHO!的代言人是",
  762 + "questionContents": null,
  763 + "questionAnswers": null,
  764 + "fillBlankNum": 3,
  765 + "fillBlankAnswers": [
  766 + "vans品牌",
  767 + "yoho品牌",
  768 + "阿迪品牌"
  769 + ]
  770 + }
  771 + ]
  772 + }
  773 +}
  774 +
  775 +```