Hnxml Standard
    Preparing search index...

    Type Alias AddDegree

    Task to add the degree matching the degree name and uni and GPA details for the listed owner. This task requires an academic server to exist.

    An owner is defined by name - to add a person to the simulation, define them in the People folder and refer to them by name here
    The academic server must have the following properties:
    1: ID must be "academic"
    2: It must contain an Academic Database Daemon-

    <goal type="AddDegree" owner="John Stalvern" degree="Masters in Digital Security" uni="Manchester University" gpa="3.0"/>
    
    type AddDegree = {
        degree: string;
        gpa: string;
        owner: string;
        type: "AddDegree";
        uni: string;
    }
    Index

    Properties

    Properties

    degree: string
    gpa: string
    owner: string
    type: "AddDegree"
    uni: string