Katrin Krieger | 27 Oct 07:22
Picon
Favicon

Fwd: ECQuiz sprint at PloneConf11?


-------- Original-Nachricht --------
Betreff: ECQuiz sprint at PloneConf11?
Datum: Wed, 26 Oct 2011 21:06:35 -0700
Von: rik <rik <at> electronicArtifacts.com>
Antwort an: <rik <at> electronicArtifacts.com>
Organisation: ElectronicArtifacts.com
An: <educomponents <at> uni-magdeburg.de>

> -------- Original Message -------- Subject: [ANN] ECQuiz 1.4 RC1 
> Date: Sun, 23 Oct 2011 22:29:44 +0200 From: Mario Amelung 
> <amelung <at> iws.cs.uni-magdeburg.de> Organization: 
> Otto-von-Guericke-Universität Magdeburg To: 
> educomponents <at> uni-magdeburg.de
> 
> The eduComponents team is pleased to announce the first official 
> release candidate of ECQuiz for Plone 4.
> 
> This version has not been tested extensively with Plone 3 - it 
> might or might not work as well.  Plone 3 users should use ECQuiz 
> 1.2.1.
> 
> We also integrated SVN-branch "cewing_fix_imports" which enables 
> importing QTI packaged-quizzes with support for zip files with 
> pathnames in them.  Thanks to cewing.
> 
> We are looking forward for your contributions and feedback for
> this release candidate of ECQuiz.

first, that's great news.  congratulations.
(Continue reading)

Mario Amelung | 23 Oct 22:29
Picon

[ANN] ECQuiz 1.4 RC1

The eduComponents team is pleased to announce the first official release
candidate of ECQuiz for Plone 4.

This version has not been tested extensively with Plone 3 - it might or
might not work as well.  Plone 3 users should use ECQuiz 1.2.1.

We also integrated SVN-branch "cewing_fix_imports" which enables
importing QTI packaged-quizzes with support for zip files with pathnames
in them.  Thanks to cewing.

We are looking forward for your contributions and feedback for this
release candidate of ECQuiz.

About ECQuiz
============

ECQuiz is a Plone product which allows you to create and deliver
multiple-choice tests, containing single-answer questions,
multiple-answer questions, scale questions, and (tutor-graded) extended
text questions.

ECQuiz is licensed under the GPL and it is freely available from:

  <http://plone.org/products/ecquiz/>

Installation
============

See the Installing an Add-on Product tutorial for more detailed product
installation instructions.
(Continue reading)

Mario Amelung | 14 Aug 12:22
Picon

[ANN] ECAssignmentBox 1.5

We are also pleased to announce the release of ECAssignmentBox 1.5 which
adds compatibility for Plone 4.  Plone 3.x support has been
dropped and Plone 3 users should use ECAssignmentBox 1.4.x.

About ECAssignmentBox
=====================

ECAssignmentBox is a Plone product which allows the creation,
submission and grading of online assignments (exercises, homework),
both for traditional on-site courses and for e-learning.

ECAssignmentBox is licensed under the GPL and is freely available from:

  <http://plone.org/products/ecassignmentbox/>

Installation
============

See the Installing an Add-on Product tutorial for more detailed product
installation instructions.

 <http://plone.org/documentation/tutorial/third-party-products/installing>

Installing with buildout
------------------------

If you are using buildout to manage your instance you can install
ECAssignmentBox by adding it to the eggs line for your instance:

  [instance]
(Continue reading)

Mario Amelung | 14 Aug 12:14
Picon

[ANN] ECLecture 1.4

After a long time we are pleased to announce the release of ECLecture
1.4 which adds compatibility for Plone 4.  Plone 3.x support has been
dropped and Plone 3 users should use ECLecture 1.3.x.

About ECLecture
===============

ECLecture is a Plone product for managing lectures, seminars and other
courses.

ECLecture is licensed under the GPL and is freely available from:

  <http://plone.org/products/eclecture/>

Installation
============

See the Installing an Add-on Product tutorial for more detailed product
installation instructions.

 <http://plone.org/documentation/tutorial/third-party-products/installing>

Installing with buildout
------------------------

If you are using buildout to manage your instance you can install
ECLecture by adding it to the eggs line for your instance:

  [instance]
  eggs =
(Continue reading)

Dayo Adewunmi | 30 Mar 12:34
Picon

ECAssignmentBox. After buildout I can't install in Add-on product

Hi

I installed ECAssignmentBox 1.4.2 on Plone 3.3.5 via buildout. When I to 
Site Setup and try to install it in the Add-on Products, I get this 
traceback and the installation fails: http://dpaste.com/526969/. Can you 
please help?

Best regards

Dayo
Mario Amelung | 16 Aug 09:32
Picon

Re: ECAssignmentBox and workflow state "published"

Dear Alain,

