summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-03Python: fix scrolling the instructions/hints windowHEADreleasemasterTimotej Lazar
2017-02-28Use a default style for hint highligtsTimotej Lazar
2017-02-28Fix text-less popup hints for highlightingTimotej Lazar
It would probably be better to add a new class of hint instead, or to support this in the translation/template engine.
2017-02-28CSS: add background-color for hint highlightsTimotej Lazar
2017-02-28De-decrease monospace font sizeTimotej Lazar
2017-02-27Report hints both when offered and viewedTimotej Lazar
2017-02-27Tweak CSS for hintsTimotej Lazar
2017-02-27Allow passing lists as template argumentsTimotej Lazar
2017-02-26Decrease minimum test delayTimotej Lazar
2017-02-26Allow empty popup hints (highlight only)Timotej Lazar
2016-12-05Move KaTeX js files and add auto-render extensionTimotej Lazar
2016-10-06Send problem ID with PythonExec requestsTimotej Lazar
2016-09-09Support LaTeX math notation in templatesTimotej Lazar
2016-09-09Declare HTML5 doctype and fix related issuesTimotej Lazar
Also ensure the topbar stays fixed regardless of the content scrollbar.
2016-09-08Fix and simplify template instantiationTimotej Lazar
2016-09-07Simplify translateDocument functionTimotej Lazar
2016-09-07Remove survey linkTimotej Lazar
2016-05-22Add support for per-problem initial codeTimotej Lazar
2016-04-25Add survey link for the Prolog hints experimentTimotej Lazar
… revert in two weeks.
2016-04-24Receive info about experiments from the serverTimotej Lazar
2016-04-24Revert "Experiment: add "teacher helped" link to Prolog screen"Timotej Lazar
This reverts commit 982522b5b9dfc39c10d08129b873aadf77b7293f.
2016-04-07About: add link to public git reposTimotej Lazar
2016-03-31Replace window.alert with custom message boxTimotej Lazar
2016-03-31Clean up more error functionsTimotej Lazar
2016-03-30Improve error messages for AAI upgrade formTimotej Lazar
2016-03-30Improve error messages for login formTimotej Lazar
2016-03-30Add codeq.tr.translate function for GUI strings not in DOMTimotej Lazar
2016-03-30Clean up a few error functionsTimotej Lazar
2016-03-16Add clear command for Prolog consoleTimotej Lazar
2016-03-13Record when the Hint button is shownTimotej Lazar
2016-03-10Change color for codemirror matching bracketsTimotej Lazar
2016-03-02More CSS cleanupsTimotej Lazar
2016-03-02Reorder CSSTimotej Lazar
2016-03-02Ensure a layout is set at bootTimotej Lazar
2016-03-02Minor HTML and CSS cleanupsTimotej Lazar
2016-03-01Remove the commError wrapper functionTimotej Lazar
2016-03-01Minor cleanups around the loadProblemData functionTimotej Lazar
2016-03-01Check that {prolog,python,robot}Handler exists before destroying itTimotej Lazar
2016-03-01Clean up navigation.jsTimotej Lazar
2016-03-01Simplify {prolog,python,robot}.jsTimotej Lazar
2016-03-01change_password: do not use alerts in normal operationTimotej Lazar
2016-03-01problem_list: fix updating solved/attempted indicatorsTimotej Lazar
Indicators were only removed for attempted problems, leading to incorrect display if logging out and back in as a user with fewer attempts.
2016-03-01Clear hints immediately when pressing Plan or TestTimotej Lazar
2016-02-28Experiment: add "teacher helped" link to Prolog screenTimotej Lazar
Records a {'typ': 'experiment', 'data': 'teacher help'} action when clicked. This will allow us to consider such traces specially when evaluating different hint types. This is specific to the prolog_hints experiment and should be reverted or generalized in the future.
2016-02-28Problem list: allow multi-paragraph group descriptionsTimotej Lazar
2016-02-28Do not force a specific font in CSSTimotej Lazar
2016-02-28Fix indentation in prolog.jsTimotej Lazar
2016-02-26Replace several alerts with friendlier messagesTimotej Lazar
2016-02-26Use a consistent naming style for DOM IDsTimotej Lazar
2016-02-26Remove some comments from index.htmlTimotej Lazar