Update dummy data
This commit is contained in:
parent
9b6207f192
commit
a437620f13
|
|
@ -16,7 +16,7 @@ from users.services import create_users
|
|||
|
||||
data = [
|
||||
{
|
||||
'title': 'Gesellschaft',
|
||||
'title': 'society',
|
||||
'topics': [
|
||||
{
|
||||
'order': 1,
|
||||
|
|
@ -42,7 +42,7 @@ data = [
|
|||
""",
|
||||
'objective_groups': [
|
||||
{
|
||||
'title': 'Gesellschaft',
|
||||
'title': 'society',
|
||||
'objectives': [
|
||||
{
|
||||
'text': 'Ich kann wichtige personelle und organisatorische Strukturen der Berufsfachschule beschreiben und deren Angebote, Konzepte erklären und Weisungen nennen.'
|
||||
|
|
@ -56,7 +56,7 @@ data = [
|
|||
]
|
||||
},
|
||||
{
|
||||
'title': 'Sprache und Kommunikation',
|
||||
'title': 'language_communication',
|
||||
'objectives': [
|
||||
{
|
||||
'text': 'Ich kenne verschiedene Arten von Fragen.'
|
||||
|
|
@ -348,7 +348,7 @@ data = [
|
|||
""",
|
||||
'objective_groups': [
|
||||
{
|
||||
'title': 'Gesellschaft',
|
||||
'title': 'society',
|
||||
'objectives': [
|
||||
{
|
||||
'text': 'Ich kann Anlageformen für mich so auswählen, dass sie meiner wirtschaftlichen Situation und meiner Risikofreude entsprechen.'
|
||||
|
|
@ -359,7 +359,7 @@ data = [
|
|||
]
|
||||
},
|
||||
{
|
||||
'title': 'Sprache und Kommunikation',
|
||||
'title': 'language_communication',
|
||||
'objectives': [
|
||||
{
|
||||
'text': 'Ich kann zu wichtigen Aussagen aus einem Erklärvideo Notizen machen.'
|
||||
|
|
|
|||
Loading…
Reference in New Issue