Picture of Gil Nunes
Preview doesn't work
by Gil Nunes - Saturday, 3 October 2015, 12:24 PM
 

Hello everyone!

I just discovered this fabulous tool.

I'm not a computer expert, after some difficulties, already installed Adapt Authoring Tool (0.1.2) with Adapt Framework (2.0.2).

However, preview does not work ...
Any suggestion?

Picture of Gil Nunes
Re: Preview doesn't work
by Gil Nunes - Saturday, 3 October 2015, 4:18 PM
 

And when I publish my course the theme Vanilla does not apply.

Picture of Gil Nunes
Re: Preview doesn't work
by Gil Nunes - Saturday, 3 October 2015, 10:34 PM
 

I'm sorry... but I give up!

After several re-install, reading this posts:

https://community.adaptlearning.org/mod/forum/discuss.php?d=940

https://community.adaptlearning.org/mod/forum/discuss.php?d=933

https://community.adaptlearning.org/mod/forum/discuss.php?d=930

https://community.adaptlearning.org/mod/forum/discuss.php?d=868

 

This tool looks interesting but... That's enough!

Picture of x z
Re: Preview doesn't work
by x z - Sunday, 4 October 2015, 9:07 AM
 

Hi Gil, 

I empathize with your frustration. I'm an educator who has decided to watch from the sidelines until issues brought into this forum by more technically skilled users indicate that development has reached a point that I feel safe to jump in. I admit that a lot of what's in the discussions here goes right over my head, but I thought I'd respond to you so you don't get the feeling that your request for help has gone unseen/unanswered.

What I've noticed about the ebb & flow of questions & responses in the forum is that most community participants take the weekend off. I'm guessing that on Monday you'll receive a reply with suggestions or questions asking for clarification, so if you hold on until then, you may get the assistance you need. Also the newest version of the authoring tool has only just been released, so you may be running up against a new glitch. I know they've been working on the Preview problem, but as you found, it's a sticky one. 

Anyway,  welcome to the Adapt Community. I think this will become a leading edge open source tool but right now working with it comes with barriers. You brave ealy adopters are bushwhacking the trail for the rest of us. 

Finally, if you have the budget for a privately developed product based on this framework (and so much farther down the user-friendly trail), you might take a look at Learning Pool or Appitierre.

-SueH

 

 

Picture of Gil Nunes
Re: Preview doesn't work
by Gil Nunes - Sunday, 4 October 2015, 9:28 PM
 

Thank you Sue for your sugestion... but I have no budget.

Picture of James Brown
Re: Preview doesn't work
by James Brown - Sunday, 4 October 2015, 10:02 AM
 

Installing the Adapt Authoring Tool in less than 5 minutes.

Installing Adapt Authoring tool in less than 5 minutes:

Delete or move all your previous Adapt Installations into a different folder and follow these steps.

Install Node Js

Install version 0.12.6

https://nodejs.org/download/release/
Here is a direct link for the 64 Bit version.
https://nodejs.org/download/release/v0.12.6/node-v0.12.6-x86.msi

Install Mongo DB
https://www.mongodb.org/downloads#production
https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.0.6-signed.msi
I prefer to install mongodb in the C drive root folder

Next:
Create a folder called 'data' in the same folder as your mongodb installation
When done, you should have the following:
C:\mongodb
C:\data

Next:
Run the following commands from your Dos Prompt. Copy and paste from here.
npm install -g grunt-cli
npm install -g adapt-cli
Should take no longer than a minute or two to complete this


When done:

Paste the following into your explorer window
C:\mongodb\bin
Double click mongod.exe

You should see a console window.

Open a new dos prompt as the administrator (right click and select run as administrator) and from teh C prompt, C:\ paste the following commands
cd mongodb and press enter
cd bin and press enter then type
mongo.exe and press enter
You will see a second console window. Leave them both running.

Make sure you are connected online and then from your C prompt, paste the following command:
git clone https://github.com/adaptlearning/adapt_authoring.git

When it is done, navigate to your adapt_authoring folder by pasting the following command

cd adapt_authoring

Then paste the following command

npm install --production

Then paste the following command

node install

When it is done, paste the final command

node server

Go into your browser and paste the following url.

http://localhost:5000/

You should have your tool running. Enter your username and password and then create a quick course.

You should be able to preview your course.


Picture of Gil Nunes
Re: Preview doesn't work
by Gil Nunes - Sunday, 4 October 2015, 9:35 PM
 

