EduploneWebdidactics/data __init__.py,NONE,1.1.2.1 meta_metadata.py,NONE,1.1.2.1 wd_knowtypes.py,NONE,1.1.2.1 wd_level.py,NONE,1.1.2.1 wd_mediatypes.py,NONE,1.1.2.1
Nils Haagen <[email protected]> Sun, 07 Aug 2005 14:42:45 +0000
| Newsgroups | gmane.comp.web.zope.eduplone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/eduplone/EduploneWebdidactics/data
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17653/data
Added Files:
Tag: janus
__init__.py meta_metadata.py wd_knowtypes.py wd_level.py
wd_mediatypes.py
Log Message:
moved meta_metadata.py to data, added vocabs
--- NEW FILE: __init__.py ---
import meta_metadata
import wd_knowtypes
import wd_mediatypes
--- NEW FILE: meta_metadata.py ---
#metameta={id:{title:'', type2use:'', picture:'', color:''}, ...}
metameta = {
'wd_task':{'title':'Aufgabe','picture':'aufgaben.png', 'type2use':'Document', 'color':'#cecece'},
'wd_example':{'title':'Beispiel','picture':'beispiel.png', 'type2use':'Document', 'color':'#cecece'},
'wd_description':{'title':'Beschreibung','picture':'beschreibung.png', 'type2use':'Document', 'color':'#cecece'},
'wd_picture':{'title':'Bild','picture':'bild.png', 'type2use':'Document', 'color':'#cecece'},
'wd_checklist':{'title':'Checkliste','picture':'checkliste.png', 'type2use':'Document', 'color':'#cecece'},
'wd_explanation':{'title':u'Erklärung','picture':'erklaerung.png', 'type2use':'Document', 'color':'#cecece'},
'wd_illustration':{'title':'','picture':'erlaeuterung.png', 'type2use':'Document', 'color':'#cecece'},
'wd_fillgap':{'title':u'Lückentext','picture':'fillgap.png', 'type2use':'Document', 'color':'#cecece'},
'wd_law':{'title':'','picture':'gesetz.png', 'type2use':'Document', 'color':'#cecece'},
'wd_diagram':{'title':'','picture':'grafik.png', 'type2use':'Document', 'color':'#cecece'},
'wd_action':{'title':'','picture':'handlung.png', 'type2use':'Document', 'color':'#cecece'},
'wd_interaction':{'title':'','picture':'interaktion.png', 'type2use':'Document', 'color':'#cecece'},
'wd_communication':{'title':'','picture':'kommunikation.png', 'type2use':'Document', 'color':'#cecece'},
'wd_cooperation':{'title':'','picture':'kooperation.png', 'type2use':'Document', 'color':'#cecece'},
'wd_matching':{'title':'','picture':'matching.png', 'type2use':'Document', 'color':'#cecece'},
'wd_multiplechoice':{'title':'','picture':'multiplechoice.png', 'type2use':'Document', 'color':'#cecece'},
'wd_orientation':{'title':'','picture':'orientierung.png', 'type2use':'Document', 'color':'#cecece'},
'wd_procedure':{'title':'','picture':'prozedur.png', 'type2use':'Document', 'color':'#cecece'},
'wd_source':{'title':'','picture':'quelle.png', 'type2use':'Document', 'color':'#cecece'},
'wd_reflexion':{'title':'','picture':'reflexion.png', 'type2use':'Document', 'color':'#cecece'},
'wd_rule':{'title':'','picture':'regel.png', 'type2use':'Document', 'color':'#cecece'},
'wd_sequence':{'title':'','picture':'sequenz.png', 'type2use':'Document', 'color':'#cecece'},
'wd_singlechoice':{'title':'','picture':'singlechoice.png', 'type2use':'Document', 'color':'#cecece'},
'wd_table':{'title':'','picture':'tabelle.png', 'type2use':'Document', 'color':'#cecece'},
'wd_text':{'title':'','picture':'text.png', 'type2use':'Document', 'color':'#cecece'},
'wd_texttask':{'title':'','picture':'texttask.png', 'type2use':'Document', 'color':'#cecece'},
'wd_assignment':{'title':'','picture':'texttask.png', 'type2use':'Document', 'color':'#cecece'},
'wd_sound':{'title':'','picture':'ton.png', 'type2use':'Document', 'color':'#cecece'},
'wd_truefalls':{'title':'','picture':'truefalls.png', 'type2use':'Document', 'color':'#cecece'},
'wd_abstract':{'title':'','picture':'uebersicht.png', 'type2use':'Document', 'color':'#cecece'},
'wd_video':{'title':'','picture':'video.png', 'type2use':'Document', 'color':'#cecece'},
'wd_explainwhat':{'title':'','picture':'waserklaerung.png', 'type2use':'Document', 'color':'#cecece'},
'wd_summary':{'title':'','picture':'zusammenfassung.png', 'type2use':'Document', 'color':'#cecece'},
}
--- NEW FILE: wd_knowtypes.py ---
vocab_wd_classification={
'wd_reference': ('Quellen',
{'wd_archive_reference': ('Archiv Referenz',
{'wd_document_reference': ('Dokument Referenz',
{'wd_statistics': ('Statistik',
{}),
'wd_dictionary_entry': ('Lexikoneintrag',
{}),
'wd_report': ('Report',
{}),
'wd_protocol': ('Protokoll',
{}),
'wd_manual': ('Handbuch',
{})
}),
'wd_reference_on_communication': ('Referenz auf Kommunikation',
{})
}),
'wd_cross_reference': ('Querverweis',
{'wd_appendix': ('Anhang',
{}),
'wd_glossary': ('Glossar',
{})
})
}),
'wd_assignment': ('Aufgabe',
{'wd_answer': ('Antwortaufgabe',
{'wd_short_answer': ('Kurzantwortaufgabe',
{}),
'wd_fill_in_the_blank': ('L\xc3\xbcckentext Aufgabe',
{}),
'wd_long_answer': ('Expos\xc3\xa9 Aufgabe',
{}),
'wd_spelling': ('Aussprache Aufgabe',
{})
}),
'wd_choice': ('Auswahl',
{'wd_multiple_choice': ('Mehrfachauswahl',
{}),
'truefalse': ('Wahr/Falsch',
{}),
'wd_single_choice': ('Einfachauswahl',
{})
})
}),
'wd_action': ('Handlung',
{'wd_checklist': ('Checkliste',
{}),
'wd_principle': ('Prinzip',
{}),
'wd_law_annotation': ('Gesetzeskommentar',
{}),
'wd_rule': ('Regel',
{}),
'wd_law': ('Gesetz',
{}),
'wd_procedure': ('Prozedur',
{'wd_operation_instructions': ('Bedienungsanleitung',
{}),
'wd_administrative_direction': ('Administrative Anleitung',
{})
}),
'wd_regulation': ('Verordnung',
{}),
'wd_strategy': ('Strategie',
{})
}),
'wd_orientation': ('Orientierung',
{'wd_scenario': ('Szenario',
{'wd_hypothetical_situation': ('Hypothetische Situation',
{}),
'wd_story': ('Geschichte',
{}),
'wd_virtual_world': ('Virtuelle Welt',
{})
}),
'wd_overview': ('\xc3\x9cberblick',
{}),
'wd_summary': ('Zusammenfassung',
{}),
'wd_history': ('Historie',
{}),
'wd_facts': ('Fakten',
{})
}),
'wd_explanation': ('Erkl\xc3\xa4rung',
{'wd_comment': ('Erl\xc3\xa4uterung',
{}),
'wd_interpretation': ('Deutung/Interpretation',
{}),
'wd_explanation_why': ('Warum Erkl\xc3\xa4rung',
{'wd_conclusion': ('Schluss',
{}),
'wd_proof': ('Beweis',
{})
}),
'wd_hypothesis': ('Hypothese',
{}),
'wd_assumption': ('Annahme',
{}),
'wd_reflexion': ('Reflexion',
{}),
'wd_explanation_what': ('Was Erkl\xc3\xa4rung',
{'wd_propostion_or_theorem': ('(Lehr-) Satz/Theorem',
{}),
'wd_definition': ('Definition',
{'wd_mathematical_definition': ('Mathematische Definition',
{}),
'wd_item_definition': ('Begriffliche Definition',
{})
}),
'wd_description': ('Beschreibung',
{})
}),
'wd_case_study': ('Fallerkl\xc3\xa4rung',
{'wd_counter_example': ('Gegenbeispiel',
{}),
'wd_example': ('Beispiel',
{})
}),
'wd_argumentation': ('Argument(ation)',
{})
})
}
--- NEW FILE: wd_level.py ---
vocab_wd_level= (
('easy', u'Leicht'),
('medium', u'Mittel'),
('expert', u'Schwer'),
)
--- NEW FILE: wd_mediatypes.py ---
vocab_wd_mediatype={
'wd_communication': ('Kommunikation',
{'wd_asynchronous_communication': ('Asynchrone Kommunikation',
{'wd_email': ('E-Mail',
{}),
'wd_mailinglist': ('Mailing List',
{}),
'wd_black_board': ('Blackboard',
{})
}),
'wd_synchronous_communication': ('Synchrone Kommunikation',
{'wd_chat': ('Chat',
{}),
'wd_audio_conference': ('Audio Konferenz',
{}),
'wd_application_sharing': ('Application Sharing',
{}),
'wd_video_conference': ('Video Konferenz',
{})
})
}),
'wd_interaction': ('Interaktion',
{'wd_interactive_video': ('Interaktiver Film',
{}),
'wd_form': ('Formular',
{}),
'wd_programmed_instruction': ('Programmierte Instruktion',
{}),
'wd_simulation': ('Simulation',
{})
}),
'wd_presentation': ('Pr\xc3\xa4sentation',
{'wd_table': ('Tabelle',
{'wd_static_table': ('Statische Tabelle',
{}),
'wd_dynamic_table': ('Dynamische Tabelle',
{})
}),
'wd_movie': ('Film',
{'wd_stopped_movie': ('Gestoppter Film',
{}),
'wd_nonstoppped_movie': ('Nicht gestoppter Film',
{})
}),
'wd_audio': ('Klang',
{'wd_sound': ('Ger\xc3\xa4usch',
{}),
'wd_music': ('Musik',
{}),
'wd_speech': ('Sprache',
{})
}),
'wd_image': ('Bild',
{'wd_single_image': ('Einzelbild',
{}),
'wd_slides': ('Diashow',
{'wd_animated_slides': ('Animierte Diashow',
{}),
'wd_nonanimated_slides': ('Nicht animierte Diashow',
{})
})
}),
'wd_text': ('Text',
{}),
'wd_picture': ('Grafik',
{'wd_diagram': ('Diagramm',
{'wd_knowledge_map': ('Wissenslandkarte',
{}),
'wd_graphical_model': ('Grafisches Modell',
{})
}),
'wd_animated_picture': ('Animierte Grafik',
{})
})
})
}
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf