View comment
- 0 votes
Allison Shepherd Hello. Yes, I know all this information. My question is WHY you have it built this way? Right now I have 54 base courses, each with 15-200+ derivative copies (most are inactive...
View comment
- 2 votes
Additionally, I think if there is even just a derivative course with 300 enrollments and 250 are completed and the weights are decided to be adjusted for just that course, again, at least provide a...
View comment
- 3 votes
Here are some screenshots I took from my sandbox. These are not real students or teacher. Thanks!
View comment
- 0 votes
Okay, so in Post Data an example would be this? And it just updates that value from what it was previously? So like, the type was Assetlink and doing this will update it? Thank you again :)
Quer...
View comment
- 0 votes
what is the API cmd to update the the ItemType? I thought there used to be an "UpdateItem" but I am not seeing that in the console. I would like to see if I can just write a script to change thes...
View comment
- 0 votes
I am not able to place in a due date for a continous course that has target dates added to these activities so the student stays on pace. It would be great these are on the calendar with the other...
View comment
- 1 vote
Brian Williams Is there value in seeing the inflated time or is this something Agilix can fix so it matches? It causes a lot of confusion between student and admin/teachers. Thank you!
View comment
- 0 votes
Was there ever a reason given why this happened? I have a teacher with some students complaining of this, but it is only the one classroom. Thanks!
View comment
- 0 votes
Allison Shepherd Is this code I can build into activity templates and load into the activities? For example, would this code be supported if in an Assessment Template being used in the Assessment ...
View comment
- 1 vote
Disable Rightclick
document.addEventListenerfcontextmenu", (evt) => {PREVENT MENU OPEN evt.preventDefault();}, false);
Disable Clipboard Copy
document.addEventÜstenerf'copy", (evt) => {CHANGE CLIPB...