Thank you very much Philip!

I really appreciate your answer. :-)

 I will make one more attempt. (I even reinstalled Windows 10 ...)

But before I start...

About Node Js: when you say "Here is the direct link for the 64 Bit version." yourefer to the 32-bit version, correct?

Picture of Gil Nunes
Re: Preview doesn't work
by Gil Nunes - Sunday, 4 October 2015, 10:35 PM
 

 

I'm sorry but... Here are the printscreens of the errors that the installation was showing.

Picture of Brian Quinn
Re: Preview doesn't work
by Brian Quinn - Monday, 5 October 2015, 8:34 AM
 

Hi Gil,

Going by your log output you're missing the grunt-cli pre-requisite.  Can you double-check you've installed all the prerequisites as outlined here?

https://github.com/adaptlearning/adapt_authoring#prerequisites

Once you install it you should be able to run

grunt build:prod

from your C:\adapt_authoring folder, then

node server

to see the homepage.

Regards,

Brian

Picture of Gil Nunes
Re: Preview doesn't work
by Gil Nunes - Monday, 5 October 2015, 3:24 PM
 

Hello Brian,

Look at this output. I think it's not normal...

Picture of Brian Quinn
Re: Preview doesn't work
by Brian Quinn - Tuesday, 6 October 2015, 8:31 AM
 

Hi Gil,

That doesn't look normal.  I'm not a Windows user so I'm speculating slightly here, but it looks like something may be off with your PATH variable.  There may be some information you can use on this thread:

http://stackoverflow.com/questions/19135561/grunt-on-windows-8-grunt-is-not-recognized

Regards,

Brian

Picture of Helen Bailey
Re: Preview doesn't work
by Helen Bailey - Wednesday, 7 October 2015, 11:03 AM
 

Gil,

 

You seem to be having a lot of the same troubles I did. Are you on a work network?

 

Your network might be blocking access to important files on github.

 

Helen

Picture of khaled sayed
Re: Preview doesn't work
by khaled sayed - Saturday, 31 October 2015, 5:24 PM
 

Dear all ,

I have the same error when preview the new course , old courses are working fine but new course cause this error , this happned after updating the authering tools to ver 0.1.3 but frame work still in ver 2.0 ,what i have to do to get tools work again? I didn't wont to lose my old courses I wont to keep them , below is log error

  

 

 

Picture of khaled sayed
Re: Preview doesn't work
by khaled sayed - Saturday, 31 October 2015, 5:56 PM
 

OK , I find the problem .. new course can't create the required sub folder , when i copy the folder from an old course every thing is work well ,

can any one solve this , and also tell me if i upgrade to frame work 2.0.3 old course still work or not.

 

 

 

Picture of Brian Quinn
Re: Preview doesn't work
by Brian Quinn - Wednesday, 4 November 2015, 1:31 PM
 

Hi Khaled,

The ENOENT error indicates a problem with permissions.  Is it possible for you to grant write access to here for the user you're running the adapt_authoring server.js as?

With an upgrade to 2.0.3 old courses should still work.

Regards,

Brian

Picture of Laura Payette
Re: Preview doesn't work
by Laura Payette - Tuesday, 3 November 2015, 9:20 PM
 

Gil, the preview function doesn't seem to work for me either. I'm following along to see if there's something in the rest of this thread that could help me. Unfortunately, some of the discussion is a bit beyond me. :/

Picture of Brian Quinn
Re: Preview doesn't work
by Brian Quinn - Wednesday, 4 November 2015, 1:33 PM
 

HI Laura,

What environment are you on and what output do you see in the console when you attempt to preview?

Thanks,

Brian

Picture of Simon Hedges
Re: Preview doesn't work
by Simon Hedges - Wednesday, 4 November 2015, 9:45 AM
 

If some components aren't fully configured (e.g. no images in Hot Graphic object) then the Loading... and rotating circle won't go away. Is this the problem you're experiencing.

I found this by removing components on at a time until the problem disappeared then reinstating and fully configuring. I think it is a reported bug. The error handling/reporting in Builder isn't perfect yet. It could do with some better debugging facilities.

Picture of Brian Quinn
Re: Preview doesn't work
by Brian Quinn - Wednesday, 4 November 2015, 1:29 PM
 

Hi Simon,

I should clarify that this is a framework issue. If you see the Loading... screen on your preview the authoring tool has most likely done its job.  

We hope to make the framework more resilient for the type of scenario you've mentioned in a future release though.

Brian