Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Tracking course status using "change state" feature

New Here ,
Mar 24, 2018 Mar 24, 2018

Hi, I'm trying to configure a course so that "states" retain their new state (their new color) throughout the entire course.  What's happening now is that each time a new state appears, the previous one reverts back to the original (normal) state.  My guess is that I need to set up conditional actions, but here's the way it is now:

The learner is presented with a number of clickboxes (and can click on them in any order) to navigate through the course.

Change state (landing page).png

Once they are finished with the material on a given topic, the checkmark at the lower-left brings them back to the main page:

Change state 2.png

Here's the current setup:

Change state3.png

Here's the result.  (For subsequent topics, the state you see below goes back to the normal state - black.)

Change state1.png

Any tips would be immensely appreciated.  I'm familiar with conditional if-else advanced actions.  I don't know how to get this one started though.

Thanks!

Robyn

278
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Mar 24, 2018 Mar 24, 2018

Was this option checked?

RetainState.png

Maybe too easy?

Translate
Advisor ,
Mar 24, 2018 Mar 24, 2018

Hmm... If I understand correctly, each of the little black arrows represents an activity that when finished turns pink but we need all the pink ones to stay pink.

I am sure there are a number of ways to accomplish this but here is the first thing that comes to mind as to how I might try and tackle it.

Each of the arrow graphics will have a different name - let's say one is testosterone and one is estrogen. I might create a variable for each of them as well so that we can flag the activity as complete. That way in the advanced action we can say something to the effect of

Assign varTestosterone with 1
Jump to Slide 4

Each arrow would also have two states - black and pink

If slide 4 is your main page that you go back to... put an OnEnter advanced action that does a check for all of the completed flags.

IF varTestosterone =  1 Then changeState of testosteroneArrow to pink

IF varEstrogen =  1 Then changeState of estrogenArrow to pink

etc.

This way you are always getting the states to be pink or black on every entry back to that slide.

Does this make sense and fit what you are trying to do?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 24, 2018 Mar 24, 2018

This sounds like exactly what is needed.  I'll try this later on today and will let you know.

Thanks!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 24, 2018 Mar 24, 2018

Was this option checked?

RetainState.png

Maybe too easy?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 24, 2018 Mar 24, 2018

It was not checked!  That's all I needed to do.

Thank you both for your feedback.

Robyn

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 24, 2018 Mar 24, 2018
LATEST

You're welcome, glad you like the KISS approach

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources