summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-21Added exception text to sl.py.Martin
2015-09-21Added problem "Competition"Martin
Revised problem "Buy five"
2015-09-18Add plan for brother/father/mother/sisterTimotej Lazar
2015-09-18Fix a typoTimotej Lazar
2015-09-18Merge branch 'master' of 192.168.15.97:codeq-problemsMartin
2015-09-18Added general text of exceptions to sl.pyMartin
Added Buy five problem.
2015-09-18Use "More…" hints in fahrenheit_to_celsiusTimotej Lazar
2015-09-17Use check_answers instead of ask_all for testingTimotej Lazar
Simplify the testing function and add correct test cases for Prolog problems mother/2 and brother/2.
2015-09-16Added problems Fast Fingers and Fast Fingers 2.Martin
2015-09-15Added a new problem: AverageMartin
2015-09-15Added a new Python problem: ballisticsMartin
2015-09-15Improved hints for pythagorean theorem.Martin
2015-09-15Changes to text in Fahrneheit exercise.Martin
2015-09-15Update hints for python/fahrenheit_to_celsiusTimotej Lazar
2015-09-14Added pythagorean theorem.Martin
2015-09-14Completed description of Fahrenheit.Martin
Added new exercises Pythagorean theorem.
2015-09-11Add .idea to .gitignoreTimotej Lazar
2015-09-11Accept a list of solved problems for hint/testTimotej Lazar
Some Prolog problems may be solved using previous solutions. This allows us to test such programs, and still analyze the submission separately.
2015-09-11Replace session parameter with Python run functionTimotej Lazar
In hint and test functions, we don't need any session data except the Python runner.
2015-09-11Add language hints for Python and use Hint classesTimotej Lazar
2015-09-11s/hint_defs/hint_type/gTimotej Lazar
2015-09-10Use Hint classes for hints from the last commitTimotej Lazar
Also move the language-specific hint method for Prolog to prolog.common.
2015-09-10Hints for mother, father, brother, and sister added.Aleksander Sadikov
2015-09-08Add hint messages for syntax errorsTimotej Lazar
2015-09-03Pass the session object to test and hint functionsTimotej Lazar
2015-09-03Adapt to changes in Python runnerTimotej Lazar
2015-09-02Added SI version of hints for sister/2.Aleksander Sadikov
2015-09-01Oops, use : instead of = in dictsTimotej Lazar
2015-09-01Translate language-specific messages to SloveneTimotej Lazar
2015-08-31Add the first Python problem definitionTimotej Lazar
2015-08-31Add generic English hint messages for pythonTimotej Lazar
2015-08-28Add the 'test_results' message for PrologTimotej Lazar
2015-08-28Move generic hints to prolog/en.pyTimotej Lazar
2015-08-28Add a simple hint function for sister_2Timotej Lazar
2015-08-27Add the .gitignore fileTimotej Lazar
2015-08-27Add test function for sister_2Timotej Lazar
2015-08-18Added the coding line to python files.Aleš Smodiš
2015-08-18Exported all problems from the SQLite database into the new directory structure.Aleš Smodiš