AutolabJS/AutolabJS

View on GitHub
deploy/plays/templates/execution_node/scores.json.j2

Summary

Maintainability
Test Coverage
{
  "node_details":
    {
      "role": "execution_node",
      "hostname": "{{ ansible_host }}",
      "port": "{{ en_port }}"
    },
  "submission_details":
    {
      "marks" :[],
      "comment" :[],
      "id_no" :"",
      "Lab_No": "",
      "commit": "",
      "time":"",
      "status": "",
      "penalty": "" ,
      "socket": ""
    }
}