Posts made by Judy Hsu

Thanks for reading this...

I'm trying to install this plugin (https://moodle.org/plugins/view.php?plugin=quizaccess_safeexambrowser) on a recently upgraded 2.3.11 site, however I got this error message:

String does not exist. Please check your string definition for pluginname/auth_auth

  • line 11061 of /lib/moodlelib.php: call to debugging()
  • line 99 of /admin/settings/plugins.php: call to lang_string->__construct()
  • line 5921 of /lib/adminlib.php: call to require()
  • line 3393 of /lib/navigationlib.php: call to admin_get_root()
  • line 3298 of /lib/navigationlib.php: call to settings_navigation->load_administration_settings()
  • line 716 of /lib/pagelib.php: call to settings_navigation->initialise()
  • line 732 of /lib/pagelib.php: call to moodle_page->magic_get_settingsnav()
  • line 109 of /blocks/admin_bookmarks/block_admin_bookmarks.php: call to moodle_page->__get()
  • line 281 of /blocks/moodleblock.class.php: call to block_admin_bookmarks->get_content()
  • line 232 of /blocks/moodleblock.class.php: call to block_base->formatted_contents()
  • line 937 of /lib/blocklib.php: call to block_base->get_content_for_output()
  • line 989 of /lib/blocklib.php: call to block_manager->create_block_contents()
  • line 352 of /lib/blocklib.php: call to block_manager->ensure_content_created()
  • line 6 of /theme/iuonline/layout/general.php: call to block_manager->region_has_content()
  • line 768 of /lib/outputrenderers.php: call to include()
  • line 715 of /lib/outputrenderers.php: call to core_renderer->render_page_layout()
  • line 2202 of /lib/outputrenderers.php: call to core_renderer->header()
  • line ? of unknownfile: call to core_renderer->fatal_error()
  • line 1445 of /lib/setuplib.php: call to call_user_func_array()
  • line ? of unknownfile: call to bootstrap_renderer->__call()
  • line 366 of /lib/setuplib.php: call to bootstrap_renderer->fatal_error()
  • line 1103 of /lib/upgradelib.php: call to default_exception_handler()
  • line 1527 of /lib/upgradelib.php: call to upgrade_handle_exception()
  • line 329 of /admin/index.php: call to upgrade_noncore()


Plugin "mod_mod" is defective or outdated, can not continue, sorry.

More information about this error

Debug info: Missing version.php
Error code: detectedbrokenplugin
Stack trace:
  • line 527 of /lib/upgradelib.php: plugin_defective_exception thrown
  • line 358 of /lib/upgradelib.php: call to upgrade_plugins_modules()
  • line 1524 of /lib/upgradelib.php: call to upgrade_plugins()
  • line 329 of /admin/index.php: call to upgrade_noncore()

Any idea what's wrong? Thanks!

Judy

Average of ratings: -

Thanks Vernon for your reply!

So if Ad-hoc can do it (tracking a which student has clicked on an external Web link - that link to a Survey Moneky survey), could you please give me an example how that Ad-hoc query would be like (in SQL)? Many thanks!

J

Hi, thanks for reading this.

I'm wondering whether it's possible to write a database query using the Ad-hoc database query tool, to track which student "clicked" on the URL (that link to an external SurveyMoneky survey)? I understand that students might NOT complete the survey there on SurveyMonkey, but we really didn't care. All we want is to "track" WHO actually clicked on that external survey link and that's it. Is this possible with Ad-hoc database query tool? Maybe the mdl_log table will keep a record for things like this? Thanks for your help in advance!

Judy

Average of ratings: -

 

Hi I have a related question.

We have a use case that we want to set two different grading scales (see below) for two different groups, while we still want these two groups to be able to share the same discussion forum. Is metacourse the best way to achieve this or should we try cohort? Thanks!

Activities

Blended (%)

ONLINE (%)

NOTES

 Assignment 1

10

10

Both

 Assignment 2

10

10

Both

 Group Assignment - Campus

10

X

Already set ONLY for Blended course

 Quiz  - Online

X

10

Already set ONLY for Online course

 Week 1 Participation Grade - Campus

10

 X

 

 Week 1 GAP Participation Grade

10

20

 

 CLA 1 Assignment (2.2)

20

20

Both group

 CLA 2

30

30

Both group

 Course total

100

100

 

Judy

Hi Tim where can I find that quiz Navigation method setting in Moodle 2.4.x?

Also, at the "Summary of attempt" page (at the end of taking the quiz), if I don't want students to have capability to GO BACK to the quiz again and change their answers, is there a way that I can hide the "Return to attempt" button? Thanks for your help...