Probably duplicate type specification

This commit is contained in:
Pawel Kowalski 2018-08-23 13:47:47 +02:00
parent 8c14c2c41e
commit e26a55bb03
1 changed files with 5 additions and 2 deletions

View File

@ -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?'
},
{