from .tasks import analyze __log__ = ["/app/data/008cad400ab848f729913d034a.zip"] __config__ = """{ "logFormat": "zip", "entryType": "@class", "spatials": [ "de.findevielfalt.games.game2.instance.log.entry.LogEntryLocation" ], "actions": [ "...QuestionAnswerEvent", "...SimuAnswerEvent" ], "boards": [ "de.findevielfalt.games.game2.instance.log.entry.ShowBoardLogEntry" ], "analyzers": { "analysis.analyzers": [ "BiogamesCategorizer", "LocationAnalyzer" ] }, "sequences": { "start": "de.findevielfalt.games.game2.instance.log.entry.LogEntryCache", "end": { "@class": "de.findevielfalt.games.game2.instance.log.entry.LogEntryInstanceAction", "action.@class": "de.findevielfalt.games.game2.instance.action.CacheEnableAction" } }, "custom": { "simulation_rounds": [ "de.findevielfalt.games.game2.instance.log.entry.LogEntryQuestion" ], "simu_data": [ "de.findevielfalt.games.game2.instance.data.sequence.simulation.SimulationBoardData" ], "instance_start": "de.findevielfalt.games.game2.instance.log.entry.LogEntryStartInstance", "instance_id": "instance_id", "instance_config_id": "config.@id", "sequences2": { "id_field": "sequence_id", "start": { "@class": "de.findevielfalt.games.game2.instance.log.entry.ShowSequenceLogEntry", "action": "START" }, "end": { "@class": "de.findevielfalt.games.game2.instance.log.entry.ShowSequenceLogEntry", "action": "PAUSE" } }, "coordinates": "location.coordinates", "metadata": { "timestamp": "timestamp", "gamefield": "instance_id", "user": "player_group_name" } }, "source": { "type": "Biogames", "username": "ba", "password": "853451", "host": "http://biogames.potato.kinf.wiai.uni-bamberg.de" } }"""