name = 'Prolog' description = 'Introductory Prolog course.' hint = { 'no_hint': '''\
No hint available, sorry!
''', 'test_results': '''\Your code passed [%=passed%] / [%=total%] tests.
''', 'syntax_error': '''\Your code contains syntax errors! The Prolog compiler emitted the following messages:
[%=messages%]''', 'monkey_main': '''\
I was able to correct your program. Check out the editor for hints.
''', 'monkey_change': '''\Check the highlighted part.
''', 'monkey_insert': '''\Add another goal or clause.
''', 'monkey_remove': '''\Remove the highlighted part.
''', }