Oracle iLearning - custom Report

Hello,
we are creating custom reports in iLearning 5.2 and have some difficulties on creating the report about test details (how the learners succeeded to respond to the particular test questions).
The report structure:     
| Test Question     | Answered correctly %      | Answered incorrectly %      | Answered correctly     | Answered incorrectly     | Total learners     |
| Question 1? |      36      |     64      |     50     |     90     | 140     |
The report filter - Test Name.
What tables should I query? Currently we have two tests created in the system (first one with "Item Source -> Pre-Selected", the second one with "Item Source -> Rule-Based"). I found that "test_question" table consist only questions from the first test. How should I connect the questions to test from the second test?
Any help on creating the custom report is appreciated.
Regards,
Vaida

Hi Vaida,
These are fairly complicated reports to write :)
Tables you would need to use:
test_question
test_section
content_object
section_rule
question_bank_question
attempt
user_test_question
response_value
user_test_response
response_type
question
Scott
http://www.seertechsolutions.com

Similar Messages

  • ILearning Custom Report on Custom Table

    Hi
    I want to create a custom report on my own (custom) tables.
    - I created my table in the needed schema (where are the iLearning tables are, like ILA_USER)
    - I created my custom report, for starters: "select * from own"
    But every time I get an error saying: table or view not exits.... (ORA-00942)
    Is the table choice for reports limited? (I think that because of the Table Definition button and list)
    Any suggestions/ideas?
    (please send it to my email address: [email protected])

    you can access the custom tables in ilearning reports by
    1. creating public synonym on custom table or
    2. if you do not have permissions to create public synonym then grant select on custom table to ilearn_rpt
    then use this syntax
    select * from custom_schema.custom_table
    or
    select * from custom_table

  • Oracle BPM custom report

    hi i'm new to this BPM product.
    how can i create a custom report with interface like BAM ?
    and i also want to add few combobox / input for the user to fill in and then can impact the report result.
    e.g : i have a credit approve process. at the begin of process, user has to propose the detail of the credit(budget amount, period, income, etc)
    and after that, user can generate report based on which user has most credit proposal, highest amount of the credit, most busy period, etc.
    i've already tried generate a report with ADF using business control and put it in my process task flow UI, but the problem is, if i have 100 report, then i have to create 100 process & 100 taskflow UI.
    looking for a best practice in generating report in BPM.
    thanks

    BUMP !!

  • Error REP-0300: ORACLE error occurred while running Custom Report

    Hi Team.
    We are facing a very strange issue here.
    We have an env , where all the custom reports are failing .Whereas the concerned env is a clone of the Production instance . There is one more instacne which is also a clone of the prod, over there these reports are working fine .
    I have checked all the thread here about this error, but could not get the required information .
    We are on RHEL 5 on Linux 64 bit server.
    Could you please guide me , how to figure out whats the difference between these cloned instances .
    We have an Sr with Oracle Support but its progressing very slowly.
    Error trail from log file
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_FROM_DATE='2013/08/01 00:00:00'
    P_TO_DATE='2013/08/10 00:00:00'
    P_PROJECT_ORG='ALL'
    Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing
    APPLLCSP Environment Variable set to :
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.AL32UTF8
    Enter Password:
    REP-0300: ORACLE error occurred.
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-300: ORACLE error occurred.
    Report Builder: Release 10.1.2.3.0 - Production on Thu Nov 28 07:41:22 2013
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Thanks .

    Please confirm that you have the patches mentioned in (Doc ID 1368715.1) applied.
    I understand this is a cloned instance, but this error is intermittent and having the patches applied should clear our doubts.
    Thanks,
    Hussein

  • Font issue in Custom Reports in oracle Apps R12.1.1

    Hi Friends,
    I am using Oracle Apps R12.1.1. Vision Instance.
    i develop custom report (using 10g DS ) and i used Ariel a font and i deployed custom report.it works fine
    The same report i opened in report builder and add a new parameter and used the same font Ariel and saved and then deployed but the concuurent report is showing all the columns in symbol(western) font not in arial font.
    what could be the issue? the first report shows proper font.Please let me kno the fix
    Regards

    yes i have used template.fmb only , and am using FND_KEY_FLEX.DEFINE as i mentioned earlier ,
    i have not given any where clause -- should we give any where clause to retrieve the data into the combinations(LOV)?It depends on what values you want to retrieve.
    i mean my requirement is if i give % and press tab all the valid combinations should be displayed.
    its showing no entries found.Did you review 420787.1 referenced above?
    Thanks,
    Hussein

  • Oracle BI Publisher Custom Report Error: emsg:was terminated by signal 6

    Oracle BI Publisher Custom Report throws a strange error. Error log below.
    Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.US7ASCII
    stat_low = 6
    stat_high = 0
    emsg:was terminated by signal 6
    Enter Password:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xf7094b79, pid=11622, tid=4107962048
    # Java VM: Java HotSpot(TM) Server VM (1.4.2_14-b05 mixed mode)
    # Problematic frame:
    # C [librw.so+0x3d0b79] rxrtdn+0x6d
    # An error report file with more information is saved as hs_err_pid11622.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Report Builder: Release 10.1.2.3.0 - Production on Tue Nov 16 11:45:22 2010
    Queries work perfectly fine when ran in the database.
    Can you please help me figure out what the issue is???
    Thanks,
    Kesava
    Edited by: KesavaChunduri on Nov 16, 2010 9:51 AM

    Hi,
    Oracle BI Publisher Custom Report throws a strange error. Error log below.Please mention the version along with the OS.
    Please see if (Diagnosing and Troubleshooting Signal Errors [ID 215601.1]) helps.
    Thanks,
    Hussein

  • Custom reports in Oracle Designer - HELP!

    I have a need to write some custom reports in Oracle Designer. I know all the information is in the repository but don't know how to get it out.
    Would anyone happen to know where I can get my hands on an ER diagram depicting the relationships across repository tables (meta model)?!

    Start the RON. Choose a workarea. Select an object (table definition, view definition etc). Now open the properties. Select a line in the properties window and press F5. Now choose the "Model" button.
    IExplorer is opened with information on the View in which these objects can be found.

  • Oracle HRMS Discoverer Custom Reports Details

    Hello Everyone,
    I am looking out for the custom Discoverer report listing in Oracle HRMS modules (specifically Core HR, OAB and OTL). Can anyone help me out to get the list of ONLY custom discoverer report in above modules ? Kindly send me the excel with below details
    1. Custom Discoverer Report Name
    2. Module Name (Core HR, OAB, OTL)
    3. Brief description of the report
    4. Underlying Tables for this report
    I am not interested in Oracle seeded discoverer reports.Would appreciate your quick response.
    Thanks,
    Rishikesh

    List of custom Discoverer reports?!!! Shows that you do not know anything about Discoverer.
    Custom reports are designed as required. You can't get a list of such custom reports. If anyone makes such a list it will be specific to their client/company.

  • I need my custom reports to look like the packaged Oracle Reports in Apps

    Hello,
    I have several custom reports developed with Oracle Developer that I am adding into Oracle applications. However, they are still using the default template(with Oracle corp image in upper left hand corner). I want these custom reports to be identical with the Oracle apps reports. Is there an Oracle apps template and/or librarie(s) that I can use to pull this off?
    Thanks in advance

    Hi
    Oracle Apps Reports are all Character Based Reports and not Bit Mapped Reports.
    So Apps Reports will not support Templates and Apps does not provide any Templates for its reports as the way Oracle Apps Forms provides.
    If at all you want the same look and feel of your Custom Reports to be as Apps Reports what you can do is :
    1.In the Report Module Property Design in Charatcter Units should be set to No.
    2.In Layout Model ensure the Units of Measurement is set to Character.
    3.In Layout model do not include any formatting like Text Bold Italics.
    4 In Oracle Apps Concurrent Programs ensure your View Output is set to Text.
    Once these points are considered then i am sure you will be able to see your Custom Reports as the same look and feel of Oracle Apps Reports.
    Regards
    Nakul Venkataraman

  • Deploying a custom reporting provider in Oracle Service Bus

    Hi All,
    I am new to OSB. From the reporting documentation I understand that we can register a custom reporting provider which will be called by the Report actions in the service bus. I have written a reporting handler which implements "com.bea.wli.reporting.ReportingDataHandler" and a listener class which extends "weblogic.application.ApplicationLifecycleListener" class. In the listener class I register my report handler class with the ReportingDataManager.
    I understand that the listener class has to packaged and deployed in the WLS. Can someone help me explaining how this should be done.
    I tried deploying it as a jar but my tests do not reveal that the Report action in OSB did call my report handler. I have followed the instructions as given in http://edocs.bea.com/wls/docs90/programming/lifecycle.html yet I am not successful. I have also disabled the default JMS reporting provider.
    What needs to be done after deploying the listener? How does the OSB make use of the new listener?
    Any pointers in right direction will help me a lot.
    Thanks,
    Abarajithan.
    Edited by: user5120225 on 27-May-2009 21:00

    What needs to be done after deploying the listener? How does the OSB make use of the new listener?Did you enable reporting in your application/OSB? operational settings for the proxy contains check box (in sbconsole) Reports which should be enabled
    and also we have to put reporting action in our pipeline. Is the reporting provider not receiving events/reports even after this ?
    thanks
    Manoj

  • Oracle iLearning - SCORM content data

    Hi,
    we are using CourseLab for creating courses and tests and export them into SCORM 2004. What data is passed and saved to the Oracle iLearning database from the SCORM 2004 content? Are the questions and answers of the test being saved? What are the tables to look for? Does the description of Oracle ilearning DB tables exist somewhere?
    Thank You,
    Vaida

    That's not quite true Anders :)
    Assuming the content is using cmi interactions, the user's responses to questions in a scorm 2004 quiz are stored on the interaction table/view.
    Here's an example custom report sql you can use to view interaction data for a given content object (the content object id is the parameter)
    select
    a.id attemptid,
    a.create_date attempt_date,
    u.username,
    rco.title,
    int.identifier,
    int.description question,
    decode(int.type,
    'T','True/False',
    'C','Multiple Choice',
    'F', 'Fill in the Blank',
    'S','Put in sequence order',
    'M', 'Matching',
    'L', 'Likert Scale'
    ) question_type,
    int.learner_response learner_answer,
    case
    when int.result = 'N' then 'No correct answer, survey question'
    else
    int_resp.pattern
    end
    correct_answer,
    decode(int.result,
    'C', 'Correct',
    'I','Incorrect',
    'N','Not Evaluated') is_correct,
    ROUND(int.latency,0) time_spent_on_question_secs
    from
    users u,
    attempt a,
    content_object rco,
    interaction int,
    interaction_response int_resp
    where
    a.user_id = u.id and
    a.content_object_id = rco.id and
    int.attempt_id = a.id and
    int_resp.interaction_id = int.id and
    rco.id = &rcoid
    order by int.create_date
    Scott
    http://www.seertechsolutions.com

  • How to add a specific parameter in custom report

    hi,
    I have created a custom report in OIM 10g. I have three input parameters. startdate, enddate and resource object name,. With start date and end date the report is displaying correctly. when i add the resource object name as the third specific parameter is throwing the below exception
    java.sql.SQLException: Missing IN or OUT parameter at index:: 15
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:199)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:263)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:271)
    at oracle.jdbc.driver.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:1869)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3381)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3487)
    at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:3858)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at weblogic.jdbc.wrapper.PreparedStatement.execute(PreparedStatement.java:98)
    at com.thortech.xl.dataaccess.tcDataBase.readPartialStoredProcedure(Unknown Source)
    at com.thortech.xl.dataaccess.tcDataBase.readStoredProcedure(Unknown Source)
    at com.thortech.xl.dataobj.CallableStatementUtil.execute(Unknown Source)
    at com.thortech.xl.ejb.beansimpl.ReportOperationsBean.getPagedReportData(Unknown Source)
    I have given the input parameter correctly in meta data also. anywhere else we need to mention the specific parameter?
    Thanks

    Hey,
    From OIM 9.1.0.2 Reports you have two options:
    With OIMReports:
    1- Including in XML files the parameters as section: Examples of InputParameter tags and ReturnColumns tag
    2-And Creating a New Entry in the REP Table.
    http://docs.oracle.com/cd/E10391_01/doc.910/e10365/reporting.htm
    Section: How to create Report in OIM 9.1.0.2.
    With BIPublisher(easiest way-license is needed):
    Once you downloaded and install BIPub in your application server you will have access to all OIM report definitions.Then it is just a matter of learning how to change a report definition. It's very simple.
    It has a 'desktop tool' that you can install in your desktop. This specifc tool provides an extension to MS Word(MACRO) and you can even work with Word to generate report templates.
    Descriptions:
    0- deploy BIPublisher and OIM reports to your apps server
    1- Install the BIPublisher desktop tools in your desktop
    2- Modify the report query using the BIPub interface and add your UDF fields
    3- Run the report you want to modify from BIPub and export the generated data as XML
    4- Download the report template in RTF format
    5- With RTF file(open it) in your MS Word
    6- Load the XML file you generated in step 4 in your MS Word
    7- You could load this specif xml change what you want. (word will have a 'BI Publisher' menu with different operations you can do)
    7- With Report template(save it).
    8- Update the report template in the report definition(using the BIPub web interface
    9- Run the report again
    It means that front end page you need to edit this in Word page.
    The sources are here: http://www.oracle.com/technetwork/testcontent/oim-reports-9102-130923.zip
    I hope this helps,
    Thiago Leoncio.

  • Signal 4 error encountered while running a customized report

    Signal 4 error encountered while running a customized report
    We are running Oracle Applications version 11.5.10 on Oracle RDBMS 9.2.0. and IBM AIX 5.3 o production system and AIX 5.2 on test machines. We have made a new clone of production database on test machine and after installation of a clone on test-machine all customized reports terminated with signal 4 error.
    Can anybody tell the possible causes of signal 4 errors and their remidies ?

    Thank you for the link, i will read it...
    I have problemss with PDF output...
    When trying to run any concurrent request with PDF output, it completed with error and show the following message in the request log file:
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.AR8MSWIN1256
    Spawned Process 499776
    stat_low =84
    stat_high = 0
    emsg:was terminated by signal 4
    Program was terminated by signal 4
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 20824997

  • How to register custom report under Custom Development Application

    Hi 2 all
    How to register custom report under the Custom Development application in R12 vision DB, and also confirm location/folder of Custom Development application in R12.
    Thanks
    Zulqarnain

    Hi,
    You may or may not need to "register" the workflow - it depends on the changes that you made and which Item Type you modified. Some applications are essentially hard-coded to use a specific item type and process, some hard-coded to use an item type but you can configure the process to use, and some allow you to specify which item type and which process to use.
    Without knowing exactly what you have done, though, there is no specific advice that anyone can give you here on what you need to do, apart from to ensure that you have saved the new definition to the database.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Custom Report Not fetching values for parameter of report (Valueset not pop

    Hi,
    I am running custom report on Oracle application R12. This report parameters used standard value set for fetching purchase order number. The value set is not populating any values for the custom report. but for the standard report where this valuse set populating proper result.
    It's bit Supprising ...the same valuset populating values for standard reports but not for custom report developed by me.
    Value set query using table valueset and getting values from po_headers (View)
    Thanks

    Hi All,
    Luckily I have been able to rectify the problem !
    I tried retrieving the output using LISTCUBE to show the SID of the InfoObject  also for which I was unable to get the data. After the report successfully gave the output for those I/O, I checked again I could see the data in the I/O maintain master data !
    It worked like magic to me !
    But I could guess that since it is a virtual I/O therefore it is not able to retrieve the data from the table directly and is able to do that only after the SID of this I/O is retrieved.
    (If a characteristic does not have any master data, the values from the SID table are displayed for the "Values in Master Data Table" mode.)
    Closing the thread !
    Regards
    Shalabh

Maybe you are looking for

  • AppleScript - How do I make multiple dialogs display at the same time?

    Is it possible to make more than one dialog be displayed at one time with AppleScript? Thanks in advance.

  • Looking for a Java Parser

    Hi, I'm working on a Web Service Project, and i'm trying to deploy Web Services dynamically. Now the problem is, that i have to adapt the Java src-files sometimes before the deployment (Like adding Annotations, Methods or just peaces of code into a M

  • My iPod Classic will not synch fully.

    I have downloaded the  latest version of iTunes onto my new laptop (Windows 8, dont know if that makes a difference), library was all there as its all floating up the clouds somewhere but on attempting sync with my iPod Classic its only synching 1600

  • Can't figure out what is wrong with recovery DVDs

    Last year, right after turning my laptop ON, I've created 4 DVDs as such: http://i56.tinypic.com/6i79rn.jpg Recovery DVD Disk 1 Recovery DVD Disk 2 Recovery DVD Disk 3 Windows Recovery Environment 64-bit My Laptop is Qosmio F60-14R, with Windows 7 Ho

  • Disk Utility - Disk Image Restore Failure

    Hi folks, when trying to restore a disk image I have had the error message: < Starting Restore… Could not establish communication with helper tool. Starting Restore… Parasite died Lost connection to helper tool> I have searched the discussions, apple