Basically this professor just has a student view of his course and cannot view the exam responses.
Imported from zendesk ticket #48019: http://help.instructure.com/tickets/48019
Bug #6430 (New): courses being added to the courses customize list do not stick
Bug #6429 (New): Mechanism for adding(replacing) a course in the customize list needs to be clearer
Bug #6428 (New): customize course list needs to be stay up easier
Bug #6427 (New): Spanish Typo on Pages
I am a Spanish professor.
The sentence "edited last time by" is spelled incorrectly. Time is vez, not ves. Ves means to see.
Imported from zendesk ticket #48054: http://help.instructure.com/tickets/48054
Bug #6426 (New): Assignment description for a discussion assignment does not appear anywhere
Ticket Number: 10905
Ticket URL: http://utahtacc.zendesk.com/tickets/10905
Become-User URL: https://learn-uu.uen.org/courses/49632/discussion_topics/80742?become_user_id=283127
Canvas URL: https://learn-uu.uen.org/courses/49632/discussion_topics/80742
User-Agent Header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.106 Safari/535.2
Imported from zendesk ticket #43060: http://help.instructure.com/tickets/43060
Bug #6419 (New): Quiz question order not saving
On this quiz, I drag and drop to reorder questions. The red "saving" indicator remains active. After several minutes I save the quiz and re-open it. None of my ordering is saved. I am currently unable to order questions on this quiz.
This quiz was published to this course directly from Respondus.
I have recreated the issue in Google Chrome and Firefox 8 on PC.
Imported from zendesk ticket #47480: http://help.instructure.com/tickets/47480
Bug #6418 (New): MGMT801
Hello,
I am part of Mediaccount team for MGMT801 class, but it seems that I have problems accessing the section "People" of the group page (error message: "you are not authorized to access").
Could you please confirm that I am correctly assigned to the group (before it is too late)?
Many thanks,
Mike
Imported from zendesk ticket #39138: http://help.instructure.com/tickets/39138
Feature #6416 (New): Support different Angel 7.3 quiz format
I just came across an Angel 7.3 package that isn't using QTI as it's quiz export format. This is mega sadness. I attached a txt file with some example question answer xml. There is question text on one row, and then the answer xml for that question on the next line.
It seems to be a pretty simple format, but I don't know how many Angel systems will export like this.
Feature #6415 (New): Try swapping out JDBC driver for Liferay
Liferay uses JDBC to connect to postgres, and this is unfortunate, because JDBC does not allow for transaction pooling on pgbouncer. Fortunately there exists a way around this:
http://pgfoundry.org/pipermail/pgbouncer-general/2010-February/000507.html
It would be good to try to switch the JDBC driver with the hacked version, alter the connection string as described, switch pgbouncer to transaction mode, and see how things work.