On 2010-08-04, Alain Salvatore wrote:
> We're working on a Plone 3.3.5 instance, with a large use of
> Grufspaces <http://plone.org/products/grufspaces>, very usefull in an
> unniversity context.
> As you know (of course...) the ECAssignmentBox has to be published
> so that the students can put down their works.
> GrufSpaces works with its own specific workflows and doesn't allow to
> publish anything. I tried to use a "local policy" inside a GoupSpace,
> but it's not working.
> Would you please tell me how to change the workflow policy so that 
> ECAssignmentBox can suit GrufSpaces ?

For historical reasons workflow states (i. e., there names) used to
allow submissions are »hard coded« in the appropriate page templates and
Python classes :-(

If you search for the term »'published'« inside ECAssignmentBox's
product folder you will find

  content/ECFolder.py
  skins/ecassignmentbox_templates/ecfolder_view.pt
  skins/ecassignmentbox_templates/ecab_view.cpt
  skins/ecassignmentbox_templates/all_assignments.cpt

With slightly effort one could parametrize the workflow state used in
the files above.  Therefore ECAssignmentBox's global properties could be
used but must be extended - as well as the page template for »Site Setup
-> Assignment Box Settings«.
(Continue reading)

Gangadhar Hariharan | 23 Jul 22:49
Picon

ECAutoAssessmentBox auto grading

Hi,

Can ECAutoAssessmentBox be configured in such a way that the result of
the auto-grading cannot be seen by the student but only the
instructor?

Thanks
Gangadhar
Gangadhar Hariharan | 23 Jul 00:43
Picon

ECQuiz: Insufficient privileges for authenticated user

Hello,
Can you tell me how can i make an authenticated user to access MC
question in case of ECQuiz?
i create an ECQuiz instance. Make it published. Add a MC question.
Make it published. Add a MC answer. Make it published. But an
authenticated user gets "insufficient privileges" error! This happens
only after adding MC answer

Thanks
Gangadhar
Picon

ECSpooler installation issues

Hello Mario

How are you doing? Last week you had given me pointers of downloading ECSpooler.
1. Can i use ECSpooler, ECAutoAssessment for auto-grading of non-programming assignments? for eg: multiple choice questions, paragraph answers etc?

i have some issues with ECSpooler installation.
2. i was trying to install ECSpooler. when i run "python setup.py install", i get error:
Traceback (most recent call last):
  File "setup.py", line 22, in <module>
    backend_keywords.remove('backends/keywords/CVS')
ValueError: list.remove(x): x not in list

3. sudo ./backendctl -u root -p bazquux Keywords start
gives error:
Traceback (most recent call last):
  File "./backendctl", line 24, in <module>
    from backends import *
ImportError: No module named backends

Please guide.

Thanks
Gangadhar


--
Crystallize your goals. Make a plan for achieving them and set yourself a deadline.
Then, with supreme confidence, determination and disregard for obstacles and other people's criticisms, carry out your plan. - Paul J. Meyer

_______________________________________________
eduComponents mailing list
eduComponents <at> uni-magdeburg.de
https://listserv.uni-magdeburg.de/mailman/listinfo/educomponents
Gangadhar Hariharan | 29 Jun 21:32
Picon

ECAutoAssessment test backend


Hello,

i have started using the ECAutoAssessment product on my plone site. As i was working with it, i understand that it uses ECSpooler to do background checking. So i need not install ECSpooler separately as a product.
My question is : how to create the test backend? Initially i do not have any test backends. Also, is there a documentation which helps to go about ECAutoAssessmentBox properly?

Thanks
Gangadhar

_______________________________________________
eduComponents mailing list
eduComponents <at> uni-magdeburg.de
https://listserv.uni-magdeburg.de/mailman/listinfo/educomponents
Mario Amelung | 21 Jun 08:53
Picon

Re: ECAutoAssessmentBox for Plone 3.0

Dear Gangadhar,

On 2010-06-18, Gangadhar Hariharan wrote:
> i am Gangadhar, plone developer and wanted to work with
> ECAutoAssessmentBox for Plone 3.3 release. Can you point to the site
> where i can download this product for Plone 3.x?

ECAutoAssessmentBox (ECAAB) for Plone 3 has not been officially
published, but is available via SVN [1].  During the last weeks and
months we did some testing with KSS to improve the user interface.  A
release is planned but still work in progress because we would like to
publish ECAAB together with a revised version of ECSpooler [2].

Best wishes,
Mario

Footnotes:
[1] <svn://svn.iws.cs.uni-magdeburg.de/ec/≥ and 'branch_devel_plone-3'
[2] <http://wdok.cs.uni-magdeburg.de/software/ecspooler/>

--

-- 
Dipl.-Wirtsch.-Inf. Mario Amelung      <amelung <at> iws.cs.uni-magdeburg.de>
Otto-von-Guericke-University Magdeburg               WDOK Research Group

Gmane