Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whether or not the Angular17 standalone component supports displaying the time #24

Open
fengzhihenxs opened this issue Oct 21, 2024 · 0 comments

Comments

@fengzhihenxs
Copy link

My version is as follows:
"angular/cli": "^17.3.8"
"survey-angular-ui": "latest",

Hello. I added the elapsed time and remaining time to the example "angular-standalone-components", but it didn't show up. Does angular17 support it?

image

The survey model is as follows:
const surveyJson = { title: "American History", showProgressBar: "bottom", showTimer: true, timeLimitPerPage: 10, timeLimit: 25, pages: [{ elements: [{ type: "radiogroup", name: "civilwar", title: "When was the American Civil War?", choices: [ "1796-1803", "1810-1814", "1861-1865", "1939-1945" ], correctAnswer: "1861-1865" }] }, { elements: [{ type: "radiogroup", name: "libertyordeath", title: "Whose quote is this: \"Give me liberty, or give me death\"?", choicesOrder: "random", choices: [ "John Hancock", "James Madison", "Patrick Henry", "Samuel Adams" ], correctAnswer: "Patrick Henry" }] }, { elements: [{ type: "radiogroup", name: "magnacarta", title: "What is Magna Carta?", choicesOrder: "random", choices: [ "The foundation of the British parliamentary system", "The Great Seal of the monarchs of England", "The French Declaration of the Rights of Man", "The charter signed by the Pilgrims on the Mayflower" ], correctAnswer: "The foundation of the British parliamentary system" }] }] };

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant