Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 741 Bytes

game-template-bundle-spec.md

File metadata and controls

19 lines (14 loc) · 741 Bytes

Qwiklabs GameTemplate Bundle Specification

Version 1

This is a DRAFT document. We welcome feedback as this format evolves.

qwiklabs.yaml Structure

The GameTemplate bundle specification exactly matches the CourseTemplate bundle spec, with the following exceptions:

  • entity_type should be set to GameTemplate.
  • GameTemplate does not have a max_hot_labs field.
  • GameTemplate does not have an instructor_resources section.
  • For GameTemplates, if a step only contains activities with the type resource, the step will be optional by default. If you would like the step to be required, this can be overridden by setting optional: false for the step.