*** menesis has quit IRC | 00:41 | |
*** menesis has joined #schooltool | 08:55 | |
*** menesis has quit IRC | 09:10 | |
*** menesis has joined #schooltool | 09:14 | |
*** menesis has quit IRC | 09:21 | |
*** menesis has joined #schooltool | 09:21 | |
*** menesis has quit IRC | 09:24 | |
*** menesis has joined #schooltool | 09:24 | |
*** menesis has quit IRC | 11:47 | |
*** menesis has joined #schooltool | 14:47 | |
*** replaceafill has joined #schooltool | 17:19 | |
*** yvl has quit IRC | 17:58 | |
replaceafill | th1a, zyt? | 18:19 |
---|---|---|
th1a | hi replaceafill. | 18:22 |
replaceafill | hey th1a | 18:22 |
replaceafill | i have a question | 18:22 |
replaceafill | i'm investigating this: | 18:22 |
replaceafill | https://bugs.launchpad.net/schooltool.gradebook/+bug/1097057 | 18:22 |
th1a | Yes. | 18:22 |
replaceafill | the manager cannot add linked columns because he's not an instructor in any section | 18:23 |
replaceafill | we only show the sections where the person is instructor | 18:23 |
replaceafill | worksheets of the sections* | 18:23 |
th1a | OK... | 18:23 |
th1a | Is that ALL sections for the instructor? | 18:24 |
replaceafill | maybe we should list all the worksheets in the same sections + other sections of the user? | 18:24 |
th1a | I don't even think that is right. | 18:24 |
replaceafill | th1a, yes | 18:24 |
th1a | Does it make any sense to link to a different section ever? | 18:24 |
th1a | I may be forgetting something. | 18:25 |
replaceafill | for section in IInstructor(self.person).sections(): | 18:25 |
th1a | I'm not asking you what it does now -- does what it is doing now make any sense? | 18:26 |
replaceafill | imho it should only list worksheets of the same section | 18:26 |
replaceafill | but you could have a grouping worksheet, like for a whole year | 18:27 |
replaceafill | for the same set of students | 18:27 |
th1a | That's a pretty edgy case. | 18:28 |
th1a | I'd say it should just list other worksheets of the section. | 18:29 |
th1a | Maybe linked sections? | 18:30 |
replaceafill | ah ok | 18:30 |
replaceafill | i'll write that as a comment in the bug, and will get to it later | 18:31 |
replaceafill | i just wanted to know what was happening | 18:31 |
th1a | OK. Thanks. | 18:31 |
replaceafill | thanks th1a | 18:31 |
*** menesis has quit IRC | 19:22 | |
th1a | replaceafill: https://answers.launchpad.net/schooltool/+question/218358 | 20:47 |
replaceafill | ah | 20:47 |
replaceafill | i forgot to ask you yesterday about that | 20:48 |
replaceafill | he wants some workflow we don't have | 20:48 |
replaceafill | i understand he has some courses | 20:48 |
replaceafill | and he wants the student to go from course1 to course2 in sequence | 20:48 |
th1a | Oh, yes, that would be nice. I understand the issue, but there are no immediate plans. | 20:50 |
th1a | Well, or, | 20:50 |
replaceafill | ah ok | 20:50 |
th1a | wtf does CourseInfo actually do? | 20:50 |
replaceafill | :D | 20:50 |
replaceafill | good question! | 20:50 |
th1a | That's one of those things I stayed out of but now nobody can tell me what it does. | 20:50 |
th1a | Does it exist? | 20:50 |
replaceafill | i think so | 20:51 |
replaceafill | i'm not sure it even works with the current version though | 20:51 |
th1a | It might do that... | 20:51 |
replaceafill | for some reason i remember us talking about this in portugal :) | 20:52 |
replaceafill | maybe we did... | 20:52 |
replaceafill | i answered the question | 20:53 |
replaceafill | "student enrollment is manually done by the admin" ;) | 20:54 |
th1a | Basically we just need a "subject" object that can take an ordered sequence of courses. | 20:55 |
th1a | dwelsh probably wanted something more complicated. ;-) | 20:56 |
replaceafill | :) | 20:56 |
replaceafill | i remember the word "prerequisite" somehow | 20:56 |
replaceafill | if that's even a word ;) | 20:56 |
th1a | It is. | 20:56 |
th1a | Yes, you could have several. For CTE it is probably not so linear. | 20:56 |
th1a | But if you just want people to automatically progress through a sequence it implies something simple. | 20:57 |
replaceafill | there's a branch for courseinfo | 21:01 |
replaceafill | https://code.launchpad.net/~schooltool-developers/schooltool/schooltool.courseinfo | 21:01 |
replaceafill | from december 2011! | 21:02 |
th1a | I may make you figure that out and merge it sometime this year. | 21:15 |
replaceafill | kk | 21:15 |
replaceafill | sounds like a nice feature though :) | 21:15 |
th1a | Yes. | 21:15 |
replaceafill | fwiw, this is *one* way to fill out a fck editor field: | 22:31 |
replaceafill | >>> frame = manager.query.tag('iframe') | 22:31 |
replaceafill | >>> manager.driver.switch_to_frame(frame.get_attribute('id')) | 22:31 |
replaceafill | >>> manager.driver.execute_script("FCKeditorAPI.Instances['form-widgets-description'].SetHTML('This is Camilas IEP')") | 22:31 |
replaceafill | >>> manager.driver.switch_to_default_content() | 22:31 |
replaceafill | aelkner, ^ | 22:32 |
replaceafill | :) | 22:32 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!