Skip to content

Linear Training Definition

Linear Training Definition Overview#

This page lists all definitions available to the instructor (the instructors can see only the ones they create or the ones they are co-authors of). In the top right corner are located buttons create-button and upload-button that are used to add a new definition into the KYPO portal. In the following table, each row represents one training definition. The last column of this table contains actions           / that can be executed on a given training definition. Click on the training definition name to redirect to the detail page.

Info

Users with the role ROLE_TRAINING_ADMINISTRATOR can see all the training definitions.

Edit

Click the button, and the training definition editor page will be opened:



Here the instructor can use given panels to edit a training definition in the same fashion as creating a new definition. Every change needs to be saved with the save button.

Info

The instructor can only save changes made in the training definition that is Unreleased. Released and Archived definitions cannot be changed.

Delete

Click the button, and the following confirmation window will be opened:



After confirming, the given training definition will be deleted from the KYPO portal.

Info

Training definitions used in any training instance cannot be deleted.

Clone

Click the button, and the following window will be opened:



Here the instructor can change the name of the new training definition that will be added to the KYPO portal. The contents of this new definition will be identical to the original training definition.

Download

Click the button to export the respective training definition as a file in JSON format that can be downloaded into the local machine. This file can be used to upload a given definition back into the KYPO portal.

Preview

Click the button to show how the training definition will look from the trainee’s perspective. Solution and hints are automatically revealed in the preview of the training definition, but they remain hidden during the training run and can be revealed by clicking the respective button. Stepper can be used to navigate between levels.



Info

Sandbox topologies in the preview are mocked and not connected to any real sandbox, so they cannot be used to access any virtual network.

Release

Click the button to change the definition state to Released.
Released definitions cannot change their content, but their state can be changed to either Unreleased or Archived.

Unrelease

Click the button to change the definition state to Unreleased.
Unreleased definitions allow the instructor to edit the content inside them and change its state to Released.

Archive

Click the button to change the definition state from Released to Archived.
Archived definitions cannot change their Archived state and can no longer be modified.

Add a New Definition#

There are three approaches on how to create a new training definition.

  1. Create a new definition from scratch.
  2. Upload a definition from a JSON file.
  3. The last approach is to clone an already existing definition. More about it is written in the previous subsection).

1. Create a New Definition#

To create a new training definition, click on the top right button Create-button. It will open the training definition editor page.

Create Linear Training Definition Panel#

In the first panel of the training definition editor, the instructor can edit fields that describe the new definition. When the instructor is done, they can either click on save button that will create a new definition and redirect them to the edit page for training definition. It will allow the instructor to edit designers and levels of the definition.

Levels Panel#

This panel is part of the Create Linear Training Definition Panel, where the instructor can add, delete, and edit training levels of the training definition.

To add a new level, the instructor can click Add-button that will roll down a menu in which the instructor can choose a type of the new level:

Each change made inside a level must be saved with the save button at the top of Create Linear Training Definition Panel.

Tip

To change the order of levels, use the drag-and-drop mechanism. Select a level in the level bar by “grabbing” it and dragging it to a different position.

I. Training Level#

At the training level, a trainee can access a virtual network inside the sandbox to find a solution to the assignment. The instructor can fill this form to specify details of the new level. Training definition is considered APG if Variant Answers is checked, and Correct Answer - Variable Name is filled. Variant Answers also require a specific sandbox definition that defines specified variable name. If variable names do not match between training definition and sandbox definition, you will get notified during training instance creation.

Under the training level editing form, there is an additional Hints panel that the instructor can use to create, delete and edit hints associated with a given training level.

A new hint can be added with the add-button button and edited with the following form. To change the order of hints, use the drag-and-drop mechanism.

Under the hints panel, there is a MITRE ATT&CK Techniques panel that the instructor can use to add techniques associated with a given training level.

Under the MITRE ATT&CK techniques panel is an Expected Commands panel that the instructor can use to add commands which should be used to solve a given training level. This functionality will be further enhanced as a part of a future release related to cheating detection.

II. Assessment Level#

At the assessment level, the trainees answer a list of questions. Content of this level can be edited with the following form.

Under the assessment level editing form, there is an additional Questions panel to create, delete and, edit questions associated with the given assessment level:

The instructor can choose to create a test or questionnaire, so the creation of the question may differ based on the type of assessment. A new question can be added with the add-button button that will roll down the menu where the instructor can choose a type of the new question:

Each type has its specific editing form.

III. Info Level#

In the info level, the trainees read the content of the information written by the instructor in the following form:

IV. Access Level#

In the access level, a trainee is provided with information on accessing the cloud or local sandbox. Either cloud or local content is displayed during a training run based on the selected environment in a training instance. In local content, special placeholder variables can be used. The specific variables are listed in the level description below. To use it, they need to be placed in curly brackets inside the text. The variables are then replaced by actual values when the content is displayed to a trainee. A trainee must submit a passkey to proceed to the next level. Passkey can be provided to trainees by an instructor or can be mentioned in the training level content.

Designers Panel#

In the second panel of the training definition editor, the instructor can add and remove designers from the definition.

2. Upload a Definition From JSON File#

To upload a training definition, click in the Linear Training Definition Overview on the top right upload-button button. It will open the following window:

Upload training definition that has been downloaded as a file in JSON format. This use case is useful when the instructor wants to re-use the training definition stored in the past. Try downloading and uploading an example training definition prepared by our team.

Linear Training Definition Detail#

This page provides detail of the selected training definition in two panels. The first panel displays elementary information regarding the number of levels, when it was last edited, its estimated duration, whether the option to display stepper was selected, and its current state. On the other hand, the second panel describes definition levels in detail. Detail for a particular level may vary based on its type and can be opened by clicking the expand button (on the opposite side to the level name). The detail page provides an option to expand or collapse these details for all levels at once.

Linear-definition-detail

Info level detail contains only content of the level. However, Assessment level detail sums all necessary information about the level together with its questions and correct answers.

Assessment-level-detail

Training level detail sums all necessary information about the level together with its content, solution, and possible hints.

Training-level-detail