Results 245 comments of Geoffrey Poore

I only use integer and half-integer point values myself, so the current system serves as a sort of sanity check...if a point value doesn't fit those criteria, then it's a...

Thanks for the time you've invested in this and a long list of other issues recently. It should be possible to fix many of the bugs and documentation issues in...

You can use `firstline` and `lastline` to display only a range of lines. There is no support for including part of a file based on starting/ending strings or regex. This...

Allowing continuity between code blocks involves some complexity. I have an existing system that can manage this (https://github.com/gpoore/codebraid), but connecting that to text2qti will take some time. And I'm unfortunately...

@gordonwatts The current working directory for executed code should be the same as the directory of the quiz file. In `cmdline.py`, there's an `os.chdir()` to the quiz directory before any...

@gordonwatts What differences are you seeing between operating systems? What isn't working that the modification to `PYTHONPATH` is fixing? I do know that the current system won't work with Python...

Thanks for letting me know about this! This will make things much simpler, and also allow for block equations (`$$...$$`). I can probably just change the handling of `$` to...

@gordonwatts I should have been more specific about environments. You can run text2qti in an environment, but when text2qti runs Python code from a quiz, under Windows it currently uses...

@gordonwatts The dev version on GitHub should now work with Python environments under Windows. If that doesn't fix the issues you were having, let me know what issues still remain.

@mikegilchrist If text2qti was working previously, and is now giving "Latex:p", then this could be responsible. At the very least, that probably means that something is failing with the LaTeX...