Yehuda Davis

Results 27 comments of Yehuda Davis

@Swamp-Ig You mentioned [this test case](https://github.com/sffjunkie/astral/blob/cecc6cce3b382e2e995e3ad34a7a2a31b64ef936/src/test/test_Issues.py#L68) in https://github.com/sffjunkie/astral/issues/35 and [another test case](https://github.com/sffjunkie/astral/blob/cecc6cce3b382e2e995e3ad34a7a2a31b64ef936/src/test/test_Issues.py#L71) for https://github.com/sffjunkie/astral/issues/36

``` Traceback (most recent call last): File "astral.py" ``` `astral 2.2` does not have a file named `astral.py`, but the older versions did, so I'm going to assume that python...

What version do you see if you run `pip show astral`?

Yup, that's why. Try `pip install astral --upgrade`

It just occurred to me that if you installed it today and got the older version, you might be running an older version of python that is incompatible with the...

I have been using this amazing package (thank you @gpoore!!) exclusively with New Quizzes, pushing it to the limits, as I am generating 50-question multiple-choice exams where each question comes...

On the Build page of a New Quiz, in the 3-dot menu (top-right) there is an option to Import Content that lets you upload the QTI file. I don't recall...

Point to note: AFAIK, you can only Import Content once per quiz. If you mess something up, you need to create a new quiz to import again.

I'm not really familiar with old quizzes. When I import a QTI into a New Quiz, any question groups are automatically converted into an Item Bank. I never do anything...

For anyone relying on the procedure I outlined, it seems that Canvas broke something on their end. Canvas no longer successfully imports QTI files with question groups into New Quizzes,...