You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we have these settings for students: trialuser, keepuser, keepdata, updateStats, showTestControls.
This allows fine-grained settings, while creating test-users sets several of these as a course-grained level.
We need a new setting "showTestable". We have many Testable problems that are in broken states. We usually think of Test-users as the authors going in to test their problems, but we also have non-author test users going in to test the system, pretending they are students. Lets call them test_students. We want test_students to see the testControls but not the testable problems, because they get distracted by all the nonworking problems (in some topics).
So the first step is to create the fine-grained setting showTestable and get it working. At that point the only way to turn of showTestable for test-users is by manual database editing (which is fine for short term).
The next step is to decide how we want to incorporate automatically creating some test_students in the class creation (as we create regular testUsers).
(I think we already do create two types of test users when the class is created, so manybe this would be a third type.)
The text was updated successfully, but these errors were encountered:
Hello, my understanding:
The testuser TestingContent1 with password Test is a Content Testuser.
This user is to check math content and has a Select Problem button and drop-down list:
Additionally, Class Testusers are generated for each MS class. These testusers are used to check if the class features are working. This testuser should only see ready problems, they should not see testable or in-progress problems.
thank you, -danielle
Right now we have these settings for students: trialuser, keepuser, keepdata, updateStats, showTestControls.
This allows fine-grained settings, while creating test-users sets several of these as a course-grained level.
We need a new setting "showTestable". We have many Testable problems that are in broken states. We usually think of Test-users as the authors going in to test their problems, but we also have non-author test users going in to test the system, pretending they are students. Lets call them test_students. We want test_students to see the testControls but not the testable problems, because they get distracted by all the nonworking problems (in some topics).
So the first step is to create the fine-grained setting showTestable and get it working. At that point the only way to turn of showTestable for test-users is by manual database editing (which is fine for short term).
The next step is to decide how we want to incorporate automatically creating some test_students in the class creation (as we create regular testUsers).
(I think we already do create two types of test users when the class is created, so manybe this would be a third type.)
The text was updated successfully, but these errors were encountered: