Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
hello.yml 714 B
---
general:
name: {{ base_name }}
description: ''
display_name: {{ display_name }}
handin_filename: {{ handin_filename }}
handin_directory: handin
max_grace_days: 0
handout: {{ base_name }}-handout.tar
writeup: writeup/{{base_name}}.html
max_submissions: -1
disable_handins: false
max_size: 2
has_svn: false
category_name: Lab
problems:
{% for p in problems %}
- name: {{ p.name }}
description: '{{p.description}}'
max_score: {{p.max_score}}
optional: {{p.optional}}
{% endfor %}
autograder:
autograde_timeout: 180
autograde_image: {{ autograde_image }}
release_score: true
# problems:
# - name: Correctness
# description: ''
# max_score: 100.0
# optional: false