Moodle Quiz report attempts details - moodle

I want to make a report for quizzes in moodle:
How do I get:
how many candidate given quiz, how much pass and top ten list for quiz?
Thank you for help.

There are a lot of built in quiz reports available. Please check:
https://moodle.org/plugins/browse.php?list=category&id=13
Hope this helps

Related

how do you make the product attributes on view pages into drop downs

i am using magento 2.2. i want to make my configurable product attributes, like Product size, into dropdowns.
how do i do that. i noticed its possible from this picture on another forum
Thanks for the question...
Yes, it's possible.
To do that, please visit on following screenshots:-
1-
But Screenshot 1 is not enough due to the bug in Magento2, so please visit next screenshots to complete it.
2- In the table eav_attribute_option_swatch
3-
Reference
I've also tested by doing above steps & I achieve the result & hope you too.

How to link sub-forms inside a form in Access?

I would like to create a sub-form in which there are links to another table inside the fields of a column. This is pretty much as it is in the Northwind Database sample of Access, in where in the 'Home' form there are two tables and, in the product table, there are links to the product details.
My question is how to create those links first, and how can I make my forms to 'pop-up' in smaller windows as there is in this example?
I will appreciate a lot the help, thank you very much in advance.
Jim.
Edit with images:
The main page of the Northwind database looks like this. My concern is about the links on 'Products', that their show information of the selected product. When you click on the desired product, it opens a form with the information about the product but in a new window, like this:
Here there is the form when you click on the name. I'm looking into the tables and subforms of the database but I can't find clues about how was this done. Meanwhile I'm reading various tutorials of Access but for the moment there's no success on that. Hope it's clear what I'm trying to show. Anyone has any clue about how can this be done? Thank you very much.
Edit 2: I've solved the pop-up window for the forms, so I can manage to do this. Now I'm struggling on finding how to link those fields of a table with other forms. The hyperlink doesn't seem to allow me to do it. Any clues? Thank you

Is Master Page concept available in Active reports 9?

Hey Hi Every one can any one help me out,
I am using Active Reports 9 in C# , and very much new to this. I want to generate multiple reports suppose for example say 'Menu items' and 'Menu costs'. I want same Header and footer for all my reports. I searched and goggled but is this possible if possible how ?
Thanks in advance.
There is the concept of Master Reports in both Section Reports and Page Reports, that will give you exactly what you're looking. So in addition to the link you provided you have Master Reports with Content Areas similar to Master Pages in ASP.NET
Master Reports
Hope this helps.
Thanks Tim Ogilvy, your posted link helped me to Find what i need.
Here is the Link http://helpcentral.componentone.com/nethelp/AR8Help/AR8_HelpOnlineEN/InheritaMasterReportSection.html
Every thing is in Deatil how to make common layout in Active reports.

master-detail style report with jasper

So, I have a report to make, and I need some help to clear up some doubts.
The report has to show information about 2 tables related in a one-to-many
fashion, like, a "post has many comments" kind of thing. So, in the detail
section data about "the post" and "the comments" related to it should be
printed, if any. My question is: is it possible to create such a report
with jasper?
Initially I thought of using a subreport to fill in the comments in the detail
section for each post, but couldn't figure out how could I use the ID of the
post to get the comments and fill the report, if it's possible at all that is,
and the tests made so far to try to use such ID haven't succeeded yet. Any
help or pointer to the answer (if it already exists at SO) will be appreciated.
Of course you can do that. You might try with Jasper Groups, but it will require a query extracting data from a joint of the two tables. And as you're already trying with Sub-Reports, you should take a look at this post. It's quite straightforward: Master-Detail JasperReports

Filtering Subgrid by Relation in Dynamics CRM 2011

This is a test project. I've got an entity named 'Classrooms', and another named 'Students'.
I've got an "1-N" relation defined on Classroom with Students.
The form on Classroom has a SubGrid that is populated by the Students.
What I'm willing to do is to fill the subgrid only with the students in that class. Currently all of the students show up in the subgrid. Is there a way to achieve this?
Thanks in advance, for any explanations or links to tutorials that I missed on my Google search.
Choosing "Only related fields" under it seemed to do the trick. This is not a perfect explanation, just marking the question closed. Hope this helps someone in the future.