JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for WEB-ASSISTED-ASSESSMENT Archives


WEB-ASSISTED-ASSESSMENT Archives

WEB-ASSISTED-ASSESSMENT Archives


WEB-ASSISTED-ASSESSMENT@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

WEB-ASSISTED-ASSESSMENT Home

WEB-ASSISTED-ASSESSMENT Home

WEB-ASSISTED-ASSESSMENT  2001

WEB-ASSISTED-ASSESSMENT 2001

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: XML, resource discovery and MCQ sharing

From:

Andy Heath <[log in to unmask]>

Reply-To:

This list, hosted by the CASTLE project, is for those interested in conduct" <[log in to unmask]>

Date:

Fri, 16 Mar 2001 19:19:40 +0000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (171 lines)

This is interesting stuff Martin, but isn't the point of the
IMS QTI standard (and other IMS specs come to that) to enable
us to stand on each others' shoulders and therefore achieve
more ?

It strikes me that for several of the facilities you have
implemented there are IMS specifications that have been
implemented by some vendors.

The point here is to be able to interoperate, share
representations (at least for import/export) and make
it worth building systems that are too expensive
otherwise.  If we all re-invent wheels then
we are wasting valuable effort.  It will be a shameful
loss if your ideas bare not usable by others within their
own system

Naturally there are many business agenda's in there
but there are gains for those of us who like to
work in a more open way too.

andy
[log in to unmask]

> David, I think you're doing this the wrong way round,
>
> Why use XML at the 'raw' stage? Why not use plain text in a database and
> query data directly from your script?
>
> I've done this on http://www.mcqs.com/mysql/
>
> feel free to query this database using your own scripts,
> you can create your own combinations by querying different tables, in this
> way you may create an infinite number of questions,
>
> I've put the components of each MCQ into tables in a mySQL database and
> query it using PHP (you may use PERL if you want, contact me for details),
> you could add your XML/HTML/WML tags at your end if you want, make sure you
> strip or replace any tags before doing this,
>
> here's how I've done it (to see it in action go to http://www.mcqs.com and
> log into the PLAB COURSE using plabcourse as username and password )
>
> I've created the following tables
>
> table sets3 - this stores several strings each of which are 60 characters
> long, each character corresponds to a 'combination'
>
> table combinations3 - this stores fields that contain the data of each
> complete question
>
> question -> stores question number, ten option numbers , the correct answer
> , the
> explanation number,
>
> table question3 - contains the actual text corresponding to each question
> number
>
> table options3 - contains the actual text corresponding to each question
> number
>
> table explanations3 - contains the actual text corresponding to each
> explanation number
>
> table mrcp_members - contains the returned email, answer string and date of
> each attempted quiz
>
> In other words,
>
> the student logs in using his email as username,
> he is assigned a random set number,
> this set number is used to retrieve a 60 field array of numbers from table
> sets3,
> this array is read sequentially, each field corresponds to a particular row
> from table combinations3,
> each row is retrieved from table combinations3 and the corresponding
> question, options, answer and explanations are read
> these numbers are used to retrieve specific text from tables questions3,
> options3, explanations3
> these are written to the page ,
> the students' answers are recorded in a session and stored in a 60 character
> long string and he is graded on the spot,
> the set number, answer string, student email and date are written to table
> called mrcp_members and the student is returned to the home page,
> I've also built a 'profile' page where each student may log in
> and retrieve his past performances from table "mrcp_members" ,
>
> the script should builds a list of past performances for that particular
> student, including bar charts etc , comparing his performance to the average
> performance etc.
>
> I have also built an adminstrator interface so that tutors would easily
> insert questions, options and answers from a user friendly form, at the
> moment I am personally entering data manually using phpmyAdmin on
> http://www.mcqs.com/mysql/
>
> using this system tutors are  able to create new combinations and new sets
> by simply
> matching data already on the database and are  search options so
> that the tutor would be able to retrieve specific
> questions/options/explanations
>
> regards,
>
> Martin Schranz
> [log in to unmask]
> Dublin, Ireland
> www.mcqs.com
>
> ----- Original Message -----
> From: David Davies <[log in to unmask]>
> To: <[log in to unmask]>
> Sent: Friday, March 16, 2001 5:39 PM
> Subject: XML, resource discovery and MCQ sharing
>
> > OK, it's Friday afternoon, here's one of those end of week kind of things.
> >
> > In my previous post, I asked about using XML to share resources such as
> > MCQs, including the possibilities of using resource discovery as a means
> to
> > facilitate that.
> >
> > Here's a URL to start the discussion:
> >
> > http://medweb2.bham.ac.uk/xml.mcqs.fcgi?heart%20conduction%20system
> >
> > The result is an XML RSS file, the kind of data file that syndication
> sites
> > such as My Netscape and My yahoo use. It's not IMS compliant.
> >
> > What it does do however is indicate which MCQs on a public database I'm
> > running match your query term. The RSS file is by definition not an
> > interchange format, merely a route whereby you might discover a resource,
> > MCQ in this case, that matches your requirements. You can put anything
> after
> > the ? in the URL so long as it's URL encoded e.g. spaces become %20.
> > However, in this demo, you won't find many questions! Stick with the heart
> > conduction system link. If you insist, try 'respiratory'.
> >
> > Issues I think this raises:
> >
> > 1. You can use XML in more ways than merely interchange.
> >
> > 2. The URL contains a query 'heart conduction system' that is actually
> part
> > of a well defined biomedical meta data name space, Medical Sub-Headings
> > (MeSh). Such meta data can facilitate resource discovery.
> >
> > 3. 'Ownership' of the resource remains with the originator i.e. the RSS
> file
> > in this case merely links to the question on my server. In no way have I
> > 'given' you my resource. You can however use the link to embed this MCQ
> into
> > a page you are creating. This has interesting implications for resource
> > sharing, perhaps?
> >
> > So OK, I've started the discussion. What are other's views on this? Let's
> > have some debate on these lists rather than just notices.
> >
> > Cheers,
> >
> > David
> >
> >

--
------------------------------------------------------------
Andy Heath    Home:+44 (0)114 2885738    [log in to unmask]
Sheffield Hallam University participating in
Centre for Educational Technology Interoperability Standards

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

February 2024
October 2023
June 2023
May 2023
March 2023
February 2023
October 2022
June 2022
April 2022
February 2022
January 2022
December 2021
November 2021
September 2021
July 2021
June 2021
May 2021
March 2021
February 2021
September 2020
August 2020
June 2020
May 2020
April 2020
March 2020
February 2020
November 2019
October 2019
September 2019
August 2019
June 2019
April 2019
March 2019
January 2019
December 2018
November 2018
October 2018
August 2018
July 2018
June 2018
April 2018
March 2018
February 2018
January 2018
November 2017
October 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
November 2011
October 2011
September 2011
May 2011
March 2011
February 2011
January 2011
November 2010
October 2010
September 2010
August 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
October 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
November 2008
April 2008
March 2008
February 2008
January 2008
December 2007
June 2007
February 2007
January 2007
2006
2005
2004
2003
2002
2001
2000
1999
1998


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager