Commit Graph

493 Commits

Author SHA1 Message Date
02e3b45cb2 Add "skip visuals" to tick. So we can run lots of ticks without updating visuals. Needed to process tests automatically. 2017-08-14 15:44:56 -05:00
f763016f90 Auto-DHCP on start if we are a teacher and have the check-mark set to do so. 2017-08-14 10:50:56 -05:00
0272ad0363 translate auto-dhcp checkmark 2017-08-14 10:29:37 -05:00
4779bf2425 Add auto-DHCP option to teacher setting window 2017-08-14 10:28:03 -05:00
e086782532 Add a setting to allow networks to auto-DHCP on start. 2017-08-14 10:23:20 -05:00
6fd86bd916 Try a blank password first. - If no password, do not prompt for one. Just use the file (probably prompting for a pass at next login) 2017-08-13 16:52:13 -05:00
6a51ed058a If teacher opens a homework that is already graded. Do not prompt to grade it again 2017-08-12 17:09:35 -05:00
61aa50044e Fix a minor bug where cloned items lost the last ID. Broke all sorts of things. 2017-08-12 17:03:41 -05:00
71f43c4f24 Allow teacher to mark as graded when something is completed. 2017-08-12 16:58:41 -05:00
6fbaf98299 Finish importing one student file if we are a teacher and open a student file. 2017-08-12 16:31:56 -05:00
392c8c8b35 prep for admin loading in one student file 2017-08-12 16:05:54 -05:00
cff1dada9c finish commit 2017-08-12 15:40:48 -05:00
aaa39b3d16 ask sutdents to log out before opening a new user file. 2017-08-12 15:40:27 -05:00
68bdd59727 Add the ability to log out 2017-08-12 10:34:43 -05:00
c905a5a952 Pop up a "submit homework" button when the homework has been completed. 2017-08-11 15:25:22 -05:00
042d66e7c9 Move submit homework to separate function. So we can call it separately. 2017-08-11 15:06:50 -05:00
840a6877bf set tooltip for class, name, and description. the boxes are too small to see the whole thing. Mouseover does tooltip so you can see it. 2017-08-11 15:05:22 -05:00
765789226e Reverse the sort for the admin. The list is traversed in reverse elsewhere. This makes them sort the same 2017-08-11 15:01:09 -05:00
db6cdff653 Sort the projects consistantly. Class -> Due Date -> Save Date 2017-08-11 14:56:40 -05:00
f478221169 Get teacher to set a password at the beginning 2017-08-11 14:44:10 -05:00
6bfc101468 Change password at first login. Do not accept no as an answer. 2017-08-11 14:37:24 -05:00
16c009b432 Move change password logic to person 2017-08-11 14:34:35 -05:00
ed6c37194c better importing of student information when we read in the homework. 2017-08-11 10:16:49 -05:00
217ac4dbd7 Write student csv file - includes generated passwords if it was set up to create new PWs for students who did not have any defined 2017-08-10 16:32:45 -05:00
50a04dbef0 functions to make student csv file 2017-08-10 16:07:33 -05:00
ed48b943aa We cannot delete or give submitted homework 2017-08-10 15:42:41 -05:00
15e0092699 Fix a potential null reference bug 2017-08-10 15:35:56 -05:00
e864276316 Fix teachers see ungraded homework as being bold 2017-08-10 15:30:22 -05:00
327722bc97 whitespace fix 2017-08-10 15:26:06 -05:00
88a15caf88 Get encryption working for teacher 2017-08-09 17:01:30 -05:00
e6518e3918 Get encryption / decryption working for users. 2017-08-09 16:52:54 -05:00
1e598470ef Get the load func in place 2017-08-09 16:34:42 -05:00
8574d61349 get saving encrypted to work 2017-08-09 16:22:34 -05:00
66657507ed Save an encrypted person class 2017-08-09 16:20:05 -05:00
e4edd9bf5a convert personclass writer to xml document so we can encrypt. 2017-08-09 16:03:19 -05:00
490a8d1b04 Throw a better error when we try and fail to load something. 2017-08-09 15:52:31 -05:00
3136228e76 Changes to allow encryption 2017-08-09 15:32:04 -05:00
b6bcd7aff2 submitted label visible for students when something has been submitted 2017-08-09 10:11:55 -05:00
b1c415c686 Mark items needing attention as bold. Students see un-submitted homeworks bolded. Teachers see ungraded homework bolded 2017-08-09 09:32:32 -05:00
405d45e164 Double-click homework in profile launches it 2017-08-08 19:01:42 -05:00
fc39ba71c6 Import homework for teachers. Let them export all the homework for a class and import it for another class 2017-08-08 17:45:45 -05:00
aeb61ebcf1 change idea in psuedocode for how to handle admin bulk import of homework. Simplified it considerably 2017-08-08 14:31:03 -05:00
e1515c7a4f import homework for students 2017-08-08 14:19:56 -05:00
0acb89c429 Fix homework export 2017-08-07 19:31:36 -05:00
43516d5b89 Fix schoolwork loading bug 2017-08-07 19:27:59 -05:00
e13341010b Finish the save 2017-08-05 21:39:57 -05:00
f49705ec11 set up to load schoolwork 2017-08-05 19:35:15 -05:00
6467013f52 getting ready to load homework 2017-08-05 19:22:36 -05:00
8fe0cf2df7 Add selected homeworks to a list 2017-08-05 17:11:55 -05:00
b70948e8da Prompt for which homeworks to include 2017-08-05 17:01:37 -05:00
e612b8eb29 rename the export homework button 2017-08-05 16:56:25 -05:00
9905d2e2cb Get person files to auto-backup when we save them. 2017-08-05 13:11:26 -05:00
22552ce1a9 Create basic backup file rotation functions and direcories. 2017-08-05 12:41:42 -05:00
362b3a60a3 Error out (nicely) if the file has been tampered with (if the username does not match the file name). This will only really be useful once we have encryption. 2017-08-05 10:26:48 -05:00
99ff6e092d fix a small issue that kept submissions from continaing the real information. 2017-08-03 14:33:06 -05:00
3bf05ed8ff fix a bug with cloning. 2017-08-03 14:21:05 -05:00
c31133f786 Hide delete, give and save buttons if we are not the teacher. 2017-08-03 12:01:38 -05:00
69df135025 Deal with "recent" files that get deleted. Show a file not found error. 2017-08-03 11:46:27 -05:00
e8c8369176 Update list of students after we do a student import 2017-08-03 11:46:04 -05:00
288c47e885 Network links 2017-08-03 11:37:59 -05:00
e6a920676d Rest of machine password code 2017-08-03 11:37:45 -05:00
4c921ab280 Process for connecting a network link to the device it is connected to. Without this, cloned networks fail. 2017-08-03 11:36:53 -05:00
ff37a1b0ef Make a machine password. Will be used to let the admin user open student files 2017-08-03 11:35:29 -05:00
1396b72752 Import student submitted homework 2017-08-02 17:31:12 -05:00
8134d8cb82 Mark something as graded 2017-08-02 17:07:12 -05:00
55ceeecac1 Add foundation for tracking which items have been graded. 2017-08-02 17:04:15 -05:00
d5f58e2878 Mark a few buttons as not yet implimented 2017-08-02 16:57:50 -05:00
b9b9dbdf34 Add a not-yet implimented message 2017-08-02 16:57:04 -05:00
1a94d5e671 Allow admins to add or update a network. If we want to have two similar networks; the teacher can have one that was based off the other. 2017-08-02 15:37:29 -05:00
eeb0536b07 Add some non-operable buttons. Just to get the idea across for now. Export all homework, Push homework to all students. 2017-08-02 15:35:43 -05:00
7265b07e0e Students cannot change due date, admins can 2017-08-02 15:28:02 -05:00
538490087d Sort by due date, and submission date 2017-08-02 15:27:27 -05:00
a8f7b94e6c Students can submit homework 2017-08-02 14:54:50 -05:00
7a77de7ea9 More space for the classwork tree 2017-08-02 14:41:57 -05:00
bbbb62ab14 Hide generate file and import user buttons if not teacher 2017-08-02 14:39:37 -05:00
217371a96f Show student homework 2017-08-02 14:37:18 -05:00
e488291152 Save homework file button works 2017-08-02 13:03:14 -05:00
f6778026f2 Able to save / load schoolworkclass 2017-08-02 12:50:25 -05:00
3a30476c8f Tooltips for give and save buttons 2017-08-02 12:46:11 -05:00
6648d6378d Allow submit classwork menu item to show 2017-08-02 12:41:09 -05:00
f2e9cae817 Hide give and save buttons if we are not the teacher 2017-08-02 12:38:10 -05:00
6198079bae fixed Bug with cloning schoolwork. Missed cloning ID. 2017-08-02 12:29:29 -05:00
e8d62bc914 Give homework and print stats 2017-08-02 12:17:20 -05:00
c4e24b8c98 translate save and give buttons 2017-08-02 12:03:35 -05:00
2fe4a23638 Make give and save homework buttons 2017-08-02 11:59:42 -05:00
7b98466db2 update comments 2017-08-02 11:44:22 -05:00
d31727efcc change some settings for initial users
Store filepath for user files so we can update them individually
2017-08-02 11:42:33 -05:00
f1da7f9d97 generate initial student files 2017-08-02 11:34:53 -05:00
0ba762fe01 Choose a directory for the users files 2017-08-02 11:25:26 -05:00
b1e015e624 Add a button for generating student files 2017-08-02 11:10:34 -05:00
1675a000a1 Hide all sub-tabs when page first loads. Makes things look cleaner 2017-08-02 10:16:10 -05:00
508ac987f7 Fix bug where user profile directory lost when loading from recent files. Profile had been saved in "current directory" 2017-08-02 10:13:32 -05:00
e594f8bac8 small spelling mistake in function name 2017-08-02 09:36:39 -05:00
cf5f618830 Fix spelling mistake in function 2017-08-02 09:35:29 -05:00
36947a9bff working on pushing changes back 2017-08-02 09:34:21 -05:00
aaf8c89455 translate menu items 2017-08-02 09:18:35 -05:00
fef2d80981 Add submit / update menu items for the network 2017-08-02 09:15:28 -05:00
8fdefcaabc Prompt for import settings 2017-08-02 09:01:14 -05:00
ceba92f3d2 Add a checkPromptBox. It generates a simple form with a bunch of checkmarks. We will use this when prompting for initial settings. 2017-08-02 08:30:42 -05:00
ebf1a6b04e Hide unnecessary tabs when cycling through homework 2017-08-01 21:09:05 -05:00