Commit Graph

120 Commits

Author SHA1 Message Date
Tim Young d63452813a Impose a small delay in centering items. Makes it work smoother when simply right-clicking to do a menu or something. 2017-08-17 17:27:22 -05:00
Tim Young d1828aa0c9 process all the puzzles, not just the one 2017-08-17 10:40:45 -05:00
Tim Young 00f886080f Get invisible Network to complet auto dhcp request at beginning 2017-08-16 10:47:08 -05:00
Tim Young 879944f93f Remove a null-failure 2017-08-15 17:21:18 -05:00
Tim Young 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
Tim Young 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
Tim Young 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
Tim Young 71f43c4f24 Allow teacher to mark as graded when something is completed. 2017-08-12 16:58:41 -05:00
Tim Young 6fbaf98299 Finish importing one student file if we are a teacher and open a student file. 2017-08-12 16:31:56 -05:00
Tim Young 392c8c8b35 prep for admin loading in one student file 2017-08-12 16:05:54 -05:00
Tim Young cff1dada9c finish commit 2017-08-12 15:40:48 -05:00
Tim Young aaa39b3d16 ask sutdents to log out before opening a new user file. 2017-08-12 15:40:27 -05:00
Tim Young 68bdd59727 Add the ability to log out 2017-08-12 10:34:43 -05:00
Tim Young c905a5a952 Pop up a "submit homework" button when the homework has been completed. 2017-08-11 15:25:22 -05:00
Tim Young 042d66e7c9 Move submit homework to separate function. So we can call it separately. 2017-08-11 15:06:50 -05:00
Tim Young f478221169 Get teacher to set a password at the beginning 2017-08-11 14:44:10 -05:00
Tim Young 6bfc101468 Change password at first login. Do not accept no as an answer. 2017-08-11 14:37:24 -05:00
Tim Young 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
Tim Young 50a04dbef0 functions to make student csv file 2017-08-10 16:07:33 -05:00
Tim Young e6518e3918 Get encryption / decryption working for users. 2017-08-09 16:52:54 -05:00
Tim Young 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
Tim Young e1515c7a4f import homework for students 2017-08-08 14:19:56 -05:00
Tim Young 6467013f52 getting ready to load homework 2017-08-05 19:22:36 -05:00
Tim Young 9905d2e2cb Get person files to auto-backup when we save them. 2017-08-05 13:11:26 -05:00
Tim Young 69df135025 Deal with "recent" files that get deleted. Show a file not found error. 2017-08-03 11:46:27 -05:00
Tim Young 288c47e885 Network links 2017-08-03 11:37:59 -05:00
Tim Young 8134d8cb82 Mark something as graded 2017-08-02 17:07:12 -05:00
Tim Young 55ceeecac1 Add foundation for tracking which items have been graded. 2017-08-02 17:04:15 -05:00
Tim Young 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
Tim Young a8f7b94e6c Students can submit homework 2017-08-02 14:54:50 -05:00
Tim Young 6648d6378d Allow submit classwork menu item to show 2017-08-02 12:41:09 -05:00
Tim Young 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
Tim Young cf5f618830 Fix spelling mistake in function 2017-08-02 09:35:29 -05:00
Tim Young 36947a9bff working on pushing changes back 2017-08-02 09:34:21 -05:00
Tim Young aaf8c89455 translate menu items 2017-08-02 09:18:35 -05:00
Tim Young fef2d80981 Add submit / update menu items for the network 2017-08-02 09:15:28 -05:00
Tim Young 8fdefcaabc Prompt for import settings 2017-08-02 09:01:14 -05:00
Tim Young 83dfef6ad2 Error out if double-clicking a homework file. We need to load a user profile so the homework can be added to it. 2017-07-31 19:54:00 -05:00
Tim Young 86addf875c Allow .enbu files 2017-07-31 19:47:22 -05:00
Tim Young 3a7a3f4299 stop displaying spurious help messages & pop open help when we launch a network 2017-07-31 19:14:05 -05:00
Tim Young 746e9edb36 Launch a network from homework 2017-07-31 17:01:03 -05:00
Tim Young 857c8750ba Add a simple error catcher for most file loads. 2017-07-31 16:23:38 -05:00
Tim Young b7b5525413 Working on recent file load system 2017-07-31 13:39:46 -05:00
Tim Young 60881f8dcf When we load a user, open the profile immediately 2017-07-31 11:36:30 -05:00
Tim Young d25cfcbade Store a settings record in the user class. Serialize it for ease of loading / saving. Use this settings class for all storing / retrieving stuff. Works awesome. 2017-07-30 14:55:37 -05:00
Tim Young ba3048cc07 Translate Add To Classwork menu item 2017-07-29 18:56:39 -05:00
Tim Young 166321b0f0 Hide "add network to schoolwork" menu item if we are not admin. 2017-07-29 18:55:07 -05:00
Tim Young 364858d07c NB.GetUser - Get current user 2017-07-29 18:34:51 -05:00
Tim Young ce8b16c2d6 Lots of changes to get the enbu file to load 2017-07-29 18:31:19 -05:00
Tim Young 8d5ccdb159 More progress on loading / saving user 2017-07-29 11:46:39 -05:00