Activity Feed
- Got a Kudo for Re: Creating large table (Greater than 10 by 10). 08-06-2020 02:03 AM
- Got a Kudo for Re: Handling Disability Accommodations in Timed Quiz. 08-06-2020 02:03 AM
- Got a Kudo for Creating large table (Greater than 10 by 10). 05-01-2020 09:49 AM
- Got a Kudo for Re: Creating large table (Greater than 10 by 10). 05-01-2020 09:48 AM
- Posted Re: Creating large table (Greater than 10 by 10) on Canvas Question Forum. 05-01-2020 07:27 AM
- Posted Creating large table (Greater than 10 by 10) on Canvas Question Forum. 05-01-2020 05:44 AM
- Got a Kudo for Handling Disability Accommodations in Timed Quiz. 04-05-2020 10:19 AM
- Got a Kudo for Re: Handling Disability Accommodations in Timed Quiz. 04-05-2020 10:19 AM
- Posted Re: Handling Disability Accommodations in Timed Quiz on Canvas Question Forum. 04-05-2020 09:57 AM
- Posted Handling Disability Accommodations in Timed Quiz on Canvas Question Forum. 04-05-2020 04:20 AM
- Tagged Handling Disability Accommodations in Timed Quiz on Canvas Question Forum. 04-05-2020 04:20 AM
- Tagged Handling Disability Accommodations in Timed Quiz on Canvas Question Forum. 04-05-2020 04:20 AM
- Tagged Handling Disability Accommodations in Timed Quiz on Canvas Question Forum. 04-05-2020 04:20 AM
My Posts
Post Details | Date Published | Views | Kudos |
---|---|---|---|
Creating large table (Greater than 10 by 10) I am attempting to create a table in quizzes. The table needs to be 18 by 18, the cells are equal size. I have edited the html code to try to create a table of this size. I get a warning that the que... |
05-01-2020 |
663 |
1 |
Handling Disability Accommodations in Timed Quiz I am attempting to create a timed quiz for the class. However, I have student who has the accommodation that allows them time and half for all quizzes and tests. How can I set it so that only this st... |
04-05-2020 |
1323 |
1 |
05-01-2020
07:27 AM
1 Kudo
Matt, I am attempting to provide a table with blank cells that the students would copy into their answer and then write either a zero or one in the cells. I do have additional text giving them the binary math problem they are to answer.
... View more
05-01-2020
05:44 AM
1 Kudo
I am attempting to create a table in quizzes. The table needs to be 18 by 18, the cells are equal size. I have edited the html code to try to create a table of this size. I get a warning that the question exceeds the max size (16384). Below is the code for one row. How do I fix this? <tr style="height: 24px;"> <td style="width: 5%; height: 10px;"></td> <td style="width: 5%; height: 10px;"></td> <td style="width: 5%; height: 10px;"></td> <td style="width: 5%; height: 10px;"></td> <td style="width: 5%; height: 10px;"></td> <td style="width: 5%; height: 10px;"></td> <td style="width: 5%; height: 10px;"></td> <td style="width: 5%; height: 10px;"></td> <td style="width: 5%; height: 10px;"></td> <td style="width: 5%; height: 10px;"></td> <td style="width: 5%; height: 10px;"></td> <td style="width: 5%; height: 10px;"></td> <td style="width: 5%; height: 10px;"></td> <td style="width: 5%; height: 10px;"></td> <td style="width: 5%; height: 10px;"></td> <td style="width: 5%; height: 10px;"></td> <td style="width: 5%; height: 10px;"></td> <td style="width: 5%; height: 10px;"></td> </tr>
... View more
04-05-2020
09:57 AM
1 Kudo
Thank for your very helpful guidance. I have passed this on the other instructors and TA's in the Department as you suggested. Paul McNally Senior Lecturer Department of Electrical Engineering & Computer Science Office EMS E338 Office Phone: (414) 229-5361 Home Phone: (414) 964-1200
... View more
04-05-2020
04:20 AM
1 Kudo
I am attempting to create a timed quiz for the class. However, I have student who has the accommodation that allows them time and half for all quizzes and tests. How can I set it so that only this student gets the extra time but the other students don't?
... View more