Appraise Message

Students or teachers leave the classroom,they can give own after-school appraise:

  1. Every one evaluation is push separately:teacher appraise the students is one, each student's appraise of his teacher is one;

  2. If users come in and out of the classroom many times, such messages will be pushed multiple times, each time for the current latest evaluation;

Key Type meaning
Cmd String Type is string,'Rating'
TUID Int32 Teacher UID
└ Comments Object Appraise content
  └ UID Object Student UID
    └ Account String Student account
    └ T2S or S2T Object Teacher appraise the students is T2S,students appraise the teacher is S2T.
      └ Comment String Appraise content
      └ Score Int32 scoring

Instance

Teacher appraise the students

{
    "ActionTime" : 1513150417,
    "CID" : 4136927,
    "CourseID" : 1232019,
    "Cmd" : "Rating",
    "Comments" : {
        "1044042" : {
            "T2S" : {
                "Comment" : "Good student!",
                "Score" : 5
            },
            "Account" : "23605370012"
        },
        "1044040" : {
            "T2S" : {
                "Comment" : "",
                "Score" : 3
            },
            "Account" : "23605370011"
        }
    },
    "TUID" : 1024920,
    "SID" : 1024920
}

students appraise the teacher

{
    "ActionTime" : 1513150527,
    "CID" : 4136927,
    "CourseID" : 1232019,
    "Cmd" : "Rating",
    "Comments" : {
        "1044040" : {
            "Account" : "23605370011",
            "S2T" : {
                "Comment" : "Good teacher!",
                "Score" : 4
            }
        }
    },
    "TUID" : 1024920,
    "SID" : 1024920
}

results matching ""

    No results matching ""