Probably duplicate type specification
This commit is contained in:
parent
8c14c2c41e
commit
e26a55bb03
|
|
@ -68,14 +68,14 @@ data = [
|
|||
{
|
||||
'type': 'text_block',
|
||||
'value': {
|
||||
'type': 'text_block',
|
||||
# 'type': 'text_block',
|
||||
'text': '<p>Sie haben diesen Sommer ihre Lehre begonnen. Was bedeutet dieser neue Abschnitt für Sie?<br/>Halten Sie Ihre Erfahrungen im Bereich fest und stellen Sie diese anschliessend der Klasse vor.</p>'
|
||||
}
|
||||
},
|
||||
{
|
||||
'type': 'text_block',
|
||||
'value': {
|
||||
'type': 'text_block',
|
||||
# 'type': 'text_block',
|
||||
'text': '<p>Das folgende Interview bezieht sich auf Jugendliche, die Ihre Lehre im Sommer begonnen haben. </p> <p>Lesen Sie das Interview durch und bearbeiten Sie anschliessend die Aufgaben.</p>'
|
||||
}
|
||||
},
|
||||
|
|
@ -102,6 +102,9 @@ data = [
|
|||
{
|
||||
'type': 'yellow',
|
||||
'title': 'Auftrag 2',
|
||||
'contents': [
|
||||
|
||||
]
|
||||
# 'content': 'Sie haben diesen Sommer ihre Lehre begonnen. Was bedeutet dieser neue Abschnitt für Sie?'
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue