-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtask.yaml
76 lines (76 loc) · 2.12 KB
/
task.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
accessible: true
author: Florian Thuin
categories: []
contact_url: ''
context: Voici un autre exercice avec le bloc « Si/Sinon », sans aide cette fois !
environment_id: default
environment_parameters:
limits:
hard_time: ''
time: '30'
memory: '100'
run_cmd: ''
environment_type: docker
evaluate: best
file: ''
groups: false
input_random: '0'
name: Exercice 17
network_grading: false
order: 0
problems:
code:
options:
visual:
position: left
toolboxPosition: start
media: /plugins/blockly/static/blockly/media/
oneBasedIndex: true
speed: '60'
css: true
sounds: true
maxBlocks: Infinity
trashcan: true
scrollbars: true
type: blockly
files:
- ../$common/maze.js
- ../$common/maze_interpreter.js
blocks_files:
- blocks.js
- ../$common/common_blocks.js
workspace: |-
<xml xmlns="http://www.w3.org/1999/xhtml">
<variables></variables>
</xml>
header: ''
name: ''
toolbox: |-
<xml xmlns="http://www.w3.org/1999/xhtml">
<variables></variables>
<category name="mouvement" colour="330">
<variables></variables>
<block type="maze_moveForward"></block>
<block type="maze_turn">
<field name="DIR">turnLeft</field>
</block>
<block type="maze_turn">
<field name="DIR">turnRight</field>
</block>
</category>
<category name="boucle" colour="120">
<variables></variables>
<block type="maze_forever"></block>
</category>
<category name="condition" colour="225">
<variables></variables>
<block type="maze_ifElse">
<field name="DIR">isPathForward</field>
</block>
</category>
</xml>
stored_submissions: 0
submission_limit:
amount: -1
period: -1
weight: 1.0