Project

General

Profile

Statistics
| Revision:

# Date Author Comment
4305 08/22/2008 04:48 PM ben leinfelder

make as-you-type search the default.
remove assessment vs. question search checkboxes...confusing.

4290 08/22/2008 03:59 PM ben leinfelder

refactor search methods into common search.js file.
start on making ajax-based search from the index page.
state of things: now merging across assessments and including question-level metadata

4289 08/22/2008 02:18 PM ben leinfelder

use the generalized (and now built-in) data query mechanism for downloading "merged" data.

4288 08/22/2008 02:16 PM ben leinfelder

refactor into reusable methods such that queries can be constructed from different form interfaces.

4282 08/21/2008 11:36 AM ben leinfelder

fix the optional "include questions" checkbox so that it actually toggles the option.

4281 08/21/2008 10:52 AM ben leinfelder

added support for merging response data with question-level metadata

4273 08/20/2008 02:42 PM ben leinfelder

only include checked metadata

4271 08/20/2008 11:02 AM ben leinfelder

detokenize

4267 08/18/2008 08:12 PM ben leinfelder

add dataquery construction via js.
used in the first XSL-housed style sheets

4242 08/14/2008 10:48 AM ben leinfelder

switch to jsp

4238 08/13/2008 04:31 PM ben leinfelder

de-tokenize (finally)

4235 08/13/2008 03:09 PM ben leinfelder

render the pages using the common settings

4234 08/13/2008 01:48 PM ben leinfelder

switch to jsp (first of many steps...)

4039 06/26/2008 04:58 PM ben leinfelder

include changes to the first/metacat integration project
merging/union across multiple datapackages now supported

4034 06/24/2008 09:43 AM ben leinfelder

save point before extending to allow merging across assessments

3928 06/03/2008 03:50 PM ben leinfelder

use the first (0) column as the index for questionId when selecting only a subset of the assessment data

3927 06/02/2008 05:19 PM ben leinfelder

add handling for qti metadata in resultset view

3918 05/28/2008 03:34 PM ben leinfelder

adjust xpaths to match changes to edml/qti output by FirstMorpho

3780 04/02/2008 04:28 PM daigle

Changes to remove ANT tokens for the turnkey install project

3669 01/03/2008 04:57 PM ben leinfelder

add support for selecting records for only one question from a set of one or more assessment response data files

3565 11/02/2007 05:16 PM ben leinfelder

no padding on the table header lefthand side

3564 11/02/2007 05:16 PM ben leinfelder

render multiple mattext elements if they exist...

3563 11/02/2007 05:15 PM ben leinfelder

return immediately if there is no resultset to display
use getString() to display resultset for each column

3551 10/31/2007 06:58 PM ben leinfelder

add CSV download as an option for retrieving datasets.
NOTE: depends on opencsv jar in the /first project...

3550 10/31/2007 06:57 PM ben leinfelder

include both assessments and questions in the results of a search (driven by option in search form)

3542 10/30/2007 08:57 AM ben leinfelder

add ability to retrieve response data using datamanager lib (note that this requires both the datamanager.jar and firstMetacatIntegration.jar from /eml and /first modules respectively...)
yes, this is more ajax...and still mostly Proof Of Concept-ish

3541 10/30/2007 08:47 AM ben leinfelder

organize css references

3534 10/25/2007 08:22 PM ben leinfelder

less emphasis on emphasis class (reduced font size)

3533 10/25/2007 08:22 PM ben leinfelder

included assessmentId in search results.
TODO: search for both assessment and question doctypes in same query and have the result page display them intelligently (segregate by doc type).

3532 10/25/2007 08:18 PM ben leinfelder

organize the bulk of the stylesheets in their own xsl directory.
note that these xsl files are being maintained in the "first" cvs module and should be copied from there.

3531 10/25/2007 08:16 PM ben leinfelder

get the ajax-specific first skins organized with some better naming.
these essentially provide a pointer to custom resultset style sheets so that we can just use Ajax.Updater from prototype and inject the returned html.
they do rely on the first skin (which makes it nice for changing the look and feel - not a bunch of css files lying around messing things up, etc...).

3529 10/24/2007 12:11 PM ben leinfelder

add very minimal skin for transforming ajax search resultset for 'first' skin

3527 10/24/2007 10:05 AM ben leinfelder

use updated edml schema to get correct element/attribute for assessment

3526 10/24/2007 09:27 AM ben leinfelder

use updated edml schema to get correct element/attribute for assessment

3510 10/09/2007 06:15 PM ben leinfelder

initial skin draft for FIRST project as metacat deployment.
will require [much] more customization to be fully useful for project, but this is a start.