Thread: Re: [virtualcommons-svn] Sunday Morning
Status: Beta
Brought to you by:
alllee
From: Kalin J. <kj...@as...> - 2009-07-12 19:58:30
|
I worked from 9:00AM until 11:45AM (2.75 hr) talking, and coding a method within the display component of the strategy design that outputs an ArrayCollection of StudentStrategy objects. These can be used to fill the database with the answers that the students provide when they create their strategies. I cannot myself code the necessary services to communicate this information to the server, but I have created at least one method that would create the data. On Sun, Jul 12, 2009 at 9:44 AM, Kalin Jonas <kj...@as...> wrote: > This morning at 9:00am I began talking to Seema about what needs to be done > before the deadline today. > I plan on working on the code that sends data to the servers about how the > students have answered the questions they will hopefully be presented. > Since there is currently no module or block that contains questions, nor > code to send any module beyond the first, I am not sure if they will display > properly. > I will try to write the code, but I won't have any real way of testing it. > |
From: Kalin J. <kj...@as...> - 2009-07-12 20:59:20
|
This morning at 9:00am I began talking to Seema about what needs to be done before the deadline today. I plan on working on the code that sends data to the servers about how the students have answered the questions they will hopefully be presented. Since there is currently no module or block that contains questions, nor code to send any module beyond the first, I am not sure if they will display properly. I will try to write the code, but I won't have any real way of testing it. |
From: Kalin J. <kj...@as...> - 2009-07-13 05:31:34
|
Tonight at 10:15 I began minor fixes to the Question Components, to fix a minor glitch where the descriptions were stored as strings, which displayed them strangely. They should no longer scroll across the page indefinitely. I plan to work on the Information Windows and create updating functions for each element that needs to be updated. If I still have time, I will be working more on the part of the Question Components that saves their data and prepares it for sending to server. On Sun, Jul 12, 2009 at 11:49 AM, Kalin Jonas <kj...@as...> wrote: > I worked from 9:00AM until 11:45AM (2.75 hr) talking, and coding a method > within the display component of the strategy design that outputs an > ArrayCollection of StudentStrategy objects. > These can be used to fill the database with the answers that the students > provide when they create their strategies. > I cannot myself code the necessary services to communicate this information > to the server, but I have created at least one method that would create the > data. > > > On Sun, Jul 12, 2009 at 9:44 AM, Kalin Jonas <kj...@as...> wrote: > >> This morning at 9:00am I began talking to Seema about what needs to be >> done before the deadline today. >> I plan on working on the code that sends data to the servers about how the >> students have answered the questions they will hopefully be presented. >> Since there is currently no module or block that contains questions, nor >> code to send any module beyond the first, I am not sure if they will display >> properly. >> I will try to write the code, but I won't have any real way of testing it. >> > > |
From: Kalin J. <kj...@as...> - 2009-07-13 07:46:40
|
At approximately 11pm I terminated my activities, having attempted to create a similar function to the string tokenizer, but failing, and Seema found a similar function already implemented. I have made some progress on implementing the updating functions, but not too much: The FisheryExperiment component has references to the updating features, but I'm not sure where to trigger the updates, where the components will be in scope. On Sun, Jul 12, 2009 at 10:31 PM, Kalin Jonas <kj...@as...> wrote: > Tonight at 10:15 I began minor fixes to the Question Components, to fix a > minor glitch where the descriptions were stored as strings, which displayed > them strangely. They should no longer scroll across the page indefinitely. > > I plan to work on the Information Windows and create updating functions for > each element that needs to be updated. > If I still have time, I will be working more on the part of the Question > Components that saves their data and prepares it for sending to server. > > > On Sun, Jul 12, 2009 at 11:49 AM, Kalin Jonas <kj...@as...> wrote: > >> I worked from 9:00AM until 11:45AM (2.75 hr) talking, and coding a method >> within the display component of the strategy design that outputs an >> ArrayCollection of StudentStrategy objects. >> These can be used to fill the database with the answers that the students >> provide when they create their strategies. >> I cannot myself code the necessary services to communicate this >> information to the server, but I have created at least one method that would >> create the data. >> >> >> On Sun, Jul 12, 2009 at 9:44 AM, Kalin Jonas <kj...@as...> wrote: >> >>> This morning at 9:00am I began talking to Seema about what needs to be >>> done before the deadline today. >>> I plan on working on the code that sends data to the servers about how >>> the students have answered the questions they will hopefully be presented. >>> Since there is currently no module or block that contains questions, nor >>> code to send any module beyond the first, I am not sure if they will display >>> properly. >>> I will try to write the code, but I won't have any real way of testing >>> it. >>> >> >> > |
From: Kalin J. <kj...@as...> - 2009-07-26 17:12:08
|
Today I work from home at 10:00am I will continue to enter the third module into the database, and begin working on the fourth. Then I will begin copying the first game round into the second, and making the necessary changes. |
From: Kalin J. <kj...@as...> - 2009-07-26 19:21:26
|
I have found it quite impossible to insert siple categorical questions into the database. The form Seema designed will allow me to type and select all options, but when I choose type as Simple, it will not respond when I click SaveQuestion On Sun, Jul 26, 2009 at 10:11 AM, Kalin Jonas <kj...@as...> wrote: > Today I work from home at 10:00am > I will continue to enter the third module into the database, and begin > working on the fourth. > Then I will begin copying the first game round into the second, and making > the necessary changes. > |
From: Kalin J. <kj...@as...> - 2009-07-26 19:59:50
|
I check out today at 13:00pm (3hr) I cannot find the source of this error, as the code for the Initialize Database application is extensive, and Seema has been the only one working on it. I have completed each question group up until the point where there is a categorical question, and no further within the page, so as to avoid problems with sequenceNumber. When Seema returns, this should be addressed immediately. In either case, most of Modules 3 and 4 have been entered into the database, with the above exception. On Sun, Jul 26, 2009 at 12:21 PM, Kalin Jonas <kj...@as...> wrote: > I have found it quite impossible to insert siple categorical questions into > the database. The form Seema designed will allow me to type and select all > options, but when I choose type as Simple, it will not respond when I click > SaveQuestion > > > On Sun, Jul 26, 2009 at 10:11 AM, Kalin Jonas <kj...@as...> wrote: > >> Today I work from home at 10:00am >> I will continue to enter the third module into the database, and begin >> working on the fourth. >> Then I will begin copying the first game round into the second, and making >> the necessary changes. >> > > |
From: Kalin J. <kj...@as...> - 2009-09-20 14:57:40
|
Early this morning I am working from home starting 7:45am looking over the code and finding things that belong in the wiki Will add as necessary |
From: Kalin J. <kj...@as...> - 2009-09-20 17:11:22
|
I will be checking out for now at 10:00am (2.25hr) I have added new parts to the documentation, and rearranged the URL's section On Sun, Sep 20, 2009 at 7:57 AM, Kalin Jonas <kj...@as...> wrote: > Early this morning I am working from home starting 7:45am > looking over the code and finding things that belong in the wiki > Will add as necessary > |