Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Number of attempts by each learner are not showing
Hello,
I need to get the number of attempts that a learner did on a course.
Example below:
Offering Title: JV Test 01/18_SP
Person number: 001670007
1st attempt - 50
2nd attempt - 95
3rd attempt - 87.5
I've used this query to check the attempt number but it didn't return any results.
SELECT
papf.person_id
,event_cnt.LEARNING_ITEM_ID
,event_cnt.EVENT_ID
,event_cnt.ATTRIBUTION_ID
,event_cnt.event_attmpt
FROM
PER_ALL_PEOPLE_F PAPF
,wlf_li_content_f D
,(SELECT DISTINCT ev.LEARNING_ITEM_ID
,ev.EVENT_ID
,ev.ATTRIBUTION_ID
,count(ev.EVENT_ID) event_attmpt
FROM WLF_EVENTS ev
Tagged:
0