ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Need help with exercises


  • 2009-06-30 23:09:15

    Need help with exercises

    Hi all,

    I'm not sure if this topic has been discuss before or not, so forgive my posting if it has.

    I'm trying to use ATutor for foreign language learning tools.

    One of my requirements is to produce some exercises involving a passage of text with lots if fill in the blanks with choices of answer the student can choose from (kind of cloze type exercises).

    I can create "fill in the blank" questions, but my exercises are usually one paragraph long with about 20 "blanks".

    Is this possible in ATutor? if not, any pointer on how to do it?

    Also need help to create yet another type of exercise that includes listening of a short audio recording and the students would answer a few questions based on the recording in multiple choice format (about 10 different questions with the same recording).

    Any assisstance would be appreciated very much.

    I'm using version 1.6.2 on Windows with XAMPP 1.7.0 stack (Apache 2.2.11, PHP 5.2.8, SQL 5.1.30-community).

  • 2009-07-01 04:37:17

    Re: Need help with exercises

    Hi,

    Cloze questions are not supported in ATutor. Admittedly, existing question types aren't as flexible in that respect, but you could try to reformulate your questions so that other existing types would do (multiple choice/answer, ordering, matching etc.).

    As for the second question, you can upload the clip into your course (using File Manager), put it on a content page (using [media] tags) and then associate a test with that page (using Tests & Surveys tab when editing the content page).

  • 2009-07-01 09:36:59

    Re: Need help with exercises

    Hi,

    Thanks so much for the enlightenment.

    ATutor is my choice of platform for lots of reasons and I'd be a perfect one if it could just do the cloze type exercises.

    Looks like I need to look for some 'work-around' to do this as, frankly speaking, the existing types just short of features for language learning exercises, at least for my purposes.

    I don't mind doing a bit of hacking and coding if it is what it takes but don't really know where to start.

    Alternatively, maybe something like Flash should be used instead? Again, not sure about the integration. Just a thought anyway.

    Thanks again.

  • 2009-07-01 15:50:57

    Re: Need help with exercises

    Programming cloze-type questions is likely to be quite a large task. The best places to start are AT_tests_questions DB table and files: include/classes/testQuestions.class.php and themes/default/test_questions/* .

  • 2012-06-18 05:47:42

    Re: Need help with exercises

    I do close exercises in eXe and then import them into content. The students can do them online and print out the results, or print out the form and do it by hand. Not the perfect solution, but it works.

    I export them as web pages and upload the index files in a single folder on my server, then call them into content as external files.

    I've been wondering if those eXe files could be modified somehow using php to make them work as a module, though the hello world module.

  • 2012-06-18 16:58:40

    Re: Need help with exercises

    You could turn an exe content unit, with tests etc. into a module. It would be available to any instructor however. Modules are intended more for adding activities or functionality, rather than content, though there's nothing to prevent you from using them for content.