Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7650265
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T11:12:24+00:00 2026-05-31T11:12:24+00:00

I am new to moodle ,currently i am working on questionnaire module, in which

  • 0

I am new to moodle ,currently i am working on questionnaire module, in which we create questionnaire for courses(created by teacher , which are viewed by student on course detailed page there they will answer ) . now i want to know which user created that questionnaire (i.e userid ). I have been searching for while but didnt found any answer.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T11:12:26+00:00Added an answer on May 31, 2026 at 11:12 am

    If the questionnaire table has a createdby field, then you can use that, otherwise, you’ll have to do a search through the logs table like this:

    // You'll need to get the right coursemoduleid first from the course_modules table
    $cmid = 27; 
    $conditions = array('module' => 'questionnaire',
                        'coursemoduleid' => $cmid,
                        'action' => 'add');
    $creationrecord = $DB->get_record('log', $conditions);
    $creator = $creationrecord->userid;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm tying out a new moodle module, which provides integration with Windows Live. When
I'm working on a new Moodle Assignment plugin. How can I include a custom
I am new to moodle. I created a file upload in plugin. The file
New to PHP, would love to get to know it better. Currently working on
I am new to Moodle and I need to integrate a button/link to the
My company is planning to setup Moodle for internal & external training courses. Our
New to Git and just started to use Github. Just created my first public
New to MonoTouch and MonoTouch.Dialog, but I'm sure it's possible to create a tab
The maximum number of weeks/topics in moodle is 52. The course I'm trying to
When working with some open source projects (in my case Joomla and Moodle), I've

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.