Commit Graph

25 Commits

Author SHA1 Message Date
koeart 848446f781 koeart initial 2014-09-13 12:01:37 +02:00
koeart 16b190d2bf something fixed? 2013-09-05 13:26:58 +02:00
Frank Becker 8061a29fee enabled debug in converter, ds2012 converts successfully 2012-10-12 23:24:09 +02:00
Frank Becker 13bee2342b Fragen fuer Runden 1-3, konvertiert momentan nicht 2012-10-12 23:15:32 +02:00
Frank Becker 1c7296ec20 c3d2 web export 2011-12-27 22:08:40 +01:00
john stone ac838ce342 Merge branch 'master' of tuxcode.org:pentagameshow 2011-12-27 18:52:23 +01:00
Frank Becker a899c77b93 fixed explanation media 2011-12-27 18:50:52 +01:00
john stone 79f9c3ee98 resized image, roundswitch 2011-12-27 18:49:54 +01:00
Frank Becker 7e556b3036 fixed missing tier 2011-12-27 18:05:39 +01:00
Frank Becker ffe1208c3a updated points ranges 2011-12-27 17:45:45 +01:00
Frank Becker 4e0717d80e finalised questions, added bonus round 5 2011-12-27 17:29:36 +01:00
Frank Becker c18589a854 added option to generate speaker pdf 2011-12-27 15:09:00 +01:00
Frank Becker 97671f43f4 Points for question can be generated randomly now.
- The points each question is worth are generated now.
      To switch back to the old fixed scheme change get_random_points to False
      in the Question() class. That will become a cmd line option in the future.
      I only got until 2:30 pm. :)
    - The range is set in the Question class for now. Each game round will
      get it's own config in the questions.yaml in the future.
2011-12-18 14:24:32 +01:00
Frank Becker b143c4dbc1 Added source field to generated json input
- the key 'source' has as the value the url to the source of the question
    - If not source is specified it is set to 'false'
2011-12-18 13:58:32 +01:00
Frank Becker f822d9ab54 Merge branch 'master' into 28c3a8 2011-12-18 13:52:41 +01:00
john stone f9a4b55803 added crazy roundswitching script
only run, if you know what yr doin
2011-12-17 17:45:42 +01:00
Frank Becker e83b62ae03 add key source to json 2011-12-17 14:14:28 +01:00
Frank Becker f844c42f35 add data as webroot to static files 2011-12-13 23:13:00 +01:00
Frank Becker 70e6744c53 added 1st generated json file for astro-validation 2011-11-21 13:00:13 +01:00
Frank Becker 5866e751fb JSON input files are written now 2011-11-21 12:45:42 +01:00
Frank Becker 8f045dca21 media files will be added now 2011-11-21 10:33:13 +01:00
Frank Becker 26fced4788 Changed media data structure in YAML file
- Looking at last years json required to change how to put the
      media files in the YAML file
2011-11-20 18:42:12 +01:00
Frank Becker e7a885048d Generate one json file per game round
- Now one json file is generated per game round and printed to stdout (for now,
      will be files later on)
2011-11-19 19:58:50 +01:00
Frank Becker bb865905bf print registered questions if debug 2011-11-19 00:01:04 +01:00
Frank Becker 6f9b4678e4 added incomplete question2json.py helper tool
- Since CVS is not much liked here is a YAML to JSON converter
    - have a look at 2011-28c2/questions.yaml
    - so far it generates JSON
    - only tested with Python 2.7 (should work in 2.6 but you will need to install json)
    - Warning: Currently, media files are ignored. It's not implemented yet.
    - more to come...
2011-11-18 23:42:05 +01:00