Welcome Home!

This site gives you a simple web-based preview of your jeopardy round files. Select one of the tabs above if you need help.
If you want to create a new roundfile right now or view existing round files, choose one of the navigation entries on the right.

Clone me from github!

This tools are intended to run locally on your pc, so go get the project from there.

Local usage

You can download the repository from github and use if locally. It works best with a webserver but you can also run chromium --allow-file-access-from-files if you have none. (requests from file:// are forbidden by default). You could also start a simple http-server with python: python -m SimpleHTTPServer or python3 -m http.server.

How to get started

If you want to see a preview of your roundfiles, just put the .jrf-file and the media-folder into the answers-directory and open the index.html in your webbrowser. The filename and the foldername should have an identical number and the Numbers in the answers directory should be ascending.

Having trouble? :/

If you get an error-message while parsing an roundfile, make sure that all categories in your roundfile have at least a title and the 5 lines for the scores.
Minimum category example:
title
100:
200:
300:
400:
500:
If you get an unknown error or have trouble displaying your roundfiles correctly, open an issue on github.