File: puzzle-dominoes.yaml

package info (click to toggle)
jigsaw-generator 0.2.7-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 584 kB
  • sloc: python: 1,881; sh: 329; makefile: 63
file content (42 lines) | stat: -rw-r--r-- 922 bytes parent folder | download | duplicates (3)
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
# A trial domino activity
format: 1
type: dominoes
title: A trial domino puzzle
note: This is a silly example of a puzzle

# puzzle size
rows: 5
columns: 2
# Do we shuffle the order of the pairs from the order given when
# producing the problem?
shufflePairs: false
# Do we randomly flip (swap) individual questions and answers (the
# contents of the pairs) on the puzzle?
flip: false
# Do we have "start" and "finish" cards (loop: false) or do the cards
# go in a complete loop (loop: true)?
loop: true
# Do we number the cards?
numberCards: true
# Default text size on cards (including sentinel cards, if any)
textSize: 5
# Card title
cardTitle: My dominoes

pairs:
    - [Q1, A1]
    - [Q2, A2]
    - [Q3, A3]
    - [Q4, A4]
    - [Q5, A5]
    - [Q6, A6]
    - [Q7, A7]
    - [Q8, A8]
    - [Q9, A9]
    - [Q10, A10]
    - [Q11, A11]
    - [Q12, A12]
    - [Q13, A13]
    - [Q14, A14]
    - [Q15, A15]
    - [Q16, A16]