project/biogames2.json

75 lines
2.1 KiB
JSON

{
"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": {
"analyzers": [
"BiogamesCategorizer",
"SimulationOrderAnalyzer"
]
},
"dis":[
"ActivityMapper",
"ProgressAnalyzer",
"InstanceConfig"],
"disabled_analyzers": [
"LocomotionActionAnalyzer",
"LogEntryCountAnalyzer",
"LocationAnalyzer",
"LogEntryCountAnalyzer",
"LogEntrySequenceAnalyzer",
"ActionSequenceAnalyzer",
"BoardDurationAnalyzer",
"LocomotionActionAnalyzer",
"CacheSequenceAnalyzer",
"SimulationRoundsAnalyzer",
"ActivationSequenceAnalyzer"
],
"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"
},
"source":{
"type": "Biogames",
"url": "http://0.0.0.0:5000/game2/instance/log/list/",
"login_url": "http://localhost:5000/game2/auth/json-login",
"username": "dev",
"password": "dev",
"host":"http://0.0.0.0:5000"
}
}