Forumindlæg af Peter Ruthven-Stuart

Billede af Plugin developers
Is it possible to view the results of individual lesson questions within the Lesson module?

With the Quiz module, it is possible to get detailed results of individual question items. For example, the percentage of students that chose a certain answer. Is it possible to see this and similar detailed information within the Lesson module? It seems that the only results visible to a teacher are the totals shown in the 'Grades'.

I am using moodle 1.4.3 + (2004083131), and version 2004060401 of the Lesson module.

Any advice will be much appreciated. Thank you.
Gennemsnitsbedømmelse: -
Billede af Plugin developers
Martin, thanks for that. However, now my logo does not even appear on the home page.

This is what the 'footer.html' now looks like:

<!-- START OF FOOTER -->
<center>
<hr size="1" noshade="noshade" />
<p class="logininfo"><?php echo $loggedinas ?></p>
<p class="homelink"><?php echo $homelink ?></p>
<?php if ($course == 'home') { ?>
<img src='" alt="FUN logo" height="56" width="250" border="0">
<?php } ?>
</body>
</html>

I have a feeling that I should be changing the word 'home' in
($course == 'home')
to something else? I've tried various alternatives, but with no luck. blush
Billede af Plugin developers
How can I add a logo to the footer so it only appears on the home page?

My moodle site is here:
http://moodle.petesweb.org/

I used the 'standard white' theme as a template, and have changed the footer.html file to read as follows:

<!-- START OF FOOTER -->
<center>
<hr size="1" noshade="noshade" />
<p class="logininfo"><?php echo $loggedinas ?></p>
<p class="homelink"><?php echo $homelink ?></p>
<a href="http://www.fun.ac.jp/" target="_blank"><img src='<?php echo "$CFG->wwwroot/theme/$CFG->theme/FUN-logo.jpg" ?>' alt="FUN logo" height="56" width="250" border="0"></a>
</body>
</html>

With this code, my university logo appears at the bottom of every page. I only want it to appear at the bottom of the top page in the same was as the moodle logo. Any ideas? Your help will be much appreciated.

By the way, I'm not a programmer, but am willing to experiment; i.e. cut and paste.
Gennemsnitsbedømmelse: -
Billede af Plugin developers
How do I make the results of surveys available to students?

I have just installed the 'Questionnaire Module'. Everything seems to work fine. As the administrator I have been able to create and complete a survey, and then see the results.

To make a link to the results within a Moodle course I added a 'link to a file' resource with the following link:
http://hokudai.moodle.com/mod/questionnaire/phpESP/admin/manage.php?where=results&sid=3

However, when I logged in as a student I was able to do the survey, but could not see the results. When clicking on the above link I'd made within Moodle I got the following error:

Incorrect User ID or Password, or your account has been disabled/expired.
Continue

On clicking on 'continue' I am taken back to the top page, but am still logged in as the student.

Of course, if you try to access the above link you will be asked to type in a Username and ID, however in the case of the student he was already logged in but still got the above error message.

I notice that in the phpESP management interface there is an option  called 'Manage Respondent Accounts'. Do I need to add every student to this in order to give them access to the results?

Any suggestions will be most welcome.
Gennemsnitsbedømmelse: -